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 21442 #13889

Closed
wants to merge 113 commits into from
Closed

B 21442 #13889

Show file tree
Hide file tree
Changes from 82 commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
9faad2e
add location objects
deandreJones Oct 2, 2024
18128ab
not yet
deandreJones Oct 2, 2024
08ab824
countries
deandreJones Oct 2, 2024
6555f17
states
deandreJones Oct 2, 2024
cb86bfb
initial commit, working through errors encountered when running make …
danieljordan-caci Oct 2, 2024
194c0dd
fixing most existing tests, need to add tests for added files
danieljordan-caci Oct 4, 2024
eeb8498
added tests for new files, still need to debug a devseed issue
danieljordan-caci Oct 4, 2024
1467d4c
testdatagen fix
cameroncaci Oct 4, 2024
a0670f6
updated tests, need to address timeout issue
danieljordan-caci Oct 4, 2024
7621003
populate states and postRegions
deandreJones Oct 4, 2024
38bdb35
remove the trash
deandreJones Oct 4, 2024
3ab77d3
missed a test
deandreJones Oct 4, 2024
90ea678
removed unique constraint from db migration, updated some tests, see …
danieljordan-caci Oct 4, 2024
4426030
adding new tables, updating data
r-mettler Oct 4, 2024
2346654
changes- corrections...
deandreJones Oct 7, 2024
7befb77
Merge remote-tracking branch 'origin/MAIN-B-21073' into B-21435
deandreJones Oct 7, 2024
254326f
remove comment
deandreJones Oct 7, 2024
598b658
updated cities, remove re_countries constraint
r-mettler Oct 7, 2024
0ae03de
refactoring how to build countries to add customizations
danieljordan-caci Oct 7, 2024
5c63537
fixing devseed error
danieljordan-caci Oct 7, 2024
2a26df1
transit time and oconus rate areas
deandreJones Oct 7, 2024
7eb5b1c
updating db-truncate, other enhancements
danieljordan-caci Oct 7, 2024
cbea959
Merge remote-tracking branch 'origin/main' into MAIN-B-21073
danieljordan-caci Oct 7, 2024
188b491
updates
danieljordan-caci Oct 7, 2024
9579791
Merge branch 'main' into MAIN-B-21073
danieljordan-caci Oct 7, 2024
0db6f83
updated cities list, adding us_post_regions_cities_id to addresses
r-mettler Oct 7, 2024
05daba9
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 7, 2024
a41ea37
test updates
danieljordan-caci Oct 7, 2024
aa0618a
Merge remote-tracking branch 'refs/remotes/origin/MAIN-B-21073' into …
danieljordan-caci Oct 8, 2024
486410e
Merge branch 'main' into MAIN-B-21073
danieljordan-caci Oct 8, 2024
74be12f
updating missed swagger address definition
danieljordan-caci Oct 8, 2024
4895481
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 8, 2024
b8a0d22
handling country values if provided in prime API, adding test coverage
danieljordan-caci Oct 8, 2024
4fa0a24
doing country check when creating service items since they don't use …
danieljordan-caci Oct 8, 2024
b83a627
changing timestamps of migration
danieljordan-caci Oct 8, 2024
b323078
comment out update post region id for now
r-mettler Oct 8, 2024
fa6abe9
Merge branch 'B-21163-transportation-offices-AK-HI' of github.com:tra…
r-mettler Oct 8, 2024
97678f4
added country to eager for multi move fetch
danieljordan-caci Oct 8, 2024
57b55a3
B-21435 missing files
deandreJones Oct 8, 2024
7eef1c9
reorder manifest files, use copy instead of insert
r-mettler Oct 8, 2024
7d63290
moving up AK HI transpo file
r-mettler Oct 8, 2024
11bd918
changing filenames
r-mettler Oct 8, 2024
9359776
remove drop column of preferred city
r-mettler Oct 8, 2024
4fd95cf
updates for rate areas, transit times tables
r-mettler Oct 8, 2024
b7fb4b0
adding models
r-mettler Oct 8, 2024
b7ffe59
add AK HI before update
r-mettler Oct 9, 2024
bd1c72c
B-21442 - add create re_oconus_rate_areas, re_intl_transit_times, upd…
begrohmann Oct 9, 2024
79b662c
B-21442 insert us_post_region_cities
begrohmann Oct 9, 2024
edc5998
Update 20241007184230_insertReOconusRateAreas.up.sql
begrohmann Oct 9, 2024
3e34f40
Updates
begrohmann Oct 9, 2024
c8803e3
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 9, 2024
6ad1955
Merge branch 'MAIN-B-21073' of github.com:transcom/mymove into B-21442
r-mettler Oct 9, 2024
a539850
Data cleanup
begrohmann Oct 10, 2024
5b5f49c
Merge branch 'B-21442' of https://github.com/transcom/mymove into B-2…
begrohmann Oct 10, 2024
d4c37de
inserting US for new ctry_genc_dgph_cd
r-mettler Oct 10, 2024
b74088f
Merge branch 'B-21442' of github.com:transcom/mymove into B-21442
r-mettler Oct 10, 2024
9da2ebe
linter fixes
r-mettler Oct 10, 2024
a4c8e6a
Fixed FK and index names
begrohmann Oct 10, 2024
6d3edc8
Fix manifest
begrohmann Oct 10, 2024
250a8da
Change active flag
begrohmann Oct 10, 2024
f58c342
Update 20241004150358_create_re_states_re_us_post_regions_re_cities.u…
begrohmann Oct 10, 2024
84f60ce
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 10, 2024
f4359e5
updating migration names, Go models, and insert names
danieljordan-caci Oct 10, 2024
d98658c
updating model variables
r-mettler Oct 10, 2024
c7377fb
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 11, 2024
2e9b6c6
updating models
r-mettler Oct 11, 2024
7700671
cleanup
r-mettler Oct 11, 2024
776f48e
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 11, 2024
0298309
adding back in the cities id column
r-mettler Oct 11, 2024
77637df
add back in usprcprfdlstlinestystnm
r-mettler Oct 11, 2024
0611e9f
adding back in prfdcty to validate
r-mettler Oct 11, 2024
0712e27
more changes for cleanup
r-mettler Oct 11, 2024
0c21ba8
blasted comma how dare you break stuff
r-mettler Oct 11, 2024
e2d1cd3
adding validation message if country is provided and not US
danieljordan-caci Oct 11, 2024
0c85ba5
Merge branch 'main' into MAIN-B-21073
danieljordan-caci Oct 11, 2024
d19c223
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 11, 2024
f0a5e66
adding back drop of usprc_prfd_lst_line_ctyst_nm again
r-mettler Oct 11, 2024
ed7fd62
adding validation message if country is provided and not US
danieljordan-caci Oct 11, 2024
3affe7a
fixing country oopsies
danieljordan-caci Oct 11, 2024
de4529b
Add FKs
begrohmann Oct 15, 2024
13a794b
make state id not null in re_cities
r-mettler Oct 15, 2024
ec10a62
Merge branch 'B-21442' of https://github.com/transcom/mymove into B-2…
begrohmann Oct 15, 2024
6cda65f
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 15, 2024
e23d244
Merge branch 'B-21442' of github.com:transcom/mymove into B-21442
r-mettler Oct 15, 2024
4afedce
Update 20241004150358_create_re_states_re_us_post_regions_re_cities.u…
begrohmann Oct 15, 2024
01b2bca
Merge branch 'B-21442' of https://github.com/transcom/mymove into B-2…
begrohmann Oct 15, 2024
70309df
Update 20241004150358_create_re_states_re_us_post_regions_re_cities.u…
begrohmann Oct 15, 2024
975f544
Update 20241004150358_create_re_states_re_us_post_regions_re_cities.u…
begrohmann Oct 15, 2024
c5afd9d
updating factory/tests for new re tables
r-mettler Oct 16, 2024
08e2055
more test updates
r-mettler Oct 16, 2024
2fcb030
updating factory test files, don't truncate
r-mettler Oct 17, 2024
66eadd2
updating address creator test
danieljordan-caci Oct 11, 2024
3387596
updating validation message, adding validation to address update as w…
danieljordan-caci Oct 14, 2024
b86883b
adding checks when service member is being created and updated
danieljordan-caci Oct 14, 2024
6862a14
adding block for backup mailing address
danieljordan-caci Oct 14, 2024
69057e7
Merge branch 'main' into MAIN-B-21073
danieljordan-caci Oct 17, 2024
2c43b42
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 18, 2024
3e4b80f
Merge branch 'MAIN-B-21073' of github.com:transcom/mymove into B-21442
r-mettler Oct 18, 2024
c3bf823
updating tests for payload country
r-mettler Oct 17, 2024
c98a544
removing unnecessary test
r-mettler Oct 17, 2024
89c8976
test fixes
r-mettler Oct 17, 2024
d5ae09d
test fix mtoshipmentmodelfromcreate
r-mettler Oct 18, 2024
c026cae
update address create tests for country
r-mettler Oct 18, 2024
01f7d1a
update mto service test for country
r-mettler Oct 18, 2024
8af0826
increase test coverage
r-mettler Oct 18, 2024
e73f01d
test coverage increase
r-mettler Oct 18, 2024
7538a8d
more test coverage
r-mettler Oct 18, 2024
5066df5
merge conflict resolution
r-mettler Oct 18, 2024
d342f6d
merge conflict fix
r-mettler Oct 18, 2024
f8c3403
updating us post region city test
r-mettler Oct 18, 2024
57b463d
don't need to test static data
r-mettler Oct 19, 2024
8aab7f8
making models read only
r-mettler Oct 21, 2024
4bf630e
Merge branch 'main' of github.com:transcom/mymove into B-21442
r-mettler Oct 21, 2024
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
678 changes: 678 additions & 0 deletions artifacts/accessibilityReport.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1001,3 +1001,15 @@
20240917165710_update_duty_locations_provides_services_counseling.up.sql
20240930171315_updatePostalCodeToGbloc233BGNC.up.sql
20241001174400_add_is_oconus_column.up.sql
20241002151527_add_transportation_offices_AK_HI.up.sql
20241002164836_add_re_country_table_and_refactor.up.sql
20241004150358_create_re_states_re_us_post_regions_re_cities.up.sql
20241004150559_insert_re_states.up.sql
20241004151509_insert_re_cities.up.sql
20241004151611_insert_re_us_post_regions.up.sql
20241004151723_insert_us_post_region_cities.up.sql
20241007184200_create_re_oconus_rate_areas_re_intl_transit_times.up.sql
20241007184230_insertReOconusRateAreas.up.sql
20241007184259_insertReIntlTransTime.up.sql
20241007224427_update_addresses_us_post_region_cities_id.up.sql
20241009210749_create_view_v_locations.up.sql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
create table IF NOT EXISTS re_states
(id uuid NOT NULL,
state varchar(2) NOT NULL,
state_name varchar(50) NOT NULL,
is_oconus bool NOT NULL,
created_at timestamp NOT NULL default now(),
updated_at timestamp NOT NULL default now(),
CONSTRAINT re_states_pkey PRIMARY KEY (id),
CONSTRAINT unique_re_states UNIQUE (state));

COMMENT ON TABLE re_states IS 'Stores US state codes and names';
COMMENT ON COLUMN re_states.state IS 'The unique 2 character US state code';
COMMENT ON COLUMN re_states.state_name IS 'The name of the US state';
COMMENT ON COLUMN re_states.is_oconus IS 'Indicates if state is OCONUS';

create table IF NOT EXISTS re_us_post_regions
(id uuid NOT NULL,
uspr_zip_id varchar(5) NOT NULL,
state_id uuid NOT NULL
CONSTRAINT fk_re_us_post_regions_re_states REFERENCES re_states (id),
zip3 varchar(3) NOT NULL,
created_at timestamp NOT NULL default now(),
updated_at timestamp NOT NULL default now(),
CONSTRAINT re_us_post_regions_pkey PRIMARY KEY (id),
CONSTRAINT unique_re_us_post_regions UNIQUE (uspr_zip_id, state_id));

COMMENT ON TABLE re_us_post_regions IS 'Stores US zip codes';
COMMENT ON COLUMN re_us_post_regions.uspr_zip_id IS 'The unique 5 digit zip code';
COMMENT ON COLUMN re_us_post_regions.state_id IS 'The id for the 2 character US state code references re_states';
COMMENT ON COLUMN re_us_post_regions.zip3 IS 'The first 3 digits of the zip code';

