Can I remove db update scripts?

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”?

Hi,
Yes, you can remove old update scripts that as you think, will not be needed to be applied on production or test servers.

When you deploy the application, scripts from the project are copied to the Tomcat. No problem is some of old scripts will be missing.