Add migration from spree v2.1

This commit is contained in:
luisramos0
2019-03-21 21:48:38 +01:00
committed by Luis Ramos
parent 18ca9980c9
commit b23ce20488
2 changed files with 518 additions and 508 deletions

View File

@@ -0,0 +1,5 @@
class AddDeletedAtToSpreeStockItems < ActiveRecord::Migration
def up
add_column :spree_stock_items, :deleted_at, :datetime
end
end

File diff suppressed because it is too large Load Diff