Skip to content

Commit f52e789

Browse files
committed
fixup comment
1 parent 3c687e4 commit f52e789

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

coderd/database/dump.sql

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/migrations/000330_parameter_form_type.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ COMMENT ON TYPE parameter_form_type
88
ALTER TABLE template_version_parameters ADD COLUMN form_type parameter_form_type NOT NULL DEFAULT '';
99

1010
COMMENT ON COLUMN template_version_parameters.form_type
11-
IS 'Specify what form_type should be used to render the parameter in the UI. This value should correspond to an enum, but this will not be enforced in the sql. Mistakes here should not be fatal for functional usage.';
11+
IS 'Specify what form_type should be used to render the parameter in the UI. Unsupported values are rejected.';

coderd/database/models.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)