fix #2584 - added IsDeleted columns back to Folder and File tables to preserve compatibility for SQLite
This commit is contained in:
@ -59,6 +59,11 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public bool IsSystem { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Deprecated - not used
|
||||
/// </summary>
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// TODO: todoc what would this contain?
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user