mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
204 B
SQL
5 lines
204 B
SQL
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.';
|