Datenstrukturen und Auswertung angepasst
This commit is contained in:
1
src/paveit/datamodels/material.py
Normal file → Executable file
1
src/paveit/datamodels/material.py
Normal file → Executable 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)],
|
||||
|
||||
Reference in New Issue
Block a user