mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add migration from spree v2.1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDeletedAtToSpreeStockItems < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :spree_stock_items, :deleted_at, :datetime
|
||||
end
|
||||
end
|
||||
1021
db/schema.rb
1021
db/schema.rb
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user