|
|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
# It's strongly recommended that you check this file into your version control system. |
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 2022_01_10_115720) do |
|
|
|
ActiveRecord::Schema.define(version: 2022_01_10_161957) do |
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
# These are extensions that must be enabled in order to support this database |
|
|
|
enable_extension "plpgsql" |
|
|
|
enable_extension "plpgsql" |
|
|
|
@ -179,6 +179,7 @@ ActiveRecord::Schema.define(version: 2022_01_10_115720) do |
|
|
|
t.integer "totadult" |
|
|
|
t.integer "totadult" |
|
|
|
t.integer "net_income_known" |
|
|
|
t.integer "net_income_known" |
|
|
|
t.string "has_benefits" |
|
|
|
t.string "has_benefits" |
|
|
|
|
|
|
|
t.integer "nocharge" |
|
|
|
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" |
|
|
|
|