-
-
Notifications
You must be signed in to change notification settings - Fork 963
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...grations/sql/20230823000000000001_verification_add_oauth2_login_challenge_params.down.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,2 @@ | ||
ALTER TABLE selfservice_verification_flows DROP COLUMN identity_id; | ||
ALTER TABLE selfservice_verification_flows DROP COLUMN authentication_methods; |
2 changes: 2 additions & 0 deletions
2
...ions/sql/20230823000000000001_verification_add_oauth2_login_challenge_params.mysql.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,2 @@ | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN identity_id VARCHAR(36); | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN authentication_methods JSON; |
2 changes: 2 additions & 0 deletions
2
...ons/sql/20230823000000000001_verification_add_oauth2_login_challenge_params.sqlite.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,2 @@ | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN identity_id VARCHAR(36); | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN authentication_methods TEXT; |
2 changes: 2 additions & 0 deletions
2
...migrations/sql/20230823000000000001_verification_add_oauth2_login_challenge_params.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,2 @@ | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN identity_id UUID; | ||
ALTER TABLE selfservice_verification_flows ADD COLUMN authentication_methods JSON; |
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
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
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
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
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