about summary refs log tree commit diff
path: root/db/migrate/20170114203041_add_website_to_oauth_application.rb
blob: ee674be7228417071c0be651a39c44a8735dceb1 (plain) (blame)
1
2
3
4
5
class AddWebsiteToOauthApplication < ActiveRecord::Migration[5.0]
  def change
    add_column :oauth_applications, :website, :string
  end
end