mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
bump item.obj and item.target to mediumtext for mysql
This commit is contained in:
@@ -581,9 +581,9 @@ CREATE TABLE IF NOT EXISTS `item` (
|
||||
`revision` int(10) unsigned NOT NULL DEFAULT 0 ,
|
||||
`verb` char(191) NOT NULL DEFAULT '',
|
||||
`obj_type` char(191) NOT NULL DEFAULT '',
|
||||
`obj` text NOT NULL,
|
||||
`obj` mediumtext NOT NULL,
|
||||
`tgt_type` char(191) NOT NULL DEFAULT '',
|
||||
`target` text NOT NULL,
|
||||
`target` mediumtext NOT NULL,
|
||||
`layout_mid` char(191) NOT NULL DEFAULT '',
|
||||
`postopts` text NOT NULL,
|
||||
`route` text NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user