mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
7 lines
283 B
Go
7 lines
283 B
Go
package migrator
|
|
|
|
func (m *Migrator) migrateDBVersionToDB35() error {
|
|
// These should have been migrated already, but due to an earlier bug and a bunch of duplicates,
|
|
// calling it again will now fix the issue as the function has been repaired.
|
|
return m.updateDockerhubToDB32()
|
|
}
|