This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
How to make it work with plain doctrine migrations bundle #21
sven-communitales
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I made it work with the pure doctrine migrations bundle.
Config file:
config/migrations/otherdb.yaml
Run:
bin/console doctrine:migrations:diff --configuration config/migrations/otherdb.yaml
bin/console doctrine:migrations:migrate --no-interaction --configuration config/migrations/otherdb.yaml
Viola :)
Beta Was this translation helpful? Give feedback.
All reactions