Skip to content

Commit

Permalink
Update Doctrine Migrations to 3.0, update configuration accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
LucileDT committed Dec 13, 2020
1 parent f4b4dc5 commit 00a407c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/packages/doctrine_migrations.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doctrine_migrations:
dir_name: '%kernel.project_dir%/src/Migrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
namespace: DoctrineMigrations
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'

0 comments on commit 00a407c

Please sign in to comment.