The static response feature has been completely removed

This commit is contained in:
fuomag9
2026-02-09 01:15:28 +01:00
parent 6d56cf2288
commit eecacfb271
7 changed files with 27 additions and 238 deletions

View File

@@ -0,0 +1,4 @@
-- Remove static response feature columns from proxy_hosts
ALTER TABLE `proxy_hosts` DROP COLUMN `response_mode`;
ALTER TABLE `proxy_hosts` DROP COLUMN `static_status_code`;
ALTER TABLE `proxy_hosts` DROP COLUMN `static_response_body`;