Files
coder/coderd/database/migrations/000304_github_com_user_id_comment.up.sql

2 lines
263 B
SQL

COMMENT ON COLUMN users.github_com_user_id IS 'The GitHub.com numerical user ID. It is used to check if the user has starred the Coder repository. It is also used for filtering users in the users list CLI command, and may become more widely used in the future.';