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.FTTypeCon Nothing "ByteStringJ")
|
||||
(P.sqlType (Proxy :: Proxy ByteStringJ))
|
||||
["Maybe"]
|
||||
["Maybe", "default=NULL"]
|
||||
True
|
||||
P.NoReference
|
||||
persistFieldDef PersistentSessionSession
|
||||
|
||||
Loading…
Reference in New Issue
Block a user