Sha256: 852a6e48a7561ee5af068afb5398e236524dc875dbdbe28b286525cf72d56dc9
Contents?: true
Size: 294 Bytes
Versions: 16
Compression:
Stored size: 294 Bytes
Contents
class AddIndicesToOnTheMindStatements < ActiveRecord::Migration def change add_index :social_networking_on_the_mind_statements, :participant_id, name: "on_the_mind_participant" add_index :social_networking_on_the_mind_statements, :created_at, name: "on_the_mind_created_at" end end
Version data entries
16 entries across 16 versions & 1 rubygems