Symfony 6.4 - Update doctrine/doctrine-migrations-bundle recipe - TO REVIEW

This commit is contained in:
Clemente Raposo 2024-01-03 16:16:04 +00:00
parent 347494a3ff
commit 9dc9bf508f
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,8 @@
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%/migrations'
'App\Migrations': '%kernel.project_dir%/core/backend/Migrations'
storage:
table_storage:
@ -10,6 +13,7 @@ doctrine_migrations:
organize_migrations: false
custom_template: ~
all_or_nothing: false
enable_profiler: false
services:
'Doctrine\Migrations\Version\MigrationFactory': 'App\Install\Service\Migrations\MigrationFactoryDecorator'

View file

@ -191,12 +191,12 @@
]
},
"doctrine/doctrine-migrations-bundle": {
"version": "3.0",
"version": "3.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.2",
"ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
"version": "3.1",
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
},
"files": [
"config/packages/doctrine_migrations.yaml",