Naming rollback
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2023-01-24 09:12:26 +01:00
parent 3076123c04
commit 0208b31f44
6 changed files with 14 additions and 14 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -37,7 +37,7 @@
"model": "VnUser",
"foreignKey": "userFk"
},
"VnUser": {
"account": {
"type": "belongsTo",
"model": "VnUser",
"foreignKey": "userFk"

View File

@ -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"

View File

@ -16,7 +16,7 @@
"type": "date",
"required": true
},
"isVnUserable": {
"isAccountable": {
"type": "boolean"
},
"serie": {