Syncing DB and Application versions? #427
Unanswered
leo-amelyan
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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