diff --git a/migrations/000.410.sql b/migrations/000.410.sql new file mode 100644 index 0000000..aeee0d1 --- /dev/null +++ b/migrations/000.410.sql @@ -0,0 +1,2 @@ +-- Add unique collection id and locale id constraint on collections_texts +ALTER TABLE collections_texts ADD UNIQUE (collection_id, locale_id);