logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20161027172456_add_silenced_to_accounts.rb (157B)


  1. class AddSilencedToAccounts < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :accounts, :silenced, :boolean, null: false, default: false
  4. end
  5. end