Skip to content

Commit 0c15942

Browse files
committed
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
2 parents 3d3eba7 + 52e1ebe commit 0c15942

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
doctrine_migrations:
2+
dir_name: '%kernel.project_dir%/src/Migrations'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bundles": {
3+
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/",
7+
"src/": "%SRC_DIR%/"
8+
},
9+
"aliases": ["doctrine-migrations", "migrations"]
10+
}

doctrine/doctrine-migrations-bundle/1.2/src/Migrations/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)