Bump schema version (#54)

It appears the new `return_to` column from 20251126002711_add_return_to_to_login_attempts.rb` was reflected in `schema.rb`, but the version at the top of the file wasn't updated.
This commit is contained in:
Gary Tou 2025-11-28 11:04:16 -08:00 committed by GitHub
parent 2190dbf8e9
commit 363b4b5fa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
db/schema.rb generated
View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.0].define(version: 2025_10_29_180141) do
ActiveRecord::Schema[8.0].define(version: 2025_11_26_002711) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pgcrypto"