Skip to content

Commit b573774

Browse files
committed
Changed text-columns to datatype longtext
1 parent d119c9c commit b573774

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sql

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ CREATE TABLE IF NOT EXISTS `%TABLE_PREFIX%587_searchindex` (
88
`clang` int(11) NULL,
99
`filename` varchar(255) NULL,
1010
`fileext` varchar(255) NULL,
11-
`plaintext` text NOT NULL default '',
12-
`unchangedtext` text NOT NULL default '',
13-
`teaser` text NOT NULL default '',
14-
`values` text NOT NULL default '',
11+
`plaintext` longtext NOT NULL default '',
12+
`unchangedtext` longtext NOT NULL default '',
13+
`teaser` longtext NOT NULL default '',
14+
`values` longtext NOT NULL default '',
1515
PRIMARY KEY (`id`),
1616
INDEX (`fid`),
1717
FULLTEXT (`plaintext`),

0 commit comments

Comments
 (0)