3870-models #975

Merged
carlosjr merged 9 commits from 3870-models into dev 2022-05-23 12:42:31 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit db7638f153 - Show all commits

View File

@ -47,9 +47,6 @@
"SSN": {
"type" : "string"
},
"sectorFk": {
"type" : "number"
},
"labelerFk": {
vicent marked this conversation as resolved
Review

it is of good practice to create the relations for foreign keys and their respective models if not created yet.

also the worker model doens't seem to be the best place to allocate such properties.

it is of good practice to create the relations for foreign keys and their respective models if not created yet. also the worker model doens't seem to be the best place to allocate such properties.
Review

remove this

remove this
"type" : "number"
vicent marked this conversation as resolved
Review

remove this prop

remove this prop
}