@@ -7368,6 +7368,8 @@ INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',18,'2023-12-12 16:39:41
7368
7368
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',19,'2024-04-30 15:11:09.036627','2024-04-30 15:11:09.040172');
7369
7369
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',20,'2024-12-10 15:59:52.847725','2024-12-10 15:59:52.851730');
7370
7370
INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',21,'2025-01-14 15:57:34.331279','2025-01-14 15:57:34.331841');
7371
+ INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',22,'2025-07-15 14:37:13.288174','2025-07-15 14:37:13.295909');
7372
+ INSERT INTO `il_db_steps` VALUES ('ilTest9DBUpdateSteps',23,'2025-07-15 14:37:13.296181','2025-07-15 14:37:13.296398');
7371
7373
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',1,'2023-12-12 16:39:41.023770','2023-12-12 16:39:41.025028');
7372
7374
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',2,'2023-12-12 16:39:41.025620','2023-12-12 16:39:41.031146');
7373
7375
INSERT INTO `il_db_steps` VALUES ('ilTestQuestionPool80DBUpdateSteps',3,'2023-12-12 16:39:41.031863','2023-12-12 16:39:41.038435');
@@ -13579,7 +13581,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
13579
13581
INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
13580
13582
INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
13581
13583
INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL);
13582
- INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-07-08 13:34:59 ','',NULL,NULL);
13584
+ INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-07-15 14:37:13 ','',NULL,NULL);
13583
13585
INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL);
13584
13586
INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
13585
13587
INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
@@ -20394,7 +20396,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
20394
20396
INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
20395
20397
INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
20396
20398
INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20397
- INSERT INTO `settings` VALUES ('common','ilias_version','9.11 .0');
20399
+ INSERT INTO `settings` VALUES ('common','ilias_version','9.12 .0');
20398
20400
INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
20399
20401
INSERT INTO `settings` VALUES ('common','ilmpathix','1');
20400
20402
INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -23716,8 +23718,8 @@ CREATE TABLE `tst_tests` (
23716
23718
`password_enabled` tinyint(4) DEFAULT NULL,
23717
23719
`broken` tinyint(4) DEFAULT NULL,
23718
23720
`force_inst_fb` tinyint(4) DEFAULT 0,
23719
- `starting_time` int(11 ) NOT NULL DEFAULT 0,
23720
- `ending_time` int(11 ) NOT NULL DEFAULT 0,
23721
+ `starting_time` bigint(20 ) NOT NULL DEFAULT 0,
23722
+ `ending_time` bigint(20 ) NOT NULL DEFAULT 0,
23721
23723
`pass_waiting` varchar(15) DEFAULT NULL,
23722
23724
`follow_qst_answer_fixation` tinyint(4) DEFAULT 0,
23723
23725
`block_after_passed` tinyint(4) DEFAULT 0,
@@ -25114,4 +25116,4 @@ CREATE TABLE `xmlvalue_seq` (
25114
25116
25115
25117
25116
25118
25117
- -- Dump completed on 2025-07-08 13:34:59
25119
+ -- Dump completed on 2025-07-15 14:37:14
0 commit comments