Migrate from sqlite to mysql
This commit is contained in:
parent
50ce35f48c
commit
a9962198ba
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ page {
|
|||
as = assignedTopics
|
||||
table = sys_category
|
||||
pidInList = 2
|
||||
selectFields = sys_category.*, count(sys_category_record_mm.uid_foreign) as count
|
||||
where = sys_category_record_mm.uid_foreign = {page:uid} AND sys_category.parent = 1
|
||||
where.insertData = 1
|
||||
leftjoin = sys_category_record_mm ON sys_category_record_mm.uid_local = sys_category.uid
|
||||
|
|
Loading…
Reference in a new issue