From 940d6d427109280234dbdad8988b1c3dc7be5969 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 14 Jul 2015 13:34:46 +0800 Subject: Bug 1180570 - (disable attachments.attach_size population during checksetup) --- Bugzilla/Install/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm index 92015f22f..7b3fb4f7f 100644 --- a/Bugzilla/Install/DB.pm +++ b/Bugzilla/Install/DB.pm @@ -730,7 +730,7 @@ sub update_table_definitions { $dbh->bz_add_index('user_api_keys', 'user_api_keys_user_id_app_id_idx', [qw(user_id app_id)]); - _add_attach_size(); + # _add_attach_size(); ################################################################ # New --TABLE-- changes should go *** A B O V E *** this point # -- cgit v1.2.3-24-g4f1b