Merge pull request #11 from sbditto85/limit_session_key
limit the session key as per the the definition comment 'The ID of a …
This commit is contained in:
commit
f51ce82a3c
@ -150,7 +150,7 @@ instance forall sess. P.PersistFieldSql (Decomposed sess) => P.PersistEntity (Pe
|
||||
(P.DBName "key")
|
||||
(P.FTTypeCon Nothing "SessionId sess")
|
||||
(P.sqlType (Proxy :: Proxy (SessionId sess)))
|
||||
[]
|
||||
["maxlen=30"]
|
||||
True
|
||||
P.NoReference
|
||||
persistFieldDef PersistentSessionAuthId
|
||||
|
||||
Loading…
Reference in New Issue
Block a user