diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-11-18 05:09:18 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-18 05:09:18 -0600 |
commit | 59ef948640cb3c6cc268db29ef91a4f3718597e2 (patch) | |
tree | d0c634049981b2ef0d6f89221f0937778b0b93eb /db | |
parent | 345c6beb7e8a26e3537506ab3134c509d4ef6dc8 (diff) |
Get rid of the `Formatter` cache. It isn't worth the admin headaches.
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |