mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Provide in-app What's New & new release notifications
This commit is contained in:
parent
97cc5374f0
commit
eaf46f06c1
25 changed files with 1166 additions and 772 deletions
|
@ -24,4 +24,7 @@ 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
|
||||
|
||||
-- whats new support
|
||||
ALTER TABLE user ADD COLUMN `lastversion` CHAR(16) NOT NULL DEFAULT '' AFTER `active`;
|
||||
|
||||
-- deprecations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue