mirror of https://github.com/portainer/portainer
fix(migration): improper version EE-7048 (#11713)
parent
cf91a8352d
commit
31403bfc7e
|
@ -236,7 +236,7 @@ func (m *Migrator) initMigrations() {
|
||||||
m.updateAppTemplatesVersionForDB110,
|
m.updateAppTemplatesVersionForDB110,
|
||||||
m.updateResourceOverCommitToDB110,
|
m.updateResourceOverCommitToDB110,
|
||||||
)
|
)
|
||||||
m.addMigrations("2.21",
|
m.addMigrations("2.20.2",
|
||||||
m.cleanPendingActionsForDeletedEndpointsForDB111,
|
m.cleanPendingActionsForDeletedEndpointsForDB111,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -941,6 +941,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": {
|
"version": {
|
||||||
"VERSION": "{\"SchemaVersion\":\"2.21.0\",\"MigratorCount\":1,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
"VERSION": "{\"SchemaVersion\":\"2.21.0\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue