From: David Lawrence Date: Mon, 10 Nov 2014 16:03:49 +0000 (+0000) Subject: Bug 1093928: Remove the longdescs.is_markdown DB column X-Git-Tag: bugzilla-5.0rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d7b9c62b132c945114de061eb3d783fd4344e0e;p=thirdparty%2Fbugzilla.git Bug 1093928: Remove the longdescs.is_markdown DB column r=LpSolit,a=glob --- diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 8ffde11fd8..96f14ec0ff 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -726,6 +726,9 @@ sub update_table_definitions { # 2014-08-11 sgreen@redhat.com - Bug 1012506 _update_alias(); + # 2014-11-10 dkl@mozilla.com - Bug 1093928 + $dbh->bz_drop_column('longdescs', 'is_markdown'); + ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # ################################################################