Browse Source

tests

pull/909/head^2
Kat 4 years ago
parent
commit
009d50d1d8
  1. 4
      db/schema.rb

4
db/schema.rb

@ -343,8 +343,6 @@ ActiveRecord::Schema[7.0].define(version: 2022_09_29_125204) do
t.integer "buylivein"
t.integer "builtype"
t.integer "proptype"
t.string "relat2"
t.string "otherrelat2"
t.integer "age2"
t.integer "age2_known"
t.integer "ethnic"
@ -352,6 +350,8 @@ ActiveRecord::Schema[7.0].define(version: 2022_09_29_125204) do
t.integer "national"
t.string "othernational"
t.integer "buy1livein"
t.string "relat2"
t.string "otherrelat2"
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