diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-08 16:27:29 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-01-08 16:27:29 +0100 |
commit | 292c1324e982fdaa26633cb4b7bb56f29bdea57d (patch) | |
tree | 449ade93c49a8bc63825ec89c2df44ad0ad6dea3 /app/config | |
parent | 39643c6b76d92d509b1af0228b6379d7fdce8a1c (diff) | |
download | wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.gz wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.tar.zst wallabag-292c1324e982fdaa26633cb4b7bb56f29bdea57d.zip |
Installation & configuration of Doctrine Migrations
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index e50f9b52..8e9369c2 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -102,6 +102,12 @@ stof_doctrine_extensions: | |||
102 | tree: true | 102 | tree: true |
103 | sluggable: true | 103 | sluggable: true |
104 | 104 | ||
105 | doctrine_migrations: | ||
106 | dir_name: "%kernel.root_dir%/DoctrineMigrations" | ||
107 | namespace: Application\Migrations | ||
108 | table_name: migration_versions | ||
109 | name: Application Migrations | ||
110 | |||
105 | # Swiftmailer Configuration | 111 | # Swiftmailer Configuration |
106 | swiftmailer: | 112 | swiftmailer: |
107 | transport: "%mailer_transport%" | 113 | transport: "%mailer_transport%" |