2020-02-03 18:01:16 +00:00
|
|
|
doctrine_migrations:
|
2020-11-12 11:31:34 +00:00
|
|
|
migrations_paths:
|
2024-01-03 16:16:04 +00:00
|
|
|
# namespace is arbitrary but should be different from App\Migrations
|
|
|
|
# as migrations classes should NOT be autoloaded
|
|
|
|
# 'DoctrineMigrations': '%kernel.project_dir%/migrations'
|
2021-03-24 13:17:48 +00:00
|
|
|
'App\Migrations': '%kernel.project_dir%/core/backend/Migrations'
|
2020-11-12 11:31:34 +00:00
|
|
|
storage:
|
|
|
|
table_storage:
|
|
|
|
table_name: 'migration_versions'
|
|
|
|
version_column_name: 'version'
|
|
|
|
version_column_length: 1024
|
|
|
|
executed_at_column_name: 'executed_at'
|
2020-06-08 15:00:05 +01:00
|
|
|
organize_migrations: false
|
|
|
|
custom_template: ~
|
|
|
|
all_or_nothing: false
|
2024-01-03 16:16:04 +00:00
|
|
|
enable_profiler: false
|
2021-06-07 17:02:18 +01:00
|
|
|
|
|
|
|
services:
|
|
|
|
'Doctrine\Migrations\Version\MigrationFactory': 'App\Install\Service\Migrations\MigrationFactoryDecorator'
|