Skip to content

Commit

Permalink
Fix database migration failure during setup (#4890) (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomirin authored Dec 27, 2024
1 parent 6e767db commit 220af87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -809,4 +809,4 @@ DEPENDENCIES
webmock (~> 3.24)

BUNDLED WITH
2.5.22
2.6.2
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: 2024_12_04_133715) do
ActiveRecord::Schema[7.2].define(version: 2024_12_20_020009) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down

0 comments on commit 220af87

Please sign in to comment.