scaffolding

This commit is contained in:
Stefan Dresselhaus
2015-03-11 00:13:42 +01:00
commit 8a31709f7e
37 changed files with 7556 additions and 0 deletions

12
config/models Normal file
View File

@ -0,0 +1,12 @@
User
ident Text
password Text Maybe
UniqueUser ident
deriving Typeable
Email
email Text
user UserId Maybe
verkey Text Maybe
UniqueEmail email
-- By default this file is used in Model.hs (which is imported by Foundation.hs)