-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOSIP-31950] Updated 1.2.0.1-B5_to_1.2.0.1-B6_upgrade.sql and 1.2.0.…
…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
1 parent
ab88802
commit 07528cd
Showing
2 changed files
with
3 additions
and
3 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
2 changes: 1 addition & 1 deletion
2
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B5_to_1.2.0.1-B6_upgrade.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,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); | ||
|