Skip to content

Commit

Permalink
fixed #759 - image upload when using MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Dec 3, 2023
1 parent 0ab36a7 commit 19bf9ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class Image implements ProvidesID

@NotNull
@Expose
@Column(length = 16777215)
@Lob
private Byte[] image;

Expand Down

0 comments on commit 19bf9ed

Please sign in to comment.