IRC notifier

This commit is contained in:
Latif Khalifa
2013-10-04 08:12:26 +02:00
parent da13fdf4ee
commit 1000c4d743
5 changed files with 39 additions and 4 deletions

View File

@@ -52,5 +52,5 @@ create table reports(
crash_reason varchar(128),
crash_address varchar(16),
crash_thread integer,
raw_stacktrace text
raw_stacktrace longtext
);