From 02b33eadc7ab55df8be7c774ded2fbbcaeb8f941 Mon Sep 17 00:00:00 2001 From: Theodor Vararu Date: Thu, 19 Oct 2023 11:15:27 +0100 Subject: [PATCH] Run db:migrate Migrating to Rails 7.1 added some new migrations for ActiveStorage blobs. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 33b546155c..ce7c029936 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"