mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
#19688739 delete declared document log, when document deleted
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dac37ebf53
commit
ad4c2c54cd
2 changed files with 24 additions and 2 deletions
8
modules/document/queries/deleteDocumentDeclaredLog.xml
Normal file
8
modules/document/queries/deleteDocumentDeclaredLog.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteDocumentDeclaredLog" action="delete">
|
||||
<tables>
|
||||
<table name="document_declared_log" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue