bump item.obj and item.target to mediumtext for mysql

This commit is contained in:
Mario
2025-04-05 18:48:07 +00:00
parent a5a2d80c50
commit 4dfdb2b2e1

View File

@@ -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,