From dafdfd0d0e6dde61934a3885e57c57f6d762fb9d Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Fri, 29 Dec 2023 10:42:39 +0000 Subject: [PATCH] Auto-update to db/schema.rb after fresh project initialisation --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index aa749dbb..f0e3e578 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.0].define(version: 2019_01_30_105818) do +ActiveRecord::Schema[7.1].define(version: 2019_01_30_105818) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"