mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Fix #2284 게시글 삭제시 스크랩이 삭제 되지 않는 문제 고침
This commit is contained in:
parent
b062e4eaef
commit
bb7954ca10
3 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
<query id="deleteScrapDocument" action="delete">
|
||||
<tables>
|
||||
<table name="member_scrap" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue