#19689775 document readed log, voted log delete, when document deleted

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8304 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-04-13 01:59:09 +00:00
parent 17c90f8cb2
commit 0e408aa459
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<query id="deleteDocumentReadedLog" action="delete">
<tables>
<table name="document_readed_log" />
</tables>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>