Skip to content

Commit 6481757

Browse files
committed
Add extra comment
1 parent 974ba83 commit 6481757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000144_group_display_name.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BEGIN;
33
ALTER TABLE groups
44
ADD COLUMN display_name TEXT NOT NULL DEFAULT '';
55

6-
COMMENT ON COLUMN groups.display_name IS 'Display name is a custom, human-friendly group name that user can set. This is not required to be unique.';
6+
COMMENT ON COLUMN groups.display_name IS 'Display name is a custom, human-friendly group name that user can set. This is not required to be unique and can be the empty string.';
77

88
COMMIT;

0 commit comments

Comments
 (0)