From c0d169367e20d6d10c451b488caa28fa32348359 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 28 Oct 2023 13:02:57 +0200 Subject: [PATCH] Update schema.rb --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 700b915b9..a5ce90948 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: 2023_10_26_032527) do +ActiveRecord::Schema[7.0].define(version: 2023_10_28_091613) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"