Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
exception hash string length
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin v / vvval committed Jun 20, 2017
1 parent bb30e6c commit 45d554f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class IncidentRecord extends Record
'status' => IncidentStatus::class,

//exception fields
'exception_hash' => 'string',
'exception_hash' => 'string(128)',
'exception_source' => 'longText, nullable',
'exception_teaser' => 'string',
'exception_classname' => 'string',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SnapshotRecord extends Record
'suppression' => 'bool',

//exception teaser
'exception_hash' => 'string',
'exception_hash' => 'string(128)',

//counters
'count_occurred' => 'int',
Expand Down

0 comments on commit 45d554f

Please sign in to comment.