From: Christian Weiske Date: Wed, 27 Jul 2016 04:13:08 +0000 (+0200) Subject: more room for errors X-Git-Url: https://git.cweiske.de/stapibas.git/commitdiff_plain/ce9f3f17a736ffce445d66fb6d24e55a3b119136 more room for errors --- diff --git a/data/tables.sql b/data/tables.sql index bf79745..10eb9b5 100644 --- a/data/tables.sql +++ b/data/tables.sql @@ -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`),