Sha256: e175787fbf8822f80266fd28fcd4a46e3aac750836bc4626a9ce26fe6e06cba5
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
class RefactorOrderItemsToAllowAnyProduct < ActiveRecord::Migration def change rename_column :shoppe_order_items, :product_id, :ordered_item_id add_column :shoppe_order_items, :ordered_item_type, :string, :after => :ordered_item_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoppe-0.0.15 | db/migrate/20131022090919_refactor_order_items_to_allow_any_product.rb |