This commit is contained in:
nandar
2018-07-26 15:34:11 +06:30
parent 55554707f0
commit 275a7658ce
10 changed files with 66 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class AddBarcode128InBatchLineItems < ActiveRecord::Migration[5.0]
def change
add_column :batch_line_items, :barcode_format, :string
end
end