@@ -1902,7 +1902,7 @@ CREATE TABLE `CTF` (
19021902 KEY ` CTF_ibfk2` (` autoProcProgramId` ),
19031903 CONSTRAINT ` CTF_ibfk1` FOREIGN KEY (` motionCorrectionId` ) REFERENCES ` MotionCorrection` (` motionCorrectionId` ),
19041904 CONSTRAINT ` CTF_ibfk2` FOREIGN KEY (` autoProcProgramId` ) REFERENCES ` AutoProcProgram` (` autoProcProgramId` )
1905- ) ENGINE= InnoDB AUTO_INCREMENT= 27 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
1905+ ) ENGINE= InnoDB AUTO_INCREMENT= 29 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
19061906/* !40101 SET character_set_client = @saved_cs_client */ ;
19071907
19081908--
@@ -2922,7 +2922,7 @@ CREATE TABLE `DataCollection` (
29222922 CONSTRAINT ` DataCollection_ibfk_6` FOREIGN KEY (` startPositionId` ) REFERENCES ` MotorPosition` (` motorPositionId` ),
29232923 CONSTRAINT ` DataCollection_ibfk_7` FOREIGN KEY (` endPositionId` ) REFERENCES ` MotorPosition` (` motorPositionId` ),
29242924 CONSTRAINT ` DataCollection_ibfk_8` FOREIGN KEY (` blSubSampleId` ) REFERENCES ` BLSubSample` (` blSubSampleId` )
2925- ) ENGINE= InnoDB AUTO_INCREMENT= 6018014 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
2925+ ) ENGINE= InnoDB AUTO_INCREMENT= 6018016 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
29262926/* !40101 SET character_set_client = @saved_cs_client */ ;
29272927
29282928--
@@ -2996,7 +2996,7 @@ CREATE TABLE `DataCollectionFileAttachment` (
29962996 PRIMARY KEY (` dataCollectionFileAttachmentId` ),
29972997 KEY ` _dataCollectionFileAttachmentId_fk1` (` dataCollectionId` ),
29982998 CONSTRAINT ` _dataCollectionFileAttachmentId_fk1` FOREIGN KEY (` dataCollectionId` ) REFERENCES ` DataCollection` (` dataCollectionId` ) ON DELETE CASCADE ON UPDATE CASCADE
2999- ) ENGINE= InnoDB DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
2999+ ) ENGINE= InnoDB AUTO_INCREMENT = 3 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
30003000/* !40101 SET character_set_client = @saved_cs_client */ ;
30013001
30023002--
@@ -3005,6 +3005,9 @@ CREATE TABLE `DataCollectionFileAttachment` (
30053005
30063006LOCK TABLES ` DataCollectionFileAttachment` WRITE;
30073007/* !40000 ALTER TABLE `DataCollectionFileAttachment` DISABLE KEYS */ ;
3008+ INSERT INTO ` DataCollectionFileAttachment` VALUES
3009+ (1 ,6017413 ,' /dls/test.txt' ,' params' ,' 2025-06-25 08:06:46' ),
3010+ (2 ,6017413 ,' /dls/log.txt' ,' log' ,' 2025-06-25 08:06:46' );
30083011/* !40000 ALTER TABLE `DataCollectionFileAttachment` ENABLE KEYS */ ;
30093012UNLOCK TABLES;
30103013
@@ -3039,7 +3042,7 @@ CREATE TABLE `DataCollectionGroup` (
30393042 CONSTRAINT ` DataCollectionGroup_ibfk_1` FOREIGN KEY (` blSampleId` ) REFERENCES ` BLSample` (` blSampleId` ) ON DELETE CASCADE ON UPDATE CASCADE,
30403043 CONSTRAINT ` DataCollectionGroup_ibfk_2` FOREIGN KEY (` sessionId` ) REFERENCES ` BLSession` (` sessionId` ) ON DELETE CASCADE ON UPDATE CASCADE,
30413044 CONSTRAINT ` DataCollectionGroup_ibfk_4` FOREIGN KEY (` experimentTypeId` ) REFERENCES ` ExperimentType` (` experimentTypeId` )
3042- ) ENGINE= InnoDB AUTO_INCREMENT= 5441267 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' a dataCollectionGroup is a group of dataCollection for a spe' ;
3045+ ) ENGINE= InnoDB AUTO_INCREMENT= 5441269 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' a dataCollectionGroup is a group of dataCollection for a spe' ;
30433046/* !40101 SET character_set_client = @saved_cs_client */ ;
30443047
30453048--
@@ -4424,7 +4427,7 @@ CREATE TABLE `MotionCorrection` (
44244427 CONSTRAINT ` MotionCorrection_ibfk2` FOREIGN KEY (` autoProcProgramId` ) REFERENCES ` AutoProcProgram` (` autoProcProgramId` ),
44254428 CONSTRAINT ` MotionCorrection_ibfk3` FOREIGN KEY (` movieId` ) REFERENCES ` Movie` (` movieId` ),
44264429 CONSTRAINT ` _MotionCorrection_ibfk1` FOREIGN KEY (` dataCollectionId` ) REFERENCES ` DataCollection` (` dataCollectionId` )
4427- ) ENGINE= InnoDB AUTO_INCREMENT= 30 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
4430+ ) ENGINE= InnoDB AUTO_INCREMENT= 31 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
44284431/* !40101 SET character_set_client = @saved_cs_client */ ;
44294432
44304433--
@@ -4839,7 +4842,7 @@ CREATE TABLE `ParticlePicker` (
48394842 KEY ` ParticlePicker_fk_motionCorrectionId` (` firstMotionCorrectionId` ),
48404843 CONSTRAINT ` ParticlePicker_fk_motionCorrectionId` FOREIGN KEY (` firstMotionCorrectionId` ) REFERENCES ` MotionCorrection` (` motionCorrectionId` ) ON DELETE NO ACTION ON UPDATE CASCADE,
48414844 CONSTRAINT ` ParticlePicker_fk_programId` FOREIGN KEY (` programId` ) REFERENCES ` AutoProcProgram` (` autoProcProgramId` ) ON DELETE NO ACTION ON UPDATE CASCADE
4842- ) ENGINE= InnoDB AUTO_INCREMENT= 7 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' An instance of a particle picker program that was run' ;
4845+ ) ENGINE= InnoDB AUTO_INCREMENT= 9 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' An instance of a particle picker program that was run' ;
48434846/* !40101 SET character_set_client = @saved_cs_client */ ;
48444847
48454848--
@@ -5340,7 +5343,7 @@ CREATE TABLE `ProcessingJob` (
53405343 PRIMARY KEY (` processingJobId` ),
53415344 KEY ` ProcessingJob_ibfk1` (` dataCollectionId` ),
53425345 CONSTRAINT ` ProcessingJob_ibfk1` FOREIGN KEY (` dataCollectionId` ) REFERENCES ` DataCollection` (` dataCollectionId` )
5343- ) ENGINE= InnoDB AUTO_INCREMENT= 3972 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' From this we get both job times and lag times' ;
5346+ ) ENGINE= InnoDB AUTO_INCREMENT= 3990 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci COMMENT= ' From this we get both job times and lag times' ;
53445347/* !40101 SET character_set_client = @saved_cs_client */ ;
53455348
53465349--
@@ -5435,7 +5438,7 @@ CREATE TABLE `ProcessingJobParameter` (
54355438 KEY ` ProcessingJobParameter_ibfk1` (` processingJobId` ),
54365439 KEY ` ProcessingJobParameter_idx_paramKey_procJobId` (` parameterKey` ,` processingJobId` ),
54375440 CONSTRAINT ` ProcessingJobParameter_ibfk1` FOREIGN KEY (` processingJobId` ) REFERENCES ` ProcessingJob` (` processingJobId` )
5438- ) ENGINE= InnoDB AUTO_INCREMENT= 27155 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
5441+ ) ENGINE= InnoDB AUTO_INCREMENT= 27355 DEFAULT CHARSET= latin1 COLLATE= latin1_swedish_ci;
54395442/* !40101 SET character_set_client = @saved_cs_client */ ;
54405443
54415444--
@@ -8348,4 +8351,4 @@ UNLOCK TABLES;
83488351/* !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ ;
83498352/* !40111 SET SQL_NOTES=@OLD_SQL_NOTES */ ;
83508353
8351- -- Dump completed on 2025-06-11 16:32:41
8354+ -- Dump completed on 2025-06-25 9:10:30
0 commit comments