refs #6186 feat:deprecated packingShelve
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-01-31 08:52:36 +01:00
parent f88cef6745
commit a8b483078f
1 changed files with 2 additions and 5 deletions

View File

@ -143,15 +143,12 @@
"isFloramondo": { "isFloramondo": {
"type": "boolean" "type": "boolean"
}, },
"packingShelve": {
"type": "number"
},
"isLaid": { "isLaid": {
"type": "boolean" "type": "boolean"
}, },
"isPhotoRequested": { "isPhotoRequested": {
"type": "boolean", "type": "boolean",
"mysql":{ "mysql": {
"columnName": "doPhoto" "columnName": "doPhoto"
} }
}, },
@ -226,4 +223,4 @@
} }
} }
} }
} }