mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: support order
property of coder_app
resource (#12077)
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE workspace_apps DROP COLUMN display_order;
|
@ -0,0 +1,4 @@
|
||||
ALTER TABLE workspace_apps ADD COLUMN display_order integer NOT NULL DEFAULT 0;
|
||||
|
||||
COMMENT ON COLUMN workspace_apps.display_order
|
||||
IS 'Specifies the order in which to display agent app in user interfaces.';
|
Reference in New Issue
Block a user