diff --git a/app/db/schema.rb b/app/db/schema.rb index 3dd3de55..430c842d 100644 --- a/app/db/schema.rb +++ b/app/db/schema.rb @@ -12,6 +12,7 @@ ActiveRecord::Schema[7.1].define(version: 2024_09_18_194337) do # These are extensions that must be enabled in order to support this database + enable_extension "pgcrypto" enable_extension "plpgsql" create_table "applicants", force: :cascade do |t| @@ -51,8 +52,8 @@ t.string "site_id" t.string "confirmation_code" t.datetime "transmitted_at" - t.datetime "redacted_at" t.datetime "consented_to_authorized_use_at" + t.datetime "redacted_at" t.index ["cbv_flow_invitation_id"], name: "index_cbv_flows_on_cbv_flow_invitation_id" end