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

Version Path
social_networking-0.13.3 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.13.2 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.13.1 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.13.0 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.12.0 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.8 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.7 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.6 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.5 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.4 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.3 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.2 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.1 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.11.0 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.10.0 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb
social_networking-0.9.3 db/migrate/20150327185721_add_indices_to_on_the_mind_statements.rb