dev add check tokens for monitoring
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-06 12:03:07 +07:00
parent 3ed38dacd1
commit 120408e488
@@ -29,7 +29,7 @@ public class FileMonitoringEntity {
@Column(name = "monitoring_type", nullable = false)
private MonitoringType monitoringType;
@Column(name = "next_run", nullable = false)
@Column(name = "next_run")
private LocalDateTime nextRun;
@Column(name = "last_run")