We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6d594 commit 74de677Copy full SHA for 74de677
db/SCHEMA.sql
@@ -6,7 +6,7 @@ DROP TABLE IF EXISTS `exceptions`;
6
CREATE TABLE `exceptions` (
7
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
8
`oid` varchar(128) NOT NULL DEFAULT '',
9
- `hostname` varchar(32) DEFAULT NULL,
+ `hostname` varchar(256) DEFAULT NULL,
10
`content` varchar(128) DEFAULT NULL,
11
`comment` text,
12
PRIMARY KEY (`id`),
0 commit comments