mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +00:00
8 lines
136 B
SQL
8 lines
136 B
SQL
ALTER TABLE
|
|
otts DROP CONSTRAINT unique_otts_emailhash_ott;
|
|
|
|
ALTER TABLE
|
|
otts
|
|
ADD
|
|
CONSTRAINT otts_ott_key UNIQUE (ott);
|
|
|