refactor(cli, ups-handler, daemon, migrations): remove thresholds handling and update migration order logic
Some checks failed
CI / Type Check & Lint (push) Failing after 4s
CI / Build Test (Current Platform) (push) Successful in 5s
Release / build-and-release (push) Successful in 41s
CI / Build All Platforms (push) Successful in 46s

This commit is contained in:
2025-10-20 12:03:14 +00:00
parent 2c8ea44d40
commit afd026d08c
8 changed files with 33 additions and 53 deletions

View File

@@ -46,7 +46,6 @@ import { logger } from '../logger.ts';
* }
*/
export class MigrationV4_0ToV4_1 extends BaseMigration {
readonly order = 5;
readonly fromVersion = '4.0';
readonly toVersion = '4.1';