gonito/config/models

35 lines
737 B
Plaintext

User
ident Text
password Text Maybe
UniqueUser ident
deriving Typeable
Email
email Text
user UserId Maybe
verkey Text Maybe
UniqueEmail email
Repo
url Text
branch Text
currentCommit SHA1
owner UserId
ready Bool default=False
stamp UTCTime default=now()
UniqueUrlBranch url branch
deriving Show
Challenge
publicRepo RepoId
privateRepo RepoId
name Text
UniqueName name
title Text
description Text
stamp UTCTime default=now()
Test
challenge ChallengeId
checksum SHA1
commit SHA1
active Bool default=True
UniqueChallengeChecksum challenge checksum
-- By default this file is used in Model.hs (which is imported by Foundation.hs)