In some situations may not want to / have the ability to easily deploy / reference each file individually. In these cases a single release file may be required.
Add a new function in scripts/helper.sh to support for merging files given the base file. For example given _release.sql go and "inject" all the files it references back into it.
In some situations may not want to / have the ability to easily deploy / reference each file individually. In these cases a single release file may be required.
Add a new function in
scripts/helper.shto support for merging files given the base file. For example given_release.sqlgo and "inject" all the files it references back into it.