We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf1be7 commit 9b0bdb0Copy full SHA for 9b0bdb0
restore_db.sh
@@ -37,7 +37,7 @@ restore()
37
time mysql --defaults-extra-file=$CONFIG_FILE < $DIR/__create.sql 2>/dev/null
38
fi
39
40
- tables=$(ls -1 $DIR | grep -v __ | grep -v _part_ | awk -F. '{print $1}' | sort | uniq)
+ tables=$(ls -1 $DIR | grep -v __ | grep .sql | awk -F. '{print $1}' | sort | uniq)
41
42
f_log "Create tables in $BDD"
43
for TABLE in $tables; do
0 commit comments