mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
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