mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: allow configuring display apps from template (#9100)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
ALTER TABLE workspace_agents DROP COLUMN display_apps;
|
||||
DROP TYPE display_app;
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user