Good day
I deployed an application created in cuba using MySQL database. I keep making changes to database tables and recreating war files that i redeploy onto the server and start the server again. This breaks the database and i will have to delete the database and recreate it which is bad practice for an application which is in production.
I want a better way i can redeploy my changes on the server without breaking the database or forced to delete database.
Thank you in advance.