mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
5 lines
205 B
SQL
5 lines
205 B
SQL
ALTER TABLE workspace_agents ADD COLUMN display_order integer NOT NULL DEFAULT 0;
|
|
|
|
COMMENT ON COLUMN workspace_agents.display_order
|
|
IS 'Specifies the order in which to display agents in user interfaces.';
|