Skip to content

Commit

Permalink
Fix schema versioning
Browse files Browse the repository at this point in the history
The schema versioning appears to have gotten out of sync with the migration
files in #1811 - manually shifting my migration to be the latest to bring it
back inline.
  • Loading branch information
ethax-ross committed Oct 18, 2024
1 parent 0801e5e commit 2ec7a23
Show file tree
Hide file tree
Showing 2 changed files 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: 2024_10_16_122750) do
ActiveRecord::Schema[7.1].define(version: 2024_10_18_080901) do
# These are extensions that must be enabled in order to support this database
enable_extension "btree_gin"
enable_extension "citext"
Expand Down

0 comments on commit 2ec7a23

Please sign in to comment.