Sha256: fa8106a48f2fc42eb4a59146817ff383e200d3f7c33f564cd996372b449261ed
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
class AddIndicesToNudges < ActiveRecord::Migration def change add_index :social_networking_nudges, :initiator_id add_index :social_networking_nudges, :recipient_id add_index :social_networking_nudges, :created_at end end
Version data entries
16 entries across 16 versions & 1 rubygems