Skip to content
Snippets Groups Projects
Commit e5c35c85 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed #759 - increase possible image size in database column for MariaDB

parent 0ab36a7f
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ public class Image implements ProvidesID ...@@ -22,6 +22,7 @@ public class Image implements ProvidesID
@NotNull @NotNull
@Expose @Expose
@Column(length = 16777215)
@Lob @Lob
private Byte[] image; private Byte[] image;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment