Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f5ee6c

Browse files
committed
Fixes #4130
1 parent 7a5538a commit 5f5ee6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
MIMERSQL_ALIASES = ("mimersql", "mimer")
302302
CRATEDB_ALIASES = ("cratedb", "crate")
303303
CUBRID_ALIASES = ("cubrid",)
304-
CACHE_ALIASES = ("cachedb", "cache")
304+
CACHE_ALIASES = ("intersystems cache", "cachedb", "cache")
305305
EXTREMEDB_ALIASES = ("extremedb", "extreme")
306306
FRONTBASE_ALIASES = ("frontbase",)
307307

0 commit comments

Comments
 (0)