-
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.
changes from release-1201 from develop
Signed-off-by: Ritik Jain (IN74108) <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 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
1 change: 0 additions & 1 deletion
1
...da/sql/1.2.0.1-B5_to_1.2.0.1_rollback.sql → ...sql/1.2.0.1-B5_to_1.2.0.1-B6_rollback.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
3 changes: 1 addition & 2 deletions
3
...ida/sql/1.2.0.1-B5_to_1.2.0.1_upgrade.sql → .../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,8 +1,7 @@ | ||
\echo 'Upgrade Queries not required for transition from 1.2.0.1-B5 to 1.2.0.1' | ||
\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); | ||
|
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B6_to_1.2.0.1_rollback.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B6_to_1.2.0.1_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 |
---|---|---|
@@ -0,0 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |