feat: refs #7937 add initial state 'Recogido' to state table with relevant attributes

This commit is contained in:
Javi Gallego 2025-02-10 13:14:57 +01:00
parent b97eeea2d2
commit afef9f4025
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
INSERT IGNORE INTO vn.state (name,`order`,alertLevel,code,isPreviousPreparable,isPicked)
VALUES ('Recogido',3,4,'PICKED_UP',0,1)