mirror of
https://github.com/ente-io/ente.git
synced 2025-05-16 09:28:38 +00:00
8 lines
148 B
SQL
8 lines
148 B
SQL
ALTER TABLE
|
|
otts DROP CONSTRAINT otts_ott_key;
|
|
|
|
ALTER TABLE
|
|
otts
|
|
ADD
|
|
CONSTRAINT unique_otts_emailhash_ott UNIQUE (ott, email_hash);
|
|
|