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
11
modules/module/queries/getSites.xml
Normal file
11
modules/module/queries/getSites.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getSites" action="select">
|
||||
<tables>
|
||||
<table name="sites" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<navigation>
|
||||
<index var="sort_index" default="site_srl" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue