mirror of
https://github.com/go-gitea/gitea
synced 2025-10-30 02:48:26 +00:00
chore(runner): add soft deleted field
This commit is contained in:
@@ -55,6 +55,8 @@ type Runner struct {
|
||||
|
||||
LastOnline timeutil.TimeStamp `xorm:"index"`
|
||||
Created timeutil.TimeStamp `xorm:"created"`
|
||||
Updated timeutil.TimeStamp `xorm:"updated"`
|
||||
Deleted timeutil.TimeStamp `xorm:"deleted"`
|
||||
}
|
||||
|
||||
func (Runner) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user