logo

mastofe

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

20160826155805_add_superapp_to_oauth_applications.rb (176B)


  1. class AddSuperappToOauthApplications < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :oauth_applications, :superapp, :boolean, default: false, null: false
  4. end
  5. end