rhymix/modules/autoinstall/queries/updatePackage.xml

16 lines
718 B
XML

<query id="updatePackage" action="update">
<tables>
<table name="autoinstall_packages" />
</tables>
<columns>
<column name="path" var="path" notnull="notnull" />
<column name="have_instance" var="have_instance" notnull="notnull" />
<column name="updatedate" var="updatedate" notnull="notnull" />
<column name="category_srl" var="category_srl" filter="number" />
<column name="latest_item_srl" var="latest_item_srl" notnull="notnull" />
<column name="version" var="version" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="package_srl" var="package_srl" notnull="notnull" />
</conditions>
</query>