summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-14 08:55:43 +0200
committerByron Jones <glob@mozilla.com>2015-07-14 08:55:43 +0200
commit2bd3296eaa42479b1dd0aa5c12a442a86140b02c (patch)
treeca34781c1e5dddefeef80837136129bd631f9584 /Bugzilla/Install
parent425d780e7f77d8cc38191331cbcc84d7af5c871a (diff)
downloadbugzilla-2bd3296eaa42479b1dd0aa5c12a442a86140b02c.tar.gz
bugzilla-2bd3296eaa42479b1dd0aa5c12a442a86140b02c.tar.xz
Bug 1180570 - store attachment size in the database
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 7b3fb4f7f..92015f22f 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 #