Skip to content

Commit fff554b

Browse files
authored
Update sp_update_container_status.sql (#298)
1 parent aef8477 commit fff554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/ispyb/stored_programs/sp_update_container_status.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ BEGIN
77
DECLARE row_scLoc varchar(20) DEFAULT NULL;
88

99
IF NOT (p_barcode IS NULL) AND p_status IN ('in_storage', 'in_localstorage', 'processing', 'disposed',
10-
'in_transit_to_localstorage', 'in_transit_to_storage', 'in_transit_loading', 'in_transit_unloading', 'in_loadlock', 'in_transit_to_loadlock') THEN
10+
'in_transit_to_localstorage', 'in_transit_to_storage', 'in_transit_loading', 'in_transit_unloading', 'in_loadlock', 'in_transit_to_loadlock',
11+
'in_transit_to_loadlock_from_hotel', 'in_transit_to_loadlock_from_local_storage') THEN
1112

1213
SELECT containerId, sampleChangerLocation INTO row_containerId, row_scLoc
1314
FROM Container

0 commit comments

Comments
 (0)