about summary refs log tree commit diff
path: root/db/migrate/20191212163405_add_hide_collections_to_accounts.rb
blob: fa99b32e5c3f4f18779a524d520d2aae0345750a (plain) (blame)
1
2
3
4
5
class AddHideCollectionsToAccounts < ActiveRecord::Migration[5.2]
  def change
    add_column :accounts, :hide_collections, :boolean
  end
end