Skip to content

Commit 29a4838

Browse files
authored
Add new processing pipeline entries (#315)
1 parent 794f993 commit 29a4838

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_03_16_ProcessingPipeline_new_pipelines.sql ', 'ONGOING');
2+
3+
INSERT INTO
4+
ProcessingPipeline (processingPipelineCategoryId,
5+
name,
6+
discipline,
7+
pipelineStatus,
8+
reprocessing)
9+
VALUES (2,'autoPROC+STARANISO','MX','automatic',0),
10+
(2,'xia2/DIALS (multi)','MX','automatic',0),
11+
(2,'xia2/3dii (multi)','MX','automatic',0);
12+
13+
UPDATE ProcessingPipeline SET name = "xia2/XDS" WHERE processingPipelineId = 4;
14+
UPDATE ProcessingPipeline SET name = "xia2/3dii" WHERE processingPipelineId = 7;
15+
16+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_03_16_ProcessingPipeline_new_pipelines.sql ';

0 commit comments

Comments
 (0)