Add unique constraints to featuredAdventures and worldTravelCountryRegions tables, and insert data for Canada, Germany, and the US regions.
This commit is contained in:
1
migrations/0011_legal_red_hulk.sql
Normal file
1
migrations/0011_legal_red_hulk.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "worldTravelCountryRegions" ADD CONSTRAINT "worldTravelCountryRegions_name_unique" UNIQUE("name");
|
||||
Reference in New Issue
Block a user