From 2bd3296eaa42479b1dd0aa5c12a442a86140b02c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 14 Jul 2015 14:55:43 +0800 Subject: Bug 1180570 - store attachment size in the database --- 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 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 # -- cgit v1.2.3-24-g4f1b