From 95a1a6fc49a9e8820befc3c73fec6d31d1b274f7 Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Thu, 7 Nov 2024 18:11:34 -0500 Subject: [PATCH] commit changes to schema.rb on migrate --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 8ef380fe6a..39b54e84d5 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.define(version: 2023_11_29_192037) do +ActiveRecord::Schema[7.1].define(version: 2023_11_29_192037) do # These are extensions that must be enabled in order to support this database enable_extension "pgcrypto" enable_extension "plpgsql"