mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 23:02:10 +03:00
Base-red found during pre-merge validation: the fork's migration was authored as 123_usage_history_account_identity.sql, but release/v3.8.49 already carries 123_quota_auto_ping.sql at that same numeric prefix. getMigrationFiles() throws "Migration version collision detected" for any duplicate version, which was failing every test that boots the DB (db-migration-runner, usage-migrations, usage-analytics-route). Renamed to 127 (next free slot after 126_reasoning_routing_rules.sql) and updated the matching test-file-path references. Co-authored-by: Xiangzhe <xiangzhedev@gmail.com>