mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Disable profile ID migration
This commit is contained in:
parent
a6f6ffdbfc
commit
a0f3601bb3
1 changed files with 6 additions and 6 deletions
|
@ -29,14 +29,14 @@ func registerMigrations() error {
|
||||||
},
|
},
|
||||||
migration.Migration{
|
migration.Migration{
|
||||||
Description: "Migrate from Icon Fields to Icon List",
|
Description: "Migrate from Icon Fields to Icon List",
|
||||||
Version: "v1.5.0", // FIXME
|
Version: "v1.4.7",
|
||||||
MigrateFunc: migrateIcons,
|
MigrateFunc: migrateIcons,
|
||||||
},
|
},
|
||||||
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.1", // FIXME
|
// Version: "v1.5.1",
|
||||||
MigrateFunc: migrateToDerivedIDs,
|
// MigrateFunc: migrateToDerivedIDs,
|
||||||
},
|
// },
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue