Merge pull request 'fix: refs #8188 refs#8188 add IfNotExists' (!3293) from 8188-pickingOrder into master
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
Reviewed-on: #3293 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
831d260354
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue