I am about to go into production with a product that has been in development for a few years. I have accumulated many auto-generated db update scripts. I don’t foresee a need for this history since there is not a client from the past to migrate. Right? I’m thinking I only need the create scripts and any future update scripts after the initial client.
Can I just remove these update scripts from modules/core/db
and tomcat/webapps/app-core/WEB-INF/db
?
Should modules/core/db
and tomcat/webapps/app-core/WEB-INF/db
always be “in-sync”?