From a0a94adffbead3701106632b50cdf61152dbb5b9 Mon Sep 17 00:00:00 2001 From: Emma Lejeck Date: Sat, 23 Nov 2024 23:18:24 -0800 Subject: [PATCH] Update schema version --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 29a2343b0..d22bc4c7b 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: 2024_11_24_034122) do +ActiveRecord::Schema.define(version: 2024_11_24_071050) do # These are extensions that must be enabled in order to support this database enable_extension "citext"