X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f11b77309ee18aafb1bcce9dbe5bfc38a298bbb..05e533571649f846ee09e6e81431b5fc5fe3c01a:/lib/tasks/update_functions.rake

diff --git a/lib/tasks/update_functions.rake b/lib/tasks/update_functions.rake
index 605d3c9ad..f10257215 100644
--- a/lib/tasks/update_functions.rake
+++ b/lib/tasks/update_functions.rake
@@ -2,5 +2,6 @@ namespace :db do
   desc "Update database function definitions"
   task :update_functions => :environment do
     ActiveRecord::Base.connection.execute DatabaseFunctions::API_RATE_LIMIT
+    ActiveRecord::Base.connection.execute DatabaseFunctions::API_SIZE_LIMIT
   end
 end