8356-devToTest #3339

Merged
alexm merged 35 commits from 8356-devToTest into test 2025-01-07 08:37:57 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 83d46d0a28 - Show all commits

View File

@ -0,0 +1,3 @@
ALTER TABLE vn.country
ADD CONSTRAINT country_unique_name UNIQUE KEY (name);