mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
535e108cbf
* feat: native mode * improve * fix build * review fixes * tracing nit
2 lines
93 B
SQL
2 lines
93 B
SQL
ALTER TABLE worker_ping ADD COLUMN IF NOT EXISTS native_mode BOOLEAN NOT NULL DEFAULT false;
|