refs #4551 @20min requested changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-21 14:38:51 +01:00
parent 192d7336a4
commit 3003290e61
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
Alter table vn.expedition RENAME COLUMN itemFk TO itemFk__;
Alter table `vn`.`expedition` RENAME COLUMN itemFk TO itemFk__;

View File

@ -37,11 +37,6 @@
"model": "agency-mode",
"foreignKey": "agencyModeFk"
},
"packageItem": {
"type": "belongsTo",
"model": "Item",
"foreignKey": "itemFk__"
},
"worker": {
"type": "belongsTo",
"model": "Worker",