fixed out of stock
This commit is contained in:
9
db/migrate/20200319113930_drop_out_of_stock_table.rb
Normal file
9
db/migrate/20200319113930_drop_out_of_stock_table.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class DropOutOfStockTable < ActiveRecord::Migration[5.1]
|
||||
def up
|
||||
drop_table :out_of_stocks
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user