mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +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);
|
|
|