Skip to content

Commit

Permalink
removed some upgrade paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Bhagat committed Nov 24, 2023
1 parent 78f4e3d commit eba3f43
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions .github/configuration/upgrade-test-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,33 +134,6 @@ upgrade-version: [{
}
]
},
{
upgrade-path: [
{
version: 13.9,
upgrade-type: null
},
{
version: '14.11',
upgrade-type: major
}
],
},
{
upgrade-path: [
{
version: 13.9,
upgrade-type: null
},
{
version: '14.11',
upgrade-type: major
}
],
db-parameters: [
"babelfishpg_tsql.server_collation_name = 'chinese_prc_ci_as'"
]
},
{
upgrade-path: [
{
Expand Down Expand Up @@ -197,32 +170,9 @@ upgrade-version: [{
version: 13.6,
upgrade-type: null,
},
{
version: 14.6,
upgrade-type: major,
},
{
version: target.latest,
upgrade-type: major,
}
],
db-parameters: [
"babelfishpg_tsql.server_collation_name = 'chinese_prc_ci_as'"
]
},
{
upgrade-path: [
{
version: 13.6,
upgrade-type: null,
},
{
version: 14.3,
upgrade-type: major,
},
{
version: '14.11',
upgrade-type: minor,
upgrade-type: major,
},
{
version: target.latest,
Expand Down

0 comments on commit eba3f43

Please sign in to comment.