MLC-common1/Add file data storage variables for contract
2 fils de conversation non résolus
2 fils de conversation non résolus
Rapports de requête de fusion
Activité
Filtrer l'activité
39 39 40 40 @Column(name = "creation_date") 41 41 private LocalDate creationDate; 42 43 @Lob 44 @Column(name = "file_data") 45 private byte[] fileData; changed this line in version 2 of the diff
@mohammed.echahbouni files should be stored in separated dedicated place such as AWS S3 .. Minio ..
added 2 commits
39 39 40 40 @Column(name = "creation_date") 41 41 private LocalDate creationDate; 42 43 @Column(name = "contract_url") 44 private String contractUrl; changed this line in version 3 of the diff
added 2 commits
@mohammed.echahbouni after all changes, you don't have anything to be merged !
Veuillez vous inscrire ou vous connecter pour répondre