fix: refs #7654 itemShelving #2790

Merged
robert merged 1 commits from 7654-hotFixEntry_splitByShelving into master 2024-07-25 10:37:01 +00:00
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';