From 33d454fff54a2e797daade1ff6aa45514ee2b4d1 Mon Sep 17 00:00:00 2001 From: KMY Date: Wed, 9 Aug 2023 09:36:52 +0900 Subject: [PATCH] Update schemas --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 418b24a406..75d7264df6 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_08_03_112520) do +ActiveRecord::Schema[7.0].define(version: 2023_08_04_222017) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"