Remove the scaffold's Email model since I'm not using it

This commit is contained in:
Danielle McLean 2017-10-03 13:28:48 +11:00
parent 208a46e346
commit d96bc12834
Signed by: 00dani
GPG key ID: 3844A6973C6058F1

View file

@ -6,11 +6,6 @@ User
password Text Maybe sqltype=varchar(255) default=NULL
UniqueUser ident
deriving Typeable
Email
email Text sqltype=varchar(255)
userId UserId Maybe default=NULL
verkey Text Maybe sqltype=varchar(255) default=NULL
UniqueEmail email
Comment json -- Adding "json" causes ToJSON and FromJSON instances to be derived.
message Text sqltype=varchar(255)
userId UserId Maybe default=NULL