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
|
||||
name Text Maybe
|
||||
desc Text Maybe
|
||||
nextTicket Int default=1
|
||||
nextTicket Int
|
||||
wiki RepoId Maybe
|
||||
|
||||
UniqueProject ident sharer
|
||||
|
@ -146,10 +146,10 @@ Project
|
|||
Repo
|
||||
ident RpIdent
|
||||
sharer SharerId
|
||||
vcs VersionControlSystem default='VCSGit'
|
||||
vcs VersionControlSystem
|
||||
project ProjectId Maybe
|
||||
desc Text Maybe
|
||||
mainBranch Text default='master'
|
||||
mainBranch Text
|
||||
|
||||
UniqueRepo ident sharer
|
||||
|
||||
|
|
Loading…
Reference in a new issue