mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Allow content to contain links to network locations
This commit is contained in:
parent
19736aab04
commit
4cfbd57871
13 changed files with 129 additions and 30 deletions
|
@ -3,4 +3,8 @@
|
|||
-- max tags per document setting
|
||||
ALTER TABLE organization ADD COLUMN `maxtags` INT NOT NULL DEFAULT 3 AFTER `authconfig`;
|
||||
|
||||
-- support for network location link types
|
||||
ALTER TABLE link ADD COLUMN `externalid` NVARCHAR(1000) NOT NULL DEFAULT '' AFTER `targetid`;
|
||||
|
||||
-- deprecations
|
||||
ALTER TABLE organization DROP COLUMN `url`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue