Set correct migration version
This commit is contained in:
@@ -34,7 +34,7 @@ func registerMigrations() error {
|
|||||||
},
|
},
|
||||||
migration.Migration{
|
migration.Migration{
|
||||||
Description: "Migrate from random profile IDs to fingerprint-derived IDs",
|
Description: "Migrate from random profile IDs to fingerprint-derived IDs",
|
||||||
Version: "v1.5.0",
|
Version: "v1.6.0",
|
||||||
MigrateFunc: migrateToDerivedIDs,
|
MigrateFunc: migrateToDerivedIDs,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user