mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Need RepoID in the languagestat field (#12427)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
|
||||
func increaseLanguageField(x *xorm.Engine) error {
|
||||
type LanguageStat struct {
|
||||
RepoID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"`
|
||||
Language string `xorm:"VARCHAR(50) UNIQUE(s) INDEX NOT NULL"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user