-
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBarcode128InBatchLineItems < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :batch_line_items, :barcode_format, :string
|
||||
end
|
||||
end
|
||||
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20180724072431) do
|
||||
ActiveRecord::Schema.define(version: 20180726080303) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -30,6 +30,7 @@ ActiveRecord::Schema.define(version: 20180724072431) do
|
||||
t.string "barcode"
|
||||
t.boolean "is_activated", default: false
|
||||
t.datetime "activated_date"
|
||||
t.string "barcode_format"
|
||||
t.index ["batch_id"], name: "index_batch_line_items_on_batch_id", using: :btree
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user