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:
commit
d174f05868
@ -159,7 +159,7 @@ instance forall sess. P.PersistFieldSql (Decomposed sess) => P.PersistEntity (Pe
|
|||||||
(P.DBName "auth_id")
|
(P.DBName "auth_id")
|
||||||
(P.FTTypeCon Nothing "ByteStringJ")
|
(P.FTTypeCon Nothing "ByteStringJ")
|
||||||
(P.sqlType (Proxy :: Proxy ByteStringJ))
|
(P.sqlType (Proxy :: Proxy ByteStringJ))
|
||||||
["Maybe"]
|
["Maybe", "default=NULL"]
|
||||||
True
|
True
|
||||||
P.NoReference
|
P.NoReference
|
||||||
persistFieldDef PersistentSessionSession
|
persistFieldDef PersistentSessionSession
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user