mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
25f1ddbf5e
Add 'hidden' property to 'coder_app' resource to allow hiding apps from the UI.
2 lines
47 B
SQL
2 lines
47 B
SQL
ALTER TABLE workspace_apps DROP COLUMN hidden;
|