Skip to content

Commit

Permalink
[S] Increase bug description char limit to 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Jan 13, 2019
1 parent 9a956f1 commit 853ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 853ac1d

Please sign in to comment.