1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

Bump to v2.18.0. (#8266)

This commit is contained in:
andres-portainer 2023-01-07 12:08:23 -03:00 committed by GitHub
parent dd0d1737b0
commit 33c3f8460c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -205,6 +205,7 @@ func (m *Migrator) initMigrations() {
m.addMigrations("2.16", m.migrateDBVersionToDB70)
m.addMigrations("2.16.1", m.migrateDBVersionToDB71)
m.addMigrations("2.17", m.migrateDBVersionToDB80)
m.addMigrations("2.18")
// Add new migrations below...
// One function per migration, each versions migration funcs in the same file.