Merge branch '7404-fixStockBought' of https://gitea.verdnatura.es/verdnatura/salix into 7404-fixStockBought
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
f9b37541eb
|
@ -0,0 +1,2 @@
|
||||||
|
ALTER TABLE vn.worker
|
||||||
|
CHANGE isF11Allowed isF11Allowed__ TINYINT(1) NOT NULL DEFAULT 0 COMMENT '@deprecated 2024-09-22';
|
|
@ -14,7 +14,6 @@ columns:
|
||||||
hasMachineryAuthorized: machinery authorized
|
hasMachineryAuthorized: machinery authorized
|
||||||
seniority: seniority
|
seniority: seniority
|
||||||
isTodayRelative: today relative
|
isTodayRelative: today relative
|
||||||
isF11Allowed: F11 allowed
|
|
||||||
sectorFk: sector
|
sectorFk: sector
|
||||||
maritalStatus: marital status
|
maritalStatus: marital status
|
||||||
labelerFk: labeler
|
labelerFk: labeler
|
||||||
|
|
|
@ -14,7 +14,6 @@ columns:
|
||||||
hasMachineryAuthorized: maquinaria autorizada
|
hasMachineryAuthorized: maquinaria autorizada
|
||||||
seniority: antigüedad
|
seniority: antigüedad
|
||||||
isTodayRelative: relativo hoy
|
isTodayRelative: relativo hoy
|
||||||
isF11Allowed: F11 autorizado
|
|
||||||
sectorFk: sector
|
sectorFk: sector
|
||||||
maritalStatus: estado civil
|
maritalStatus: estado civil
|
||||||
labelerFk: etiquetadora
|
labelerFk: etiquetadora
|
||||||
|
|
|
@ -55,9 +55,6 @@
|
||||||
"birth": {
|
"birth": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
},
|
},
|
||||||
"isF11Allowed": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"sex": {
|
"sex": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue