mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
parent
c3c4e9820e
commit
e1d2d4c037
2 changed files with 656 additions and 656 deletions
|
@ -22,7 +22,7 @@ INSERT INTO permission(orgid, who, whoid, action, scope, location, refid, create
|
|||
-- implement document section name search indexing
|
||||
INSERT INTO search (orgid, documentid, itemid, itemtype, content)
|
||||
SELECT orgid, documentid, refid as itemid, "page" as itemtype, title as content
|
||||
FROM page WHERE status=0
|
||||
FROM page WHERE status=0;
|
||||
|
||||
-- whats new support
|
||||
ALTER TABLE user ADD COLUMN `lastversion` CHAR(16) NOT NULL DEFAULT '' AFTER `active`;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue