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.
2 parents 702ea11 + 74de677 commit 1e78c3bCopy full SHA for 1e78c3b
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