Remove some default column values from model, leave that to Haskell
This commit is contained in:
parent
a2ca78c790
commit
561eb6826d
1 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ Project
|
||||||
sharer SharerId
|
sharer SharerId
|
||||||
name Text Maybe
|
name Text Maybe
|
||||||
desc Text Maybe
|
desc Text Maybe
|
||||||
nextTicket Int default=1
|
nextTicket Int
|
||||||
wiki RepoId Maybe
|
wiki RepoId Maybe
|
||||||
|
|
||||||
UniqueProject ident sharer
|
UniqueProject ident sharer
|
||||||
|
@ -146,10 +146,10 @@ Project
|
||||||
Repo
|
Repo
|
||||||
ident RpIdent
|
ident RpIdent
|
||||||
sharer SharerId
|
sharer SharerId
|
||||||
vcs VersionControlSystem default='VCSGit'
|
vcs VersionControlSystem
|
||||||
project ProjectId Maybe
|
project ProjectId Maybe
|
||||||
desc Text Maybe
|
desc Text Maybe
|
||||||
mainBranch Text default='master'
|
mainBranch Text
|
||||||
|
|
||||||
UniqueRepo ident sharer
|
UniqueRepo ident sharer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue