SQL scripts - m-szalik/dbpatch GitHub Wiki
Important naming convention for SQL scripts
Dbpatch sorts patches by file name, so it's important to use some convention in file names.
Recommend convention:
Use file name pattern like this XXXX-NAME.sql
.
Where XXXX
part is four digit number and NAME
is a patch title.
For roll back scripts replace .sql
with .rollback