Sha256: f0a62b71000da0e23824e79f26141346ea84de2cc8c7281d468f4b3b71b1b09e

Contents?: true

Size: 195 Bytes

Versions: 9

Compression:

Stored size: 195 Bytes

Contents

# This migration comes from spree (originally 20130729214043)
class IndexCompletedAtOnSpreeOrders < ActiveRecord::Migration[4.2]
  def change
    add_index :spree_orders, :completed_at
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195788_index_completed_at_on_spree_orders.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091729_index_completed_at_on_spree_orders.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091729_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb