mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Update db/migrate/20211029174211_drop_source_columns.rb
Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user