class AddThresholdForModerationDelayToSites < ActiveRecord::Migration - AddThresholdForModerationDelayToSites has no descriptive comment
def change
add_column :sites, :threshold_for_moderation_delay, :integer, default: 500, null: false
end
end