mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6404 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
583 B
XML
13 lines
583 B
XML
<query id="updateDocumentsAllowCommentTrackback" action="update">
|
|
<tables>
|
|
<table name="documents" />
|
|
</tables>
|
|
<columns>
|
|
<column name="allow_comment" var="allow_comment" default="Y" />
|
|
<column name="allow_trackback" var="allow_trackback" default="Y" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|