Skip to content

Commit

Permalink
Run db:migrate
Browse files Browse the repository at this point in the history
Migrating to Rails 7.1 added some new migrations for ActiveStorage
blobs.
  • Loading branch information
tvararu committed Oct 19, 2023
1 parent 11f8ab9 commit 02b33ea
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: 2023_10_12_113819) do
ActiveRecord::Schema[7.1].define(version: 2023_10_19_101319) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down

0 comments on commit 02b33ea

Please sign in to comment.