mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Implement migration of site info from 'sites' table and multidomain module (if installed)
This commit is contained in:
parent
6bb0f71beb
commit
a69bac6e2b
4 changed files with 171 additions and 83 deletions
14
modules/module/queries/getDomains.xml
Normal file
14
modules/module/queries/getDomains.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<query id="getDomains" action="select">
|
||||
<tables>
|
||||
<table name="domains" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<navigation>
|
||||
<index var="sort_index" default="domain_srl" order="desc" />
|
||||
<list_count var="list_count" default="20" />
|
||||
<page_count var="page_count" default="10" />
|
||||
<page var="page" default="1" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue