mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 19:27:35 +00:00
refactor: add creator property to the project
This commit is contained in:
parent
7383e7bf32
commit
016aa727c0
@ -91,6 +91,7 @@ type Project struct {
|
|||||||
RepoID int64 `xorm:"INDEX"`
|
RepoID int64 `xorm:"INDEX"`
|
||||||
Repo *repo_model.Repository `xorm:"-"`
|
Repo *repo_model.Repository `xorm:"-"`
|
||||||
CreatorID int64 `xorm:"NOT NULL"`
|
CreatorID int64 `xorm:"NOT NULL"`
|
||||||
|
Creator *user_model.User `xorm:"-"`
|
||||||
IsClosed bool `xorm:"INDEX"`
|
IsClosed bool `xorm:"INDEX"`
|
||||||
TemplateType TemplateType `xorm:"'board_type'"` // TODO: rename the column to template_type
|
TemplateType TemplateType `xorm:"'board_type'"` // TODO: rename the column to template_type
|
||||||
CardType CardType
|
CardType CardType
|
||||||
|
Loading…
Reference in New Issue
Block a user