Page MenuHomeGRNET

20170308060441_add_notifications_to_user.rb
No OneTemporary

File Metadata

Created
Fri, Aug 29, 9:40 PM

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