Skip to content

Commit

Permalink
dont default sp override column
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Feb 11, 2025
1 parent db5af28 commit 9d21d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE hexes ADD COLUMN IF NOT EXISTS service_provider_override oracle_assignment NULL DEFAULT 'c';
ALTER TABLE hexes ADD COLUMN IF NOT EXISTS service_provider_override oracle_assignment;
ALTER TYPE data_set_type ADD VALUE IF NOT EXISTS 'service_provider_override' AFTER 'landtype';

0 comments on commit 9d21d23

Please sign in to comment.