Skip to content

Commit

Permalink
toaster: orm Fix restrictive LogMessage message length
Browse files Browse the repository at this point in the history
Log messages can be quite long so use a TextField rather than a char
field with max length of 240. mySQL is especially picky about field
lengths and will cause an exception if the log is too long.

[YOCTO #8475]

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
Michael Wood authored and rpurdie committed Oct 27, 2015
1 parent ae75465 commit 349119f
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 1 deletion.
Loading

0 comments on commit 349119f

Please sign in to comment.