#19688372 delete voted comment log, when comment deleted

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8299 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-04-12 07:20:47 +00:00
parent b8b78cb986
commit dac37ebf53
2 changed files with 35 additions and 3 deletions

View file

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