class AddUpdateSigntureCountsToSite < ActiveRecord::Migration - AddUpdateSigntureCountsToSite has no descriptive comment
def change
add_column :sites, :update_signature_counts, :boolean, null: false, default: false
end
end