Sha256: b40cc9b7a8ddcace8f1e27c337dd272eb5bbfd8823b69cb14a5ab50e54a025c1
Contents?: true
Size: 270 Bytes
Versions: 7
Compression:
Stored size: 270 Bytes
Contents
# This migration comes from spree (originally 20101026185022) class UpdateOrderState < ActiveRecord::Migration def up Spree::Order.table_name = 'orders' Spree::Order.all.map(&:update!) Spree::Order.table_name = 'spree_orders' end def down end end
Version data entries
7 entries across 7 versions & 2 rubygems