migration: add unique constraint on transaction_hash column
This commit is contained in:
parent
6e2c04a849
commit
9868624bd7
|
@ -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…
Reference in New Issue