mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Create missing database indexes (#596)
This commit is contained in:
committed by
Lunny Xiao
parent
1a7fc53c98
commit
84b7d29d34
@@ -255,7 +255,7 @@ type OrgUser struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
UID int64 `xorm:"INDEX UNIQUE(s)"`
|
||||
OrgID int64 `xorm:"INDEX UNIQUE(s)"`
|
||||
IsPublic bool
|
||||
IsPublic bool `xorm:"INDEX"`
|
||||
IsOwner bool
|
||||
NumTeams int
|
||||
}
|
||||
|
Reference in New Issue
Block a user