Skip to content

Commit 9b0bdb0

Browse files
committed
Update restore_db.sh
1 parent 3cf1be7 commit 9b0bdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restore_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ restore()
3737
time mysql --defaults-extra-file=$CONFIG_FILE < $DIR/__create.sql 2>/dev/null
3838
fi
3939

40-
tables=$(ls -1 $DIR | grep -v __ | grep -v _part_ | awk -F. '{print $1}' | sort | uniq)
40+
tables=$(ls -1 $DIR | grep -v __ | grep .sql | awk -F. '{print $1}' | sort | uniq)
4141

4242
f_log "Create tables in $BDD"
4343
for TABLE in $tables; do

0 commit comments

Comments
 (0)