Sha256: f71d83238191e821bb3c41e616269aff74f44f5c51becfedb3922b8f83535728
Contents?: true
Size: 176 Bytes
Versions: 7
Compression:
Stored size: 176 Bytes
Contents
# This migration comes from spree (originally 20100301163454) class AddAdjustmentsIndex < ActiveRecord::Migration def change add_index :adjustments, :order_id end end
Version data entries
7 entries across 7 versions & 2 rubygems