~cytrogen/masto-fe

ref: 9b2bc3d1de301c686208b43a8efef5bc808f8e4e masto-fe/db/migrate/20191212163405_add_hide_collections_to_accounts.rb -rw-r--r-- 174 bytes
9b2bc3d1 — Eugen Rochko Add recent searches in web UI (#26834) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class AddHideCollectionsToAccounts < ActiveRecord::Migration[5.2]
  def change
    add_column :accounts, :hide_collections, :boolean
  end
end