Skip to content

Commit

Permalink
Merge pull request #11963 from transcom/B-18325
Browse files Browse the repository at this point in the history
B-18325 update duty_location_names table to get rid of old base names
  • Loading branch information
pambecker authored Feb 9, 2024
2 parents 9f8d726 + fa4df86 commit b67e541
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -893,4 +893,5 @@
20240124155759_20240124-homesafeconnect-cert.up.sql
20240129153006_20240129-homesafeconnect-cert.up.sql
20240201174442_20240201_homesafe_prd_cert.up.sql
20240201201343_update_duty_location_names.up.sql
20240206173201_update_shipment_address_update_table_sit_and_distance_columns.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- update the duty_location_names values to properly associate with the value on the duty_locations table
UPDATE duty_location_names SET name = 'Ft Novosel' WHERE name = 'Ft Rucker';
UPDATE duty_location_names SET name = 'Ft Gregg-Adams' WHERE name = 'Ft Lee';
UPDATE duty_location_names SET name = 'Ft Cavazos' WHERE name = 'Ft Hood';
UPDATE duty_location_names SET name = 'Ft Liberty' WHERE name = 'Ft Bragg';
UPDATE duty_location_names SET name = 'Ft Johnson' WHERE name = 'Ft Polk';
UPDATE duty_location_names SET name = 'Ft Eisenhower' WHERE name = 'Ft Gordon';

0 comments on commit b67e541

Please sign in to comment.