mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: group user count was busted
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class FixGroupUserCount < ActiveRecord::Migration
|
||||
def change
|
||||
execute "UPDATE groups g SET user_count = (SELECT COUNT(user_id) FROM group_users gu WHERE gu.group_id = g.id)"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user