Website/config/packages/doctrine_migrations.yaml
Snoweuph 685e460bc7
Some checks failed
Quality Check / QS Backend (push) Successful in 16s
Quality Check / QS Frontend (push) Failing after 27s
NOTICKET: Refactor Project Layout
2024-07-30 05:42:19 +02:00

6 lines
282 B
YAML

doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/src/Framework/Migrations'
enable_profiler: false