mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
Merge pull request #429 from status-im/tx-hash-uniqueness
WIP migration: add unique constraint on transaction_hash column
This commit is contained in:
commit
ece5333ae8
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE issues DROP CONSTRAINT transaction_hash_uniq;
|
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE issues ADD CONSTRAINT transaction_hash_uniq UNIQUE (transaction_hash);
|
Loading…
x
Reference in New Issue
Block a user