The static response feature has been completely removed
This commit is contained in:
4
drizzle/0005_remove_static_response.sql
Normal file
4
drizzle/0005_remove_static_response.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user