18F/identity-idp

View on GitHub
db/primary_migrate/20200619121722_add_app_id_to_service_providers.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddAppIdToServiceProviders < ActiveRecord::Migration[5.2]
  def change
    add_column :service_providers, :app_id, :string
  end
end