From cc3a19cb43e162ede1237986ea535a42c03cb423 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 16 Sep 2006 07:18:46 +0000 Subject: Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bug Patch By Max Kanat-Alexander r=mkanat, a=myk --- Bugzilla/Install/DB.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 2e364c540..d1d154c53 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -493,6 +493,9 @@ sub update_table_definitions { $dbh->bz_add_column('setting', 'subclass', {TYPE => 'varchar(32)'}); + $dbh->bz_alter_column('longdescs', 'thetext', + { TYPE => 'MEDIUMTEXT', NOTNULL => 1 }, ''); + ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # ################################################################ -- cgit v1.2.3-24-g4f1b