mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
11 lines
316 B
XML
11 lines
316 B
XML
<query id="getPackageSrlByPath" action="select">
|
|
<tables>
|
|
<table name="autoinstall_packages" />
|
|
</tables>
|
|
<columns>
|
|
<column name="package_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="path" var="path" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|