git.cweiske.de
/
stapibas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2756e01
)
more room for errors
author
Christian Weiske
<
[email protected]
>
Wed, 27 Jul 2016 04:13:08 +0000
(06:13 +0200)
committer
Christian Weiske
<
[email protected]
>
Wed, 27 Jul 2016 04:13:08 +0000
(06:13 +0200)
data/tables.sql
patch
|
blob
|
history
diff --git
a/data/tables.sql
b/data/tables.sql
index bf7974557bf0435a50ccbe74c00d18136531098e..10eb9b503f771cb43cca9f93e945e623d78a9de0 100644
(file)
--- 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`),