3 lines
143 B
SQL
3 lines
143 B
SQL
-- Add unique collection id and locale id constraint on collections_texts
|
|
ALTER TABLE collections_texts ADD UNIQUE (collection_id, locale_id);
|