#2010 보완: 문서 모듈과의 일관성을 위해

This commit is contained in:
Kijin Sung 2022-12-18 00:14:21 +09:00
parent 90f6b8aad6
commit dc90a6abf7
2 changed files with 10 additions and 9 deletions

View 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>