From 1dd0c3003e9c9cb49deaaeb45ce252188d1937a8 Mon Sep 17 00:00:00 2001 From: Mohan E Date: Wed, 13 Mar 2024 17:27:50 +0530 Subject: [PATCH] [MOSIP-31950] Updated 1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql --- .../mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql b/db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql index efb74c3babe..99e1c98db33 100644 --- a/db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql +++ b/db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql @@ -8,7 +8,7 @@ -- Modified Date Modified By Comments / Remarks -- ------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- -\c mosip_ida sysadmin +\c mosip_ida CREATE TABLE ida.cred_subject_id_store( id character varying(36) NOT NULL, @@ -44,4 +44,4 @@ COMMENT ON COLUMN ida.cred_subject_id_store.del_dtimes IS 'Deleted DateTimestamp CREATE INDEX ind_csid_key_hash ON ida.cred_subject_id_store (csid_key_hash); INSERT INTO ida.key_policy_def (app_id, key_validity_duration, is_active, cr_by, cr_dtimes, upd_by, upd_dtimes, is_deleted, del_dtimes, pre_expire_days, access_allowed) -VALUES('IDA_VCI_EXCHANGE', 1095, true, 'mosipadmin', now(), NULL, NULL, false, NULL, 60, 'NA'); \ No newline at end of file +VALUES('IDA_VCI_EXCHANGE', 1095, true, 'mosipadmin', now(), NULL, NULL, false, NULL, 60, 'NA');