-
Notifications
You must be signed in to change notification settings - Fork 35
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
INT B-22140 #14489
Merged
Merged
INT B-22140 #14489
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
40251b2
Merge remote-tracking branch 'origin/main' into MAIN-B-21505
brianmanley-caci 8da9bed
Merge branch 'main' into MAIN-B-21505
brianmanley-caci f88c10c
Merge branch 'main' into MAIN-B-21505
danieljordan-caci e3543b6
Merge branch 'main' into MAIN-B-21505
brianmanley-caci c5456eb
Add Camp Pendelton transportation office
begrohmann c6ae1bf
Merge pull request #14476 from transcom/MAIN-B-22139
josiahzimmerman-caci 8624ada
Merge branch 'main' into MAIN-B-21505
brianmanley-caci 6fb9a16
Merge pull request #14459 from transcom/MAIN-B-21505
deandreJones faa4cde
Update 20241227202424_insert_transportation_offices_camp_pendelton.up…
begrohmann 7f50eb1
Merge branch 'B-22140' into INT-B-22140
begrohmann 2fb42d2
Merge remote-tracking branch 'origin/integrationTesting' into INT-B-2…
begrohmann 9483802
Merge branch 'integrationTesting' into INT-B-22140
deandreJones fc61b20
spelling matters
deandreJones caa4907
fix playwright
deandreJones d64def6
i blame beth
deandreJones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 8 additions & 0 deletions
8
migrations/app/schema/20241227202424_insert_transportation_offices_camp_pendelton.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,8 @@ | ||
--update address for Camp Pendelton transportation office | ||
update addresses set postal_code = '92054', us_post_region_cities_id = 'd0c818dc-1e6c-416a-bfa9-2762efebaed1' where id = 'af2ebb73-54fe-46e0-9525-a4568ceb9e0e'; | ||
|
||
--fix Camp Pendelton transportation office spelling | ||
update transportation_offices set name = 'PPPO DMO Camp Pendleton' where id = 'f50eb7f5-960a-46e8-aa64-6025b44132ab'; | ||
|
||
--associate duty location to Camp Pendleton transportation office | ||
update duty_locations set transportation_office_id = 'f50eb7f5-960a-46e8-aa64-6025b44132ab' where id = '6e320acb-47b6-45e0-80f4-9d8dc1e20812'; |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(minor) misspelling still there on comments and migration name
Approving