Skip to content

Commit

Permalink
Update Doctrine migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Nov 21, 2024
1 parent ec393ad commit 8a0f7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/doctrine-migrations-diff.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

php72 ./bin/console do:mi:di --em=middleware --filter-expression='~^(?!event_stream).*$~'
bin/console doctrine:migrations:diff --em=middleware --filter-expression='~^(?!event_stream).*$~'
sleep 1
php72 ./bin/console do:mi:di --em=gateway
bin/console doctrine:migrations:diff --em=gateway
2 changes: 1 addition & 1 deletion bin/doctrine-migrations-migrate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

php72 ./bin/console doctrine:migrations:migrate --env=prod --em=deploy
php ./bin/console doctrine:migrations:migrate --env=prod --em=deploy

0 comments on commit 8a0f7c0

Please sign in to comment.