Add new entity definitions and fields for CVMHBeteiligte, update existing metadata for CBeteiligte, CDokumente, CMietobjekt, CVmhErstgespraech, CVmhMietverhltnis, CVmhRumungsklage, CVmhVermieter, and Contact; adjust cache timestamps in config.php

This commit is contained in:
2026-01-20 22:55:28 +01:00
parent 96becef2ba
commit 06326d4d0b
10 changed files with 302 additions and 4 deletions

View File

@@ -160,5 +160,19 @@
"fullTextSearch": false,
"countDisabled": false
},
"indexes": {
"cRechtsform": {
"columns": [
"cRechtsform",
"deleted"
]
},
"cDISGTyp": {
"columns": [
"cDISGTyp",
"deleted"
]
}
},
"optimisticConcurrencyControl": false
}