Skip to content

Commit

Permalink
fix: leftover fsm_executions in code (#1693)
Browse files Browse the repository at this point in the history
Fixes #1681
  • Loading branch information
alecthomas authored Jun 7, 2024
1 parent 75507ae commit ec047aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/controller/sql/databasetesting/devel.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func CreateForDevel(ctx context.Context, dsn string, recreate bool) (*pgxpool.Po
WITH deleted AS (
DELETE FROM async_calls
RETURNING 1
), deleted_fsm_executions AS (
DELETE FROM fsm_executions
), deleted_fsm_instances AS (
DELETE FROM fsm_instances
RETURNING 1
), deleted_leases AS (
DELETE FROM leases
Expand Down

0 comments on commit ec047aa

Please sign in to comment.