In my update package I have a folder with some SQL-Files. There are all update file stored.
install.sql
update-00.sql
update-01.sql
update-02.sql
update-03.sql
update-04.sql
update-05.sql
update-06.sql
update-07.sql
When update from a version 04 to 05 also update files from version 01, 02, 03 and 04 will be executed.
My problem here is: Some SQL-Statements doesn't work for some reason and then the execution stops at this statement.
Is the behavior correct? And if yes, what do I have to do, to make it working. If no, what is the correct usage of sql-folder and sql-files?
Best regards DreiBaer