Description: Fix SQLite DB schema upgrade
Author: Emmanuel Bouthenot <kolter@debian.org>
Bug-Debian: http://bugs.debian.org/642464
Last-Update: 2013-06-15
--- a/src/etc/script/create_db.SQLite
+++ b/src/etc/script/create_db.SQLite
@@ -112,7 +112,7 @@
 	 status_list 	text, 
 	 subject_list 	text, 
 	 topics_list 	text, 
-	 web_archive_list 	integer, 
+	 web_archive_list 	numeric, 
 	 PRIMARY KEY (name_list, robot_list) 
  );
 
