Updated

db/migrate / 20150913073343_add_last_petition_created_at_to_site.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddLastPetitionCreatedAtToSite < ActiveRecord::Migration
  1. AddLastPetitionCreatedAtToSite has no descriptive comment
def change add_column :sites, :last_petition_created_at, :datetime end end