mirror of
https://github.com/go-gitea/gitea
synced 2025-11-02 20:38:26 +00:00
chore(runner): add soft deleted field
This commit is contained in:
@@ -36,8 +36,9 @@ type RunnerToken struct {
|
||||
Repo *repo_model.Repository `xorm:"-"`
|
||||
IsActive bool
|
||||
|
||||
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
|
||||
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
|
||||
Created timeutil.TimeStamp `xorm:"created"`
|
||||
Updated timeutil.TimeStamp `xorm:"updated"`
|
||||
Deleted timeutil.TimeStamp `xorm:"deleted"`
|
||||
}
|
||||
|
||||
func (RunnerToken) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user