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

Skip to content

Commit 5aa1786

Browse files
committed
migrations
1 parent 69ba27e commit 5aa1786

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
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.';

0 commit comments

Comments
 (0)