diff --git a/scripts/common/common_db.sh b/scripts/common/common_db.sh index fd2b9c2..940c9ba 100644 --- a/scripts/common/common_db.sh +++ b/scripts/common/common_db.sh @@ -20,6 +20,7 @@ EXCLUDED_DB_TABLES=( "templatecaches" "templatecachecriteria" "templatecacheelements" + "templatecachequeries" ) TMP_DB_DUMP_CREDS_PATH="/tmp/craftscripts.creds"