From 5f5ee6ca68b9c8532ae1ed20cb52c4524c63c63d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 3 Mar 2020 14:35:38 +0100 Subject: [PATCH] Fixes #4130 --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 95915484a..1d442c0ff 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -301,7 +301,7 @@ ALTIBASE_ALIASES = ("altibase",) MIMERSQL_ALIASES = ("mimersql", "mimer") CRATEDB_ALIASES = ("cratedb", "crate") CUBRID_ALIASES = ("cubrid",) -CACHE_ALIASES = ("cachedb", "cache") +CACHE_ALIASES = ("intersystems cache", "cachedb", "cache") EXTREMEDB_ALIASES = ("extremedb", "extreme") FRONTBASE_ALIASES = ("frontbase",)