fix: complete exploration data flow
This commit is contained in:
@@ -14,8 +14,8 @@ type SaDatasetCron struct {
|
||||
Enabled bool `gorm:"not null;default:true;index"`
|
||||
NextRunAt *time.Time
|
||||
LastRunAt *time.Time
|
||||
LastResult string `gorm:"type:text"`
|
||||
CreatedAt time.Time
|
||||
LastResult string `gorm:"type:text"`
|
||||
CreatedAt time.Time `gorm:"index"`
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user