|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
# |
|
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 2021_10_27_091521) do |
|
|
|
|
ActiveRecord::Schema.define(version: 2021_10_27_123535) do |
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
|
enable_extension "plpgsql" |
|
|
|
@ -132,6 +132,7 @@ ActiveRecord::Schema.define(version: 2021_10_27_091521) do
|
|
|
|
|
t.boolean "reasonable_preference_reason_avoid_hardship" |
|
|
|
|
t.boolean "reasonable_preference_reason_do_not_know" |
|
|
|
|
t.datetime "discarded_at" |
|
|
|
|
t.string "other_tenancy_type" |
|
|
|
|
t.index ["discarded_at"], name: "index_case_logs_on_discarded_at" |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|