Browse Source

feat: update db and test

pull/1100/head
natdeanlewissoftwire 3 years ago
parent
commit
13b6358c8b
  1. 3
      db/schema.rb

3
db/schema.rb

@ -463,6 +463,9 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_05_103733) do
t.integer "armedforcesspouse"
t.integer "mscharge_known"
t.decimal "mscharge", precision: 10, scale: 2
t.string "sex4"
t.string "sex5"
t.string "sex6"
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