more room for errors
[stapibas.git] / data / tables.sql
index bf7974557bf0435a50ccbe74c00d18136531098e..10eb9b503f771cb43cca9f93e945e623d78a9de0 100644 (file)
@@ -20,7 +20,7 @@ CREATE TABLE `feedentryurls` (
   `feu_updated` datetime NOT NULL,
   `feu_error` tinyint(1) NOT NULL,
   `feu_error_code` varchar(6) NOT NULL,
-  `feu_error_message` varchar(128) NOT NULL,
+  `feu_error_message` varchar(4096) NOT NULL,
   `feu_tries` tinyint(4) NOT NULL,
   `feu_retry` tinyint(1) NOT NULL,
   PRIMARY KEY (`feu_id`),