mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
9d03e0429f
The subquery on the users table was incorrectly using the username from the `workspaces` table, not the `users` table. This passed `sqlc-vet` because the column did exist in the query, it just was not the correct one.