Project

General

Profile

« Previous | Next » 

Revision 602

Added by doc almost 17 years ago

changed WYSIWYG content field from text to longtext (allows more than 65'534 characters)

View differences:

install.php
30 30
	$mod_wysiwyg = 'CREATE TABLE `'.TABLE_PREFIX.'mod_wysiwyg` ( '
31 31
		. ' `section_id` INT NOT NULL DEFAULT \'0\','
32 32
		. ' `page_id` INT NOT NULL DEFAULT \'0\','
33
		. ' `content` TEXT NOT NULL ,'
33
		. ' `content` LONGTEXT NOT NULL ,'
34 34
		. ' `text` TEXT NOT NULL ,'
35 35
		. ' PRIMARY KEY ( `section_id` ) '
36 36
		. ' )';

Also available in: Unified diff