mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#2010 보완: 문서 모듈과의 일관성을 위해
This commit is contained in:
parent
90f6b8aad6
commit
dc90a6abf7
2 changed files with 10 additions and 9 deletions
8
modules/comment/queries/deleteDeclaredCommentLog.xml
Normal file
8
modules/comment/queries/deleteDeclaredCommentLog.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteDeclaredCommentLog" action="delete">
|
||||
<tables>
|
||||
<table name="comment_declared_log" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="in" column="comment_srl" var="comment_srl" filter="number" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue