Naming rollback
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
3076123c04
commit
0208b31f44
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "MailAliasVnUser",
|
||||
"name": "MailAliasAccount",
|
||||
"base": "VnModel",
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "VnUser.mailAliasVnUser"
|
||||
"table": "account.mailAliasAccount"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
|
@ -21,7 +21,7 @@
|
|||
"user": {
|
||||
"type": "belongsTo",
|
||||
"model": "VnUser",
|
||||
"foreignKey": "VnUser"
|
||||
"foreignKey": "account"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
"base": "VnModel",
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "VnUser.mailForward"
|
||||
"table": "account.mailForward"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"VnUser": {
|
||||
"account": {
|
||||
"id": true
|
||||
},
|
||||
"forwardTo": {
|
||||
|
@ -19,7 +19,7 @@
|
|||
"user": {
|
||||
"type": "belongsTo",
|
||||
"model": "VnUser",
|
||||
"foreignKey": "VnUser"
|
||||
"foreignKey": "account"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "UserVnUser",
|
||||
"name": "UserAccount",
|
||||
"base": "VnModel",
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "VnUser.VnUser"
|
||||
"table": "account.account"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
|
@ -19,8 +19,8 @@
|
|||
},
|
||||
"aliases": {
|
||||
"type": "hasMany",
|
||||
"model": "MailAliasVnUser",
|
||||
"foreignKey": "VnUser"
|
||||
"model": "MailAliasAccount",
|
||||
"foreignKey": "account"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"model": "VnUser",
|
||||
"foreignKey": "userFk"
|
||||
},
|
||||
"VnUser": {
|
||||
"account": {
|
||||
"type": "belongsTo",
|
||||
"model": "VnUser",
|
||||
"foreignKey": "userFk"
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"isRelevant": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"VnUseringVnUser": {
|
||||
"accountingAccount": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
|
@ -149,7 +149,7 @@
|
|||
|
||||
},
|
||||
"relations": {
|
||||
"VnUser": {
|
||||
"account": {
|
||||
"type": "belongsTo",
|
||||
"model": "VnUser",
|
||||
"foreignKey": "id"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"type": "date",
|
||||
"required": true
|
||||
},
|
||||
"isVnUserable": {
|
||||
"isAccountable": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"serie": {
|
||||
|
|
Loading…
Reference in New Issue