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{
|
||||
Description: "Migrate from Icon Fields to Icon List",
|
||||
Version: "v1.5.0", // FIXME
|
||||
Version: "v1.4.7",
|
||||
MigrateFunc: migrateIcons,
|
||||
},
|
||||
migration.Migration{
|
||||
Description: "Migrate from random profile IDs to fingerprint-derived IDs",
|
||||
Version: "v1.5.1", // FIXME
|
||||
MigrateFunc: migrateToDerivedIDs,
|
||||
},
|
||||
// migration.Migration{
|
||||
// Description: "Migrate from random profile IDs to fingerprint-derived IDs",
|
||||
// Version: "v1.5.1",
|
||||
// MigrateFunc: migrateToDerivedIDs,
|
||||
// },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue