mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#18674718 : remove redundant domain name for adding unique index
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7274 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1899ac4712
commit
a39de44640
3 changed files with 61 additions and 7 deletions
14
modules/module/queries/getSiteByDomain.xml
Normal file
14
modules/module/queries/getSiteByDomain.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getSiteInfoByDomain" action="select">
|
||||
<tables>
|
||||
<table name="sites" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="sites.domain" var="domain" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="site_srl" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue