20170114203041_add_website_to_oauth_application.rb (143B)
- class AddWebsiteToOauthApplication < ActiveRecord::Migration[5.0]
- def change
- add_column :oauth_applications, :website, :string
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20170114203041_add_website_to_oauth_application.rb (143B)
- class AddWebsiteToOauthApplication < ActiveRecord::Migration[5.0]
- def change
- add_column :oauth_applications, :website, :string
- end
- end