mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 13:53:04 +03:00
Fix signups query
This commit is contained in:
parent
201b923248
commit
4be17b7a9b
@ -66,7 +66,7 @@ impl Db {
|
||||
|
||||
pub async fn get_all_signups(&self) -> Result<Vec<Signup>> {
|
||||
test_support!(self, {
|
||||
let query = "SELECT * FROM users ORDER BY github_login ASC";
|
||||
let query = "SELECT * FROM signups ORDER BY github_login ASC";
|
||||
sqlx::query_as(query).fetch_all(&self.pool).await
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user