Merge branch 'dev' into 'dev'
Update plink type for MySQL schema See merge request hubzilla/core!1736
This commit is contained in:
commit
daef2d0546
@ -596,7 +596,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||||||
`postopts` text NOT NULL,
|
`postopts` text NOT NULL,
|
||||||
`route` text NOT NULL,
|
`route` text NOT NULL,
|
||||||
`llink` char(191) NOT NULL DEFAULT '',
|
`llink` char(191) NOT NULL DEFAULT '',
|
||||||
`plink` char(191) NOT NULL DEFAULT '',
|
`plink` text NOT NULL,
|
||||||
`resource_id` char(191) NOT NULL DEFAULT '',
|
`resource_id` char(191) NOT NULL DEFAULT '',
|
||||||
`resource_type` char(16) NOT NULL DEFAULT '',
|
`resource_type` char(16) NOT NULL DEFAULT '',
|
||||||
`attach` mediumtext NOT NULL,
|
`attach` mediumtext NOT NULL,
|
||||||
|
Reference in New Issue
Block a user