rhymix/modules/document/queries/deleteDocument.xml
ovclas ea84468e7d merge from 1.5.2.5 ( ~ r10673)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10674 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-14 08:04:10 +00:00

8 lines
280 B
XML

<query id="deleteDocument" action="delete" priority="LOW">
<tables>
<table name="documents" />
</tables>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>