mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
feature #62 Doctrine Migrations (Ricknox)
This PR was squashed before being merged into the master branch (closes #62).
Discussion
----------
Doctrine Migrations
This recipe adds doctrine migrations to the official Symfony recipes repository.
Commits
-------
52e1ebe Doctrine Migrations
This commit is contained in:
@@ -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