Skip to content

Commit 1f0d4d8

Browse files
KarlLevikgithub-actions[bot]
authored andcommitted
Update database sql files
1 parent 114c151 commit 1f0d4d8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

schemas/ispyb/lookups.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ INSERT INTO `SchemaStatus` (`schemaStatusId`, `scriptName`, `schemaStatus`, `rec
256256
(285,'2024_03_20_Shipping_Dewar_externalIds.sql','DONE','2024-03-26 16:40:34'),
257257
(286,'2024_03_26_AdminVar_bump_version.sql','DONE','2024-03-26 16:40:34'),
258258
(287,'2024_03_26_AutoProc_index_refined_unit_cell.sql','DONE','2024-03-26 16:40:34'),
259-
(288,'2023_11_16_AdminVar_bump_version.sql','DONE','2024-03-26 16:47:25');
259+
(288,'2023_11_16_AdminVar_bump_version.sql','DONE','2024-03-26 16:47:25'),
260+
(289,'2024_05_14_DataCollectionGroup_experimentType.sql','DONE','2024-05-14 15:07:29');
260261
/*!40000 ALTER TABLE `SchemaStatus` ENABLE KEYS */;
261262

262263
/*!40000 ALTER TABLE `ComponentType` DISABLE KEYS */;
@@ -370,7 +371,8 @@ INSERT INTO `ExperimentType` (`experimentTypeId`, `name`, `proposalType`, `activ
370371
(39,'Serial Jet','mx',1),
371372
(40,'Still','mx',1),
372373
(41,'SSX-Chip','mx',1),
373-
(42,'SSX-Jet','mx',1);
374+
(42,'SSX-Jet','mx',1),
375+
(43,'Metal ID','mx',1);
374376
/*!40000 ALTER TABLE `ExperimentType` ENABLE KEYS */;
375377

376378
/*!40000 ALTER TABLE `InspectionType` DISABLE KEYS */;

schemas/ispyb/tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ CREATE TABLE `DataCollectionGroup` (
15071507
`sessionId` int(10) unsigned NOT NULL COMMENT 'references Session table',
15081508
`comments` varchar(1024) DEFAULT NULL COMMENT 'comments',
15091509
`blSampleId` int(10) unsigned DEFAULT NULL COMMENT 'references BLSample table',
1510-
`experimentType` enum('SAD','SAD - Inverse Beam','OSC','Collect - Multiwedge','MAD','Helical','Multi-positional','Mesh','Burn','MAD - Inverse Beam','Characterization','Dehydration','tomo','experiment','EM','PDF','PDF+Bragg','Bragg','single particle','Serial Fixed','Serial Jet','Standard','Time Resolved','Diamond Anvil High Pressure','Custom','XRF map','Energy scan','XRF spectrum','XRF map xas','Mesh3D','Screening','Still','SSX-Chip','SSX-Jet') DEFAULT NULL COMMENT 'Standard: Routine structure determination experiment. Time Resolved: Investigate the change of a system over time. Custom: Special or non-standard data collection.',
1510+
`experimentType` enum('SAD','SAD - Inverse Beam','OSC','Collect - Multiwedge','MAD','Helical','Multi-positional','Mesh','Burn','MAD - Inverse Beam','Characterization','Dehydration','tomo','experiment','EM','PDF','PDF+Bragg','Bragg','single particle','Serial Fixed','Serial Jet','Standard','Time Resolved','Diamond Anvil High Pressure','Custom','XRF map','Energy scan','XRF spectrum','XRF map xas','Mesh3D','Screening','Still','SSX-Chip','SSX-Jet','Metal ID') DEFAULT NULL COMMENT 'Standard: Routine structure determination experiment. Time Resolved: Investigate the change of a system over time. Custom: Special or non-standard data collection.',
15111511
`startTime` datetime DEFAULT NULL COMMENT 'Start time of the dataCollectionGroup',
15121512
`endTime` datetime DEFAULT NULL COMMENT 'end time of the dataCollectionGroup',
15131513
`crystalClass` varchar(20) DEFAULT NULL COMMENT 'Crystal Class for industrials users',

0 commit comments

Comments
 (0)