Skip to content

Commit

Permalink
Add visa_sponsorship_application_deadline_at to course model
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Mar 6, 2025
1 parent d2f68dc commit f72d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
create_sequence "qualifications_public_id_seq", start: 120000

# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pgcrypto"
enable_extension "plpgsql"
enable_extension "unaccent"

create_table "account_recovery_request_codes", force: :cascade do |t|
Expand Down

0 comments on commit f72d018

Please sign in to comment.