Remove column - fixing error

This commit is contained in:
Adam
2016-01-22 16:02:29 +01:00
parent 13757d5a7f
commit 63b2506872
2 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class DeleteRecipientIdFromCart < ActiveRecord::Migration
def change
remove_column :carts, :recipient_destination_id
end
end