Add unique constraints to featuredAdventures and worldTravelCountryRegions tables, and insert data for Canada, Germany, and the US regions.
This commit is contained in:
@@ -14,4 +14,5 @@ VALUES
|
||||
('Australia', 'au', 'Oceania'),
|
||||
('New Zealand', 'nz', 'Oceania'),
|
||||
('South Africa', 'za', 'Africa'),
|
||||
('Egypt', 'eg', 'Africa');
|
||||
('Egypt', 'eg', 'Africa'),
|
||||
ON CONFLICT (country_code) DO NOTHING;
|
||||
Reference in New Issue
Block a user