set last_ping to null for current flows

This commit is contained in:
Ruben Fiszel
2024-02-25 20:40:56 +01:00
parent 87a4b89ce2
commit f1aa3cad2c
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
UPDATE queue SET last_ping = NULL WHERE job_kind = 'flow' OR job_kind = 'flowpreview';