master #173

Merged
Maxime merged 71 commits from Maxime/Clyde:master into master 2024-04-22 00:07:00 +02:00
Showing only changes of commit da2c0f472d - Show all commits

View File

@ -3,6 +3,8 @@ package ovh.herisson.Clyde.Tables;
public enum FileType { public enum FileType {
ProfilePicture, ProfilePicture,
EducationCertificate, EducationCertificate,
Article, Research,
ResearchBibTex,
JustificationDocument JustificationDocument
} }