mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
2 lines
118 B
SQL
2 lines
118 B
SQL
-- Add up migration script here
|
|
UPDATE queue SET last_ping = NULL WHERE job_kind = 'flow' OR job_kind = 'flowpreview'; |