Skip to content

Commit

Permalink
Change migration table name
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer authored Nov 10, 2020
1 parent 2051127 commit 1883af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/doctrine_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ doctrine_migrations:
'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
storage:
table_storage:
table_name: 'migration_versions'

0 comments on commit 1883af1

Please sign in to comment.