Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent 2249402 commit 5af6b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"posthog_scheduledchange"."updated_at"
FROM "posthog_scheduledchange"
WHERE ("posthog_scheduledchange"."executed_at" IS NULL
AND "posthog_scheduledchange"."scheduled_at" < '2023-12-21T10:20:41.458170+00:00'::timestamptz)
AND "posthog_scheduledchange"."scheduled_at" < '2023-12-21T10:33:33.108395+00:00'::timestamptz)
ORDER BY "posthog_scheduledchange"."scheduled_at" ASC
LIMIT 10000
FOR
Expand Down

0 comments on commit 5af6b0a

Please sign in to comment.