Translate repository documentation and configuration added for ldap logging

This commit is contained in:
2026-08-03 20:57:48 +00:00
parent 8a9115af83
commit b54b180115
14 changed files with 170 additions and 118 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ def apply_lightweight_migrations() -> None:
for name, ddl in CHART_COLUMNS.items():
if name not in existing:
connection.execute(text(f'ALTER TABLE chart_definitions ADD COLUMN "{name}" {ddl}'))
# Das vorhandene Standarddiagramm wird nach dem Update sofort sinnvoll zusammengefasst.
# The existing default chart is summarized immediately after the update.
connection.execute(text("""
UPDATE chart_definitions
SET value_mode = 'automatic'