mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
- 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>