-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scripts for MSSQL and Oracle are invalid #27
- Loading branch information
1 parent
1040e5e
commit dc96595
Showing
8 changed files
with
8 additions
and
8 deletions.
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
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
2 changes: 1 addition & 1 deletion
2
modules/core/db/update/mssql/19/190314-addCheckTrustMetadataToSamlConnection.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 |
---|---|---|
@@ -1 +1 @@ | ||
alter table SAMLADDON_SAML_CONNECTION add column METADATA_TRUST_CHECK TINYINT DEFAULT(1); | ||
alter table SAMLADDON_SAML_CONNECTION add METADATA_TRUST_CHECK TINYINT DEFAULT(1); |
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 |
---|---|---|
@@ -1 +1 @@ | ||
alter table SAMLADDON_KEY_STORE add column KEYSTORE_PASSWORD varchar(100) ^ | ||
alter table SAMLADDON_KEY_STORE add KEYSTORE_PASSWORD varchar(100) ^ |
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
2 changes: 1 addition & 1 deletion
2
modules/core/db/update/oracle/19/190228-renameCodeToSSOPath.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
2 changes: 1 addition & 1 deletion
2
modules/core/db/update/oracle/19/190314-addCheckTrustMetadataToSamlConnection.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 |
---|---|---|
@@ -1 +1 @@ | ||
alter table SAMLADDON_SAML_CONNECTION add column METADATA_TRUST_CHECK char(1); | ||
alter table SAMLADDON_SAML_CONNECTION add METADATA_TRUST_CHECK char(1); |
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 |
---|---|---|
@@ -1 +1 @@ | ||
alter table SAMLADDON_KEY_STORE add column KEYSTORE_PASSWORD varchar2(100) ; | ||
alter table SAMLADDON_KEY_STORE add KEYSTORE_PASSWORD varchar2(100) ; |