Skip to content

Commit

Permalink
Merge pull request #13887 from transcom/B-21500--CM-datafix
Browse files Browse the repository at this point in the history
B 21500  cm datafix
  • Loading branch information
deandreJones authored Oct 11, 2024
2 parents 504cb83 + ddee04d commit dc39d6b
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -999,4 +999,5 @@
20240910021542_populating_locked_price_cents_from_pricing_estimate_for_ms_and_cs_service_items.up.sql
20240917132411_update_provides_ppm_closeout_transportation_offices.up.sql
20240917165710_update_duty_locations_provides_services_counseling.up.sql
20240930171315_updatePostalCodeToGbloc233BGNC.up.sql
20241001174400_add_is_oconus_column.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--INC1859709 - Update postal code to GBLOC
-- BGAC glboc was transistioned to BGNC
--B-21500
update postal_code_to_gblocs
set
gbloc = 'BGNC'
where
postal_code like '233%'

0 comments on commit dc39d6b

Please sign in to comment.