Merge pull request #1920 from zed-industries/order-invites-by-creation-time

Order invites by creation time
This commit is contained in:
Joseph T. Lyons 2022-11-29 14:28:53 -05:00 committed by GitHub
commit 9f9398476d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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