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

add notification level to UsersProject

parent 5cb3024e
No related branches found
No related tags found
No related merge requests found
class AddNotificationLevelToUserProject < ActiveRecord::Migration
def change
add_column :users_projects, :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