mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: change group default tracking level to tracking (database changes)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ChangeDefaultNotificationLevelOnGroups < ActiveRecord::Migration
|
||||
def change
|
||||
execute "UPDATE group_users SET notification_level = 2"
|
||||
change_column :group_users, :notification_level, :integer, null: false, default: 2
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user