Files
metabuilder/frontends
copilot-swe-agent[bot] 5228ce60fa Migrate seed operations from frontend to DBAL + create migration plan
- Updated /api/setup to use DBAL's seedDatabase() instead of frontend Database.seedDefaultData()
- Created DB_MIGRATION_PLAN.md documenting strategy for moving 235 files from frontend/lib/db to DBAL
- DBAL seed system already properly structured in dbal/development/src/seeds/
- Seed loads from dbal/shared/seeds/database/*.yaml and packages/*/page-config/*.json
- This unblocks e2e tests by using proper DBAL architecture

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-16 16:55:08 +00:00
..