fix: fix worker restart on otel setting set from undefined to null (#5183)

This commit is contained in:
pyranota
2025-01-31 19:14:44 +03:00
committed by GitHub
parent 9b6e464c5a
commit 940fb03023
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
DELETE FROM global_settings WHERE name = 'otel';

View File

@@ -0,0 +1 @@
INSERT INTO global_settings (name, value) VALUES ('otel', '{}');