Updated

db/migrate / 20150709152530_add_moderation_threshold_reached_at_to_petition.rb

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