remove comment out_of_stock
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
class CreateOutOfStocks < ActiveRecord::Migration[5.1]
|
class CreateOutOfStocks < ActiveRecord::Migration[5.1]
|
||||||
# def change
|
def change
|
||||||
# create_table :out_of_stocks do |t|
|
create_table :out_of_stocks do |t|
|
||||||
# t.datetime :date
|
t.datetime :date
|
||||||
# t.string :item_instance_code
|
t.string :item_instance_code
|
||||||
|
|
||||||
# t.timestamps
|
t.timestamps
|
||||||
# end
|
end
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user