Fixed bug where deletes of artifact groupings would not cascade
This commit is contained in:
@@ -9,8 +9,14 @@ public class FilePathListing
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
|
||||
public int? ParentArtifactEntryId { get; set; }
|
||||
|
||||
public ArtifactEntry? ParentArtifactEntry { get; set; }
|
||||
|
||||
public BlogPost? ParentBlogPost { get; set; }
|
||||
|
||||
public int? ParentBlogPostId { get; set; }
|
||||
|
||||
public required string OriginalName { get; set; }
|
||||
|
||||
public required string Path { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user