-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13738 from transcom/B-20989-INT
B 20989 int
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...tions/app/schema/20240917165710_update_duty_locations_provides_services_counseling.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |