Browse Source

execute migration

pull/216/head
MadeTech Dushan 4 years ago
parent
commit
b027343fdc
  1. 3
      db/schema.rb

3
db/schema.rb

@ -162,9 +162,9 @@ ActiveRecord::Schema.define(version: 2022_01_12_151048) do
t.string "why_dont_you_know_la" t.string "why_dont_you_know_la"
t.integer "unitletas" t.integer "unitletas"
t.integer "builtype" t.integer "builtype"
t.datetime "property_void_date"
t.bigint "owning_organisation_id" t.bigint "owning_organisation_id"
t.bigint "managing_organisation_id" t.bigint "managing_organisation_id"
t.datetime "property_void_date"
t.integer "renttype" t.integer "renttype"
t.integer "needstype" t.integer "needstype"
t.integer "lettype" t.integer "lettype"
@ -183,6 +183,7 @@ ActiveRecord::Schema.define(version: 2022_01_12_151048) do
t.integer "is_carehome" t.integer "is_carehome"
t.decimal "chcharge" t.decimal "chcharge"
t.integer "household_charge" t.integer "household_charge"
t.integer "letting_in_sheltered_accomodation"
t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" t.index ["discarded_at"], name: "index_case_logs_on_discarded_at"
t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id" t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id"
t.index ["owning_organisation_id"], name: "index_case_logs_on_owning_organisation_id" t.index ["owning_organisation_id"], name: "index_case_logs_on_owning_organisation_id"

Loading…
Cancel
Save