This commit is contained in:
@@ -29,7 +29,7 @@ public class FileMonitoringEntity {
|
|||||||
@Column(name = "monitoring_type", nullable = false)
|
@Column(name = "monitoring_type", nullable = false)
|
||||||
private MonitoringType monitoringType;
|
private MonitoringType monitoringType;
|
||||||
|
|
||||||
@Column(name = "next_run", nullable = false)
|
@Column(name = "next_run")
|
||||||
private LocalDateTime nextRun;
|
private LocalDateTime nextRun;
|
||||||
|
|
||||||
@Column(name = "last_run")
|
@Column(name = "last_run")
|
||||||
|
|||||||
Reference in New Issue
Block a user