mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
for textyle query
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0ffe5b351
commit
acd9ed3f67
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue