mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
11 lines
382 B
XML
11 lines
382 B
XML
<query id="updateModuleCategory" action="update">
|
|
<tables>
|
|
<table name="module_categories" />
|
|
</tables>
|
|
<columns>
|
|
<column name="title" var="title" notnull="notnull"/>
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="module_category_srl" var="module_category_srl" filter="number" notnull="notnull"/>
|
|
</conditions>
|
|
</query>
|