mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
5aa251a2d2
* feat(security): unbind pid for worker jobs to create extra process isolation * review * simplify * cleanup + compose files * re-add removed comments from nu executor * simplify * fail immediately * updates * update ping backend * nsjail / unshare in workers page * migrations * frontend + sqlx * frontend * frontend * fix error message * undo example changes
3 lines
125 B
SQL
3 lines
125 B
SQL
-- Rollback: Remove job_isolation column from worker_ping table
|
|
ALTER TABLE worker_ping DROP COLUMN IF EXISTS job_isolation;
|