Some checks failed
Build and Push Docker Images (Trusted) / build-and-push (., docker/caddy/Dockerfile, caddy) (push) Has been cancelled
Build and Push Docker Images (Trusted) / build-and-push (., docker/l4-port-manager/Dockerfile, l4-port-manager) (push) Has been cancelled
Build and Push Docker Images (Trusted) / build-and-push (., docker/web/Dockerfile, web) (push) Has been cancelled
Tests / test (push) Has been cancelled
7 lines
286 B
SQL
Executable File
7 lines
286 B
SQL
Executable File
-- Remove static response feature columns from proxy_hosts
|
|
ALTER TABLE `proxy_hosts` DROP COLUMN `response_mode`;
|
|
--> statement-breakpoint
|
|
ALTER TABLE `proxy_hosts` DROP COLUMN `static_status_code`;
|
|
--> statement-breakpoint
|
|
ALTER TABLE `proxy_hosts` DROP COLUMN `static_response_body`;
|