Skip to content

Commit

Permalink
Remove column from table
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor committed Jan 4, 2019
1 parent c7cb340 commit 619a2bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20190104200809_remove_order_items_from_order.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveOrderItemsFromOrder < ActiveRecord::Migration[5.1]
def change
remove_column :orders, :order_items, :string
end
end

0 comments on commit 619a2bd

Please sign in to comment.