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
ADD IF NOT EXISTS viesCode varchar(2) DEFAULT NULL NULL AFTER code;
UPDATE vn.country
SET viesCode='FR'
WHERE country = 'Mónaco';
UPDATE IGNORE vn.country
SET viesCode = 'FR'
WHERE code = 'MC'; -- Mónaco