mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* Add schema * feat: add `external` property to `coder_app` This allows exposing applications that open an external URL.
2 lines
79 B
SQL
2 lines
79 B
SQL
ALTER TABLE workspace_apps ADD COLUMN external boolean NOT NULL DEFAULT false;
|