This commit is contained in:
Sunandar
2017-02-10 17:25:12 +06:30
parent 9931152796
commit 723ad7462a
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