We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4b35 commit 8fd4200Copy full SHA for 8fd4200
dbutils.py
@@ -151,7 +151,3 @@ def migration_step_2():
151
c.execute(f'CREATE INDEX netflow_flows_record on netflow_flows (record);')
152
153
c.execute(f'CREATE TABLE {DB_PREFIX}bot_jobs (job_id TEXT NOT NULL PRIMARY KEY, last_used_seq BIGSERIAL);')
154
-
155
- # slow db queries should be logged to help avoid performance problems:
156
- database_name = os.environ.get('DB_DATABASE', 'grafolean')
157
- c.execute(f'ALTER DATABASE %s SET log_min_duration_statement = 100;', (database_name,))
0 commit comments