Skip to content

Commit

Permalink
[MOSIP-31950] Updated 1.2.0.1-B5_to_1.2.0.1-B6_upgrade.sql and 1.2.0.…
Browse files Browse the repository at this point in the history
…1-B4_to_1.2.0.1-B5_upgrade.sql file. (#1216)

* [MOSIP-31950] Updated 1.2.0.1-B5_to_1.2.0.1-B6_upgrade.sql

Signed-off-by: Mohanraj209 <[email protected]>

* [MOSIP-31950] Updated 1.2.0.1-B4_to_1.2.0.1-B5_upgrade.sql

Signed-off-by: Mohanraj209 <[email protected]>

---------

Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 authored Mar 13, 2024
1 parent ab88802 commit 07528cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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');
VALUES('IDA_VCI_EXCHANGE', 1095, true, 'mosipadmin', now(), NULL, NULL, false, NULL, 60, 'NA');
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\c mosip_ida

ALTER TABLE ida.credential_event_store ALTER COLUMN credential_transaction_id type character varying(64);

DROP INDEX IF EXISTS ida.ind_otphsh;

CREATE INDEX ind_refid ON ida.otp_transaction (ref_id,status_code);

0 comments on commit 07528cd

Please sign in to comment.