mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Symfony 6.4 - Update doctrine/doctrine-migrations-bundle recipe - TO REVIEW
This commit is contained in:
parent
347494a3ff
commit
9dc9bf508f
2 changed files with 7 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue