Merge branch 'master' of bitbucket.org:code2lab/nemo_encoder

This commit is contained in:
nandar
2017-02-11 13:22:24 +06:30
8 changed files with 39 additions and 29 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: 20170209102414) do
ActiveRecord::Schema.define(version: 20170210103359) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -35,7 +35,7 @@ ActiveRecord::Schema.define(version: 20170209102414) do
t.string "order_ref", null: false
t.boolean "batch_start"
t.boolean "batch_end"
t.string "created_by", null: false
t.string "exported_by", null: false
t.integer "qty_processing", null: false
t.integer "qty_success", null: false
t.integer "qty_fail", null: false