X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2f11b77309ee18aafb1bcce9dbe5bfc38a298bbb..8ccf357616065d2806b8b3c90f2ae320d8707a79:/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