feat(itemShelving): refs #8075 new field

isMoving indicates the record must be transferred to another sector

Refs: #8075
This commit is contained in:
Pako Natek 2024-10-07 08:41:07 +02:00
parent 701b8d3c14
commit 542d0dcbd2
1 changed files with 2 additions and 0 deletions

View File

@ -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';