Order invites by creation time

This commit is contained in:
Joseph Lyons 2022-11-29 12:57:51 -05:00
parent 5a9a0f9fa5
commit 049c0f8ba4

View File

@ -773,6 +773,8 @@ where
WHERE
NOT email_confirmation_sent AND
(platform_mac OR platform_unknown)
ORDER BY
created_at
LIMIT $1
",
)