mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Add to comment voted notify feature.
This commit is contained in:
parent
42ba503bea
commit
a771266443
3 changed files with 64 additions and 1 deletions
12
modules/ncenterlite/queries/deleteNotifyByTargetType.xml
Normal file
12
modules/ncenterlite/queries/deleteNotifyByTargetType.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="deleteNotifyByTargetType" action="delete">
|
||||
<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="target_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="type" var="type" notnull="notnull" pipe="and" />
|
||||
<condition operation="equal" column="target_type" var="target_type" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue