fc3h: migrators docstring — note backup/rollback retired to backup_service.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
"""FC-5 migration tooling.
|
"""FC-5 migration tooling.
|
||||||
|
|
||||||
One module per concern (backup/rollback/gs/ir/overlap/ml_queue/verify).
|
One module per concern (gs/ir/overlap/ml_queue/verify/cleanup).
|
||||||
Each migrator returns a counts dict; the run_migration task wires
|
Each migrator returns a counts dict; the run_migration task wires
|
||||||
that dict into MigrationRun.counts so the UI polling shows progress.
|
that dict into MigrationRun.counts so the UI polling shows progress.
|
||||||
|
|
||||||
|
backup + rollback were retired in FC-3h (2026-05-24); first-class
|
||||||
|
backup lives at backend/app/services/backup_service.py and exposes
|
||||||
|
its own /api/system/backup/* surface.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user