open-bounty/resources/migrations/20180419153800-enforce-unique-tx-hash.up.sql

2 lines
83 B
MySQL
Raw Normal View History

ALTER TABLE issues ADD CONSTRAINT transaction_hash_uniq UNIQUE (transaction_hash);