summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-14 07:34:46 +0200
committerByron Jones <glob@mozilla.com>2015-07-14 07:34:46 +0200
commit940d6d427109280234dbdad8988b1c3dc7be5969 (patch)
tree131776dabd62f415488e309881349482a8383bca /Bugzilla/Install
parentda4255a89aed53e9e215c69978087e16a0c85753 (diff)
downloadbugzilla-940d6d427109280234dbdad8988b1c3dc7be5969.tar.gz
bugzilla-940d6d427109280234dbdad8988b1c3dc7be5969.tar.xz
Bug 1180570 - (disable attachments.attach_size population during checksetup)
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/DB.pm2
1 files changed, 1 insertions, 1 deletions
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 #