feat(itemShelving): refs #8075 new field
isMoving indicates the record must be transferred to another sector Refs: #8075
This commit is contained in:
parent
701b8d3c14
commit
542d0dcbd2
|
@ -0,0 +1,2 @@
|
|||
-- Place your SQL code here
|
||||
ALTER TABLE vn.itemShelving ADD IF NOT EXISTS isMoving BOOL DEFAULT FALSE NOT NULL COMMENT 'Indica que se ha marcado este registro para transferirlo a otro sector';
|
Loading…
Reference in New Issue