e1b057f494
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
239 B
Python
7 lines
239 B
Python
"""FC-5 migration tooling.
|
|
|
|
One module per concern (backup/rollback/gs/ir/overlap/ml_queue/verify).
|
|
Each migrator returns a counts dict; the run_migration task wires
|
|
that dict into MigrationRun.counts so the UI polling shows progress.
|
|
"""
|