You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component, beside being based on MySQL (does not really matter for the sake of the example), shows you how to manage in a simple way sql increments. When running the db provisioning the sql increments are transferred to the target machine together with the upgrade.sh script that will keep track of the last increment that was run.
I would not use this in production because you could have multiple nodes and would be better to keep the information of which sql increments have been run into a version table in the db. Moreover would be safer to have an upgrade script as well as a downgrade script for rollbacks.
In the process of project development I often face the need of updating db structure.
E. g. I need to run:
How do you usually handle it? Does prudentia have something already?
The text was updated successfully, but these errors were encountered: