mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-04 10:12:47 +00:00
Merge pull request #1920 from zed-industries/order-invites-by-creation-time
Order invites by creation time
This commit is contained in:
commit
9f9398476d
1 changed files with 2 additions and 0 deletions
|
@ -773,6 +773,8 @@ where
|
|||
WHERE
|
||||
NOT email_confirmation_sent AND
|
||||
(platform_mac OR platform_unknown)
|
||||
ORDER BY
|
||||
created_at
|
||||
LIMIT $1
|
||||
",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue