Sha256: 4df153e08282dc7451b48c99801171d48036db4b580dbb5c2822b28eca3114f7

Contents?: true

Size: 185 Bytes

Versions: 14

Compression:

Stored size: 185 Bytes

Contents

class IndexMembershipsAndTypes < ActiveRecord::Migration
  def change
    add_index :membership_types,  :organization_id
    add_index :memberships,       :membership_type_id
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.3.0.pre3 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.3.0.pre2 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.3.0.pre1 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.beta.1 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.27 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.26 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.24 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.23 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.21 db/migrate/20140125183606_index_memberships_and_types.rb
artfully_ose-1.2.0.pre.20 db/migrate/20140125183606_index_memberships_and_types.rb