mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +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;
|