Skip to content

Commit

Permalink
fix: bad schema version introduced in #3623
Browse files Browse the repository at this point in the history
  • Loading branch information
scooter-dangle committed Sep 17, 2023
1 parent abae4eb commit e0bd0b2
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 @@ -724,4 +724,4 @@ RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.4.17
2.4.19
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

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

Expand Down

0 comments on commit e0bd0b2

Please sign in to comment.