feat: refs #7937 add initial state 'Recogido' to state table with relevant attributes
This commit is contained in:
parent
b97eeea2d2
commit
afef9f4025
|
@ -0,0 +1,2 @@
|
|||
INSERT IGNORE INTO vn.state (name,`order`,alertLevel,code,isPreviousPreparable,isPicked)
|
||||
VALUES ('Recogido',3,4,'PICKED_UP',0,1)
|
Loading…
Reference in New Issue