Shared migration knowledge lives in:
This file documents repository-specific migration behavior only.
Repository migration scripts live in backend/migrations/.
This repository uses the standard migration workflow and standard make-based command wiring used across related repositories. Use the shared migration knowledge above as the primary reference.
The current migrations are fake/example migrations used to demonstrate the repository shape:
20260527134121_fake_data_migration.py20260527134133_fake_schema_migration.py
Replace or remove these examples when the repository gains real data or schema migrations.
Update this file when the repository changes:
- migration file locations
- migration command entry points
- required execution order
- rollout or safety constraints specific to this repository