@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;
|