From 09ff8eeb2d7a5e92d6a29b99ecaf0984a89db35b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 23 Oct 2014 16:39:52 +0000 Subject: Bug 1062940: Please increase bmo's alias length to match bugzilla 5.0 (40 chars instead of 20) --- 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 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 # ################################################################ -- cgit v1.2.3-24-g4f1b