1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(migration): improper version EE-7048 (#11712)

This commit is contained in:
Dakota Walsh 2024-04-30 21:30:40 -04:00 committed by GitHub
parent 2b5ecd3a57
commit 439f13af19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ func (m *Migrator) initMigrations() {
m.updateAppTemplatesVersionForDB110,
m.updateResourceOverCommitToDB110,
)
m.addMigrations("2.22",
m.addMigrations("2.20.2",
m.cleanPendingActionsForDeletedEndpointsForDB111,
)