diff --git a/install/install.sql b/install/install.sql index 7f1a1d10..397e9857 100644 --- a/install/install.sql +++ b/install/install.sql @@ -598,7 +598,7 @@ CREATE TABLE IF NOT EXISTS `v3_bugs` ( COMMENT 'Close date', `title` VARCHAR(64) NOT NULL COMMENT 'Bug title', - `description` VARCHAR(1024) NOT NULL + `description` VARCHAR(4096) NOT NULL COMMENT 'Bug description', `is_report` BOOL NOT NULL DEFAULT '0' COMMENT 'Flag to indicate if the bug is a feedback',