Add validation script approval for Python-based rebuild; update CBankverbindungen entity to include contactsBankverbindung relation
This commit is contained in:
@@ -123,6 +123,14 @@
|
||||
"foreign": "bankverbindungens",
|
||||
"isCustom": true
|
||||
},
|
||||
"contactsBankverbindung": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBankverbindungContact",
|
||||
"foreign": "cBankverbindungenContact",
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
|
||||
Reference in New Issue
Block a user