fixes #945
This commit is contained in:
@@ -6,3 +6,5 @@ ActiveRecord::Base.connection.execute("set statement_timeout = 0")
|
||||
Tag.find_each do |tag|
|
||||
tag.fix_post_count
|
||||
end
|
||||
|
||||
ActiveRecord::Base.connection.execute("update comments set updater_id = creator_id where updater_id <> creator_id")
|
||||
|
||||
Reference in New Issue
Block a user