fix tests for profile order, add correct migration

This commit is contained in:
stopflock
2026-03-02 13:56:07 -06:00
parent bc671c4efe
commit 57df8e83a7
4 changed files with 89 additions and 23 deletions
+4
View File
@@ -225,6 +225,10 @@ class ChangelogService {
versionsNeedingMigration.add('1.6.3');
}
if (needsMigration(lastSeenVersion, currentVersion, '2.7.3')) {
versionsNeedingMigration.add('2.7.3');
}
// Future versions can be added here
// if (needsMigration(lastSeenVersion, currentVersion, '2.0.0')) {
// versionsNeedingMigration.add('2.0.0');