@moneypot/hub 1.4.7 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,4 +51,7 @@ JOIN hub.hash_chain hc ON hc.id = ob.hash_chain_id
51
51
  WHERE h.id = ob.hash_id;
52
52
 
53
53
  -- Drop hash chain id
54
- ALTER TABLE hub.outcome_bet DROP COLUMN hash_chain_id;
54
+ ALTER TABLE hub.outcome_bet DROP COLUMN hash_chain_id;
55
+
56
+ -- Drop hash_chain.client_seed
57
+ ALTER TABLE hub.hash_chain DROP COLUMN client_seed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneypot/hub",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "author": "moneypot.com",
5
5
  "homepage": "https://moneypot.com/hub",
6
6
  "keywords": [