Aggiunta migrazione x dato UserAppr

This commit is contained in:
Samuele Locatelli
2024-10-22 11:03:13 +02:00
parent f92d2f7f27
commit 76b84f24d3
4 changed files with 276 additions and 56 deletions
+1
View File
@@ -28,6 +28,7 @@ namespace MP.FileData.DatabaseModels
public string Name { get; set; } = "";
public int Rev { get; set; } = 0;
public DateTime LastMod { get; set; }
public string UserAppr { get; set; } = "";
public long Size { get; set; } = 0;
public string Path { get; set; } = "";
public string MimeType { get; set; } = "";