class AddSignatureCountIntervalToSites < ActiveRecord::Migration - AddSignatureCountIntervalToSites has no descriptive comment
def change
add_column :sites, :signature_count_interval, :integer, null: false, default: 60
end
end