Merge branch 'dev' 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
bfd52b8773
|
@ -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
|
||||
seniority: seniority
|
||||
isTodayRelative: today relative
|
||||
isF11Allowed: F11 allowed
|
||||
sectorFk: sector
|
||||
maritalStatus: marital status
|
||||
labelerFk: labeler
|
||||
|
|
|
@ -14,7 +14,6 @@ columns:
|
|||
hasMachineryAuthorized: maquinaria autorizada
|
||||
seniority: antigüedad
|
||||
isTodayRelative: relativo hoy
|
||||
isF11Allowed: F11 autorizado
|
||||
sectorFk: sector
|
||||
maritalStatus: estado civil
|
||||
labelerFk: etiquetadora
|
||||
|
|
|
@ -55,9 +55,6 @@
|
|||
"birth": {
|
||||
"type": "date"
|
||||
},
|
||||
"isF11Allowed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sex": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue