mirror of
https://github.com/ente-io/ente.git
synced 2025-06-24 20:45:09 +00:00
3 lines
52 B
SQL
3 lines
52 B
SQL
ALTER TABLE users
|
|
ADD COLUMN email TEXT UNIQUE;
|