Add country regions for GB, FR, AR, CA, MX, and DE
This commit is contained in:
8
sql/006_gb.sql
Normal file
8
sql/006_gb.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
INSERT INTO "worldTravelCountryRegions" (id, name, country_code)
|
||||
VALUES
|
||||
('GB-ENG', 'England', 'gb'),
|
||||
('GB-NIR', 'Northern Ireland', 'gb'),
|
||||
('GB-SCT', 'Scotland', 'gb'),
|
||||
('GB-WLS', 'Wales', 'gb')
|
||||
|
||||
ON CONFLICT (id) DO NOTHING;
|
||||
Reference in New Issue
Block a user