Sha256: 88235f0ba2c380146308fe5be59b6f95ba558e01cec7a9f460bf0ae3706ffe15

Contents?: true

Size: 154 Bytes

Versions: 160

Compression:

Stored size: 154 Bytes

Contents

class AddAcceptsRemindersToUsers < ActiveRecord::Migration[5.1]
  def change
    add_column :users, :accepts_reminders, :boolean, default: true
  end
end

Version data entries

160 entries across 160 versions & 2 rubygems

Version Path
mumuki-domain-9.23.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.22.1 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.22.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.21.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.20.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.19.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.18.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.17.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.16.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.15.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.14.1 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.14.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.13.1 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.13.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.12.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.11.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.10.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.9.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.8.1 db/migrate/20180123180836_add_accepts_reminders_to_users.rb
mumuki-domain-9.8.0 db/migrate/20180123180836_add_accepts_reminders_to_users.rb