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

@@ -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