diff --git a/scripts/fail-cleanup-db.sh b/scripts/fail-cleanup-db.sh index 66ca12d9..a902211e 100755 --- a/scripts/fail-cleanup-db.sh +++ b/scripts/fail-cleanup-db.sh @@ -146,4 +146,17 @@ EOT ) fi +if table_exists symbol +then + echo -n "removing widowed entries in symbol ..." + echo " "$( + $MYSQL $DB <