add jobalias to cron

master
Paulo Simão 2022-03-03 03:24:27 -03:00
parent 98605a3f9b
commit 60128fb729
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ type Cron struct {
Model
Cron string `json:"cron"`
JobCode uint `json:"job"`
JobAlias string `json:"jobalias" gorm:"-"`
Enabled *bool `json:"enabled"`
Data string `json:"data"`
Comments string `json:"comments"`