mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -8,7 +8,6 @@ class AddHasMessagesToGroups < ActiveRecord::Migration[4.2]
|
||||
UPDATE groups g SET has_messages = true
|
||||
WHERE exists(SELECT group_id FROM topic_allowed_groups WHERE group_id = g.id)
|
||||
SQL
|
||||
|
||||
end
|
||||
|
||||
def down
|
||||
|
||||
Reference in New Issue
Block a user