Skip to content

Commit

Permalink
Bump schema number
Browse files Browse the repository at this point in the history
This happens automatically when running `script/update` (because of the
migrations). Might as well bump this given we're already on Rails 7.2
  • Loading branch information
yndajas committed Oct 30, 2024
1 parent 016393d commit a832364
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 @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 0) do
ActiveRecord::Schema[7.2].define(version: 0) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down

0 comments on commit a832364

Please sign in to comment.