mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
7 lines
197 B
Ruby
7 lines
197 B
Ruby
class DropSourceColumns < ActiveRecord::Migration[6.1]
|
|
def change
|
|
remove_column :spree_adjustments, :source_id, :integer
|
|
remove_column :spree_adjustments, :source_type, :string
|
|
end
|
|
end
|