mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 11:35:46 +00:00
2 lines
89 B
SQL
2 lines
89 B
SQL
ALTER TABLE usage ADD CONSTRAINT usage_user_id_unique_constraint_index UNIQUE (user_id);
|