Skip to content

Commit

Permalink
Fix missing doctrine migrations path
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrzytki committed Jun 3, 2024
1 parent f438ce7 commit 4875ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Application/config/packages/doctrine_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ doctrine_migrations:
storage:
table_storage:
table_name: sylius_migrations
migrations_paths:
'App\Migrations': '%kernel.project_dir%/src/Migrations/'
Empty file.

0 comments on commit 4875ba5

Please sign in to comment.