Skip to content
Snippets Groups Projects
Commit f0606451 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add notification level to group membership

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