Sha256: d3bcb291d194ea1beb708b43b52ae459c6dd207b0ca9521fd32859d25329bc8b
Contents?: true
Size: 214 Bytes
Versions: 32
Compression:
Stored size: 214 Bytes
Contents
# # These were missing and without them the sales export was taking forever. class AddMoreIndexes < ActiveRecord::Migration def change add_index :orders, :person_id add_index :events, :venue_id end end
Version data entries
32 entries across 32 versions & 1 rubygems