mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
View available new versions on dashboard
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12245 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8a60464b18
commit
a35ff711c4
6 changed files with 134 additions and 0 deletions
14
modules/autoinstall/queries/getNeedUpdate.xml
Normal file
14
modules/autoinstall/queries/getNeedUpdate.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getNeedUpdate" action="select">
|
||||
<tables>
|
||||
<table name="ai_installed_packages" alias="i" />
|
||||
<table name="autoinstall_packages" alias="p" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="i.*" />
|
||||
<column name="p.path" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="i.package_srl" var="p.package_srl" />
|
||||
<condition operation="equal" column="i.need_update" default="Y" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue