Browse Source

migration

CLDC-1530-working-situation
Kat 2 years ago
parent
commit
3d517f7381
  1. 2
      db/schema.rb

2
db/schema.rb

@ -405,13 +405,13 @@ ActiveRecord::Schema[7.0].define(version: 2022_12_14_110208) do
t.integer "savings"
t.integer "prevown"
t.string "sex3"
t.bigint "updated_by_id"
t.integer "details_known_1"
t.integer "income1_value_check"
t.integer "mortgage"
t.integer "inc2mort"
t.integer "mortgage_value_check"
t.integer "ecstat3"
t.bigint "updated_by_id"
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