class AddGeoblockingToRateLimits < ActiveRecord::Migration - AddGeoblockingToRateLimits has no descriptive comment
def change
add_column :rate_limits, :geoblocking_enabled, :boolean, null: false, default: false
end
end