mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add external
property to coder_app
(#5425)
* Add schema * feat: add `external` property to `coder_app` This allows exposing applications that open an external URL.
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE workspace_apps DROP COLUMN external;
|
@ -0,0 +1 @@
|
||||
ALTER TABLE workspace_apps ADD COLUMN external boolean NOT NULL DEFAULT false;
|
Reference in New Issue
Block a user