mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 20:55:11 +00:00
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:
parent
2190dbf8e9
commit
363b4b5fa2
1 changed files with 1 additions and 1 deletions
2
db/schema.rb
generated
2
db/schema.rb
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue