Skip to content

Commit 128ff27

Browse files
author
Ricardo de Vries
committed
Added DoctrineMigrationsBundle.
1 parent 42c82ae commit 128ff27

File tree

2 files changed

+14
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)