Commit f0606451 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add notification level to group membership

parent 7384541b
class AddNotificationLevelToUserGroup < ActiveRecord::Migration
def change
add_column :users_groups, :notification_level, :integer, null: false, default: 3
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment