This repository was 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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I made it work with the pure doctrine migrations bundle.
Config file:
config/migrations/otherdb.yamlRun:
bin/console doctrine:migrations:diff --configuration config/migrations/otherdb.yamlbin/console doctrine:migrations:migrate --no-interaction --configuration config/migrations/otherdb.yamlViola :)
Beta Was this translation helpful? Give feedback.
All reactions