Sha256: a5325f4df9d9e2e1c7d8e5ad8a6527375e78a8638ba27f9f270530fa36cff592
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
# This migration comes from spree (originally 20130207155350) class AddOrderIdIndexToPayments < ActiveRecord::Migration[4.2] def self.up add_index :spree_payments, :order_id end def self.down remove_index :spree_payments, :order_id end end
Version data entries
9 entries across 9 versions & 2 rubygems