Updated

db/migrate / 20150820153515_add_index_to_signature_constituency_id.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddIndexToSignatureConstituencyId < ActiveRecord::Migration
  1. AddIndexToSignatureConstituencyId has no descriptive comment
def change add_index :signatures, :constituency_id end end