fix: refs #8188 refs#8188 add IfNotExists #3293

Merged
alexm merged 1 commits from 8188-pickingOrder into master 2024-12-11 06:18:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 31692ddd3b - Show all commits

View File

@ -1,5 +1,5 @@
-- Place your SQL code here
ALTER TABLE vn.productionConfig ADD itemOrderReviewHours int(11) DEFAULT 24 NULL
ALTER TABLE vn.productionConfig ADD IF NOT EXISTS itemOrderReviewHours int(11) DEFAULT 24 NULL
COMMENT 'Horas que no se tienen en cuenta para comprobar orden en el almacén, null para desactivar revisión';