-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ES-421 Updated credential_transaction_id column length in credential_…
…event_store table (#1144) * ES-421 Update ida-credential_event_store.sql Signed-off-by: Anusha Sunkada <[email protected]> Signed-off-by: ase-101 <[email protected]> * ES-421 renamed file and added alter stmt Signed-off-by: ase-101 <[email protected]> * ES-421 Signed-off-by: ase-101 <[email protected]> * ES-421 Signed-off-by: ase-101 <[email protected]> * Fixed review comment Signed-off-by: ase-101 <[email protected]> --------- Signed-off-by: Anusha Sunkada <[email protected]> Signed-off-by: ase-101 <[email protected]>
- Loading branch information
Showing
7 changed files
with
47 additions
and
4 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
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
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
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1_rollback.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_to_1.2.0.1_upgrade.sql
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B5_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,3 @@ | ||
\echo 'Upgrade Queries not required for the transition from 1.2.0.1-B5 to 1.2.0.1' | ||
|
||
ALTER TABLE ida.credential_event_store ALTER COLUMN credential_transaction_id type character varying(36); |
3 changes: 3 additions & 0 deletions
3
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B5_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,3 @@ | ||
\echo 'Upgrade Queries not required for transition from 1.2.0.1-B5 to 1.2.0.1' | ||
|
||
ALTER TABLE ida.credential_event_store ALTER COLUMN credential_transaction_id type character varying(64); |