We use our database script system for already quite a while and recently we started using our SQL abstraction layer for writing database scripts. However old database scripts still use literal SQL queries. To get those queries updated we have two options. Either we rewrite those queries or we remove them altogether.
I suspect removing old database scripts would be the easiest solution. We should be able to determine a script up to which all previous scripts can be removed. At least the could be removed. The remaining scripts could be rewritten to use the SQL abstraction layer. Does everyone agree to remove old database scripts? And if so, does anyone know a script before which all scripts can be removed safely?
