mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated doctrine/doctrine-migrations recipe.
Add doctrine migrations to profile.
This commit is contained in:
parent
376b329723
commit
f05195c825
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
doctrine_migrations:
|
doctrine_migrations:
|
||||||
|
enable_profiler: '%kernel.debug%'
|
||||||
|
|
||||||
migrations_paths:
|
migrations_paths:
|
||||||
# namespace is arbitrary but should be different from App\Migrations
|
# namespace is arbitrary but should be different from App\Migrations
|
||||||
# as migrations classes should NOT be autoloaded
|
# as migrations classes should NOT be autoloaded
|
||||||
|
|
|
@ -97,12 +97,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"doctrine/doctrine-migrations-bundle": {
|
"doctrine/doctrine-migrations-bundle": {
|
||||||
"version": "2.2",
|
"version": "3.1",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"version": "2.2",
|
"version": "3.1",
|
||||||
"ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
|
"ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./config/packages/doctrine_migrations.yaml",
|
"./config/packages/doctrine_migrations.yaml",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue