$OpenBSD: patch-src_etc_script_create_db_SQLite,v 1.3 2013/08/10 10:11:40 landry Exp $
--- src/etc/script/create_db.SQLite.orig	Sat Aug 10 10:35:51 2013
+++ src/etc/script/create_db.SQLite	Sat Aug 10 10:36:04 2013
@@ -112,7 +112,7 @@ CREATE TABLE list_table ( 
 	 status_list 	text, 
 	 subject_list 	text, 
 	 topics_list 	text, 
-	 web_archive_list 	integer, 
+	 web_archive_list 	numeric, 
 	 PRIMARY KEY (name_list, robot_list) 
  );
 
