1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00
portainer/api/bolt/migrator/migrate_dbversion23.go

7 lines
119 B
Go
Raw Normal View History

package migrator
func (m *Migrator) updateSettingsToDB24() error {
2020-07-25 11:10:46 +12:00
// Placeholder for 1.24.1 backports
return nil
}