Sha256: 68ad37a815da8dcb89317d1a40bc06fcbc29f3b6a471d6ca4c59be64973c39f4

Contents?: true

Size: 227 Bytes

Versions: 35

Compression:

Stored size: 227 Bytes

Contents

class AddIndexToNotes < ActiveRecord::Migration
  def change
    add_index :notes, :person_id
    add_index :notes, :organization_id
    add_index :notes, :user_id
    add_index :notes, [:person_id, :organization_id]
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.10 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.9 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.8 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.7 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.6 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.5 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.4 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.3 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.2 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre.1 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.2.0.pre db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.1.0 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.1.0.rc2 db/migrate/20130320192827_add_index_to_notes.rb
artfully_ose-1.1.0.rc1 db/migrate/20130320192827_add_index_to_notes.rb