mirror of
https://github.com/ente-io/ente.git
synced 2025-07-02 05:35:12 +00:00
3 lines
52 B
SQL
3 lines
52 B
SQL
ALTER TABLE users
|
|
ADD COLUMN email TEXT UNIQUE;
|