-ActiveRecord::Schema.define(version: 2023_05_12_052920) do +ActiveRecord::Schema.define(version: 2023_05_29_023632) do # These are extensions that must be enabled in order to support this database enable_extension "citext" @@ -1876,6 +1876,7 @@ t.boolean "unsubscribed_from_bulk_sms", default: false t.string "pronoun" t.bigint "stream_participant_id" + t.boolean "confidential", default: false, null: false t.index ["deleted_at"], name: "index_jobseekers_on_deleted_at" t.index ["ess_identifier"], name: "index_jobseekers_on_ess_identifier" t.index ["jobseeker_lead_id"], name: "index_jobseekers_on_jobseeker_lead_id" @@ -2893,6 +2894,7 @@ t.string "av_signature" t.string "resume_url" t.string "name" + t.datetime "confirmed_at" t.index ["deleted_at"], name: "index_resume_attachments_on_deleted_at" t.index ["stream_participant_id"], name: "index_resume_attachments_on_stream_participant_id" t.index ["user_id"], name: "index_resume_attachments_on_user_id" (END)