add query update secret

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6254 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-05-04 02:19:00 +00:00
parent ee497f0f0e
commit de901c0513

View file

@ -0,0 +1,11 @@
<query id="updateDocumentsSecret" action="update">
<tables>
<table name="documents" />
</tables>
<columns>
<column name="is_secret" var="is_secret" notnull="notnull" />
</columns>
<conditions>
<condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>