mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* model * DB * fix: DisplayName * proto * Proto * Update go dep * fixme * fix format * config * fmt * fix * Fix * fix * chore(UI): redirecting from workspace page if 404 (#6880) * model * CLI: Display parameter * fix * update dep * fix * fix * fix * UI changes * fmt --------- Co-authored-by: Kira Pilot <kira@coder.com>
5 lines
191 B
SQL
5 lines
191 B
SQL
ALTER TABLE template_version_parameters ADD COLUMN display_name text NOT NULL DEFAULT '';
|
|
|
|
COMMENT ON COLUMN template_version_parameters.display_name
|
|
IS 'Display name of the rich parameter';
|