Update db/migrate/20211029174211_drop_source_columns.rb

Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
Matt-Yorkley
2021-11-03 09:26:47 +00:00
committed by GitHub
parent 1007d7afdf
commit cf64128d54

View File

@@ -1,6 +1,6 @@
class DropSourceColumns < ActiveRecord::Migration[6.1]
def change
remove_column :spree_adjustments, :source_id
remove_column :spree_adjustments, :source_type
remove_column :spree_adjustments, :source_id, :integer
remove_column :spree_adjustments, :source_type, :string
end
end