Datenstrukturen und Auswertung angepasst

This commit is contained in:
Markus Clauß
2023-03-17 14:54:19 +01:00
parent ecaf97bbb3
commit 471fa8dabf
42 changed files with 613 additions and 131 deletions

1
src/paveit/datamodels/material.py Normal file → Executable file
View File

@@ -37,6 +37,7 @@ class Material(Document):
'index_cls': False,
'auto_create_index': True,
'collection': 'materials',
"db_alias": 'dblabtests',
'indexes': [
[("material", 1)],
[("name", 1)],