Skip to content

Commit

Permalink
review tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Feb 12, 2025
1 parent 8cc3dab commit e758b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hex_assignments/src/service_provider_override.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl HexAssignment for ServiceProviderOverride {
};
match service_provider_override.contains(cell) {
Ok(true) => Ok(Assignment::A),
Ok(false) => Ok(Assignment::C),
_ => Ok(Assignment::C),
}
}
Expand Down
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;
ALTER TABLE IF EXISTS 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 e758b44

Please sign in to comment.