add build image mysql del

main
ycz 2025-05-28 17:09:55 +08:00
parent b559c95489
commit 00bc621c20
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ if [ -z "$create_time" ]; then
fi fi
echo "Deleting records older than: $create_time" echo "Deleting records older than: $create_time"
mysql --defaults-extra-file=/etc/my.cnf -e "delete * from question.code_run where create_time <'${create_time}'" mysql --defaults-extra-file=/etc/my.cnf -e "delete from question.code_run where create_time <'${create_time}'"