We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7383e7b commit 016aa72Copy full SHA for 016aa72
models/project/project.go
@@ -91,6 +91,7 @@ type Project struct {
91
RepoID int64 `xorm:"INDEX"`
92
Repo *repo_model.Repository `xorm:"-"`
93
CreatorID int64 `xorm:"NOT NULL"`
94
+ Creator *user_model.User `xorm:"-"`
95
IsClosed bool `xorm:"INDEX"`
96
TemplateType TemplateType `xorm:"'board_type'"` // TODO: rename the column to template_type
97
CardType CardType
0 commit comments