Skip to content
Snippets Groups Projects
Commit 257a7e43 authored by William Enright's avatar William Enright Committed by Adrien Béraud
Browse files

Fixed user profile DB not accepting large image files

Change-Id: Ic22c879007634681116679e4fa96da71867c072d
parent d60bee07
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class UserProfileDao extends AbstractDao<UserProfile> {
"firstName varchar(255), " +
"lastName varchar(255), " +
"email varchar(255), " +
"profilePicture long varchar, " +
"profilePicture CLOB, " +
"organization varchar(255), " +
"phoneNumber varchar(255), " +
"phoneNumberExtension varchar(255), " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment