Page MenuHomeGRNET

20170308060441_add_notifications_to_user.rb
No OneTemporary

File Metadata

Created
Sat, Mar 21, 2:35 AM

20170308060441_add_notifications_to_user.rb

class AddNotificationsToUser < ActiveRecord::Migration
def change
add_column :users, :notifications, :boolean, default: true, null: false
end
end

Event Timeline