logo

mastofe

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

20161205214545_add_suspended_to_accounts.rb (159B)


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