mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
add ncenterlite module from xe-public.
This commit is contained in:
parent
25cf1856a6
commit
826aa8aa36
92 changed files with 5622 additions and 0 deletions
10
modules/ncenterlite/queries/deleteNotify.xml
Normal file
10
modules/ncenterlite/queries/deleteNotify.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<query id="deleteNotify" action="delete">
|
||||
<tables>
|
||||
<table name="ncenterlite_notify" />
|
||||
</tables>
|
||||
|
||||
<conditions>
|
||||
<condition operation="equal" column="notify" var="notify" notnull="notnull" />
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue