mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
5 lines
178 B
SQL
5 lines
178 B
SQL
ALTER TABLE workspace_apps ADD COLUMN hidden boolean NOT NULL DEFAULT false;
|
|
|
|
COMMENT ON COLUMN workspace_apps.hidden
|
|
IS 'Determines if the app is not shown in user interfaces.'
|