Translate repository documentation and configuration added for ldap logging
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user