Remove the scaffold's Email model since I'm not using it
This commit is contained in:
parent
208a46e346
commit
d96bc12834
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@ User
|
||||||
password Text Maybe sqltype=varchar(255) default=NULL
|
password Text Maybe sqltype=varchar(255) default=NULL
|
||||||
UniqueUser ident
|
UniqueUser ident
|
||||||
deriving Typeable
|
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.
|
Comment json -- Adding "json" causes ToJSON and FromJSON instances to be derived.
|
||||||
message Text sqltype=varchar(255)
|
message Text sqltype=varchar(255)
|
||||||
userId UserId Maybe default=NULL
|
userId UserId Maybe default=NULL
|
||||||
|
|
Loading…
Reference in a new issue