This commit is contained in:
albert
2013-03-19 22:58:46 -07:00
parent 0495d5c338
commit 8dc6d59529
4 changed files with 5 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ ActiveRecord::Base.connection.execute("set statement_timeout = 0")
ActiveRecord::Base.connection.execute("update comments set updater_id = creator_id where updater_id <> creator_id")
Tag.find_each do |tag|
Tag.where("id > 519653").find_each do |tag|
tag.fix_post_count
end