Replies: 2 comments
-
I don't have a definitive answer to this, of course. Your needs or deployment/versioning strategy needs to match your workflow. In my previous experience, I tend to version the database as a separate deployable/component, and not syncronised with the application code versioning. But, of course you're free to choose whatever suits your needs best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In documentation it says:
Does this mean we sync the versions of my DB migrations and Application projects?
What if we require to run scripts that do not require changes to the Application? Updates to the data but not schema. The Db Migration scripts should have incremented version and Application's version will stay the same.
Beta Was this translation helpful? Give feedback.
All reactions