summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-15 17:53:18 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-05-15 17:55:04 +0200
commit10961d9f7c8f857fd4621bbaaca9feefca86f5f8 (patch)
tree2cab40750a046be78f4ae85ef1a5cec509b131f3 /ishtar_common/models.py
parent55c02a07cab951193dc72bcd43b8500ca523b24b (diff)
downloadIshtar-10961d9f7c8f857fd4621bbaaca9feefca86f5f8.tar.bz2
Ishtar-10961d9f7c8f857fd4621bbaaca9feefca86f5f8.zip
🗃️ profile - relation engine: default changed to cache tables
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 00faab64d..1aab612df 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1112,7 +1112,7 @@ class IshtarSiteProfile(models.Model, Cached):
("V", _("SQL views")),
("T", _("Cache tables")),
),
- default="V",
+ default="T",
max_length=1,
help_text=_(
"If you experience performance problems with complex relations "