[IMP] runbot: remove _log_access on build_stat

_log_access is not usefull, and increase disk space used by stats.
This commit is contained in:
Xavier-Do 2021-08-04 10:25:38 +02:00 committed by Christophe Monniez
parent 39eeb73f71
commit 2b8e5c5a91

View File

@ -8,6 +8,7 @@ _logger = logging.getLogger(__name__)
class BuildStat(models.Model):
_name = "runbot.build.stat"
_description = "Statistics"
_log_access = False
_sql_constraints = [
(