for textyle query

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-05-26 01:06:39 +00:00
parent d0ffe5b351
commit acd9ed3f67

View file

@ -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>