Files
voyage/sql/006_gb.sql
2024-04-26 22:43:13 +00:00

9 lines
254 B
SQL

-- 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;