Remove column - fixing error
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class DeleteRecipientIdFromCart < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :carts, :recipient_destination_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user