chore: update comment on the users.github_com_user_id field (#17037)

Follow up to https://github.com/coder/coder/pull/17029.
This commit is contained in:
Hugo Dutka
2025-03-21 13:31:17 +01:00
committed by GitHub
parent a71aa202dc
commit de6080c46d
4 changed files with 4 additions and 2 deletions
@@ -0,0 +1 @@
COMMENT ON COLUMN users.github_com_user_id IS 'The GitHub.com numerical user ID. At time of implementation, this is used to check if the user has starred the Coder repository.';