updated metaData max length to 10 000

This commit is contained in:
Kiyan 2025-10-04 18:48:12 +02:00
parent 2093b1b82c
commit 3e67226b67
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class Photo {
private String path; private String path;
private String thumbnail_path; private String thumbnail_path;
@Column(length = 4000) @Column(length = 10000)
private String metadata; private String metadata;