rhymix/modules/ncenterlite/queries/deleteNotifyAll.xml
2016-03-17 06:05:05 +09:00

8 lines
208 B
XML

<query id="deleteNotifyAll" action="delete">
<tables>
<table name="ncenterlite_notify" />
</tables>
<conditions>
<condition operation="below" column="regdate" var="old_date" />
</conditions>
</query>