Commit 3c3baf8f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

add notification level to UsersProject

parent 5cb3024e
class AddNotificationLevelToUserProject < ActiveRecord::Migration
def change
add_column :users_projects, :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