Tweaking schema

This commit is contained in:
Cyber MacGeddon 2025-05-03 22:31:13 +01:00
parent f333cdb24e
commit bae112ee99
2 changed files with 6 additions and 2 deletions

View file

@ -69,6 +69,7 @@ class DocumentMetadata(Record):
title = String()
comments = String()
metadata = Array(Triple())
user = String()
tags = Array(String())
class ProcessingMetadata(Record):
@ -91,8 +92,6 @@ class LibrarianRequest(Record):
# list-processing
operation = String()
user = String()
# add-document, remove-document, update-document, get-document-metadata,
# get-document-content
document_id = String()