custom files must be always resetted on full db_assembling
This commit is contained in:
parent
d53b5522f9
commit
001af4e85b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue