18F/identity-idp

View on GitHub
db/primary_migrate/20190826141526_add_throttled_count_to_throttles.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddThrottledCountToThrottles < ActiveRecord::Migration[5.1]

  def change
    add_column :throttles, :throttled_count, :integer
  end
end