Files
openfoodnetwork/db/migrate/20120327000588_add_adjustments_index.rb
Andrew Spinks cd1938a74e spree install.
2012-03-27 11:06:49 +11:00

7 lines
114 B
Ruby

class AddAdjustmentsIndex < ActiveRecord::Migration
def change
add_index :adjustments, :order_id
end
end