Merge pull request #12 from sbditto85/auth_id_default

auth id set to default of null to prevent yet another mysql error
This commit is contained in:
Michael Xavier 2017-04-28 19:26:08 -07:00 committed by GitHub
commit d174f05868

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