WIP: feat: refs #7763 renameItemShelving #2987

Draft
sergiodt wants to merge 1 commits from 7763-renameItemShelvings into dev
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Place your SQL code here
ALTER TABLE itemShelving
ADD UNIQUE KEY unique_shelving_item_packing_buy (`shelvingFk`, `itemFk`, `packing`, `buyFk`, 'created');