Browse Source

feat: update schema

pull/893/head
natdeanlewissoftwire 2 years ago
parent
commit
4696529c34
  1. 3
      db/schema.rb

3
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"

Loading…
Cancel
Save