forked from wallabag/wallabag
Installation & configuration of Doctrine Migrations
This commit is contained in:
@ -102,6 +102,12 @@ stof_doctrine_extensions:
|
||||
tree: true
|
||||
sluggable: true
|
||||
|
||||
doctrine_migrations:
|
||||
dir_name: "%kernel.root_dir%/DoctrineMigrations"
|
||||
namespace: Application\Migrations
|
||||
table_name: migration_versions
|
||||
name: Application Migrations
|
||||
|
||||
# Swiftmailer Configuration
|
||||
swiftmailer:
|
||||
transport: "%mailer_transport%"
|
||||
|
||||
Reference in New Issue
Block a user