mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +09:00
11 lines
303 B
XML
11 lines
303 B
XML
<query id="updateModuleLayout" action="update">
|
|
<tables>
|
|
<table name="modules" />
|
|
</tables>
|
|
<columns>
|
|
<column name="layout_srl" var="layout_srl" default="0" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="mid" var="mid" notnull="notnull"/>
|
|
</conditions>
|
|
</query>
|