Tweak schema

This commit is contained in:
Cyber MacGeddon 2025-02-12 22:24:53 +00:00
parent d8abbf3d0b
commit c78c8b6724
2 changed files with 52 additions and 21 deletions

View file

@ -22,6 +22,8 @@ class DocumentPackage(Record):
kind = String()
user = String()
collection = String()
title = String()
comments = String()
class DocumentInfo(Record):
metadata = Array(Triple())