Commit eb4804e4 by Julien Jorry

Fix : on install, config problem on doctrine migrations bundle

parent ba4047f9
doctrine_migrations: doctrine_migrations:
dir_name: '%kernel.project_dir%/src/Migrations' migrations_paths:
# namespace is arbitrary but should be different from App\Migrations 'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
# as migrations classes should NOT be autoloaded storage:
namespace: DoctrineMigrations table_storage:
table_name: '%env(DATABASE_PREFIX)%migration_versions' table_name: '%env(DATABASE_PREFIX)%migration_versions'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment