Skip to content

Commit bf829a5

Browse files
author
Marius Burkard
committed
Merge branch '6046-brexit-update-country-list' into 'develop'
Resolve "BREXIT - Update country list" Closes #6046 See merge request ispconfig/ispconfig3!1404
2 parents 5b54400 + a26f17a commit bf829a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ DROP TABLE 'software_package';
1616
DROP TABLE 'software_repo';
1717
DROP TABLE 'software_update';
1818
DROP TABLE 'software_update_inst';
19+
20+
-- Brexit
21+
UPDATE `country` SET `eu` = 'n' WHERE `iso` = 'GB';

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ INSERT INTO `country` (`iso`, `name`, `printable_name`, `iso3`, `numcode`, `eu`)
24082408
('UG', 'UGANDA', 'Uganda', 'UGA', 800, 'n'),
24092409
('UA', 'UKRAINE', 'Ukraine', 'UKR', 804, 'n'),
24102410
('AE', 'UNITED ARAB EMIRATES', 'United Arab Emirates', 'ARE', 784, 'n'),
2411-
('GB', 'UNITED KINGDOM', 'United Kingdom', 'GBR', 826, 'y'),
2411+
('GB', 'UNITED KINGDOM', 'United Kingdom', 'GBR', 826, 'n'),
24122412
('US', 'UNITED STATES', 'United States', 'USA', 840, 'n'),
24132413
('UM', 'UNITED STATES MINOR OUTLYING ISLANDS', 'United States Minor Outlying Islands', NULL, NULL, 'n'),
24142414
('UY', 'URUGUAY', 'Uruguay', 'URY', 858, 'n'),

0 commit comments

Comments
 (0)