mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
335 B
XML
11 lines
335 B
XML
<query id="updateDocumentExtraVarsModule" action="update">
|
|
<tables>
|
|
<table name="document_extra_vars" />
|
|
</tables>
|
|
<columns>
|
|
<column name="module_srl" var="module_srl" filter="number" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srls" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|