db: mark profile store as deprecated

This commit is contained in:
Harvey Tindall
2023-06-24 21:31:22 +01:00
parent a735e4ff29
commit 3bb9272f06
2 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ func migrateToBadger(app *appContext) {
}
app.storage.loadProfiles()
for k, v := range app.storage.profiles {
for k, v := range app.storage.deprecatedProfiles {
app.storage.SetProfileKey(k, v)
}
}