CMSgov/dpc-app

View on GitHub
dpc-web/db/migrate/20200131173905_remove_api_environments_from_organizations.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveApiEnvironmentsFromOrganizations < ActiveRecord::Migration[5.2]
  def change
    remove_column :organizations, :api_environments
  end
end