Add create, list, view issue
This commit is contained in:
@@ -30,7 +30,7 @@ type Action struct {
|
||||
ActUserName string // Action user name.
|
||||
RepoId int64
|
||||
RepoName string
|
||||
Content string
|
||||
Content string `xorm:"TEXT"`
|
||||
Created time.Time `xorm:"created"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user