diff options
-rw-r--r-- | install/schema_mysql.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index c3f3b15ba..e75224815 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -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, |