15 lines
457 B
YAML
15 lines
457 B
YAML
|
doctrine_migrations:
|
||
|
migrations_paths:
|
||
|
# migrations for custom modules
|
||
|
'Application\Migrations': '%kernel.project_dir%/migrations'
|
||
|
all_or_nothing:
|
||
|
true
|
||
|
|
||
|
storage:
|
||
|
table_storage:
|
||
|
table_name: 'migration_versions'
|
||
|
version_column_name: 'version'
|
||
|
version_column_length: 1024
|
||
|
executed_at_column_name: 'executed_at'
|
||
|
execution_time_column_name: 'execution_time'
|