Index: /branches/stable/cgi-bin/ipdb.psql
===================================================================
--- /branches/stable/cgi-bin/ipdb.psql	(revision 363)
+++ /branches/stable/cgi-bin/ipdb.psql	(revision 364)
@@ -38,5 +38,6 @@
 	"cidr" cidr DEFAULT '255.255.255.255/32' NOT NULL PRIMARY KEY,
 	"ctime" timestamp DEFAULT now(),
-	"mtime" timestamp DEFAULT now()
+	"mtime" timestamp DEFAULT now(),
+	"rwhois" character(1) DEFAULT 'n' NOT NULL
 );
 
