From 10961d9f7c8f857fd4621bbaaca9feefca86f5f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 May 2024 17:53:18 +0200 Subject: 🗃️ profile - relation engine: default changed to cache tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') 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 " -- cgit v1.2.3