Updated

db/migrate / 20190323155704_add_signature_count_interval_to_sites.rb

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