custom files must be always resetted on full db_assembling
This commit is contained in:
parent
d53b5522f9
commit
001af4e85b
@ -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 ..."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user