Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B 20989 int #13738

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1001,3 +1001,4 @@
20240909194514_pricing_unpriced_ms_cs_service_items.up.sql
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
-- transportation office PPPO Base Miami; duty location Miami, FL 33177
UPDATE duty_locations SET transportation_office_id = '1b3e7496-efa7-48aa-ba22-b630d6fea98b' WHERE id = '38e4c7b0-f204-4c2f-af99-dcb99edba227';

-- transportation office = PPPO Fairchild AFB; duty location = Fairchild AFB, WA 99011
UPDATE duty_locations SET transportation_office_id = '972c238d-89a0-4b50-a0cf-79995c3ed1e7' WHERE id = '87468748-59f1-4a79-bc0d-bbe319939dc9';

-- transportation office = PPPO FE Warren AFB; duty location = F.E. Warren AFB, WY 82005
UPDATE duty_locations SET transportation_office_id = '485ab35a-79e0-4db4-9f13-09f57532deee' WHERE id = '520b7015-3f81-4a33-9996-032f056c684e';

-- transportation office = PPPO Fort Belvoir; duty location = Fort Belvoir, VA 22060
UPDATE duty_locations SET transportation_office_id = 'a877a317-be5f-482b-a126-c91a34be9290' WHERE id = 'e2d6897c-4c18-43da-a693-ecc2d996d8e7';

-- transportation office = PPPO Luke AFB - USAF; duty location = Luke AFB, AZ 85309
UPDATE duty_locations SET transportation_office_id = '3210a533-19b8-4805-a564-7eb452afce10' WHERE id = '450ce4e6-7ee7-4e24-aa15-d2fefa6cd7d8';

-- transportation office = PPPO NAS JRB Fort Worth; duty location = NAS Fort Worth, TX 76127
UPDATE duty_locations SET transportation_office_id = 'f69f315c-942a-4ef3-9427-7fee7883ce73' WHERE id = '4836b832-7329-4900-a4cf-d279e8426b41';

-- transportation office = PPPO NAS Lemoore; duty location = NAS Lemoore, CA 93246
UPDATE duty_locations SET transportation_office_id = '1039d189-39ba-47d4-8ed7-c96304576862' WHERE id = '3e60ffbe-a87a-431f-a0d8-0e400a7df0a1';

-- transportation office = PPPO NAVSUP FLC San Diego; duty location = NAVSUP FLC San Diego, CA 92136
UPDATE duty_locations SET transportation_office_id = 'e4a02d40-2ad9-44c5-a357-202d4ff0b51d' WHERE id = '1909123e-5914-43d4-8cb5-d03121e45750';

-- transportation office = PPPO NSWC Panama City Division; duty location = Panama City Beach, FL 32407
UPDATE duty_locations SET transportation_office_id = '57cf1e81-8113-4a52-bc50-3cb8902c2efd' WHERE id = '436cbcff-9df3-44cb-8bdc-4191ffb4b501';