From db92d73b6eb8ed3b0d40a9deaf50c3ad680dd872 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jun 2001 21:37:19 +0000 Subject: - Improved watchdog and submission throttle: removed redundant code, streamlined the existing code, added new watchdog type called "httpd" for Apache errors. The latter should make it easier to add watchdog filters later on. - Clarified some watchdog messages. --- updates/2.00-to-x.xx.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'updates') diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql index f4c9d3bad..374a14819 100644 --- a/updates/2.00-to-x.xx.sql +++ b/updates/2.00-to-x.xx.sql @@ -237,3 +237,6 @@ ALTER TABLE node CHANGE attribute attributes varchar(255) DEFAULT '' NOT NULL; ALTER TABLE bundle CHANGE attribute attributes varchar(255) DEFAULT '' NOT NULL; ALTER TABLE feed CHANGE attribute attributes varchar(255) DEFAULT '' NOT NULL; ALTER TABLE item CHANGE attribute attributes varchar(255) DEFAULT '' NOT NULL; + +# 12/06/01 +ALTER TABLE watchdog DROP link; \ No newline at end of file -- cgit v1.2.3