mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
#18985672 : separate mobile/pc for addons
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7576 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
074074623f
commit
7f325e46e9
16 changed files with 89 additions and 28 deletions
12
modules/addon/queries/getMAddonIsActivated.xml
Normal file
12
modules/addon/queries/getMAddonIsActivated.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<query id="getMAddonIsActivated" action="select">
|
||||
<tables>
|
||||
<table name="addons" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="addon" var="addon" notnull="notnull" />
|
||||
<condition operation="equal" column="is_used_m" default="Y" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue