logo

mastofe

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

20170114203041_add_website_to_oauth_application.rb (143B)


  1. class AddWebsiteToOauthApplication < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :oauth_applications, :website, :string
  4. end
  5. end