mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
8 lines
227 B
SQL
8 lines
227 B
SQL
ALTER TABLE ONLY workspace_apps
|
|
DROP COLUMN IF EXISTS healthcheck_url,
|
|
DROP COLUMN IF EXISTS healthcheck_interval,
|
|
DROP COLUMN IF EXISTS healthcheck_threshold,
|
|
DROP COLUMN IF EXISTS health;
|
|
|
|
DROP TYPE workspace_app_health;
|