dev conver files
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-25 19:29:19 +07:00
parent 694681fccc
commit 3bb6667c2f
15 changed files with 33 additions and 139 deletions
@@ -75,6 +75,9 @@ public class FileUploadSession {
@Column(name = "completed_at")
private LocalDateTime completedAt;
@Column(name = "convert_to")
String convertTo;
@ElementCollection
@CollectionTable(
name = "uploaded_chunks",