feat: refs #7039 country
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-04-24 09:08:19 +02:00
parent 7899cf230e
commit a27e06e8ff
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
-- Place your SQL code here
ALTER TABLE vn.country CHANGE country name varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL;