Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from CACI-MIlMOVE/B-17150-DB-UPDATES-OKTA
Browse files Browse the repository at this point in the history
updated sql script to make login_gov_email column nullable
  • Loading branch information
deandreJones authored Aug 17, 2023
2 parents 44d0bde + 679ad56 commit 5b19d40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
alter table users
add column okta_email text,
add column okta_id varchar;
add column okta_id varchar,
alter column login_gov_email DROP NOT NULL;

0 comments on commit 5b19d40

Please sign in to comment.