From c4231b690f05fe2c46d0674d152934746d9ddc99 Mon Sep 17 00:00:00 2001 From: shalyganov Date: Thu, 18 Feb 2021 12:16:09 +0400 Subject: [PATCH] Update scripts for MSSQL and Oracle are invalid #27 fixed Oracle update script --- modules/core/db/update/oracle/20/201022-2-updateKeyStore.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/db/update/oracle/20/201022-2-updateKeyStore.sql b/modules/core/db/update/oracle/20/201022-2-updateKeyStore.sql index ba2b25b..9977c3c 100644 --- a/modules/core/db/update/oracle/20/201022-2-updateKeyStore.sql +++ b/modules/core/db/update/oracle/20/201022-2-updateKeyStore.sql @@ -1 +1 @@ -alter table SAMLADDON_KEY_STORE add KEYSTORE_PASSWORD varchar2(100) ; +alter table SAMLADDON_KEY_STORE add KEYSTORE_PASSWORD varchar2(100)^