e80aed27b ^
1 2 3 4 5 6 7
class AddUnboostableToAccounts < ActiveRecord::Migration[5.2] def change safety_assured { add_column :accounts, :unboostable, :boolean, null: false, default: false } end end