Files
FabledCurator/backend/app/services/migrators/__init__.py
T
2026-05-22 08:12:17 -04:00

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.
"""