feat: refs #7763 renameItemShelving
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-09-18 10:47:46 +02:00
parent c9db888266
commit e094813c30
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');