mirror of
https://github.com/ente-io/ente.git
synced 2025-05-29 14:01:19 +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);
|