CREATE INDEX IF NOT EXISTS idx_re_us_post_regions_state_id ON re_us_post_regions (state_id);

create table IF NOT EXISTS re_cities
(id uuid NOT NULL,
city_name varchar(100) NOT NULL,
state_id uuid
CONSTRAINT fk_re_cities_re_states REFERENCES re_states (id),
country_id uuid NOT NULL
CONSTRAINT fk_re_cities_re_countries REFERENCES re_countries (id),
is_oconus bool NOT NULL,
created_at timestamp NOT NULL default now(),
updated_at timestamp NOT NULL default now(),
CONSTRAINT re_cities_pkey PRIMARY KEY (id),
CONSTRAINT unique_re_cities UNIQUE (city_name, state_id, country_id));

COMMENT ON TABLE re_cities IS 'Stores CONUS and OCONUS cities';
COMMENT ON COLUMN re_cities.city_name IS 'The name of the city';
COMMENT ON COLUMN re_cities.state_id IS 'The id for the 2 character US state code references re_states';
COMMENT ON COLUMN re_cities.country_id IS 'The id for the 2 character country code references re_countries';

-- Adds column to link the re_us_post_regions id to the appropriate us_post_region_cities record
ALTER TABLE us_post_region_cities ADD COLUMN IF NOT EXISTS us_post_regions_id uuid;
-- Adds column to link the re_cities id to the appropriate us_post_region_cities record
ALTER TABLE us_post_region_cities ADD COLUMN IF NOT EXISTS cities_id uuid;
-- Drops the unused column
ALTER TABLE us_post_region_cities DROP COLUMN IF EXISTS usprc_prfd_lst_line_ctyst_nm;

CREATE INDEX IF NOT EXISTS idx_us_post_region_cities_uspr_id_cities_id ON us_post_region_cities (us_post_regions_id, cities_id);
69 changes: 69 additions & 0 deletions migrations/app/schema/20241004150559_insert_re_states.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('8b7b9431-be18-4395-8f87-0ac4536bc5cb'::uuid,'AA','ARMED FORCES AMERICAS, EXCEPT CANADA ',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('7e030ed1-dc0c-480b-b9d4-dd3651bc0d9f'::uuid,'AE','ARMED FORCES EUROPE, MIDDLE EAST, AND CANADA ',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('cb5e2e40-0698-41a9-9367-23e5777a427c'::uuid,'AK','ALASKA',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('e3e84cfc-cef5-4998-a20f-fbcc7177c3db'::uuid,'AL','ALABAMA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('ccca2f63-f07f-40c6-826b-34184167c8b0'::uuid,'AP','ARMED FORCES PACIFIC ',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('b788e7d6-92f8-4295-86bf-1f59fb8ba144'::uuid,'AR','ARKANSAS',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('97970ed8-236b-4d90-bf74-7a51568c79d9'::uuid,'AS','AMERICAN SAMOA ',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('a6905138-3156-4403-9ee9-7e78a857901b'::uuid,'AZ','ARIZONA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('05dbc84f-e93e-4c5c-8f6d-7179cfb5eb8b'::uuid,'CA','CALIFORNIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('d5722ba1-832e-4886-8e2a-6edc127087d7'::uuid,'CO','COLORADO',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('de0219b7-1137-4138-a644-5af4ee34da0f'::uuid,'CT','CONNECTICUT',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('de478ad1-30d1-4562-80fe-c758e63fc425'::uuid,'DC','DISTRICT OF COLUMBIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('0576a89d-374f-4ef0-ba45-aebc2ad02d3e'::uuid,'DE','DELAWARE',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('1847653b-9082-431d-923d-fd4202b35e59'::uuid,'FL','FLORIDA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('98944386-0c64-4334-ad90-ca8deedce56b'::uuid,'FM','Federated States of Micronesia',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('2e3bcbb4-ae56-4de8-9340-8758e0454187'::uuid,'GA','GEORGIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('e96a99a3-e55d-4927-9efd-dde849381556'::uuid,'GU','Guam',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('4c9cc5d4-6926-4f6f-a831-c0c8ccb1e2a4'::uuid,'HI','HAWAII',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('5ef44c38-d967-42c9-902f-4eb4c234f61f'::uuid,'IA','IOWA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('8de0dc0d-9e90-48fb-addb-2b3dc833d99d'::uuid,'ID','IDAHO',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('42c50f20-874c-4f5c-ac0e-9b1023b3c712'::uuid,'IL','ILLINOIS',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('9bab40ac-cd1a-4d39-bc74-3839bb494d17'::uuid,'IN','INDIANA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('63b51758-711f-4ba4-a581-fa78af94aa70'::uuid,'KS','KANSAS',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('ef2488ed-a54e-41cc-88bd-c01ded7909ae'::uuid,'KY','KENTUCKY',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('d97e505e-8a93-4276-9874-ab5dde0ea542'::uuid,'LA','LOUISIANA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('11344a0c-7b52-4e94-b695-27862d4a1775'::uuid,'MA','MASSACHUSETTS',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('2a316d66-02d4-402a-ba76-a2a7b32c12cd'::uuid,'MD','MARYLAND',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('815d51c2-2e71-48bd-8799-2644b0bdb41a'::uuid,'ME','MAINE',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('29b71f18-05dd-4d69-b849-8fff9cf52d65'::uuid,'MH','Marshall Islands',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('20ec3809-7297-4991-8dde-7471ac4c5bbe'::uuid,'MI','MICHIGAN',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('fec9f049-25f2-417d-a0ce-0aca3204a298'::uuid,'MN','MINNESOTA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('462178cb-6abc-4091-b1e1-8c2b58d925d9'::uuid,'MO','MISSOURI',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('b6bc6931-1cfd-4cf4-9acd-0eb023f2c1ed'::uuid,'MP','Northern Mariana Islands',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('e14f4f46-e6a1-4a3d-b8e7-2ed01559e9de'::uuid,'MS','MISSISSIPPI',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('6cf7a071-1e51-421f-b1b9-127f2c88861b'::uuid,'MT','MONTANA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('47b04b8f-38e6-48e4-9ab4-237f2d113df5'::uuid,'NC','NORTH CAROLINA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('4b01cf8b-c214-4e8a-8a1a-43244baf95b6'::uuid,'ND','NORTH DAKOTA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('4bd022f9-0ec0-4a86-86af-3be6ad969f83'::uuid,'NE','NEBRASKA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('1ad69b8d-2a89-4ed4-923b-593a88be8dba'::uuid,'NH','NEW HAMPSHIRE',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('92c4ec75-b134-4f53-a079-5f268307bb99'::uuid,'NJ','NEW JERSEY',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('617ce0e5-4431-455e-8ecf-e98c2943381c'::uuid,'NM','NEW MEXICO',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('2a0843b3-785c-4c7c-803a-f27d61eceab0'::uuid,'NV','NEVADA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('95729f59-2f01-4079-935b-1a0d7136f5fe'::uuid,'NY','NEW YORK',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('7acddbf2-5841-489d-8649-30d8f0cd41fb'::uuid,'OH','OHIO',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('74a56d2c-eb81-4ed2-853d-96d4627ac3bc'::uuid,'OK','OKLAHOMA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('e1fa705d-c433-486d-9fe9-8c387acc46c1'::uuid,'OR','OREGON',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('51253f02-60be-4428-addf-faf4422744b5'::uuid,'PA','PENNSYLVANIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('c8340b5a-900e-4759-8548-bab52be07cdc'::uuid,'PR','Puerto Rico',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('b8c6ac00-40f8-4a74-82d7-fdb685925888'::uuid,'PW','Palau',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('8637bcdb-edbc-4ceb-a889-8889df36ac54'::uuid,'RI','RHODE ISLAND',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('401692e2-1a84-43db-8438-faea8e7d9ef3'::uuid,'SC','SOUTH CAROLINA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('e381c3f2-03d7-4948-baab-cabbf51c6a06'::uuid,'SD','SOUTH DAKOTA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('cd5aba12-e7b9-40b8-b5a2-71531b04bb0c'::uuid,'TN','TENNESSEE',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('075f1008-7379-489d-95cc-363b83e61509'::uuid,'TX','TEXAS',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('b8647524-a0d7-45a5-a89f-bfb811611c6e'::uuid,'UT','UTAH',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('79cbf8df-42eb-43a4-b4d9-07e5797bff92'::uuid,'VA','VIRGINIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('ceccbd38-2d1a-482d-a59b-ec57d7f2b0a7'::uuid,'VI','Virgin Islands',true,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('b45b67de-65fb-4347-aa0b-6638d3fa6a04'::uuid,'VT','VERMONT',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('2619a31c-265f-4a08-9058-c1b1b336ef9b'::uuid,'WA','WASHINGTON',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('9b2db6dd-1e65-4f96-868e-b16b644e6e98'::uuid,'WI','WISCONSIN',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
INSERT INTO public.re_states (id,state,state_name,is_oconus,created_at,updated_at) VALUES
('3cc5dda7-3b17-4a63-a70c-bc1396ec44ed'::uuid,'WV','WEST VIRGINIA',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998'),
('9fb57101-be3c-421b-aa02-4e038bb62732'::uuid,'WY','WYOMING',false,'2024-10-01 12:19:08.214998','2024-10-01 12:19:08.214998');
Loading