From 7fff0a6dbf6b4939a0ac7d8f068ed1c8c306dc52 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 4 Sep 2026 21:57:48 +0200 Subject: [PATCH] Bump schema version for constraint migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index a2ad488..433a8e2 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[8.1].define(version: 2026_08_21_210000) do +ActiveRecord::Schema[8.1].define(version: 2026_09_04_120000) do # These are extensions that must be enabled in order to support this database enable_extension "pg_catalog.plpgsql" enable_extension "vector"