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