Files
coder/coderd/database/migrations/000088_external_app_url.down.sql
Kyle Carberry d170d27e80 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.
2022-12-14 15:54:18 -06:00

2 lines
49 B
SQL

ALTER TABLE workspace_apps DROP COLUMN external;