Skip to content

Commit

Permalink
adding changed schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
millerti committed Sep 30, 2024
1 parent 07ee18b commit 6cb9be3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6cb9be3

Please sign in to comment.