Browse Source

feat: update schema

CLDC-1482-sales-log-buyer-company
natdeanlewissoftwire 2 years ago
parent
commit
a5abd5cd6e
  1. 2
      db/schema.rb

2
db/schema.rb

@ -354,8 +354,8 @@ ActiveRecord::Schema[7.0].define(version: 2022_10_05_150022) do
t.integer "ecstat2"
t.integer "privacynotice"
t.integer "ecstat1"
t.integer "hholdcount"
t.integer "wheel"
t.integer "hholdcount"
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