Updated 2.0 portal upgrade code to make it idempotent
This commit is contained in:
parent
c0276a7369
commit
a187888c05
4 changed files with 14 additions and 10 deletions
|
@ -31,7 +31,7 @@ namespace WebsitePanel.Setup
|
|||
{
|
||||
return UpdateBase(obj,
|
||||
minimalInstallerVersion: "2.0.0",
|
||||
versionsToUpgrade: "1.2.1",
|
||||
versionsToUpgrade: "1.2.1,2.0.0",
|
||||
updateSql: false,
|
||||
versionSpecificAction: new InstallAction(ActionTypes.ConfigureSecureSessionModuleInWebConfig));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue