feat/training_260202 #97

Merged
gina merged 4 commits from feat/training_260202 into develop 2026-02-13 12:53:33 +09:00
Showing only changes of commit bb67996742 - Show all commits

View File

@@ -57,8 +57,7 @@ public class ModelTrainJobEntity {
@Column(name = "exit_code")
private Integer exitCode;
@Size(max = 2000)
@Column(name = "error_message", length = 2000)
@Column(name = "error_message", columnDefinition = "TEXT")
private String errorMessage;
@ColumnDefault("now()")