mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
add getRemoveUrlByPath(), checking dependency when dispAutoinstallAdminUninstall
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8642 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9acd474c52
commit
5f7be4a7f1
15 changed files with 153 additions and 70 deletions
11
modules/autoinstall/queries/getPackageSrlByPath.xml
Normal file
11
modules/autoinstall/queries/getPackageSrlByPath.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getPackageSqlByPath" 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue