Skip to content

Commit

Permalink
use migration template from core
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 17, 2024
1 parent fa8dcba commit 604e26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Migrations/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# --------------------------------------------------------------------------------------------------

table_storage:
table_name: bundle_migration_demo

table_name: 'bundle_migration_demo'
migrations_paths:
DemoBundle\Migrations: var/plugins/DemoBundle/Migrations
'DemoBundle\Migrations': 'var/plugins/DemoBundle/Migrations'
custom_template: 'migrations/MigrationTemplate.txt'

0 comments on commit 604e26c

Please sign in to comment.