X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2f11b77309ee18aafb1bcce9dbe5bfc38a298bbb..8e1071ebf1ded4a8c5e0b74ec6bc58ac7e6fbe2a:/lib/tasks/update_functions.rake?ds=inline 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