-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change db_migrator major version on master branch from version 2 to 3 (…
…#2272) To add room for db_migrator changes in 202012 branch, changed the major version on master/202205 branches from "2" to "3" This change is needed: 1. Since the existing master/202205 db versions cannot be backported to 202012 as they are not relevant to 202012. Current latest DB version for 202012 is 2_0_0, to add newer versions 2_0_1 cannot be added as it is already used for master/202205 branch. 2. Since master/202205 branches should incremented major version that was reserved for 202012. Since 202205 used same major version as 202012, there is no place for migrator changes to go into 202012 branch. Changed major version on migrator script. Updated test files. Signed-off-by: Vaibhav Hemant Dixit <vaibhav.dixit@microsoft.com>
- Loading branch information
Showing
148 changed files
with
126 additions
and
126 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -1014,6 +1014,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1014,6 +1014,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1086,6 +1086,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1086,6 +1086,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1900,6 +1900,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1900,6 +1900,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1948,6 +1948,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1948,6 +1948,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2034,6 +2034,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2034,6 +2034,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2082,6 +2082,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2082,6 +2082,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1978,6 +1978,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1978,6 +1978,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2044,6 +2044,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2044,6 +2044,6 @@ | |
"admin_status": "up" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1055,6 +1055,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1055,6 +1055,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1148,6 +1148,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1148,6 +1148,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1060,6 +1060,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1060,6 +1060,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1153,6 +1153,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1153,6 +1153,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1055,6 +1055,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1055,6 +1055,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1148,6 +1148,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_0" | ||
"VERSION": "version_3_0_0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1148,6 +1148,6 @@ | |
"speed": "50000" | ||
}, | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_2_0_3" | ||
"VERSION": "version_3_0_3" | ||
} | ||
} |
Oops, something went wrong.