auth id set to default of null to prevent yet another mysql error

This commit is contained in:
Casey Allred 2017-04-28 15:14:47 -06:00
parent 78fd564eec
commit 2300580717

View File

@ -159,7 +159,7 @@ instance forall sess. P.PersistFieldSql (Decomposed sess) => P.PersistEntity (Pe
(P.DBName "auth_id")
(P.FTTypeCon Nothing "ByteStringJ")
(P.sqlType (Proxy :: Proxy ByteStringJ))
["Maybe"]
["Maybe", "default=NULL"]
True
P.NoReference
persistFieldDef PersistentSessionSession