From 361e928e8a0df89f1e5f4aaf0e6797b4da65ca65 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 9 Dec 2024 15:31:49 +0100 Subject: [PATCH] migrate --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index d310c0e81..f1de46d92 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.2].define(version: 2024_12_03_101113) do +ActiveRecord::Schema[7.2].define(version: 2024_12_09_095758) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" enable_extension "pgcrypto" -- GitLab