projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change user's diary comments path to match model name
[rails.git]
/
lib
/
tasks
/
update_functions.rake
diff --git
a/lib/tasks/update_functions.rake
b/lib/tasks/update_functions.rake
index 605d3c9ad924a378a900e70d504db764d61a6d7a..f102572152298738b2143c9e4a94cddb0077e036 100644
(file)
--- 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