logo

mastofe

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

20161222201034_add_locked_to_accounts.rb (153B)


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