Aggiunta migrazione x dato UserAppr
This commit is contained in:
@@ -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; } = "";
|
||||
|
||||
Reference in New Issue
Block a user