ente/server/migrations/58_update_ott_unique_constraint.down.sql

8 lines
136 B
MySQL
Raw Permalink Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE
otts DROP CONSTRAINT unique_otts_emailhash_ott;
ALTER TABLE
otts
ADD
CONSTRAINT otts_ott_key UNIQUE (ott);