mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Doctrine Migrations
This commit is contained in:
committed by
Fabien Potencier
parent
42c82ae6e3
commit
52e1ebe6e8
@@ -0,0 +1,2 @@
|
||||
doctrine_migrations:
|
||||
dir_name: '%kernel.project_dir%/src/Migrations'
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"aliases": ["doctrine-migrations", "migrations"]
|
||||
}
|
||||
Reference in New Issue
Block a user