@@ -2879,7 +2879,7 @@ CREATE TABLE `DataCollection` (
28792879 CONSTRAINT ` DataCollection_ibfk_6` FOREIGN KEY (` startPositionId` ) REFERENCES ` MotorPosition` (` motorPositionId` ),
28802880 CONSTRAINT ` DataCollection_ibfk_7` FOREIGN KEY (` endPositionId` ) REFERENCES ` MotorPosition` (` motorPositionId` ),
28812881 CONSTRAINT ` DataCollection_ibfk_8` FOREIGN KEY (` blSubSampleId` ) REFERENCES ` BLSubSample` (` blSubSampleId` )
2882- ) ENGINE= InnoDB AUTO_INCREMENT= 6017785 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
2882+ ) ENGINE= InnoDB AUTO_INCREMENT= 6017786 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
28832883/* !40101 SET character_set_client = @saved_cs_client */ ;
28842884
28852885--
@@ -2996,7 +2996,7 @@ CREATE TABLE `DataCollectionGroup` (
29962996 CONSTRAINT ` DataCollectionGroup_ibfk_1` FOREIGN KEY (` blSampleId` ) REFERENCES ` BLSample` (` blSampleId` ) ON DELETE CASCADE ON UPDATE CASCADE,
29972997 CONSTRAINT ` DataCollectionGroup_ibfk_2` FOREIGN KEY (` sessionId` ) REFERENCES ` BLSession` (` sessionId` ) ON DELETE CASCADE ON UPDATE CASCADE,
29982998 CONSTRAINT ` DataCollectionGroup_ibfk_4` FOREIGN KEY (` experimentTypeId` ) REFERENCES ` ExperimentType` (` experimentTypeId` )
2999- ) ENGINE= InnoDB AUTO_INCREMENT= 5441043 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' a dataCollectionGroup is a group of dataCollection for a spe' ;
2999+ ) ENGINE= InnoDB AUTO_INCREMENT= 5441044 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' a dataCollectionGroup is a group of dataCollection for a spe' ;
30003000/* !40101 SET character_set_client = @saved_cs_client */ ;
30013001
30023002--
@@ -5284,7 +5284,7 @@ CREATE TABLE `ProcessingJob` (
52845284 PRIMARY KEY (` processingJobId` ),
52855285 KEY ` ProcessingJob_ibfk1` (` dataCollectionId` ),
52865286 CONSTRAINT ` ProcessingJob_ibfk1` FOREIGN KEY (` dataCollectionId` ) REFERENCES ` DataCollection` (` dataCollectionId` )
5287- ) ENGINE= InnoDB AUTO_INCREMENT= 3702 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' From this we get both job times and lag times' ;
5287+ ) ENGINE= InnoDB AUTO_INCREMENT= 3711 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' From this we get both job times and lag times' ;
52885288/* !40101 SET character_set_client = @saved_cs_client */ ;
52895289
52905290--
@@ -5379,7 +5379,7 @@ CREATE TABLE `ProcessingJobParameter` (
53795379 KEY ` ProcessingJobParameter_ibfk1` (` processingJobId` ),
53805380 KEY ` ProcessingJobParameter_idx_paramKey_procJobId` (` parameterKey` ,` processingJobId` ),
53815381 CONSTRAINT ` ProcessingJobParameter_ibfk1` FOREIGN KEY (` processingJobId` ) REFERENCES ` ProcessingJob` (` processingJobId` )
5382- ) ENGINE= InnoDB AUTO_INCREMENT= 24155 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
5382+ ) ENGINE= InnoDB AUTO_INCREMENT= 24255 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
53835383/* !40101 SET character_set_client = @saved_cs_client */ ;
53845384
53855385--
@@ -8275,4 +8275,4 @@ UNLOCK TABLES;
82758275/* !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ ;
82768276/* !40111 SET SQL_NOTES=@OLD_SQL_NOTES */ ;
82778277
8278- -- Dump completed on 2025-03-20 11:49:05
8278+ -- Dump completed on 2025-04-23 9:38:30
0 commit comments