Browse Source

rename indexes (#856)

pull/862/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
17c7101934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      db/schema.rb

12
db/schema.rb

@ -232,12 +232,12 @@ ActiveRecord::Schema[7.0].define(version: 2022_09_02_082245) do
t.integer "void_date_value_check" t.integer "void_date_value_check"
t.integer "housingneeds_type" t.integer "housingneeds_type"
t.integer "housingneeds_other" t.integer "housingneeds_other"
t.index ["created_by_id"], name: "index_case_logs_on_created_by_id" t.index ["created_by_id"], name: "index_lettings_logs_on_created_by_id"
t.index ["location_id"], name: "index_case_logs_on_location_id" t.index ["location_id"], name: "index_lettings_logs_on_location_id"
t.index ["managing_organisation_id"], name: "index_case_logs_on_managing_organisation_id" t.index ["managing_organisation_id"], name: "index_lettings_logs_on_managing_organisation_id"
t.index ["old_id"], name: "index_case_logs_on_old_id", unique: true t.index ["old_id"], name: "index_lettings_logs_on_old_id", unique: true
t.index ["owning_organisation_id"], name: "index_case_logs_on_owning_organisation_id" t.index ["owning_organisation_id"], name: "index_lettings_logs_on_owning_organisation_id"
t.index ["scheme_id"], name: "index_case_logs_on_scheme_id" t.index ["scheme_id"], name: "index_lettings_logs_on_scheme_id"
end end
create_table "locations", force: :cascade do |t| create_table "locations", force: :cascade do |t|

Loading…
Cancel
Save