From 437555e1e65146779c7ece0e524cac2f190580ea Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Thu, 21 Sep 2023 17:40:17 +0200 Subject: [PATCH] update latest migration version in schema.rb --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 530b1b70..02382447 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: 2023_06_16_151555) do +ActiveRecord::Schema.define(version: 2023_07_05_095430) do # These are extensions that must be enabled in order to support this database enable_extension "adminpack"