/wp-orbis-monitoring

The Orbis Monitoring plugin extends your Orbis environment with the option to monitor websites.

Primary LanguagePHP

Orbis Monitoring

Query to delete response body

UPDATE
	orbis_monitor_responses
SET
	response_body = NULL
WHERE
	monitored_date < DATE_ADD( NOW(), INTERVAL -1 MONTH )
;