refactor: sectorFk property deleted

This commit is contained in:
Vicent Llopis 2022-05-23 12:45:20 +02:00
parent a043c5d346
commit db7638f153
1 changed files with 0 additions and 3 deletions
modules/worker/back/models

View File

@ -47,9 +47,6 @@
"SSN": {
"type" : "string"
},
"sectorFk": {
"type" : "number"
},
"labelerFk": {
"type" : "number"
}