summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-10-23 18:39:52 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-10-23 18:39:52 +0200
commit09ff8eeb2d7a5e92d6a29b99ecaf0984a89db35b (patch)
treea7108990922e3dc49cc1be103a225cc4c3e55648 /Bugzilla/Install
parent0e1bc2617acbb15116fbf55646895418559d073e (diff)
downloadbugzilla-09ff8eeb2d7a5e92d6a29b99ecaf0984a89db35b.tar.gz
bugzilla-09ff8eeb2d7a5e92d6a29b99ecaf0984a89db35b.tar.xz
Bug 1062940: Please increase bmo's alias length to match bugzilla 5.0 (40 chars instead of 20)
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/DB.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index 4fb1f1c83..040be6630 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -711,6 +711,9 @@ sub update_table_definitions {
'bug_user_last_visit_last_visit_ts_idx',
['last_visit_ts']);
+ # 2014-10-?? dkl@mozilla.com - Bug 1062940
+ $dbh->bz_alter_column('bugs', 'alias', { TYPE => 'varchar(40)' });
+
################################################################
# New --TABLE-- changes should go *** A B O V E *** this point #
################################################################