#6600 add column #2378

Merged
jorgep merged 5 commits from 6600-createItemPhotoComment into dev 2024-06-03 08:06:59 +00:00
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.item ADD COLUMN photoMotivation VARCHAR(255);

View File

@ -155,6 +155,9 @@
"minQuantity": { "minQuantity": {
"type": "number", "type": "number",
"description": "Min quantity" "description": "Min quantity"
},
"photoMotivation": {
"type": "string"
} }
}, },
"relations": { "relations": {