Merge pull request 'fix: refs #7654 itemShelving' (!2790) from 7654-hotFixEntry_splitByShelving into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2790
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-07-25 10:37:00 +00:00
commit 12c34db12c
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE IF EXISTS vn.itemShelving
MODIFY COLUMN IF EXISTS isSplit tinyint(1) DEFAULT 0 NOT NULL COMMENT 'Este valor cambia al splitar un carro que se ha quedado en holanda';