7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +00:00
1 changed files with 3 additions and 4 deletions
Showing only changes of commit c4a66b42bb - Show all commits

View File

@ -1,7 +1,6 @@
-- Place your SQL code here
ALTER TABLE vn.country ALTER TABLE vn.country
ADD IF NOT EXISTS viesCode varchar(2) DEFAULT NULL NULL AFTER code; ADD IF NOT EXISTS viesCode varchar(2) DEFAULT NULL NULL AFTER code;
UPDATE vn.country UPDATE IGNORE vn.country
SET viesCode='FR' SET viesCode = 'FR'
WHERE country = 'Mónaco'; WHERE code = 'MC'; -- Mónaco