diff --git a/lib/DB/Post.rakumod b/lib/DB/Post.rakumod index ed0819d..be80a59 100644 --- a/lib/DB/Post.rakumod +++ b/lib/DB/Post.rakumod @@ -36,6 +36,8 @@ DateTime:D @.edited-at = []; #| An optional list of extra slugs to use for this post has Str:D @.slugs is json = []; +#| An optional list of tags for this post +has Str:D @.tags is json = []; #| Should the post be hidden from the main list has Bool:D $.hidden is json is rw = False;