ElmahCore icon indicating copy to clipboard operation
ElmahCore copied to clipboard

MySQL: Increase column sizes of Message and AllXml

Open RaceProUK opened this issue 3 years ago • 0 comments

The exception detail in Microsoft.Graph.ServiceException can easily outgrow the existing sizes of the Message and AllXml columns. To allow these to be recorded, I've expanded the column sizes:

  • Message increased from VARCHAR(500) to TEXT, which can hold 64kB
  • AllXml increased from TEXT to MEDIUMTEXT, which can hold 16MB

RaceProUK avatar Mar 14 '23 14:03 RaceProUK