logo

mastofe

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

20160325130944_add_admin_to_users.rb (132B)


  1. class AddAdminToUsers < ActiveRecord::Migration[4.2]
  2. def change
  3. add_column :users, :admin, :boolean, default: false
  4. end
  5. end