Browse Source

db: update

pull/1257/head
natdeanlewissoftwire 3 years ago
parent
commit
7dd02d1f21
  1. 2
      db/schema.rb

2
db/schema.rb

@ -504,10 +504,10 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_26_145529) do
t.integer "retirement_value_check"
t.integer "hodate_check"
t.integer "extrabor_value_check"
t.integer "deposit_and_mortgage_value_check"
t.integer "shared_ownership_deposit_value_check"
t.integer "grant_value_check"
t.integer "old_persons_shared_ownership_value_check"
t.integer "deposit_and_mortgage_value_check"
t.integer "staircase_bought_value_check"
t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id"
t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id"

Loading…
Cancel
Save