WIP on person table, podcast/ep assignment (#17)

This commit is contained in:
2026-08-02 17:33:38 -04:00
parent 05a810dfc6
commit d9e7c771ba
18 changed files with 471 additions and 101 deletions
@@ -22,6 +22,9 @@ module Table =
[<Literal>]
let PageRevision = "page_revision"
[<Literal>]
let Person = "person"
/// Posts
[<Literal>]
let Post = "post"