Update for v4-rc5 of doc library
This commit is contained in:
@@ -43,7 +43,6 @@ type PostgresCategoryData(log: ILogger) =
|
||||
|> Seq.filter (fun cat -> cat.ParentNames |> Array.contains it.Name)
|
||||
|> Seq.map _.Id
|
||||
|> Seq.append (Seq.singleton it.Id)
|
||||
|> Seq.map box
|
||||
|> Field.InArray (nameof Post.Empty.CategoryIds) Table.Post
|
||||
let query =
|
||||
(Query.statementWhere
|
||||
|
||||
Reference in New Issue
Block a user