mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(dir): 🐛 column name mismatch between query & command
This commit is contained in:
parent
539565bc87
commit
afe57772b3
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ public record Change
|
|||
public DateTime? ApprovedAt { get; private init; }
|
||||
public DateTime? RejectedAt { get; private init; }
|
||||
public string? RejectedReason { get; private init; }
|
||||
public JsonDocument? AggregateBefore { get; private init; }
|
||||
public JsonDocument? AggregateAfter { get; private init; }
|
||||
public JsonDocument? Before { get; private init; }
|
||||
public JsonDocument? After { get; private init; }
|
||||
public AggregateType AggregateType { get; private init; }
|
||||
public int? FilterListId { get; private init; }
|
||||
public FilterList? FilterList { get; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue