Skip to content

Commit

Permalink
Merge pull request #12007 from transcom/B-18529-Remove-Expired-HomeSa…
Browse files Browse the repository at this point in the history
…fe-Prd-Cert

B 18529 remove expired home safe prd cert
  • Loading branch information
deandreJones authored Feb 23, 2024
2 parents 3376227 + 75ed9c5 commit 2c20a3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/milmove/gen_disable_certs_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DELETE FROM users_roles
where
user_id = (select id from users where okta_email = '{{.Fingerprint}}@api.move.mil');
UPDTE users
UPDATE users
SET active=false
WHERE
okta_email='{{.Fingerprint}}@api.move.mil';
Expand Down
1 change: 1 addition & 0 deletions migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,5 @@
20240206173201_update_shipment_address_update_table_sit_and_distance_columns.up.sql
20240207173709_updateTransportationOffices.up.sql
20240212150834_20240212_disable_homesafe_stg_cert.up.sql
20240215151854_20240215_remove_expired_homesafe_prd_cert.up.sql
20240214213247_updateTransportationOfficesGbloc.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Local test migration.
-- This will be run on development environments.
-- It should mirror what you intend to apply on prd/stg/exp/demo
-- DO NOT include any sensitive data.

0 comments on commit 2c20a3c

Please sign in to comment.