58_update_ott_unique_constraint.down.sql 136 B

12345678
  1. ALTER TABLE
  2. otts DROP CONSTRAINT unique_otts_emailhash_ott;
  3. ALTER TABLE
  4. otts
  5. ADD
  6. CONSTRAINT otts_ott_key UNIQUE (ott);