about summary refs log tree commit diff
path: root/db/migrate/20191220020429_add_hide_boosts_to_users.rb
blob: 95c1889e56df8e75585492700bb102640cabc66c (plain) (blame)
1
2
3
4
5
class AddHideBoostsToUsers < ActiveRecord::Migration[5.2]
  def change
    add_column :users, :hide_boosts, :boolean
  end
end