Updated

db/migrate / 20190324113503_add_update_signture_counts_to_site.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddUpdateSigntureCountsToSite < ActiveRecord::Migration
  1. AddUpdateSigntureCountsToSite has no descriptive comment
def change add_column :sites, :update_signature_counts, :boolean, null: false, default: false end end