diff options
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 |
commit | 10961d9f7c8f857fd4621bbaaca9feefca86f5f8 (patch) | |
tree | 2cab40750a046be78f4ae85ef1a5cec509b131f3 /ishtar_common/models.py | |
parent | 55c02a07cab951193dc72bcd43b8500ca523b24b (diff) | |
download | Ishtar-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.py | 2 |
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 " |