Run `bin/rails db:schema:dump` under Rails 7.2 (#32838)

pull/2898/head
Matt Jankowski 2024-11-12 03:56:04 -05:00 committed by GitHub
parent bf609090b1
commit 897cb1803e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

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