mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 15:18:25 +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"`
|
||||
Repo *repo_model.Repository `xorm:"-"`
|
||||
CreatorID int64 `xorm:"NOT NULL"`
|
||||
Creator *user_model.User `xorm:"-"`
|
||||
IsClosed bool `xorm:"INDEX"`
|
||||
TemplateType TemplateType `xorm:"'board_type'"` // TODO: rename the column to template_type
|
||||
CardType CardType
|
||||
|
Loading…
Reference in New Issue
Block a user