--- sql/pgsql_init.sql.orig	2008-01-24 04:10:35.000000000 +0000
+++ sql/pgsql_init.sql	2008-05-25 18:52:02.000000000 +0100
@@ -48,6 +48,7 @@
 	liecount integer DEFAULT 0,
 	robots integer DEFAULT 1,
 	robots_paths text DEFAULT '',
+	robots_nextcheck timestamp,
 	type text,
 	host text,
 	ignore boolean DEFAULT FALSE
--- sql/mysql_init.sql.orig	2008-01-24 04:10:35.000000000 +0000
+++ sql/mysql_init.sql	2008-05-25 18:51:47.000000000 +0100
@@ -48,6 +48,7 @@
 	`liecount` integer DEFAULT 0,
 	`robots` integer DEFAULT 1,
 	`robots_paths` text DEFAULT '',
+	`robots_nextcheck` timestamp,
 	`type` text,
 	`host` text,
 	`ignore` smallint DEFAULT 0
