Explicitly declare an SQL type for the userNote field - this (somehow??) stops Persistent from trying to convert it to the Bad UTF-8™

This commit is contained in:
Danielle McLean 2017-10-03 21:04:52 +11:00
parent 77eb5c1b87
commit d6654ffc20
Signed by: 00dani
GPG key ID: 3844A6973C6058F1

View file

@ -2,7 +2,7 @@ User
username Text maxlen=190
fullName Text maxlen=500
email Text maxlen=190
note Text
note Text sqltype=mediumtext
UniqueUsername username
UniqueEmail email
deriving Typeable