rhymix/modules/document/queries/deleteDocumentUpdateLog.xml
2016-02-26 14:53:50 +09:00

8 lines
257 B
XML

<query id="deleteDocumentUpdateLog" action="delete">
<tables>
<table name="document_update_log" />
</tables>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>