notification level for user
This commit is contained in:
parent
cf6d4dc10c
commit
4b3950456d
3 changed files with 14 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddNotificationLevelToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :notification_level, :integer, null: false, default: 1
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue