Facebook's session keys now exceed 255 characters. W00t.

This commit is contained in:
Michael Bayne
2013-04-10 14:29:08 -07:00
parent 7645cbcb66
commit 38d341bb18
@@ -41,7 +41,7 @@ public class ExternalAuthRecord extends PersistentRecord
/** The most recent session key provided by the external site, for use in making API requests
* to said site based on our most recently active session. */
@Column(nullable=true)
@Column(nullable=true, length=1024)
public String sessionKey;
// AUTO-GENERATED: METHODS START