refactor: refs #7725 deprecate worker.isF11Allowed #3002

Merged
ivanm merged 1 commits from 7725-refactorIsF11Allowed into dev 2024-09-23 10:26:43 +00:00
4 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE vn.worker
CHANGE isF11Allowed isF11Allowed__ TINYINT(1) NOT NULL DEFAULT 0 COMMENT '@deprecated 2024-09-22';

View File

@ -14,7 +14,6 @@ columns:
hasMachineryAuthorized: machinery authorized
seniority: seniority
isTodayRelative: today relative
isF11Allowed: F11 allowed
sectorFk: sector
maritalStatus: marital status
labelerFk: labeler

View File

@ -14,7 +14,6 @@ columns:
hasMachineryAuthorized: maquinaria autorizada
seniority: antigüedad
isTodayRelative: relativo hoy
isF11Allowed: F11 autorizado
sectorFk: sector
maritalStatus: estado civil
labelerFk: etiquetadora

View File

@ -55,9 +55,6 @@
"birth": {
"type": "date"
},
"isF11Allowed": {
"type": "boolean"
},
"sex": {
"type": "string"
},