mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
15 lines
580 B
XML
15 lines
580 B
XML
<query id="updatePublishedStatus" action="update">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="status" var="status" notnull="notnull" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="status" var="old_status" />
|
|
<group pipe="and">
|
|
<condition operation="in" column="comment_srl" var="comment_srls_list" notnull="notnull" />
|
|
<condition operation="in" column="parent_srl" var="comment_srls_list" notnull="notnull" pipe="or" />
|
|
</group>
|
|
</conditions>
|
|
</query>
|