Skip to content

Commit

Permalink
Fix DB schema version
Browse files Browse the repository at this point in the history
To avoid pending migrations that cannot be run. The version was incorrectly
de-incremented in a previous merge.
  • Loading branch information
joeroe committed Dec 18, 2024
1 parent 18c94fb commit b6f0319
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.2].define(version: 2024_12_15_102659) do
ActiveRecord::Schema[7.2].define(version: 2024_12_16_093633) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm"
enable_extension "plpgsql"
Expand Down

0 comments on commit b6f0319

Please sign in to comment.