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 edac981 commit c7f1a23
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-21T12:05:38.865427+00:00'::timestamptz)
AND "posthog_scheduledchange"."scheduled_at" < '2023-12-21T12:18:27.996109+00:00'::timestamptz)
ORDER BY "posthog_scheduledchange"."scheduled_at" ASC
LIMIT 10000
FOR
Expand Down

0 comments on commit c7f1a23

Please sign in to comment.