mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(migrator): fix setting version struct fields after migration [EE-4613] (#8090)
* fix setting version struct fields * fix go tests * remove versionUpdateRequired * remove old code that was originally for debugging purposes
This commit is contained in:
parent
d78b762f7b
commit
95bc508462
3 changed files with 20 additions and 32 deletions
|
@ -930,6 +930,6 @@
|
|||
}
|
||||
],
|
||||
"version": {
|
||||
"VERSION": "{\"SchemaVersion\":\"2.17.0\",\"MigratorCount\":1,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
||||
"VERSION": "{\"SchemaVersion\":\"2.17.0\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue