]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1093928: Remove the longdescs.is_markdown DB column
authorDavid Lawrence <dkl@mozilla.com>
Mon, 10 Nov 2014 16:03:49 +0000 (16:03 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 10 Nov 2014 16:03:49 +0000 (16:03 +0000)
r=LpSolit,a=glob

Bugzilla/Install/DB.pm

index 8ffde11fd8cde0c17ed5c86565764817b65af4eb..96f14ec0ff69bab35a5b602a48a27e84c300b03d 100644 (file)
@@ -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 #
     ################################################################