Skip to content

Fix long report notes giving errors on creation

It seems that string type for postgrex is varchar(255), which puts an upper bound on the size of the string.

Xref: https://elixirforum.com/t/the-unexpected-varchar-255/32937/3

Merge request reports