more room for errors
authorChristian Weiske <cweiske@cweiske.de>
Wed, 27 Jul 2016 04:13:08 +0000 (06:13 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 27 Jul 2016 04:13:08 +0000 (06:13 +0200)
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_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`),
   `feu_tries` tinyint(4) NOT NULL,
   `feu_retry` tinyint(1) NOT NULL,
   PRIMARY KEY (`feu_id`),