Updated

db/migrate / 20150705114811_remove_index_signatures_on_petition_id_and_state_and_name.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class RemoveIndexSignaturesOnPetitionIdAndStateAndName < ActiveRecord::Migration
  1. RemoveIndexSignaturesOnPetitionIdAndStateAndName has no descriptive comment
def change remove_index :signatures, [:petition_id, :state, :name] end end