fix: fix worker restart on otel setting set from undefined to null (#5183)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DELETE FROM global_settings WHERE name = 'otel';
|
||||
@@ -0,0 +1 @@
|
||||
INSERT INTO global_settings (name, value) VALUES ('otel', '{}');
|
||||
Reference in New Issue
Block a user