mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
Order invites by creation time
This commit is contained in:
parent
5a9a0f9fa5
commit
049c0f8ba4
1 changed files with 2 additions and 0 deletions
|
@ -773,6 +773,8 @@ where
|
||||||
WHERE
|
WHERE
|
||||||
NOT email_confirmation_sent AND
|
NOT email_confirmation_sent AND
|
||||||
(platform_mac OR platform_unknown)
|
(platform_mac OR platform_unknown)
|
||||||
|
ORDER BY
|
||||||
|
created_at
|
||||||
LIMIT $1
|
LIMIT $1
|
||||||
",
|
",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue