Sha256: 822e92ed176a9502fd3a12d0525ba4841482415ea8e7afd3c8a0903b970f8c58
Contents?: true
Size: 208 Bytes
Versions: 35
Compression:
Stored size: 208 Bytes
Contents
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
35 entries across 35 versions & 3 rubygems