mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
ad5a05665e
* 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;
|