From 59ef948640cb3c6cc268db29ef91a4f3718597e2 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 18 Nov 2019 05:09:18 -0600 Subject: Get rid of the `Formatter` cache. It isn't worth the admin headaches. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/schema.rb b/db/schema.rb index bfb123aa3..63897a0e7 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: 2019_11_18_084127) do +ActiveRecord::Schema.define(version: 2019_11_18_102858) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" -- cgit