Updated

db/migrate / 20190326144123_add_threshold_for_moderation_delay_to_sites.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddThresholdForModerationDelayToSites < ActiveRecord::Migration
  1. AddThresholdForModerationDelayToSites has no descriptive comment
def change add_column :sites, :threshold_for_moderation_delay, :integer, default: 500, null: false end end