FEAT : Gestion des miniatures via thumbnails

This commit is contained in:
2025-12-03 13:59:26 +01:00
parent bafd5dff1a
commit d26d3742c5
17 changed files with 56 additions and 15 deletions

View File

@@ -34,4 +34,7 @@ public class Photo {
@OneToMany(mappedBy = "photo", cascade = CascadeType.ALL, orphanRemoval = true)
private Set<Partage> partages = new HashSet<>();
@Column
private String uuidThumbnail;
}