remove 65535 char post limit
This commit is contained in:
parent
a3ddbb5d7c
commit
ce2f8c939d
3 changed files with 6 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`author-link` char(255) NOT NULL,
|
||||
`author-avatar` char(255) NOT NULL,
|
||||
`title` char(255) NOT NULL,
|
||||
`body` text NOT NULL,
|
||||
`body` mediumtext NOT NULL,
|
||||
`verb` char(255) NOT NULL,
|
||||
`object-type` char(255) NOT NULL,
|
||||
`object` text NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue