mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
feat: add "display_order" column to coder_parameter to keep parameters sorted in UI (#8227)
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
ALTER TABLE template_version_parameters ADD COLUMN display_order integer NOT NULL DEFAULT 0;
|
||||
|
||||
COMMENT ON COLUMN template_version_parameters.display_order
|
||||
IS 'Specifies the order in which to display parameters in user interfaces.';
|
Reference in New Issue
Block a user