diff --git a/db/schema.rb b/db/schema.rb index c2b54d354..db51c5a93 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -332,8 +332,9 @@ ActiveRecord::Schema[7.0].define(version: 2022_09_23_093628) do t.string "purchid" t.integer "type" t.integer "ownershipsch" - t.string "othtype" t.integer "jointpur" + t.string "othtype" + t.integer "companybuy" t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id" t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id" t.index ["owning_organisation_id"], name: "index_sales_logs_on_owning_organisation_id"