mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4484 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
405 B
XML
12 lines
405 B
XML
<query id="updateComponent" action="update">
|
|
<tables>
|
|
<table name="issue_components" />
|
|
</tables>
|
|
<columns>
|
|
<column name="title" var="title" notnull="notnull" />
|
|
<column name="is_default" var="is_default" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="component_srl" var="component_srl" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|