mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add script to delete old logs
This commit is contained in:
parent
eeb74c3257
commit
a228f0888b
2 changed files with 74 additions and 0 deletions
8
modules/spamfilter/queries/deleteLog.xml
Normal file
8
modules/spamfilter/queries/deleteLog.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteLog" action="delete">
|
||||
<tables>
|
||||
<table name="spamfilter_log" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="less" column="regdate" var="regdate" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue