@@ -7236,6 +7236,7 @@ INSERT INTO `il_db_steps` VALUES ('ilLTIConsumerDatabaseUpdateSteps',12,'2023-12
72367236INSERT INTO `il_db_steps` VALUES ('ilLTIConsumerDatabaseUpdateSteps',13,'2023-12-12 16:39:40.335799','2023-12-12 16:39:40.341702');
72377237INSERT INTO `il_db_steps` VALUES ('ilLTIConsumerDatabaseUpdateSteps',14,'2023-12-12 16:39:40.342328','2023-12-12 16:39:40.347680');
72387238INSERT INTO `il_db_steps` VALUES ('ilLTIConsumerDatabaseUpdateSteps',15,'2023-12-12 16:39:40.348311','2023-12-12 16:39:40.368952');
7239+ INSERT INTO `il_db_steps` VALUES ('ilLTIConsumerDatabaseUpdateSteps',16,'2025-12-16 16:09:22.916216','2025-12-16 16:09:22.919308');
72397240INSERT INTO `il_db_steps` VALUES ('ilLTIDatabaseUpdateSteps',1,'2023-12-12 16:39:40.370010','2023-12-12 16:39:40.376439');
72407241INSERT INTO `il_db_steps` VALUES ('ilLTIDatabaseUpdateSteps',2,'2023-12-12 16:39:40.377073','2023-12-12 16:39:40.383219');
72417242INSERT INTO `il_db_steps` VALUES ('ilLTIDatabaseUpdateSteps',3,'2023-12-12 16:39:40.383847','2023-12-12 16:39:40.392769');
@@ -7280,6 +7281,7 @@ INSERT INTO `il_db_steps` VALUES ('ilMDLOMUpdateSteps',8,'2023-12-12 16:39:40.55
72807281INSERT INTO `il_db_steps` VALUES ('ilMDLOMUpdateSteps',9,'2023-12-12 16:39:40.574348','2023-12-12 16:39:40.589676');
72817282INSERT INTO `il_db_steps` VALUES ('ilMDLOMUpdateSteps',10,'2023-12-12 16:39:40.590295','2023-12-12 16:39:40.605243');
72827283INSERT INTO `il_db_steps` VALUES ('ilMDLOMUpdateSteps',11,'2023-12-12 16:39:40.605852','2023-12-12 16:39:40.620681');
7284+ INSERT INTO `il_db_steps` VALUES ('ilNewsDBUpdateSteps',1,'2025-12-16 16:09:22.920853','2025-12-16 16:09:22.923410');
72837285INSERT INTO `il_db_steps` VALUES ('ilNotificationUpdateSteps',1,'2023-12-12 16:39:40.745514','2023-12-12 16:39:40.746045');
72847286INSERT INTO `il_db_steps` VALUES ('ilNotificationUpdateSteps',2,'2023-12-12 16:39:40.746642','2023-12-12 16:39:40.747782');
72857287INSERT INTO `il_db_steps` VALUES ('ilNotificationUpdateSteps',3,'2023-12-12 16:39:40.748371','2023-12-12 16:39:40.749597');
@@ -9472,7 +9474,8 @@ CREATE TABLE `il_news_item` (
94729474 PRIMARY KEY (`id`),
94739475 KEY `i1_idx` (`context_obj_id`),
94749476 KEY `i2_idx` (`creation_date`),
9475- KEY `mo_idx` (`mob_id`)
9477+ KEY `mo_idx` (`mob_id`),
9478+ KEY `i3_idx` (`context_obj_type`)
94769479) ;
94779480
94789481--
@@ -12298,6 +12301,7 @@ CREATE TABLE `lti_consumer_results` (
1229812301 `obj_id` int(11) NOT NULL,
1229912302 `usr_id` int(11) NOT NULL,
1230012303 `result` double DEFAULT NULL,
12304+ `attended` tinyint(4) NOT NULL DEFAULT 0,
1230112305 PRIMARY KEY (`id`),
1230212306 KEY `i1_idx` (`obj_id`,`usr_id`)
1230312307) ;
@@ -13566,7 +13570,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200
1356613570INSERT 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);
1356713571INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL);
1356813572INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL);
13569- INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-11-04 15:52:44 ','',NULL,NULL);
13573+ INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2025-12-16 16:09:22 ','',NULL,NULL);
1357013574INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL);
1357113575INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
1357213576INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL);
@@ -20381,7 +20385,7 @@ INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1');
2038120385INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1');
2038220386INSERT INTO `settings` VALUES ('common','ilfrmthri2','1');
2038320387INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1');
20384- INSERT INTO `settings` VALUES ('common','ilias_version','9.15 .0');
20388+ INSERT INTO `settings` VALUES ('common','ilias_version','9.16 .0');
2038520389INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1');
2038620390INSERT INTO `settings` VALUES ('common','ilmpathix','1');
2038720391INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1');
@@ -25101,4 +25105,4 @@ CREATE TABLE `xmlvalue_seq` (
2510125105
2510225106
2510325107
25104- -- Dump completed on 2025-11-04 15:52:45
25108+ -- Dump completed on 2025-12-16 16:09:23
0 commit comments