mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
bug fixed & more commits for push
This commit is contained in:
@@ -28,7 +28,7 @@ type Action struct {
|
||||
ActUserName string // Action user name.
|
||||
RepoId int64
|
||||
RepoName string
|
||||
Content string
|
||||
Content string `xorm:"varchar(1000)"`
|
||||
Created time.Time `xorm:"created"`
|
||||
}
|
||||
|
||||
|
@@ -91,5 +91,5 @@ func GetStatistic() (stats Statistic) {
|
||||
stats.Counter.Watch, _ = orm.Count(new(Watch))
|
||||
stats.Counter.Action, _ = orm.Count(new(Action))
|
||||
stats.Counter.Access, _ = orm.Count(new(Access))
|
||||
return stats
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user