Add flag column to worldTravelCountries table and remove flag column

This commit is contained in:
Sean Morley
2024-04-12 14:20:34 +00:00
parent 61458b3cc2
commit b0b8a2794b
6 changed files with 673 additions and 3 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "worldTravelCountries" DROP COLUMN IF EXISTS "flag";