Split LeafOutputFile content into different table for performance
This commit is contained in:
@@ -7,12 +7,7 @@ namespace LeafWeb.Core.Entities
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInput LeafInput { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Parsed values from the LeafInput used in LeafWeb for filtering/searching
|
||||
/// </summary>
|
||||
// public virtual LeafInputInfo LeafInputInfo { get; set; }
|
||||
|
||||
|
||||
public string Filename { get; set; }
|
||||
|
||||
public byte[] Contents { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user