custom files must be always resetted on full db_assembling

This commit is contained in:
Yehonal 2016-11-17 18:22:54 +01:00
parent d53b5522f9
commit 001af4e85b

View File

@ -111,6 +111,8 @@ function assemble() {
if [ $with_custom = true ]; then
custFile=$OUTPUT_FOLDER$database$suffix_custom".sql"
echo "" > $custFile
if [ ! ${#custom[@]} -eq 0 ]; then
echo "Generating $OUTPUT_FOLDER$database$suffix_custom ..."