Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de6080c

Browse files
authored
chore: update comment on the users.github_com_user_id field (#17037)
Follow up to #17029.
1 parent a71aa20 commit de6080c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

coderd/database/dump.sql

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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.';

coderd/database/models.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)