mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Revert "Fix #1987 글 삭제시 플래그 파일도 같이 삭제하도록 개선"
This reverts commit c1d6393d6b.
This commit is contained in:
parent
c1d6393d6b
commit
4c3802da39
2 changed files with 1 additions and 30 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<query id="getNotifyBySrl" action="select">
|
||||
<tables>
|
||||
<table name="ncenterlite_notify" />
|
||||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="srl" var="srl" filter="number" notnull="notnull" />
|
||||
<condition operation="equal" column="target_srl" var="srl" filter="number" notnull="notnull" pipe="or" />
|
||||
</conditions>
|
||||
<groups>
|
||||
<group column="member_srl" />
|
||||
</groups>
|
||||
</query>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue