-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename 1.2.0.1-B3_to_1.2.0.1_rollback.sql to 1.2.0.1-B3_to_1.2.0.1-B4_rollback.sql Signed-off-by: Keshav Mishra <[email protected]> * Rename 1.2.0.1-B3_to_1.2.0.1_upgrade.sql to 1.2.0.1-B3_to_1.2.0.1-B4_upgrade.sql Signed-off-by: Keshav Mishra <[email protected]> * Create 1.2.0.1-B4_to_1.2.0.1_rollback.sql Signed-off-by: Keshav Mishra <[email protected]> * Create Create 1.2.0.1-B4_to_1.2.0.1_upgrade.sql Signed-off-by: Keshav Mishra <[email protected]> * Rename Create 1.2.0.1-B4_to_1.2.0.1_upgrade.sql to 1.2.0.1-B4_to_1.2.0.1_upgrade.sql Signed-off-by: Keshav Mishra <[email protected]> --------- Signed-off-by: Keshav Mishra <[email protected]>
- Loading branch information
Showing
5 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...da/sql/1.2.0.1-B3_to_1.2.0.1_rollback.sql → ...sql/1.2.0.1-B3_to_1.2.0.1-B4_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 |
---|---|---|
@@ -1 +1 @@ | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' | ||
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' |
3 changes: 3 additions & 0 deletions
3
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B3_to_1.2.0.1-B4_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 @@ | ||
\c mosip_ida | ||
|
||
DROP TABLE IF EXISTS ida.key_policy_def_h; |
3 changes: 0 additions & 3 deletions
3
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B3_to_1.2.0.1_upgrade.sql
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_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 'Upgrade Queries not required for transition from 1.2.0.1-B4 to 1.2.0.1' |
1 change: 1 addition & 0 deletions
1
db_upgrade_scripts/mosip_ida/sql/1.2.0.1-B4_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 1.2.0.1-B4 to 1.2.0.1' |