diff --git a/include/inc.ilias_version.php b/include/inc.ilias_version.php index 6f03197c3bc2..cdc79fcb1047 100644 --- a/include/inc.ilias_version.php +++ b/include/inc.ilias_version.php @@ -9,5 +9,5 @@ * * @package ilias-core */ -define("ILIAS_VERSION", "6.23 2023-03-29"); -define("ILIAS_VERSION_NUMERIC", "6.23"); // since version ILIAS 6 this must be always x.y: x and y are numbers +define("ILIAS_VERSION", "6.24 2023-05-05"); +define("ILIAS_VERSION_NUMERIC", "6.24"); // since version ILIAS 6 this must be always x.y: x and y are numbers diff --git a/setup/sql/ilDBTemplate.php b/setup/sql/ilDBTemplate.php index f63548c8b6d8..55ceabda0b6e 100644 --- a/setup/sql/ilDBTemplate.php +++ b/setup/sql/ilDBTemplate.php @@ -39349,7 +39349,7 @@ function setupILIASDatabase() 'obj_id' => array('integer', '37'), 'type' => array('text', 'typ'), 'title' => array('text', 'frm'), 'description' => array('text', 'Forum object'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2002-07-15 15:54:22'), 'last_update' => array('timestamp', '2003-08-15 12:36:40'), 'import_id' => array('text', ''), 'offline' => array('integer', '0'))); $ilDB->insert("object_data", array( -'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2023-03-29 16:12:43'), 'import_id' => array('text', ''), 'offline' => array('integer', '0'))); +'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2023-05-05 14:54:33'), 'import_id' => array('text', ''), 'offline' => array('integer', '0'))); $ilDB->insert("object_data", array( 'obj_id' => array('integer', '71'), 'type' => array('text', 'lng'), 'title' => array('text', 'de'), 'description' => array('text', 'not_installed'), 'owner' => array('integer', '6'), 'create_date' => array('timestamp', '2003-08-15 10:25:19'), 'last_update' => array('timestamp', '2015-12-22 16:29:24'), 'import_id' => array('text', ''), 'offline' => array('integer', '0'))); diff --git a/setup/sql/ilias3.sql b/setup/sql/ilias3.sql index 2725f486cda2..e5d579b44b21 100644 --- a/setup/sql/ilias3.sql +++ b/setup/sql/ilias3.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.19 Distrib 10.3.36-MariaDB, for debian-linux-gnu (x86_64) +-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: ilias_release -- ------------------------------------------------------ --- Server version 10.3.36-MariaDB-0+deb10u2 +-- Server version 10.6.12-MariaDB-0ubuntu0.22.04.1 -- -- Table structure for table `acc_access_key` @@ -32450,7 +32450,7 @@ INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'200 INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',0); INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',0); INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',0); -INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2023-03-29 16:12:43','',0); +INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2023-05-05 14:54:33','',0); INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',0); INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',0); INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',0); @@ -44412,4 +44412,4 @@ CREATE TABLE `xmlvalue_seq` ( --- Dump completed on 2023-03-29 16:16:14 +-- Dump completed on 2023-05-05 14:56:07