diff --git a/databases/MOODLE_403_STABLE.sql b/databases/MOODLE_403_STABLE.sql new file mode 100644 index 0000000..0df4170 --- /dev/null +++ b/databases/MOODLE_403_STABLE.sql @@ -0,0 +1,15839 @@ +mysqldump: [Warning] Using a password on the command line interface can be insecure. +WARNING: --compress is deprecated and will be removed in a future version. Use --compression-algorithms instead. +-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) +-- +-- Host: localhost Database: moodle +-- ------------------------------------------------------ +-- Server version 8.0.32 + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!50503 SET NAMES utf8mb4 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `m_adminpresets` +-- + +DROP TABLE IF EXISTS `m_adminpresets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `site` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodleversion` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moodlerelease` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscore` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timeimported` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets` +-- + +LOCK TABLES `m_adminpresets` WRITE; +/*!40000 ALTER TABLE `m_adminpresets` DISABLE KEYS */; +INSERT INTO `m_adminpresets` VALUES (1,0,'Starter','Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',1,1680158619,0),(2,0,'Full','All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.','http://localhost:8000','','2021122100.02','3.11+ (Build: 20210520)',2,1680158619,0); +/*!40000 ALTER TABLE `m_adminpresets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiapp_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app` +-- + +LOCK TABLES `m_adminpresets_app` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappit_con_ix` (`configlogid`), + KEY `m_admiappit_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it` +-- + +LOCK TABLES `m_adminpresets_app_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `configlogid` bigint NOT NULL, + `itemname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_admiappita_con_ix` (`configlogid`), + KEY `m_admiappita_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_it_a` +-- + +LOCK TABLES `m_adminpresets_app_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_app_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_app_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_app_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetapplyid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` smallint NOT NULL DEFAULT '0', + `oldvalue` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiappplug_adm_ix` (`adminpresetapplyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_app_plug` +-- + +LOCK TABLES `m_adminpresets_app_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_app_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiit_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it` +-- + +LOCK TABLES `m_adminpresets_it` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it` DISABLE KEYS */; +INSERT INTO `m_adminpresets_it` VALUES (1,1,'none','usecomments','0'),(2,1,'none','usetags','0'),(3,1,'none','enablenotes','0'),(4,1,'none','enableblogs','0'),(5,1,'none','enablebadges','0'),(6,1,'none','enableanalytics','0'),(7,1,'core_competency','enabled','0'),(8,1,'core_competency','pushcourseratingstouserplans','0'),(9,1,'tool_dataprivacy','showdataretentionsummary','0'),(10,1,'none','forum_maxattachments','3'),(11,1,'none','guestloginbutton','0'),(12,1,'none','activitychoosertabmode','4'),(13,2,'none','usecomments','1'),(14,2,'none','usetags','1'),(15,2,'none','enablenotes','1'),(16,2,'none','enableblogs','1'),(17,2,'none','enablebadges','1'),(18,2,'none','enableanalytics','1'),(19,2,'core_competency','enabled','1'),(20,2,'core_competency','pushcourseratingstouserplans','1'),(21,2,'tool_dataprivacy','showdataretentionsummary','1'),(22,2,'none','forum_maxattachments','9'),(23,2,'none','guestloginbutton','1'),(24,2,'none','activitychoosertabmode','3'); +/*!40000 ALTER TABLE `m_adminpresets_it` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_it_a` +-- + +DROP TABLE IF EXISTS `m_adminpresets_it_a`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_it_a` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_admiita_ite_ix` (`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_it_a` +-- + +LOCK TABLES `m_adminpresets_it_a` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_it_a` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_adminpresets_it_a` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_adminpresets_plug` +-- + +DROP TABLE IF EXISTS `m_adminpresets_plug`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_adminpresets_plug` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `adminpresetid` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_admiplug_adm_ix` (`adminpresetid`) +) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_adminpresets_plug` +-- + +LOCK TABLES `m_adminpresets_plug` WRITE; +/*!40000 ALTER TABLE `m_adminpresets_plug` DISABLE KEYS */; +INSERT INTO `m_adminpresets_plug` VALUES (1,1,'mod','chat',0),(2,1,'mod','data',0),(3,1,'mod','lti',0),(4,1,'mod','imscp',0),(5,1,'mod','lesson',0),(6,1,'mod','scorm',0),(7,1,'mod','survey',0),(8,1,'mod','wiki',0),(9,1,'mod','workshop',0),(10,1,'availability','grouping',0),(11,1,'availability','profile',0),(12,1,'block','activity_modules',0),(13,1,'block','blog_menu',0),(14,1,'block','blog_tags',0),(15,1,'block','comments',0),(16,1,'block','completionstatus',0),(17,1,'block','course_summary',0),(18,1,'block','course_list',0),(19,1,'block','tag_flickr',0),(20,1,'block','globalsearch',0),(21,1,'block','badges',0),(22,1,'block','lp',0),(23,1,'block','myprofile',0),(24,1,'block','login',0),(25,1,'block','site_main_menu',0),(26,1,'block','mentees',0),(27,1,'block','mnet_hosts',0),(28,1,'block','private_files',0),(29,1,'block','blog_recent',0),(30,1,'block','rss_client',0),(31,1,'block','search_forums',0),(32,1,'block','section_links',0),(33,1,'block','selfcompletion',0),(34,1,'block','social_activities',0),(35,1,'block','tags',0),(36,1,'block','tag_youtube',0),(37,1,'block','feedback',0),(38,1,'block','online_users',0),(39,1,'block','recentlyaccessedcourses',0),(40,1,'block','starredcourses',0),(41,1,'format','social',0),(42,1,'dataformat','json',0),(43,1,'enrol','cohort',0),(44,1,'enrol','guest',0),(45,1,'filter','mathjaxloader',-9999),(46,1,'filter','activitynames',-9999),(47,1,'qbehaviour','adaptivenopenalty',0),(48,1,'qbehaviour','deferredcbm',0),(49,1,'qbehaviour','immediatecbm',0),(50,1,'qtype','calculated',0),(51,1,'qtype','calculatedmulti',0),(52,1,'qtype','calculatedsimple',0),(53,1,'qtype','ddmarker',0),(54,1,'qtype','ddimageortext',0),(55,1,'qtype','multianswer',0),(56,1,'qtype','numerical',0),(57,1,'qtype','randomsamatch',0),(58,1,'repository','local',0),(59,1,'repository','url',0),(60,1,'repository','wikimedia',0),(61,1,'editor','tinymce',0),(62,2,'mod','chat',1),(63,2,'mod','data',1),(64,2,'mod','lti',1),(65,2,'mod','imscp',1),(66,2,'mod','lesson',1),(67,2,'mod','scorm',1),(68,2,'mod','survey',1),(69,2,'mod','wiki',1),(70,2,'mod','workshop',1),(71,2,'availability','grouping',1),(72,2,'availability','profile',1),(73,2,'block','activity_modules',1),(74,2,'block','blog_menu',1),(75,2,'block','blog_tags',1),(76,2,'block','comments',1),(77,2,'block','completionstatus',1),(78,2,'block','course_list',1),(79,2,'block','tag_flickr',1),(80,2,'block','globalsearch',1),(81,2,'block','badges',1),(82,2,'block','lp',1),(83,2,'block','myprofile',1),(84,2,'block','login',1),(85,2,'block','site_main_menu',1),(86,2,'block','mentees',1),(87,2,'block','mnet_hosts',1),(88,2,'block','private_files',1),(89,2,'block','blog_recent',1),(90,2,'block','search_forums',1),(91,2,'block','section_links',1),(92,2,'block','social_activities',1),(93,2,'block','tags',1),(94,2,'block','online_users',1),(95,2,'block','recentlyaccessedcourses',1),(96,2,'block','starredcourses',1),(97,2,'format','social',1),(98,2,'dataformat','json',1),(99,2,'enrol','cohort',1),(100,2,'enrol','guest',1),(101,2,'filter','mathjaxloader',1),(102,2,'filter','activitynames',1),(103,2,'qbehaviour','adaptivenopenalty',1),(104,2,'qbehaviour','deferredcbm',1),(105,2,'qbehaviour','immediatecbm',1),(106,2,'qtype','calculated',1),(107,2,'qtype','calculatedmulti',1),(108,2,'qtype','calculatedsimple',1),(109,2,'qtype','ddmarker',1),(110,2,'qtype','ddimageortext',1),(111,2,'qtype','multianswer',1),(112,2,'qtype','numerical',1),(113,2,'qtype','randomsamatch',1),(114,2,'repository','local',1),(115,2,'repository','url',1),(116,2,'repository','wikimedia',1),(117,2,'editor','tinymce',1); +/*!40000 ALTER TABLE `m_adminpresets_plug` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_indicator_calc` +-- + +DROP TABLE IF EXISTS `m_analytics_indicator_calc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_indicator_calc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `starttime` bigint NOT NULL, + `endtime` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleorigin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleid` bigint NOT NULL, + `indicator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` decimal(10,2) DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`), + KEY `m_analindicalc_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored indicator calculations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_indicator_calc` +-- + +LOCK TABLES `m_analytics_indicator_calc` WRITE; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_indicator_calc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models` +-- + +DROP TABLE IF EXISTS `m_analytics_models`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `trained` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `predictionsprocessor` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` bigint NOT NULL, + `contextids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmode_enatra_ix` (`enabled`,`trained`), + KEY `m_analmode_use_ix` (`usermodified`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models` +-- + +LOCK TABLES `m_analytics_models` WRITE; +/*!40000 ALTER TABLE `m_analytics_models` DISABLE KEYS */; +INSERT INTO `m_analytics_models` VALUES (1,0,0,NULL,'\\core_course\\analytics\\target\\course_dropout','[\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\"]',NULL,NULL,1566467672,NULL,1566467672,1566467672,0),(2,1,1,NULL,'\\core_course\\analytics\\target\\no_teaching','[\"\\\\core_course\\\\analytics\\\\indicator\\\\no_teacher\",\"\\\\core_course\\\\analytics\\\\indicator\\\\no_student\"]','\\core\\analytics\\time_splitting\\single_range',NULL,1566467672,NULL,1566467672,1566467672,0),(3,1,1,NULL,'\\core_user\\analytics\\target\\upcoming_activities_due','[\"\\\\core_course\\\\analytics\\\\indicator\\\\activities_due\"]','\\core\\analytics\\time_splitting\\upcoming_week',NULL,1612456671,NULL,1612456671,1612456671,0),(4,1,1,NULL,'\\core_course\\analytics\\target\\no_access_since_course_start','[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]','\\core\\analytics\\time_splitting\\one_month_after_start',NULL,1612456671,NULL,1612456671,1612456671,0),(5,1,1,NULL,'\\core_course\\analytics\\target\\no_recent_accesses','[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]','\\core\\analytics\\time_splitting\\past_month',NULL,1612456671,NULL,1612456671,1612456671,0); +/*!40000 ALTER TABLE `m_analytics_models` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_models_log` +-- + +DROP TABLE IF EXISTS `m_analytics_models_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_models_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `version` bigint NOT NULL, + `evaluationmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `indicators` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `score` decimal(10,5) NOT NULL DEFAULT '0.00000', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dir` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analmodelog_mod_ix` (`modelid`), + KEY `m_analmodelog_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analytic models changes during evaluation.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_models_log` +-- + +LOCK TABLES `m_analytics_models_log` WRITE; +/*!40000 ALTER TABLE `m_analytics_models_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_models_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predict_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_predict_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predict_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rangeindex` bigint NOT NULL, + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analpredsamp_modanatimran_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`), + KEY `m_analpredsamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples already used for predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predict_samples` +-- + +LOCK TABLES `m_analytics_predict_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_predict_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predict_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_prediction_actions` +-- + +DROP TABLE IF EXISTS `m_analytics_prediction_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_prediction_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `predictionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `actionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`), + KEY `m_analpredacti_pre_ix` (`predictionid`), + KEY `m_analpredacti_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Register of user actions over predictions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_prediction_actions` +-- + +LOCK TABLES `m_analytics_prediction_actions` WRITE; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_prediction_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_predictions` +-- + +DROP TABLE IF EXISTS `m_analytics_predictions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_predictions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `sampleid` bigint NOT NULL, + `rangeindex` mediumint NOT NULL, + `prediction` decimal(10,2) NOT NULL, + `predictionscore` decimal(10,5) NOT NULL, + `calculations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timestart` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_analpred_modcon_ix` (`modelid`,`contextid`), + KEY `m_analpred_mod_ix` (`modelid`), + KEY `m_analpred_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Predictions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_predictions` +-- + +LOCK TABLES `m_analytics_predictions` WRITE; +/*!40000 ALTER TABLE `m_analytics_predictions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_predictions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_train_samples` +-- + +DROP TABLE IF EXISTS `m_analytics_train_samples`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_train_samples` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `analysableid` bigint NOT NULL, + `timesplitting` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sampleids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`), + KEY `m_analtraisamp_mod_ix` (`modelid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Samples used for training'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_train_samples` +-- + +LOCK TABLES `m_analytics_train_samples` WRITE; +/*!40000 ALTER TABLE `m_analytics_train_samples` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_train_samples` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_analysables` +-- + +DROP TABLE IF EXISTS `m_analytics_used_analysables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_analysables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL, + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `analysableid` bigint NOT NULL, + `firstanalysis` bigint NOT NULL, + `timeanalysed` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_analusedanal_modact_ix` (`modelid`,`action`), + KEY `m_analusedanal_mod_ix` (`modelid`), + KEY `m_analusedanal_ana_ix` (`analysableid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of analysables used by each model'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_analysables` +-- + +LOCK TABLES `m_analytics_used_analysables` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_analysables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_analysables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_analytics_used_files` +-- + +DROP TABLE IF EXISTS `m_analytics_used_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_analytics_used_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `modelid` bigint NOT NULL DEFAULT '0', + `fileid` bigint NOT NULL DEFAULT '0', + `action` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `time` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`), + KEY `m_analusedfile_mod_ix` (`modelid`), + KEY `m_analusedfile_fil_ix` (`fileid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Files that have already been used for training and predictio'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_analytics_used_files` +-- + +LOCK TABLES `m_analytics_used_files` WRITE; +/*!40000 ALTER TABLE `m_analytics_used_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_analytics_used_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign` +-- + +DROP TABLE IF EXISTS `m_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', + `activity` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `activityformat` smallint NOT NULL DEFAULT '0', + `submissionattachments` tinyint NOT NULL DEFAULT '0', + `nosubmissions` tinyint NOT NULL DEFAULT '0', + `submissiondrafts` tinyint NOT NULL DEFAULT '0', + `sendnotifications` tinyint NOT NULL DEFAULT '0', + `sendlatenotifications` tinyint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', + `completionsubmit` tinyint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `gradingduedate` bigint NOT NULL DEFAULT '0', + `teamsubmission` tinyint NOT NULL DEFAULT '0', + `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', + `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', + `blindmarking` tinyint NOT NULL DEFAULT '0', + `hidegrader` tinyint NOT NULL DEFAULT '0', + `revealidentities` tinyint NOT NULL DEFAULT '0', + `attemptreopenmethod` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'none', + `maxattempts` mediumint NOT NULL DEFAULT '-1', + `markingworkflow` tinyint NOT NULL DEFAULT '0', + `markingallocation` tinyint NOT NULL DEFAULT '0', + `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', + `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assi_cou_ix` (`course`), + KEY `m_assi_tea_ix` (`teamsubmissiongroupingid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table saves information about an instance of mod_assign'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign` +-- + +LOCK TABLES `m_assign` WRITE; +/*!40000 ALTER TABLE `m_assign` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_grades` +-- + +DROP TABLE IF EXISTS `m_assign_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `grader` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) DEFAULT '0.00000', + `attemptnumber` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`), + KEY `m_assigrad_use_ix` (`userid`), + KEY `m_assigrad_att_ix` (`attemptnumber`), + KEY `m_assigrad_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading information about a single assignment submission.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_grades` +-- + +LOCK TABLES `m_assign_grades` WRITE; +/*!40000 ALTER TABLE `m_assign_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_overrides` +-- + +DROP TABLE IF EXISTS `m_assign_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `allowsubmissionsfromdate` bigint DEFAULT NULL, + `duedate` bigint DEFAULT NULL, + `cutoffdate` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_assiover_ass_ix` (`assignid`), + KEY `m_assiover_gro_ix` (`groupid`), + KEY `m_assiover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to assign settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_overrides` +-- + +LOCK TABLES `m_assign_overrides` WRITE; +/*!40000 ALTER TABLE `m_assign_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_plugin_config` +-- + +DROP TABLE IF EXISTS `m_assign_plugin_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_plugin_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `plugin` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subtype` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(28) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_assiplugconf_plu_ix` (`plugin`), + KEY `m_assiplugconf_sub_ix` (`subtype`), + KEY `m_assiplugconf_nam_ix` (`name`), + KEY `m_assiplugconf_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Config data for an instance of a plugin in an assignment.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_plugin_config` +-- + +LOCK TABLES `m_assign_plugin_config` WRITE; +/*!40000 ALTER TABLE `m_assign_plugin_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_plugin_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_submission` +-- + +DROP TABLE IF EXISTS `m_assign_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `groupid` bigint NOT NULL DEFAULT '0', + `attemptnumber` bigint NOT NULL DEFAULT '0', + `latest` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`), + KEY `m_assisubm_use_ix` (`userid`), + KEY `m_assisubm_att_ix` (`attemptnumber`), + KEY `m_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`), + KEY `m_assisubm_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about student interactions with'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_submission` +-- + +LOCK TABLES `m_assign_submission` WRITE; +/*!40000 ALTER TABLE `m_assign_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_flags` +-- + +DROP TABLE IF EXISTS `m_assign_user_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `assignment` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `mailed` smallint NOT NULL DEFAULT '0', + `extensionduedate` bigint NOT NULL DEFAULT '0', + `workflowstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `allocatedmarker` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiuserflag_mai_ix` (`mailed`), + KEY `m_assiuserflag_use_ix` (`userid`), + KEY `m_assiuserflag_ass_ix` (`assignment`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of flags that can be set for a single user in a single '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_user_flags` +-- + +LOCK TABLES `m_assign_user_flags` WRITE; +/*!40000 ALTER TABLE `m_assign_user_flags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assign_user_mapping` +-- + +DROP TABLE IF EXISTS `m_assign_user_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assign_user_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assiusermapp_ass_ix` (`assignment`), + KEY `m_assiusermapp_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Map an assignment specific id number to a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assign_user_mapping` +-- + +LOCK TABLES `m_assign_user_mapping` WRITE; +/*!40000 ALTER TABLE `m_assign_user_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assign_user_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_comments` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `commenttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assicomm_ass_ix` (`assignment`), + KEY `m_assicomm_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Text feedback for submitted assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_comments` +-- + +LOCK TABLES `m_assignfeedback_comments` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_annot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_annot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_annot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `endx` bigint DEFAULT '0', + `endy` bigint DEFAULT '0', + `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'line', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditanno_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditanno_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores annotations added to pdfs submitted by students'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_annot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_annot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_annot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_cmnt` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_cmnt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_cmnt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `x` bigint DEFAULT '0', + `y` bigint DEFAULT '0', + `width` bigint DEFAULT '120', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pageno` bigint NOT NULL DEFAULT '0', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'black', + `draft` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_assieditcmnt_grapag_ix` (`gradeid`,`pageno`), + KEY `m_assieditcmnt_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores comments added to pdfs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_cmnt` +-- + +LOCK TABLES `m_assignfeedback_editpdf_cmnt` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_cmnt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_quick` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_quick`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_quick` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `width` bigint NOT NULL DEFAULT '120', + `colour` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'yellow', + PRIMARY KEY (`id`), + KEY `m_assieditquic_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores teacher specified quicklist comments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_quick` +-- + +LOCK TABLES `m_assignfeedback_editpdf_quick` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_quick` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_editpdf_rot` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_editpdf_rot`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_editpdf_rot` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeid` bigint NOT NULL DEFAULT '0', + `pageno` bigint NOT NULL DEFAULT '0', + `pathnamehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `isrotated` tinyint(1) NOT NULL DEFAULT '0', + `degree` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_assieditrot_grapag_uix` (`gradeid`,`pageno`), + KEY `m_assieditrot_gra_ix` (`gradeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_editpdf_rot` +-- + +LOCK TABLES `m_assignfeedback_editpdf_rot` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_editpdf_rot` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignfeedback_file` +-- + +DROP TABLE IF EXISTS `m_assignfeedback_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignfeedback_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `grade` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass2_ix` (`assignment`), + KEY `m_assifile_gra_ix` (`grade`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores info about the number of files submitted by a student'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignfeedback_file` +-- + +LOCK TABLES `m_assignfeedback_file` WRITE; +/*!40000 ALTER TABLE `m_assignfeedback_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignfeedback_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_file` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_file`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_file` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `numfiles` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assifile_ass_ix` (`assignment`), + KEY `m_assifile_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about file submissions for assignments'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_file` +-- + +LOCK TABLES `m_assignsubmission_file` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_file` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_file` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_assignsubmission_onlinetext` +-- + +DROP TABLE IF EXISTS `m_assignsubmission_onlinetext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_assignsubmission_onlinetext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assignment` bigint NOT NULL DEFAULT '0', + `submission` bigint NOT NULL DEFAULT '0', + `onlinetext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `onlineformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_assionli_ass_ix` (`assignment`), + KEY `m_assionli_sub_ix` (`submission`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about onlinetext submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_assignsubmission_onlinetext` +-- + +LOCK TABLES `m_assignsubmission_onlinetext` WRITE; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_assignsubmission_onlinetext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_lti_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_lti_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_lti_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `issuer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuer256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sub256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authltilinklogi_useisss3_uix` (`userid`,`issuer256`,`sub256`), + KEY `m_authltilinklogi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_lti_linked_login` +-- + +LOCK TABLES `m_auth_lti_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_lti_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_auth_oauth2_linked_login` +-- + +DROP TABLE IF EXISTS `m_auth_oauth2_linked_login`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_auth_oauth2_linked_login` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `confirmtoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmtokenexpires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_authoautlinklogi_useissu_uix` (`userid`,`issuerid`,`username`), + KEY `m_authoautlinklogi_issuse_ix` (`issuerid`,`username`), + KEY `m_authoautlinklogi_use_ix` (`usermodified`), + KEY `m_authoautlinklogi_use2_ix` (`userid`), + KEY `m_authoautlinklogi_iss_ix` (`issuerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Accounts linked to a users Moodle account.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_auth_oauth2_linked_login` +-- + +LOCK TABLES `m_auth_oauth2_linked_login` WRITE; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_auth_oauth2_linked_login` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_controllers` +-- + +DROP TABLE IF EXISTS `m_backup_controllers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_controllers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `operation` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'backup', + `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `interactive` smallint NOT NULL, + `purpose` smallint NOT NULL, + `userid` bigint NOT NULL, + `status` smallint NOT NULL, + `execution` smallint NOT NULL, + `executiontime` bigint NOT NULL, + `checksum` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', + `controller` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcont_bac_uix` (`backupid`), + KEY `m_backcont_typite_ix` (`type`,`itemid`), + KEY `m_backcont_use_ix` (`userid`), + KEY `m_backcont_useite_ix` (`userid`,`itemid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store the backup_controllers as they are used'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_controllers` +-- + +LOCK TABLES `m_backup_controllers` WRITE; +/*!40000 ALTER TABLE `m_backup_controllers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_controllers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_courses` +-- + +DROP TABLE IF EXISTS `m_backup_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `laststarttime` bigint NOT NULL DEFAULT '0', + `lastendtime` bigint NOT NULL DEFAULT '0', + `laststatus` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '5', + `nextstarttime` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_backcour_cou_uix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store every course backup status'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_courses` +-- + +LOCK TABLES `m_backup_courses` WRITE; +/*!40000 ALTER TABLE `m_backup_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_backup_logs` +-- + +DROP TABLE IF EXISTS `m_backup_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_backup_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backupid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `loglevel` smallint NOT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_backlogs_bacid_uix` (`backupid`,`id`), + KEY `m_backlogs_bac_ix` (`backupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To store all the logs from backup and restore operations (by'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_backup_logs` +-- + +LOCK TABLES `m_backup_logs` WRITE; +/*!40000 ALTER TABLE `m_backup_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_backup_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge` +-- + +DROP TABLE IF EXISTS `m_badge`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuercontact` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `expiredate` bigint DEFAULT NULL, + `expireperiod` bigint DEFAULT NULL, + `type` tinyint(1) NOT NULL DEFAULT '1', + `courseid` bigint DEFAULT NULL, + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messagesubject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `attachment` tinyint(1) NOT NULL DEFAULT '1', + `notification` tinyint(1) NOT NULL DEFAULT '1', + `status` tinyint(1) NOT NULL DEFAULT '0', + `nextcron` bigint DEFAULT NULL, + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthoremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imageauthorurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `imagecaption` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badg_typ_ix` (`type`), + KEY `m_badg_cou_ix` (`courseid`), + KEY `m_badg_use_ix` (`usermodified`), + KEY `m_badg_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge` +-- + +LOCK TABLES `m_badge` WRITE; +/*!40000 ALTER TABLE `m_badge` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_alignment` +-- + +DROP TABLE IF EXISTS `m_badge_alignment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_alignment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `targetname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targeturl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `targetdescription` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `targetframework` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcomp_bad3_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_alignment` +-- + +LOCK TABLES `m_badge_alignment` WRITE; +/*!40000 ALTER TABLE `m_badge_alignment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_alignment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackuid` bigint NOT NULL, + `autosync` tinyint(1) NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `externalbackpackid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgback_useext_uix` (`userid`,`externalbackpackid`), + KEY `m_badgback_use_ix` (`userid`), + KEY `m_badgback_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines settings for connecting external backpack'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack` +-- + +LOCK TABLES `m_badge_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_backpack_oauth2` +-- + +DROP TABLE IF EXISTS `m_badge_backpack_oauth2`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_backpack_oauth2` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalbackpackid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint DEFAULT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgbackoaut_use_ix` (`usermodified`), + KEY `m_badgbackoaut_use2_ix` (`userid`), + KEY `m_badgbackoaut_iss_ix` (`issuerid`), + KEY `m_badgbackoaut_ext_ix` (`externalbackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_backpack_oauth2` +-- + +LOCK TABLES `m_badge_backpack_oauth2` WRITE; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_backpack_oauth2` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria` +-- + +DROP TABLE IF EXISTS `m_badge_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '1', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgcrit_badcri_uix` (`badgeid`,`criteriatype`), + KEY `m_badgcrit_cri_ix` (`criteriatype`), + KEY `m_badgcrit_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria for issuing badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria` +-- + +LOCK TABLES `m_badge_criteria` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_met` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_met`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_met` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `issuedid` bigint DEFAULT NULL, + `critid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritmet_cri_ix` (`critid`), + KEY `m_badgcritmet_use_ix` (`userid`), + KEY `m_badgcritmet_iss_ix` (`issuedid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines criteria that were met for an issued badge'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_met` +-- + +LOCK TABLES `m_badge_criteria_met` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_met` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_met` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_criteria_param` +-- + +DROP TABLE IF EXISTS `m_badge_criteria_param`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_criteria_param` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `critid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_badgcritpara_cri_ix` (`critid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines parameters for badges criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_criteria_param` +-- + +LOCK TABLES `m_badge_criteria_param` WRITE; +/*!40000 ALTER TABLE `m_badge_criteria_param` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_criteria_param` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_endorsement` +-- + +DROP TABLE IF EXISTS `m_badge_endorsement`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_endorsement` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `issuername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issuerurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `issueremail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `claimid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `claimcomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dateissued` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_badgendo_bad_ix` (`badgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_endorsement` +-- + +LOCK TABLES `m_badge_endorsement` WRITE; +/*!40000 ALTER TABLE `m_badge_endorsement` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_endorsement` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external` +-- + +DROP TABLE IF EXISTS `m_badge_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackid` bigint NOT NULL, + `collectionid` bigint NOT NULL, + `entityid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_badgexte_bac_ix` (`backpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting for external badges display'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external` +-- + +LOCK TABLES `m_badge_external` WRITE; +/*!40000 ALTER TABLE `m_badge_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_backpack` +-- + +DROP TABLE IF EXISTS `m_badge_external_backpack`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_backpack` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `backpackapiurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `backpackweburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '1.0', + `sortorder` bigint NOT NULL DEFAULT '0', + `oauth2_issuerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteback_bac_uix` (`backpackapiurl`), + UNIQUE KEY `m_badgexteback_bac2_uix` (`backpackweburl`), + KEY `m_badgexteback_oau_ix` (`oauth2_issuerid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_backpack` +-- + +LOCK TABLES `m_badge_external_backpack` WRITE; +/*!40000 ALTER TABLE `m_badge_external_backpack` DISABLE KEYS */; +INSERT INTO `m_badge_external_backpack` VALUES (1,'https://api.badgr.io/v2','https://badgr.io','2',1,NULL); +/*!40000 ALTER TABLE `m_badge_external_backpack` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_external_identifier` +-- + +DROP TABLE IF EXISTS `m_badge_external_identifier`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_external_identifier` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sitebackpackid` bigint NOT NULL, + `internalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `externalid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgexteiden_sitintextty_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`), + KEY `m_badgexteiden_sit_ix` (`sitebackpackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_external_identifier` +-- + +LOCK TABLES `m_badge_external_identifier` WRITE; +/*!40000 ALTER TABLE `m_badge_external_identifier` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_external_identifier` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_issued` +-- + +DROP TABLE IF EXISTS `m_badge_issued`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_issued` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `uniquehash` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dateissued` bigint NOT NULL DEFAULT '0', + `dateexpire` bigint DEFAULT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '0', + `issuernotified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgissu_baduse_uix` (`badgeid`,`userid`), + KEY `m_badgissu_bad_ix` (`badgeid`), + KEY `m_badgissu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines issued badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_issued` +-- + +LOCK TABLES `m_badge_issued` WRITE; +/*!40000 ALTER TABLE `m_badge_issued` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_issued` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_manual_award` +-- + +DROP TABLE IF EXISTS `m_badge_manual_award`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_manual_award` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL, + `recipientid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `issuerrole` bigint NOT NULL, + `datemet` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_badgmanuawar_bad_ix` (`badgeid`), + KEY `m_badgmanuawar_rec_ix` (`recipientid`), + KEY `m_badgmanuawar_iss_ix` (`issuerid`), + KEY `m_badgmanuawar_iss2_ix` (`issuerrole`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Track manual award criteria for badges'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_manual_award` +-- + +LOCK TABLES `m_badge_manual_award` WRITE; +/*!40000 ALTER TABLE `m_badge_manual_award` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_manual_award` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_badge_related` +-- + +DROP TABLE IF EXISTS `m_badge_related`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_badge_related` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `badgeid` bigint NOT NULL DEFAULT '0', + `relatedbadgeid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`), + KEY `m_badgrela_bad_ix` (`badgeid`), + KEY `m_badgrela_rel_ix` (`relatedbadgeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_badge_related` +-- + +LOCK TABLES `m_badge_related` WRITE; +/*!40000 ALTER TABLE `m_badge_related` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_badge_related` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '1', + `meetingid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `moderatorpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `viewerpass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `wait` tinyint(1) NOT NULL DEFAULT '0', + `record` tinyint(1) NOT NULL DEFAULT '0', + `recordallfromstart` tinyint(1) NOT NULL DEFAULT '0', + `recordhidebutton` tinyint(1) NOT NULL DEFAULT '0', + `welcome` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `voicebridge` mediumint NOT NULL DEFAULT '0', + `openingtime` bigint NOT NULL DEFAULT '0', + `closingtime` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `participants` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userlimit` smallint NOT NULL DEFAULT '0', + `recordings_html` tinyint(1) NOT NULL DEFAULT '0', + `recordings_deleted` tinyint(1) NOT NULL DEFAULT '1', + `recordings_imported` tinyint(1) NOT NULL DEFAULT '0', + `recordings_preview` tinyint(1) NOT NULL DEFAULT '0', + `clienttype` tinyint(1) NOT NULL DEFAULT '0', + `muteonstart` tinyint(1) NOT NULL DEFAULT '0', + `disablecam` tinyint(1) NOT NULL DEFAULT '0', + `disablemic` tinyint(1) NOT NULL DEFAULT '0', + `disableprivatechat` tinyint(1) NOT NULL DEFAULT '0', + `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', + `disablenote` tinyint(1) NOT NULL DEFAULT '0', + `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', + `completionattendance` int NOT NULL DEFAULT '0', + `completionengagementchats` int NOT NULL DEFAULT '0', + `completionengagementtalks` int NOT NULL DEFAULT '0', + `completionengagementraisehand` int NOT NULL DEFAULT '0', + `completionengagementpollvotes` int NOT NULL DEFAULT '0', + `completionengagementemojis` int NOT NULL DEFAULT '0', + `guestallowed` tinyint DEFAULT '0', + `mustapproveuser` tinyint DEFAULT '1', + `guestlinkuid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `guestpassword` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store information about a meeti'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn` +-- + +LOCK TABLES `m_bigbluebuttonbn` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_logs` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_logs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `meetingid` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `log` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_bigblogs_cou_ix` (`courseid`), + KEY `m_bigblogs_log_ix` (`log`), + KEY `m_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`), + KEY `m_bigblogs_uselog_ix` (`userid`,`log`), + KEY `m_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store meeting activity events'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_logs` +-- + +LOCK TABLES `m_bigbluebuttonbn_logs` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_logs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_bigbluebuttonbn_recordings` +-- + +DROP TABLE IF EXISTS `m_bigbluebuttonbn_recordings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_bigbluebuttonbn_recordings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `bigbluebuttonbnid` bigint NOT NULL, + `groupid` bigint DEFAULT NULL, + `recordingid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `headless` tinyint(1) NOT NULL DEFAULT '0', + `imported` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint(1) NOT NULL DEFAULT '0', + `importeddata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_bigbreco_cou_ix` (`courseid`), + KEY `m_bigbreco_rec_ix` (`recordingid`), + KEY `m_bigbreco_big_ix` (`bigbluebuttonbnid`), + KEY `m_bigbreco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The bigbluebuttonbn table to store references to recordings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_bigbluebuttonbn_recordings` +-- + +LOCK TABLES `m_bigbluebuttonbn_recordings` WRITE; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_bigbluebuttonbn_recordings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block` +-- + +DROP TABLE IF EXISTS `m_block`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_bloc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='contains all installed blocks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block` +-- + +LOCK TABLES `m_block` WRITE; +/*!40000 ALTER TABLE `m_block` DISABLE KEYS */; +INSERT INTO `m_block` VALUES (1,'activity_modules',0,0,1),(2,'activity_results',0,0,1),(3,'admin_bookmarks',0,0,1),(4,'badges',0,0,1),(5,'blog_menu',0,0,1),(6,'blog_recent',0,0,1),(7,'blog_tags',0,0,1),(8,'calendar_month',0,0,1),(9,'calendar_upcoming',0,0,1),(10,'comments',0,0,1),(12,'completionstatus',0,0,1),(13,'course_list',0,0,1),(14,'course_summary',0,0,0),(15,'feedback',0,0,0),(16,'globalsearch',0,0,1),(17,'glossary_random',0,0,1),(18,'html',0,0,1),(19,'login',0,0,1),(20,'lp',0,0,1),(21,'mentees',0,0,1),(22,'mnet_hosts',0,0,1),(23,'myoverview',0,0,1),(24,'myprofile',0,0,1),(25,'navigation',0,0,1),(26,'news_items',0,0,1),(27,'online_users',0,0,1),(29,'private_files',0,0,1),(31,'recent_activity',0,0,1),(32,'rss_client',0,0,0),(33,'search_forums',0,0,1),(34,'section_links',0,0,1),(35,'selfcompletion',0,0,0),(36,'settings',0,0,1),(37,'site_main_menu',0,0,1),(38,'social_activities',0,0,1),(39,'tag_flickr',0,0,1),(40,'tag_youtube',0,0,0),(41,'tags',0,0,1),(42,'recentlyaccessedcourses',0,0,1),(43,'recentlyaccesseditems',0,0,1),(44,'starredcourses',0,0,1),(45,'timeline',0,0,1),(46,'accessreview',0,0,1); +/*!40000 ALTER TABLE `m_block` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_instances` +-- + +DROP TABLE IF EXISTS `m_block_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parentcontextid` bigint NOT NULL, + `showinsubcontexts` smallint NOT NULL, + `requiredbytheme` smallint NOT NULL DEFAULT '0', + `pagetypepattern` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpagepattern` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultregion` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultweight` bigint NOT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`), + KEY `m_blocinst_tim_ix` (`timemodified`), + KEY `m_blocinst_par_ix` (`parentcontextid`), + KEY `m_blocinst_blo_ix` (`blockname`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores block instances. The type of block this is'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_instances` +-- + +LOCK TABLES `m_block_instances` WRITE; +/*!40000 ALTER TABLE `m_block_instances` DISABLE KEYS */; +INSERT INTO `m_block_instances` VALUES (1,'admin_bookmarks',1,0,0,'admin-*',NULL,'side-pre',2,'',1566467696,1566467696),(2,'private_files',1,0,0,'my-index','2','side-post',0,'',1566467696,1566467696),(3,'online_users',1,0,0,'my-index','2','side-post',1,'',1566467696,1566467696),(4,'badges',1,0,0,'my-index','2','side-post',2,'',1566467696,1566467696),(5,'calendar_month',1,0,0,'my-index','2','content',3,'',1566467697,1566467697),(6,'calendar_upcoming',1,0,0,'my-index','2','side-post',4,'',1566467697,1566467697),(7,'lp',1,0,0,'my-index','2','content',0,'',1566467697,1566467697),(9,'private_files',5,0,0,'my-index','3','side-post',0,'',1566468808,1566468808),(10,'online_users',5,0,0,'my-index','3','side-post',1,'',1566468808,1566468808),(11,'badges',5,0,0,'my-index','3','side-post',2,'',1566468808,1566468808),(12,'calendar_month',5,0,0,'my-index','3','content',3,'',1566468808,1566468808),(13,'calendar_upcoming',5,0,0,'my-index','3','side-post',4,'',1566468808,1566468808),(14,'lp',5,0,0,'my-index','3','content',0,'',1566468808,1566468808),(16,'recentlyaccessedcourses',1,0,0,'my-index','2','content',0,'',1612456678,1612456678),(17,'recentlyaccessedcourses',5,0,0,'my-index','3','content',0,'',1612456678,1612456678),(18,'timeline',1,0,0,'my-index','2','content',0,'',1612456679,1612456679),(19,'timeline',5,0,0,'my-index','3','content',0,'',1612456679,1612456679),(20,'myoverview',1,0,0,'my-index','4','content',0,'',1680158637,1680158637),(21,'recentlyaccesseditems',5,0,0,'my-index','3','side-post',0,NULL,1680158638,1680158638); +/*!40000 ALTER TABLE `m_block_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_positions` +-- + +DROP TABLE IF EXISTS `m_block_positions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_positions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `blockinstanceid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `pagetype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subpage` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` smallint NOT NULL, + `region` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`), + KEY `m_blocposi_blo_ix` (`blockinstanceid`), + KEY `m_blocposi_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the position of a sticky block_instance on a another '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_positions` +-- + +LOCK TABLES `m_block_positions` WRITE; +/*!40000 ALTER TABLE `m_block_positions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_positions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recent_activity` +-- + +DROP TABLE IF EXISTS `m_block_recent_activity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recent_activity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint NOT NULL, + `action` tinyint(1) NOT NULL, + `modname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_blocreceacti_coutim_ix` (`courseid`,`timecreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Recent activity block'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recent_activity` +-- + +LOCK TABLES `m_block_recent_activity` WRITE; +/*!40000 ALTER TABLE `m_block_recent_activity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recent_activity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_recentlyaccesseditems` +-- + +DROP TABLE IF EXISTS `m_block_recentlyaccesseditems`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_recentlyaccesseditems` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timeaccess` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`), + KEY `m_blocrece_use_ix` (`userid`), + KEY `m_blocrece_cou_ix` (`courseid`), + KEY `m_blocrece_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Most recently accessed items accessed by a user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_recentlyaccesseditems` +-- + +LOCK TABLES `m_block_recentlyaccesseditems` WRITE; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_recentlyaccesseditems` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_block_rss_client` +-- + +DROP TABLE IF EXISTS `m_block_rss_client`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_block_rss_client` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `preferredtitle` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `shared` tinyint NOT NULL DEFAULT '0', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `skiptime` bigint NOT NULL DEFAULT '0', + `skipuntil` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Remote news feed information. Contains the news feed id, the'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_block_rss_client` +-- + +LOCK TABLES `m_block_rss_client` WRITE; +/*!40000 ALTER TABLE `m_block_rss_client` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_block_rss_client` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_association` +-- + +DROP TABLE IF EXISTS `m_blog_association`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_association` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `blogid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_blogasso_con_ix` (`contextid`), + KEY `m_blogasso_blo_ix` (`blogid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Associations of blog entries with courses and module instanc'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_blog_association` +-- + +LOCK TABLES `m_blog_association` WRITE; +/*!40000 ALTER TABLE `m_blog_association` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_association` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_blog_external` +-- + +DROP TABLE IF EXISTS `m_blog_external`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_blog_external` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filtertags` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timefetched` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_blogexte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='External blog links used for RSS copying of blog entries to '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_blog_external` +-- + +LOCK TABLES `m_blog_external` WRITE; +/*!40000 ALTER TABLE `m_blog_external` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_blog_external` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book` +-- + +DROP TABLE IF EXISTS `m_book`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `numbering` smallint NOT NULL DEFAULT '0', + `navstyle` smallint NOT NULL DEFAULT '1', + `customtitles` tinyint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_book_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book` +-- + +LOCK TABLES `m_book` WRITE; +/*!40000 ALTER TABLE `m_book` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_book_chapters` +-- + +DROP TABLE IF EXISTS `m_book_chapters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_book_chapters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bookid` bigint NOT NULL DEFAULT '0', + `pagenum` bigint NOT NULL DEFAULT '0', + `subchapter` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL DEFAULT '0', + `hidden` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `importsrc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_bookchap_boo_ix` (`bookid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines book_chapters'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_book_chapters` +-- + +LOCK TABLES `m_book_chapters` WRITE; +/*!40000 ALTER TABLE `m_book_chapters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_book_chapters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_filters` +-- + +DROP TABLE IF EXISTS `m_cache_filters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_filters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` bigint NOT NULL DEFAULT '0', + `md5key` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawtext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_cachfilt_filmd5_ix` (`filter`,`md5key`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping information about cached data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_filters` +-- + +LOCK TABLES `m_cache_filters` WRITE; +/*!40000 ALTER TABLE `m_cache_filters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cache_filters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cache_flags` +-- + +DROP TABLE IF EXISTS `m_cache_flags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cache_flags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `flagtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expiry` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_cachflag_fla_ix` (`flagtype`), + KEY `m_cachflag_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Cache of time-sensitive flags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cache_flags` +-- + +LOCK TABLES `m_cache_flags` WRITE; +/*!40000 ALTER TABLE `m_cache_flags` DISABLE KEYS */; +INSERT INTO `m_cache_flags` VALUES (1,'userpreferenceschanged','2',1696857378,'1',1696864578),(2,'accesslib/dirtycontexts','/1/3/21',1566471456,'1',1566478656),(3,'userpreferenceschanged','3',1566471364,'1',1566478564),(4,'userpreferenceschanged','4',1566471397,'1',1566478597),(5,'accesslib/dirtycontexts','/1',1696857217,'1',1696864417); +/*!40000 ALTER TABLE `m_cache_flags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_capabilities` +-- + +DROP TABLE IF EXISTS `m_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `captype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextlevel` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `riskbitmask` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_capa_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=743 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines all capabilities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_capabilities` +-- + +LOCK TABLES `m_capabilities` WRITE; +/*!40000 ALTER TABLE `m_capabilities` DISABLE KEYS */; +INSERT INTO `m_capabilities` VALUES (1,'moodle/site:config','write',10,'moodle',62),(2,'moodle/site:configview','read',10,'moodle',0),(3,'moodle/site:readallmessages','read',10,'moodle',8),(4,'moodle/site:manageallmessaging','write',10,'moodle',8),(5,'moodle/site:deleteanymessage','write',10,'moodle',32),(6,'moodle/site:sendmessage','write',10,'moodle',16),(7,'moodle/site:deleteownmessage','write',10,'moodle',0),(8,'moodle/site:approvecourse','write',40,'moodle',4),(9,'moodle/backup:backupcourse','write',50,'moodle',28),(10,'moodle/backup:backupsection','write',50,'moodle',28),(11,'moodle/backup:backupactivity','write',70,'moodle',28),(13,'moodle/backup:backuptargetimport','read',50,'moodle',28),(14,'moodle/backup:downloadfile','write',50,'moodle',28),(15,'moodle/backup:configure','write',50,'moodle',28),(16,'moodle/backup:userinfo','read',50,'moodle',8),(17,'moodle/backup:anonymise','read',50,'moodle',8),(18,'moodle/restore:restorecourse','write',50,'moodle',28),(19,'moodle/restore:restoresection','write',50,'moodle',28),(20,'moodle/restore:restoreactivity','write',50,'moodle',28),(21,'moodle/restore:viewautomatedfilearea','write',50,'moodle',28),(23,'moodle/restore:restoretargetimport','write',50,'moodle',28),(24,'moodle/restore:uploadfile','write',50,'moodle',28),(25,'moodle/restore:configure','write',50,'moodle',28),(26,'moodle/restore:rolldates','write',50,'moodle',0),(27,'moodle/restore:userinfo','write',50,'moodle',30),(28,'moodle/restore:createuser','write',10,'moodle',24),(29,'moodle/site:manageblocks','write',80,'moodle',20),(30,'moodle/site:accessallgroups','read',70,'moodle',0),(31,'moodle/site:viewfullnames','read',70,'moodle',0),(32,'moodle/site:viewuseridentity','read',70,'moodle',0),(33,'moodle/site:viewreports','read',50,'moodle',8),(34,'moodle/site:trustcontent','write',70,'moodle',4),(35,'moodle/site:uploadusers','write',10,'moodle',24),(36,'moodle/filter:manage','write',50,'moodle',0),(37,'moodle/user:create','write',10,'moodle',24),(38,'moodle/user:delete','write',10,'moodle',40),(39,'moodle/user:update','write',10,'moodle',24),(40,'moodle/user:viewdetails','read',50,'moodle',0),(41,'moodle/user:viewalldetails','read',30,'moodle',8),(42,'moodle/user:viewlastip','read',30,'moodle',8),(43,'moodle/user:viewhiddendetails','read',50,'moodle',8),(44,'moodle/user:loginas','write',50,'moodle',30),(45,'moodle/user:managesyspages','write',10,'moodle',0),(46,'moodle/user:manageblocks','write',30,'moodle',0),(47,'moodle/user:manageownblocks','write',10,'moodle',0),(48,'moodle/user:manageownfiles','write',10,'moodle',0),(49,'moodle/user:ignoreuserquota','write',10,'moodle',0),(50,'moodle/my:configsyspages','write',10,'moodle',0),(51,'moodle/role:assign','write',50,'moodle',28),(52,'moodle/role:review','read',50,'moodle',8),(53,'moodle/role:override','write',50,'moodle',28),(54,'moodle/role:safeoverride','write',50,'moodle',16),(55,'moodle/role:manage','write',10,'moodle',28),(56,'moodle/role:switchroles','read',50,'moodle',12),(57,'moodle/category:manage','write',40,'moodle',4),(58,'moodle/category:viewhiddencategories','read',40,'moodle',0),(59,'moodle/cohort:manage','write',40,'moodle',0),(60,'moodle/cohort:assign','write',40,'moodle',0),(61,'moodle/cohort:view','read',50,'moodle',0),(62,'moodle/course:create','write',40,'moodle',4),(63,'moodle/course:request','write',40,'moodle',0),(64,'moodle/course:delete','write',50,'moodle',32),(65,'moodle/course:update','write',50,'moodle',4),(66,'moodle/course:view','read',50,'moodle',0),(67,'moodle/course:enrolreview','read',50,'moodle',8),(68,'moodle/course:enrolconfig','write',50,'moodle',8),(69,'moodle/course:reviewotherusers','read',50,'moodle',0),(70,'moodle/course:bulkmessaging','write',50,'moodle',16),(71,'moodle/course:viewhiddenuserfields','read',50,'moodle',8),(72,'moodle/course:viewhiddencourses','read',50,'moodle',0),(73,'moodle/course:visibility','write',50,'moodle',0),(74,'moodle/course:managefiles','write',50,'moodle',4),(75,'moodle/course:ignoreavailabilityrestrictions','read',70,'moodle',0),(76,'moodle/course:ignorefilesizelimits','write',50,'moodle',0),(77,'moodle/course:manageactivities','write',70,'moodle',4),(78,'moodle/course:activityvisibility','write',70,'moodle',0),(79,'moodle/course:viewhiddenactivities','read',70,'moodle',0),(80,'moodle/course:viewparticipants','read',50,'moodle',0),(81,'moodle/course:changefullname','write',50,'moodle',4),(82,'moodle/course:changeshortname','write',50,'moodle',4),(83,'moodle/course:renameroles','write',50,'moodle',0),(84,'moodle/course:changeidnumber','write',50,'moodle',4),(85,'moodle/course:changecategory','write',50,'moodle',4),(86,'moodle/course:changesummary','write',50,'moodle',4),(87,'moodle/course:setforcedlanguage','write',50,'moodle',0),(88,'moodle/site:viewparticipants','read',10,'moodle',0),(89,'moodle/course:isincompletionreports','read',50,'moodle',0),(90,'moodle/course:viewscales','read',50,'moodle',0),(91,'moodle/course:managescales','write',50,'moodle',0),(92,'moodle/course:managegroups','write',50,'moodle',4),(93,'moodle/course:reset','write',50,'moodle',32),(94,'moodle/course:viewsuspendedusers','read',50,'moodle',0),(95,'moodle/course:tag','write',50,'moodle',16),(96,'moodle/blog:view','read',10,'moodle',0),(97,'moodle/blog:search','read',10,'moodle',0),(98,'moodle/blog:viewdrafts','read',10,'moodle',8),(99,'moodle/blog:create','write',10,'moodle',16),(100,'moodle/blog:manageentries','write',10,'moodle',16),(101,'moodle/blog:manageexternal','write',10,'moodle',16),(102,'moodle/calendar:manageownentries','write',50,'moodle',16),(103,'moodle/calendar:managegroupentries','write',50,'moodle',16),(104,'moodle/calendar:manageentries','write',50,'moodle',16),(105,'moodle/user:editprofile','write',30,'moodle',24),(106,'moodle/user:editownprofile','write',10,'moodle',16),(107,'moodle/user:changeownpassword','write',10,'moodle',0),(108,'moodle/user:readuserposts','read',30,'moodle',0),(109,'moodle/user:readuserblogs','read',30,'moodle',0),(110,'moodle/user:viewuseractivitiesreport','read',30,'moodle',8),(111,'moodle/user:editmessageprofile','write',30,'moodle',16),(112,'moodle/user:editownmessageprofile','write',10,'moodle',0),(113,'moodle/question:managecategory','write',50,'moodle',20),(114,'moodle/question:add','write',50,'moodle',20),(115,'moodle/question:editmine','write',50,'moodle',20),(116,'moodle/question:editall','write',50,'moodle',20),(117,'moodle/question:viewmine','read',50,'moodle',0),(118,'moodle/question:viewall','read',50,'moodle',0),(119,'moodle/question:usemine','read',50,'moodle',0),(120,'moodle/question:useall','read',50,'moodle',0),(121,'moodle/question:movemine','write',50,'moodle',0),(122,'moodle/question:moveall','write',50,'moodle',0),(123,'moodle/question:config','write',10,'moodle',2),(124,'moodle/question:flag','write',50,'moodle',0),(125,'moodle/question:tagmine','write',50,'moodle',0),(126,'moodle/question:tagall','write',50,'moodle',0),(127,'moodle/site:doclinks','read',10,'moodle',0),(128,'moodle/course:sectionvisibility','write',50,'moodle',0),(129,'moodle/course:useremail','write',50,'moodle',0),(130,'moodle/course:viewhiddensections','read',50,'moodle',0),(131,'moodle/course:setcurrentsection','write',50,'moodle',0),(132,'moodle/course:movesections','write',50,'moodle',0),(133,'moodle/site:mnetlogintoremote','read',10,'moodle',0),(134,'moodle/grade:viewall','read',50,'moodle',8),(135,'moodle/grade:view','read',50,'moodle',0),(136,'moodle/grade:viewhidden','read',50,'moodle',8),(137,'moodle/grade:import','write',50,'moodle',12),(138,'moodle/grade:export','read',50,'moodle',8),(139,'moodle/grade:manage','write',50,'moodle',12),(140,'moodle/grade:edit','write',50,'moodle',12),(141,'moodle/grade:managegradingforms','write',50,'moodle',12),(142,'moodle/grade:sharegradingforms','write',10,'moodle',4),(143,'moodle/grade:managesharedforms','write',10,'moodle',4),(144,'moodle/grade:manageoutcomes','write',50,'moodle',0),(145,'moodle/grade:manageletters','write',50,'moodle',0),(146,'moodle/grade:hide','write',50,'moodle',0),(147,'moodle/grade:lock','write',50,'moodle',0),(148,'moodle/grade:unlock','write',50,'moodle',0),(149,'moodle/my:manageblocks','write',10,'moodle',0),(150,'moodle/notes:view','read',50,'moodle',0),(151,'moodle/notes:manage','write',50,'moodle',16),(152,'moodle/tag:manage','write',10,'moodle',16),(153,'moodle/tag:edit','write',10,'moodle',16),(154,'moodle/tag:flag','write',10,'moodle',16),(155,'moodle/tag:editblocks','write',10,'moodle',0),(156,'moodle/block:view','read',80,'moodle',0),(157,'moodle/block:edit','write',80,'moodle',20),(158,'moodle/portfolio:export','read',10,'moodle',0),(159,'moodle/comment:view','read',50,'moodle',0),(160,'moodle/comment:post','write',50,'moodle',24),(161,'moodle/comment:delete','write',50,'moodle',32),(162,'moodle/webservice:createtoken','write',10,'moodle',62),(163,'moodle/webservice:managealltokens','write',10,'moodle',42),(164,'moodle/webservice:createmobiletoken','write',10,'moodle',24),(165,'moodle/rating:view','read',50,'moodle',0),(166,'moodle/rating:viewany','read',50,'moodle',8),(167,'moodle/rating:viewall','read',50,'moodle',8),(168,'moodle/rating:rate','write',50,'moodle',0),(170,'moodle/course:markcomplete','write',50,'moodle',0),(171,'moodle/course:overridecompletion','write',50,'moodle',0),(174,'moodle/badges:manageglobalsettings','write',10,'moodle',34),(175,'moodle/badges:viewbadges','read',50,'moodle',0),(176,'moodle/badges:manageownbadges','write',30,'moodle',0),(177,'moodle/badges:viewotherbadges','read',30,'moodle',0),(178,'moodle/badges:earnbadge','write',50,'moodle',0),(179,'moodle/badges:createbadge','write',50,'moodle',16),(180,'moodle/badges:deletebadge','write',50,'moodle',32),(181,'moodle/badges:configuredetails','write',50,'moodle',16),(182,'moodle/badges:configurecriteria','write',50,'moodle',4),(183,'moodle/badges:configuremessages','write',50,'moodle',16),(184,'moodle/badges:awardbadge','write',50,'moodle',16),(185,'moodle/badges:revokebadge','write',50,'moodle',16),(186,'moodle/badges:viewawarded','read',50,'moodle',8),(187,'moodle/site:forcelanguage','read',10,'moodle',0),(188,'moodle/search:query','read',10,'moodle',0),(189,'moodle/competency:competencymanage','write',40,'moodle',0),(190,'moodle/competency:competencyview','read',40,'moodle',0),(191,'moodle/competency:competencygrade','write',50,'moodle',0),(192,'moodle/competency:coursecompetencymanage','write',50,'moodle',0),(193,'moodle/competency:coursecompetencyconfigure','write',70,'moodle',0),(194,'moodle/competency:coursecompetencygradable','read',50,'moodle',0),(195,'moodle/competency:coursecompetencyview','read',50,'moodle',0),(196,'moodle/competency:evidencedelete','write',30,'moodle',0),(197,'moodle/competency:planmanage','write',30,'moodle',0),(198,'moodle/competency:planmanagedraft','write',30,'moodle',0),(199,'moodle/competency:planmanageown','write',30,'moodle',0),(200,'moodle/competency:planmanageowndraft','write',30,'moodle',0),(201,'moodle/competency:planview','read',30,'moodle',0),(202,'moodle/competency:planviewdraft','read',30,'moodle',0),(203,'moodle/competency:planviewown','read',30,'moodle',0),(204,'moodle/competency:planviewowndraft','read',30,'moodle',0),(205,'moodle/competency:planrequestreview','write',30,'moodle',0),(206,'moodle/competency:planrequestreviewown','write',30,'moodle',0),(207,'moodle/competency:planreview','write',30,'moodle',0),(208,'moodle/competency:plancomment','write',30,'moodle',0),(209,'moodle/competency:plancommentown','write',30,'moodle',0),(210,'moodle/competency:usercompetencyview','read',30,'moodle',0),(211,'moodle/competency:usercompetencyrequestreview','write',30,'moodle',0),(212,'moodle/competency:usercompetencyrequestreviewown','write',30,'moodle',0),(213,'moodle/competency:usercompetencyreview','write',30,'moodle',0),(214,'moodle/competency:usercompetencycomment','write',30,'moodle',0),(215,'moodle/competency:usercompetencycommentown','write',30,'moodle',0),(216,'moodle/competency:templatemanage','write',40,'moodle',0),(217,'moodle/analytics:listinsights','read',50,'moodle',8),(218,'moodle/analytics:managemodels','write',10,'moodle',2),(219,'moodle/competency:templateview','read',40,'moodle',0),(220,'moodle/competency:userevidencemanage','write',30,'moodle',0),(221,'moodle/competency:userevidencemanageown','write',30,'moodle',0),(222,'moodle/competency:userevidenceview','read',30,'moodle',0),(223,'moodle/site:maintenanceaccess','write',10,'moodle',0),(224,'mod/assign:view','read',70,'mod_assign',0),(225,'mod/assign:submit','write',70,'mod_assign',0),(226,'mod/assign:grade','write',70,'mod_assign',4),(227,'mod/assign:exportownsubmission','read',70,'mod_assign',0),(228,'mod/assign:addinstance','write',50,'mod_assign',4),(229,'mod/assign:editothersubmission','write',70,'mod_assign',41),(230,'mod/assign:grantextension','write',70,'mod_assign',0),(231,'mod/assign:revealidentities','write',70,'mod_assign',0),(232,'mod/assign:reviewgrades','write',70,'mod_assign',0),(233,'mod/assign:releasegrades','write',70,'mod_assign',0),(234,'mod/assign:managegrades','write',70,'mod_assign',0),(235,'mod/assign:manageallocations','write',70,'mod_assign',0),(236,'mod/assign:viewgrades','read',70,'mod_assign',0),(237,'mod/assign:viewblinddetails','write',70,'mod_assign',8),(238,'mod/assign:receivegradernotifications','read',70,'mod_assign',0),(239,'mod/assign:manageoverrides','write',70,'mod_assign',0),(245,'mod/book:addinstance','write',50,'mod_book',4),(246,'mod/book:read','read',70,'mod_book',0),(247,'mod/book:viewhiddenchapters','read',70,'mod_book',0),(248,'mod/book:edit','write',70,'mod_book',4),(249,'mod/chat:addinstance','write',50,'mod_chat',4),(250,'mod/chat:chat','write',70,'mod_chat',16),(251,'mod/chat:readlog','read',70,'mod_chat',0),(252,'mod/chat:deletelog','write',70,'mod_chat',0),(253,'mod/chat:exportparticipatedsession','read',70,'mod_chat',8),(254,'mod/chat:exportsession','read',70,'mod_chat',8),(255,'mod/chat:view','read',70,'mod_chat',0),(256,'mod/choice:addinstance','write',50,'mod_choice',4),(257,'mod/choice:choose','write',70,'mod_choice',0),(258,'mod/choice:readresponses','read',70,'mod_choice',0),(259,'mod/choice:deleteresponses','write',70,'mod_choice',0),(260,'mod/choice:downloadresponses','read',70,'mod_choice',0),(261,'mod/choice:view','read',70,'mod_choice',0),(262,'mod/data:addinstance','write',50,'mod_data',4),(263,'mod/data:viewentry','read',70,'mod_data',0),(264,'mod/data:writeentry','write',70,'mod_data',16),(265,'mod/data:comment','write',70,'mod_data',16),(266,'mod/data:rate','write',70,'mod_data',0),(267,'mod/data:viewrating','read',70,'mod_data',0),(268,'mod/data:viewanyrating','read',70,'mod_data',8),(269,'mod/data:viewallratings','read',70,'mod_data',8),(270,'mod/data:approve','write',70,'mod_data',16),(271,'mod/data:manageentries','write',70,'mod_data',16),(272,'mod/data:managecomments','write',70,'mod_data',16),(273,'mod/data:managetemplates','write',70,'mod_data',20),(274,'mod/data:viewalluserpresets','read',70,'mod_data',0),(275,'mod/data:manageuserpresets','write',70,'mod_data',20),(276,'mod/data:exportentry','read',70,'mod_data',8),(277,'mod/data:exportownentry','read',70,'mod_data',0),(278,'mod/data:exportallentries','read',70,'mod_data',8),(279,'mod/data:exportuserinfo','read',70,'mod_data',8),(280,'mod/data:view','read',70,'mod_data',0),(281,'mod/feedback:addinstance','write',50,'mod_feedback',4),(282,'mod/feedback:view','read',70,'mod_feedback',0),(283,'mod/feedback:complete','write',70,'mod_feedback',16),(284,'mod/feedback:viewanalysepage','read',70,'mod_feedback',8),(285,'mod/feedback:deletesubmissions','write',70,'mod_feedback',0),(286,'mod/feedback:mapcourse','write',70,'mod_feedback',0),(287,'mod/feedback:edititems','write',70,'mod_feedback',20),(288,'mod/feedback:createprivatetemplate','write',70,'mod_feedback',16),(289,'mod/feedback:createpublictemplate','write',70,'mod_feedback',16),(290,'mod/feedback:deletetemplate','write',70,'mod_feedback',0),(291,'mod/feedback:viewreports','read',70,'mod_feedback',8),(292,'mod/feedback:receivemail','read',70,'mod_feedback',8),(293,'mod/folder:addinstance','write',50,'mod_folder',4),(294,'mod/folder:view','read',70,'mod_folder',0),(295,'mod/folder:managefiles','write',70,'mod_folder',20),(296,'mod/forum:addinstance','write',50,'mod_forum',4),(297,'mod/forum:viewdiscussion','read',70,'mod_forum',0),(298,'mod/forum:viewhiddentimedposts','read',70,'mod_forum',0),(299,'mod/forum:startdiscussion','write',70,'mod_forum',16),(300,'mod/forum:replypost','write',70,'mod_forum',16),(301,'mod/forum:addnews','write',70,'mod_forum',16),(302,'mod/forum:replynews','write',70,'mod_forum',16),(303,'mod/forum:viewrating','read',70,'mod_forum',0),(304,'mod/forum:viewanyrating','read',70,'mod_forum',8),(305,'mod/forum:viewallratings','read',70,'mod_forum',8),(306,'mod/forum:rate','write',70,'mod_forum',0),(307,'mod/forum:createattachment','write',70,'mod_forum',16),(308,'mod/forum:deleteownpost','write',70,'mod_forum',0),(309,'mod/forum:deleteanypost','write',70,'mod_forum',0),(310,'mod/forum:splitdiscussions','write',70,'mod_forum',0),(311,'mod/forum:movediscussions','write',70,'mod_forum',0),(312,'mod/forum:pindiscussions','write',70,'mod_forum',0),(313,'mod/forum:editanypost','write',70,'mod_forum',16),(314,'mod/forum:viewqandawithoutposting','read',70,'mod_forum',0),(315,'mod/forum:viewsubscribers','read',70,'mod_forum',0),(316,'mod/forum:managesubscriptions','write',70,'mod_forum',16),(317,'mod/forum:postwithoutthrottling','write',70,'mod_forum',16),(318,'mod/forum:exportdiscussion','read',70,'mod_forum',8),(319,'mod/forum:exportpost','read',70,'mod_forum',8),(320,'mod/forum:exportownpost','read',70,'mod_forum',8),(321,'mod/forum:addquestion','write',70,'mod_forum',16),(322,'mod/forum:allowforcesubscribe','read',70,'mod_forum',0),(323,'mod/forum:canposttomygroups','write',70,'mod_forum',0),(324,'mod/forum:canoverridediscussionlock','write',70,'mod_forum',0),(325,'mod/glossary:addinstance','write',50,'mod_glossary',4),(326,'mod/glossary:view','read',70,'mod_glossary',0),(327,'mod/glossary:write','write',70,'mod_glossary',16),(328,'mod/glossary:manageentries','write',70,'mod_glossary',16),(329,'mod/glossary:managecategories','write',70,'mod_glossary',16),(330,'mod/glossary:comment','write',70,'mod_glossary',16),(331,'mod/glossary:managecomments','write',70,'mod_glossary',16),(332,'mod/glossary:import','write',70,'mod_glossary',16),(333,'mod/glossary:export','read',70,'mod_glossary',0),(334,'mod/glossary:approve','write',70,'mod_glossary',16),(335,'mod/glossary:rate','write',70,'mod_glossary',0),(336,'mod/glossary:viewrating','read',70,'mod_glossary',0),(337,'mod/glossary:viewanyrating','read',70,'mod_glossary',8),(338,'mod/glossary:viewallratings','read',70,'mod_glossary',8),(339,'mod/glossary:exportentry','read',70,'mod_glossary',8),(340,'mod/glossary:exportownentry','read',70,'mod_glossary',0),(341,'mod/imscp:view','read',70,'mod_imscp',0),(342,'mod/imscp:addinstance','write',50,'mod_imscp',4),(343,'mod/label:addinstance','write',50,'mod_label',4),(344,'mod/label:view','read',70,'mod_label',0),(345,'mod/lesson:addinstance','write',50,'mod_lesson',4),(346,'mod/lesson:edit','write',70,'mod_lesson',4),(347,'mod/lesson:grade','write',70,'mod_lesson',20),(348,'mod/lesson:viewreports','read',70,'mod_lesson',8),(349,'mod/lesson:manage','write',70,'mod_lesson',0),(350,'mod/lesson:manageoverrides','write',70,'mod_lesson',0),(351,'mod/lesson:view','read',70,'mod_lesson',0),(352,'mod/lti:view','read',70,'mod_lti',0),(353,'mod/lti:addinstance','write',50,'mod_lti',4),(354,'mod/lti:manage','write',70,'mod_lti',8),(355,'mod/lti:admin','write',70,'mod_lti',8),(356,'mod/lti:addcoursetool','write',50,'mod_lti',0),(357,'mod/lti:requesttooladd','write',50,'mod_lti',0),(358,'mod/page:view','read',70,'mod_page',0),(359,'mod/page:addinstance','write',50,'mod_page',4),(360,'mod/quiz:view','read',70,'mod_quiz',0),(361,'mod/quiz:addinstance','write',50,'mod_quiz',4),(362,'mod/quiz:attempt','write',70,'mod_quiz',16),(363,'mod/quiz:reviewmyattempts','read',70,'mod_quiz',0),(364,'mod/quiz:manage','write',70,'mod_quiz',16),(365,'mod/quiz:manageoverrides','write',70,'mod_quiz',0),(366,'mod/quiz:preview','write',70,'mod_quiz',0),(367,'mod/quiz:grade','write',70,'mod_quiz',20),(368,'mod/quiz:regrade','write',70,'mod_quiz',16),(369,'mod/quiz:viewreports','read',70,'mod_quiz',8),(370,'mod/quiz:deleteattempts','write',70,'mod_quiz',32),(371,'mod/quiz:ignoretimelimits','read',70,'mod_quiz',0),(372,'mod/quiz:emailconfirmsubmission','read',70,'mod_quiz',0),(373,'mod/quiz:emailnotifysubmission','read',70,'mod_quiz',0),(374,'mod/quiz:emailwarnoverdue','read',70,'mod_quiz',0),(375,'mod/resource:view','read',70,'mod_resource',0),(376,'mod/resource:addinstance','write',50,'mod_resource',4),(377,'mod/scorm:addinstance','write',50,'mod_scorm',4),(378,'mod/scorm:viewreport','read',70,'mod_scorm',0),(379,'mod/scorm:skipview','read',70,'mod_scorm',0),(380,'mod/scorm:savetrack','write',70,'mod_scorm',0),(381,'mod/scorm:viewscores','read',70,'mod_scorm',0),(382,'mod/scorm:deleteresponses','write',70,'mod_scorm',0),(383,'mod/scorm:deleteownresponses','write',70,'mod_scorm',0),(384,'mod/survey:addinstance','write',50,'mod_survey',4),(385,'mod/survey:participate','read',70,'mod_survey',0),(386,'mod/survey:readresponses','read',70,'mod_survey',0),(387,'mod/survey:download','read',70,'mod_survey',0),(388,'mod/url:view','read',70,'mod_url',0),(389,'mod/url:addinstance','write',50,'mod_url',4),(390,'mod/wiki:addinstance','write',50,'mod_wiki',4),(391,'mod/wiki:viewpage','read',70,'mod_wiki',0),(392,'mod/wiki:editpage','write',70,'mod_wiki',16),(393,'mod/wiki:createpage','write',70,'mod_wiki',16),(394,'mod/wiki:viewcomment','read',70,'mod_wiki',0),(395,'mod/wiki:editcomment','write',70,'mod_wiki',16),(396,'mod/wiki:managecomment','write',70,'mod_wiki',0),(397,'mod/wiki:managefiles','write',70,'mod_wiki',0),(398,'mod/wiki:overridelock','write',70,'mod_wiki',0),(399,'mod/wiki:managewiki','write',70,'mod_wiki',0),(400,'mod/workshop:view','read',70,'mod_workshop',0),(401,'mod/workshop:addinstance','write',50,'mod_workshop',4),(402,'mod/workshop:switchphase','write',70,'mod_workshop',0),(403,'mod/workshop:editdimensions','write',70,'mod_workshop',4),(404,'mod/workshop:submit','write',70,'mod_workshop',0),(405,'mod/workshop:peerassess','write',70,'mod_workshop',0),(406,'mod/workshop:manageexamples','write',70,'mod_workshop',0),(407,'mod/workshop:allocate','write',70,'mod_workshop',0),(408,'mod/workshop:publishsubmissions','write',70,'mod_workshop',0),(409,'mod/workshop:viewauthornames','read',70,'mod_workshop',0),(410,'mod/workshop:viewreviewernames','read',70,'mod_workshop',0),(411,'mod/workshop:viewallsubmissions','read',70,'mod_workshop',0),(412,'mod/workshop:viewpublishedsubmissions','read',70,'mod_workshop',0),(413,'mod/workshop:viewauthorpublished','read',70,'mod_workshop',0),(414,'mod/workshop:viewallassessments','read',70,'mod_workshop',0),(415,'mod/workshop:overridegrades','write',70,'mod_workshop',0),(416,'mod/workshop:ignoredeadlines','write',70,'mod_workshop',0),(417,'mod/workshop:deletesubmissions','write',70,'mod_workshop',0),(418,'mod/workshop:exportsubmissions','read',70,'mod_workshop',0),(419,'auth/oauth2:managelinkedlogins','write',30,'auth_oauth2',0),(420,'enrol/category:synchronised','write',10,'enrol_category',0),(421,'enrol/category:config','write',50,'enrol_category',0),(422,'enrol/cohort:config','write',50,'enrol_cohort',0),(423,'enrol/cohort:unenrol','write',50,'enrol_cohort',0),(424,'enrol/database:unenrol','write',50,'enrol_database',0),(425,'enrol/database:config','write',50,'enrol_database',0),(426,'enrol/flatfile:manage','write',50,'enrol_flatfile',0),(427,'enrol/flatfile:unenrol','write',50,'enrol_flatfile',0),(428,'enrol/guest:config','write',50,'enrol_guest',0),(429,'enrol/imsenterprise:config','write',50,'enrol_imsenterprise',0),(430,'enrol/ldap:manage','write',50,'enrol_ldap',0),(431,'enrol/lti:config','write',50,'enrol_lti',0),(432,'enrol/lti:unenrol','write',50,'enrol_lti',0),(433,'enrol/manual:config','write',50,'enrol_manual',0),(434,'enrol/manual:enrol','write',50,'enrol_manual',0),(435,'enrol/manual:manage','write',50,'enrol_manual',0),(436,'enrol/manual:unenrol','write',50,'enrol_manual',0),(437,'enrol/manual:unenrolself','write',50,'enrol_manual',0),(438,'enrol/meta:config','write',50,'enrol_meta',0),(439,'enrol/meta:selectaslinked','read',50,'enrol_meta',0),(440,'enrol/meta:unenrol','write',50,'enrol_meta',0),(441,'enrol/mnet:config','write',50,'enrol_mnet',0),(442,'enrol/paypal:config','write',50,'enrol_paypal',0),(443,'enrol/paypal:manage','write',50,'enrol_paypal',0),(444,'enrol/paypal:unenrol','write',50,'enrol_paypal',0),(445,'enrol/paypal:unenrolself','write',50,'enrol_paypal',0),(446,'enrol/self:config','write',50,'enrol_self',0),(447,'enrol/self:manage','write',50,'enrol_self',0),(448,'enrol/self:holdkey','write',50,'enrol_self',0),(449,'enrol/self:unenrolself','write',50,'enrol_self',0),(450,'enrol/self:unenrol','write',50,'enrol_self',0),(451,'message/airnotifier:managedevice','write',10,'message_airnotifier',0),(452,'block/activity_modules:addinstance','write',80,'block_activity_modules',20),(453,'block/activity_results:addinstance','write',80,'block_activity_results',20),(454,'block/admin_bookmarks:myaddinstance','write',10,'block_admin_bookmarks',0),(455,'block/admin_bookmarks:addinstance','write',80,'block_admin_bookmarks',20),(456,'block/badges:addinstance','read',80,'block_badges',0),(457,'block/badges:myaddinstance','read',10,'block_badges',8),(458,'block/blog_menu:addinstance','write',80,'block_blog_menu',20),(459,'block/blog_recent:addinstance','write',80,'block_blog_recent',20),(460,'block/blog_tags:addinstance','write',80,'block_blog_tags',20),(461,'block/calendar_month:myaddinstance','write',10,'block_calendar_month',0),(462,'block/calendar_month:addinstance','write',80,'block_calendar_month',20),(463,'block/calendar_upcoming:myaddinstance','write',10,'block_calendar_upcoming',0),(464,'block/calendar_upcoming:addinstance','write',80,'block_calendar_upcoming',20),(465,'block/comments:myaddinstance','write',10,'block_comments',0),(466,'block/comments:addinstance','write',80,'block_comments',20),(469,'block/completionstatus:addinstance','write',80,'block_completionstatus',20),(470,'block/course_list:myaddinstance','write',10,'block_course_list',0),(471,'block/course_list:addinstance','write',80,'block_course_list',20),(472,'block/course_summary:addinstance','write',80,'block_course_summary',20),(473,'block/feedback:addinstance','write',80,'block_feedback',20),(474,'block/globalsearch:myaddinstance','write',10,'block_globalsearch',0),(475,'block/globalsearch:addinstance','write',80,'block_globalsearch',0),(476,'block/glossary_random:myaddinstance','write',10,'block_glossary_random',0),(477,'block/glossary_random:addinstance','write',80,'block_glossary_random',20),(478,'block/html:myaddinstance','write',10,'block_html',0),(479,'block/html:addinstance','write',80,'block_html',20),(480,'block/login:addinstance','write',80,'block_login',20),(481,'block/lp:addinstance','write',10,'block_lp',0),(482,'block/lp:myaddinstance','write',10,'block_lp',0),(484,'block/mentees:myaddinstance','write',10,'block_mentees',0),(485,'block/mentees:addinstance','write',80,'block_mentees',20),(486,'block/mnet_hosts:myaddinstance','write',10,'block_mnet_hosts',0),(487,'block/mnet_hosts:addinstance','write',80,'block_mnet_hosts',20),(488,'block/myoverview:myaddinstance','write',10,'block_myoverview',0),(490,'block/myprofile:myaddinstance','write',10,'block_myprofile',0),(491,'block/myprofile:addinstance','write',80,'block_myprofile',20),(492,'block/navigation:myaddinstance','write',10,'block_navigation',0),(493,'block/navigation:addinstance','write',80,'block_navigation',20),(494,'block/news_items:myaddinstance','write',10,'block_news_items',0),(495,'block/news_items:addinstance','write',80,'block_news_items',20),(496,'block/online_users:myaddinstance','write',10,'block_online_users',0),(497,'block/online_users:addinstance','write',80,'block_online_users',20),(498,'block/online_users:viewlist','read',80,'block_online_users',0),(500,'block/private_files:myaddinstance','write',10,'block_private_files',0),(501,'block/private_files:addinstance','write',80,'block_private_files',20),(503,'block/recent_activity:addinstance','write',80,'block_recent_activity',20),(504,'block/recent_activity:viewaddupdatemodule','read',50,'block_recent_activity',0),(505,'block/recent_activity:viewdeletemodule','read',50,'block_recent_activity',0),(506,'block/rss_client:myaddinstance','write',10,'block_rss_client',0),(507,'block/rss_client:addinstance','write',80,'block_rss_client',20),(508,'block/rss_client:manageownfeeds','write',80,'block_rss_client',0),(509,'block/rss_client:manageanyfeeds','write',80,'block_rss_client',16),(510,'block/search_forums:addinstance','write',80,'block_search_forums',20),(511,'block/section_links:addinstance','write',80,'block_section_links',20),(512,'block/selfcompletion:addinstance','write',80,'block_selfcompletion',20),(513,'block/settings:myaddinstance','write',10,'block_settings',0),(514,'block/settings:addinstance','write',80,'block_settings',20),(515,'block/site_main_menu:addinstance','write',80,'block_site_main_menu',20),(516,'block/social_activities:addinstance','write',80,'block_social_activities',20),(517,'block/tag_flickr:addinstance','write',80,'block_tag_flickr',20),(518,'block/tag_youtube:addinstance','write',80,'block_tag_youtube',20),(519,'block/tags:myaddinstance','write',10,'block_tags',0),(520,'block/tags:addinstance','write',80,'block_tags',20),(521,'report/completion:view','read',50,'report_completion',8),(522,'report/courseoverview:view','read',10,'report_courseoverview',8),(523,'report/log:view','read',50,'report_log',8),(524,'report/log:viewtoday','read',50,'report_log',8),(525,'report/loglive:view','read',50,'report_loglive',8),(526,'report/outline:view','read',50,'report_outline',8),(527,'report/outline:viewuserreport','read',50,'report_outline',8),(528,'report/participation:view','read',50,'report_participation',8),(529,'report/performance:view','read',10,'report_performance',2),(530,'report/progress:view','read',50,'report_progress',8),(531,'report/questioninstances:view','read',10,'report_questioninstances',0),(532,'report/security:view','read',10,'report_security',2),(533,'report/stats:view','read',50,'report_stats',8),(534,'report/usersessions:manageownsessions','write',30,'report_usersessions',0),(535,'gradeexport/ods:view','read',50,'gradeexport_ods',8),(536,'gradeexport/ods:publish','read',50,'gradeexport_ods',8),(537,'gradeexport/txt:view','read',50,'gradeexport_txt',8),(538,'gradeexport/txt:publish','read',50,'gradeexport_txt',8),(539,'gradeexport/xls:view','read',50,'gradeexport_xls',8),(540,'gradeexport/xls:publish','read',50,'gradeexport_xls',8),(541,'gradeexport/xml:view','read',50,'gradeexport_xml',8),(542,'gradeexport/xml:publish','read',50,'gradeexport_xml',8),(543,'gradeimport/csv:view','write',50,'gradeimport_csv',0),(544,'gradeimport/direct:view','write',50,'gradeimport_direct',0),(545,'gradeimport/xml:view','write',50,'gradeimport_xml',0),(546,'gradeimport/xml:publish','write',50,'gradeimport_xml',0),(547,'gradereport/grader:view','read',50,'gradereport_grader',8),(548,'gradereport/history:view','read',50,'gradereport_history',8),(549,'gradereport/outcomes:view','read',50,'gradereport_outcomes',8),(550,'gradereport/overview:view','read',50,'gradereport_overview',8),(551,'gradereport/singleview:view','read',50,'gradereport_singleview',8),(552,'gradereport/user:view','read',50,'gradereport_user',8),(553,'webservice/rest:use','read',50,'webservice_rest',0),(554,'webservice/soap:use','read',50,'webservice_soap',0),(556,'repository/areafiles:view','read',70,'repository_areafiles',0),(557,'repository/boxnet:view','read',70,'repository_boxnet',0),(558,'repository/coursefiles:view','read',70,'repository_coursefiles',0),(559,'repository/dropbox:view','read',70,'repository_dropbox',0),(560,'repository/equella:view','read',70,'repository_equella',0),(561,'repository/filesystem:view','read',70,'repository_filesystem',0),(562,'repository/flickr:view','read',70,'repository_flickr',0),(563,'repository/flickr_public:view','read',70,'repository_flickr_public',0),(564,'repository/googledocs:view','read',70,'repository_googledocs',0),(565,'repository/local:view','read',70,'repository_local',0),(566,'repository/merlot:view','read',70,'repository_merlot',0),(567,'repository/onedrive:view','read',70,'repository_onedrive',0),(568,'repository/picasa:view','read',70,'repository_picasa',0),(569,'repository/recent:view','read',70,'repository_recent',0),(570,'repository/s3:view','read',70,'repository_s3',0),(571,'repository/skydrive:view','read',70,'repository_skydrive',0),(572,'repository/upload:view','read',70,'repository_upload',0),(573,'repository/url:view','read',70,'repository_url',0),(574,'repository/user:view','read',70,'repository_user',0),(575,'repository/webdav:view','read',70,'repository_webdav',0),(576,'repository/wikimedia:view','read',70,'repository_wikimedia',0),(577,'repository/youtube:view','read',70,'repository_youtube',0),(578,'tool/customlang:view','read',10,'tool_customlang',2),(579,'tool/customlang:edit','write',10,'tool_customlang',6),(580,'tool/dataprivacy:managedatarequests','write',10,'tool_dataprivacy',60),(581,'tool/dataprivacy:managedataregistry','write',10,'tool_dataprivacy',60),(582,'tool/dataprivacy:makedatarequestsforchildren','write',30,'tool_dataprivacy',24),(583,'tool/dataprivacy:downloadownrequest','read',30,'tool_dataprivacy',0),(584,'tool/dataprivacy:downloadallrequests','read',30,'tool_dataprivacy',8),(585,'tool/lpmigrate:frameworksmigrate','write',10,'tool_lpmigrate',0),(586,'tool/monitor:subscribe','read',50,'tool_monitor',8),(587,'tool/monitor:managerules','write',50,'tool_monitor',4),(588,'tool/monitor:managetool','write',10,'tool_monitor',4),(589,'tool/policy:accept','write',10,'tool_policy',0),(590,'tool/policy:acceptbehalf','write',30,'tool_policy',8),(591,'tool/policy:managedocs','write',10,'tool_policy',0),(592,'tool/policy:viewacceptances','read',10,'tool_policy',0),(593,'tool/recyclebin:deleteitems','write',50,'tool_recyclebin',32),(594,'tool/recyclebin:restoreitems','write',50,'tool_recyclebin',0),(595,'tool/recyclebin:viewitems','read',50,'tool_recyclebin',0),(596,'tool/uploaduser:uploaduserpictures','write',10,'tool_uploaduser',16),(597,'tool/usertours:managetours','write',10,'tool_usertours',4),(598,'booktool/exportimscp:export','read',70,'booktool_exportimscp',0),(599,'booktool/importhtml:import','write',70,'booktool_importhtml',4),(600,'booktool/print:print','read',70,'booktool_print',0),(601,'quiz/grading:viewstudentnames','read',70,'quiz_grading',0),(602,'quiz/grading:viewidnumber','read',70,'quiz_grading',0),(603,'quiz/statistics:view','read',70,'quiz_statistics',0),(604,'moodle/site:senderrormessage','write',10,'moodle',16),(605,'moodle/site:viewanonymousevents','read',70,'moodle',8),(606,'moodle/category:viewcourselist','read',40,'moodle',0),(607,'moodle/course:creategroupconversations','write',50,'moodle',4),(608,'moodle/course:changelockedcustomfields','write',50,'moodle',16),(609,'moodle/course:configurecustomfields','write',10,'moodle',16),(610,'moodle/site:messageanyuser','write',10,'moodle',16),(611,'moodle/site:managecontextlocks','write',70,'moodle',0),(612,'moodle/course:togglecompletion','write',70,'moodle',0),(613,'moodle/analytics:listowninsights','read',10,'moodle',0),(614,'moodle/h5p:setdisplayoptions','write',70,'moodle',0),(615,'moodle/h5p:deploy','write',70,'moodle',4),(616,'moodle/h5p:updatelibraries','write',70,'moodle',4),(617,'moodle/course:recommendactivity','write',10,'moodle',0),(618,'moodle/contentbank:access','read',50,'moodle',0),(619,'moodle/contentbank:upload','write',50,'moodle',16),(620,'moodle/contentbank:deleteanycontent','write',50,'moodle',32),(621,'moodle/contentbank:deleteowncontent','write',50,'moodle',0),(622,'moodle/contentbank:manageanycontent','write',50,'moodle',32),(623,'moodle/contentbank:manageowncontent','write',50,'moodle',0),(624,'moodle/contentbank:useeditor','write',50,'moodle',16),(625,'moodle/contentbank:downloadcontent','read',50,'moodle',0),(626,'moodle/course:downloadcoursecontent','read',50,'moodle',0),(627,'moodle/course:configuredownloadcontent','write',50,'moodle',0),(628,'moodle/payment:manageaccounts','write',50,'moodle',42),(629,'moodle/payment:viewpayments','read',50,'moodle',8),(630,'mod/assign:showhiddengrader','read',70,'mod_assign',0),(631,'mod/forum:postprivatereply','write',70,'mod_forum',0),(632,'mod/forum:readprivatereplies','read',70,'mod_forum',0),(633,'mod/forum:exportforum','read',70,'mod_forum',8),(634,'mod/forum:canoverridecutoff','write',70,'mod_forum',0),(635,'mod/forum:cantogglefavourite','write',70,'mod_forum',0),(636,'mod/forum:grade','write',70,'mod_forum',0),(637,'mod/h5pactivity:view','read',70,'mod_h5pactivity',0),(638,'mod/h5pactivity:addinstance','write',50,'mod_h5pactivity',0),(639,'mod/h5pactivity:submit','write',70,'mod_h5pactivity',0),(640,'mod/h5pactivity:reviewattempts','read',70,'mod_h5pactivity',0),(641,'mod/lti:addpreconfiguredinstance','write',50,'mod_lti',0),(643,'enrol/fee:config','write',50,'enrol_fee',0),(644,'enrol/fee:manage','write',50,'enrol_fee',0),(645,'enrol/fee:unenrol','write',50,'enrol_fee',0),(646,'enrol/fee:unenrolself','write',50,'enrol_fee',0),(647,'enrol/self:enrolself','write',50,'enrol_self',0),(648,'block/recentlyaccessedcourses:myaddinstance','write',10,'block_recentlyaccessedcourses',0),(649,'block/recentlyaccesseditems:myaddinstance','write',10,'block_recentlyaccesseditems',0),(650,'block/starredcourses:myaddinstance','write',10,'block_starredcourses',0),(651,'block/timeline:myaddinstance','write',10,'block_timeline',0),(652,'report/status:view','read',10,'report_status',2),(653,'repository/contentbank:view','read',70,'repository_contentbank',0),(654,'repository/contentbank:accesscoursecontent','read',50,'repository_contentbank',0),(655,'repository/contentbank:accesscoursecategorycontent','read',40,'repository_contentbank',0),(656,'repository/contentbank:accessgeneralcontent','read',40,'repository_contentbank',0),(657,'repository/nextcloud:view','read',70,'repository_nextcloud',0),(658,'tool/customlang:export','read',10,'tool_customlang',2),(659,'tool/dataprivacy:requestdeleteforotheruser','write',10,'tool_dataprivacy',60),(660,'tool/dataprivacy:makedatadeletionrequestsforchildren','write',30,'tool_dataprivacy',24),(661,'tool/dataprivacy:requestdelete','write',30,'tool_dataprivacy',32),(662,'contenttype/h5p:access','read',50,'contenttype_h5p',0),(663,'contenttype/h5p:upload','write',50,'contenttype_h5p',16),(664,'contenttype/h5p:useeditor','write',50,'contenttype_h5p',16),(665,'forumreport/summary:view','read',70,'forumreport_summary',0),(666,'forumreport/summary:viewall','read',70,'forumreport_summary',8),(667,'quizaccess/seb:managetemplates','write',10,'quizaccess_seb',0),(668,'quizaccess/seb:bypassseb','read',70,'quizaccess_seb',0),(669,'quizaccess/seb:manage_seb_requiresafeexambrowser','write',70,'quizaccess_seb',0),(670,'quizaccess/seb:manage_seb_templateid','read',70,'quizaccess_seb',0),(671,'quizaccess/seb:manage_filemanager_sebconfigfile','write',70,'quizaccess_seb',0),(672,'quizaccess/seb:manage_seb_showsebdownloadlink','write',70,'quizaccess_seb',0),(673,'quizaccess/seb:manage_seb_allowedbrowserexamkeys','write',70,'quizaccess_seb',0),(674,'quizaccess/seb:manage_seb_linkquitseb','write',70,'quizaccess_seb',0),(675,'quizaccess/seb:manage_seb_userconfirmquit','write',70,'quizaccess_seb',0),(676,'quizaccess/seb:manage_seb_allowuserquitseb','write',70,'quizaccess_seb',0),(677,'quizaccess/seb:manage_seb_quitpassword','write',70,'quizaccess_seb',0),(678,'quizaccess/seb:manage_seb_allowreloadinexam','write',70,'quizaccess_seb',0),(679,'quizaccess/seb:manage_seb_showsebtaskbar','write',70,'quizaccess_seb',0),(680,'quizaccess/seb:manage_seb_showreloadbutton','write',70,'quizaccess_seb',0),(681,'quizaccess/seb:manage_seb_showtime','write',70,'quizaccess_seb',0),(682,'quizaccess/seb:manage_seb_showkeyboardlayout','write',70,'quizaccess_seb',0),(683,'quizaccess/seb:manage_seb_showwificontrol','write',70,'quizaccess_seb',0),(684,'quizaccess/seb:manage_seb_enableaudiocontrol','write',70,'quizaccess_seb',0),(685,'quizaccess/seb:manage_seb_muteonstartup','write',70,'quizaccess_seb',0),(686,'quizaccess/seb:manage_seb_allowspellchecking','write',70,'quizaccess_seb',0),(687,'quizaccess/seb:manage_seb_activateurlfiltering','write',70,'quizaccess_seb',0),(688,'quizaccess/seb:manage_seb_filterembeddedcontent','write',70,'quizaccess_seb',0),(689,'quizaccess/seb:manage_seb_expressionsallowed','write',70,'quizaccess_seb',0),(690,'quizaccess/seb:manage_seb_regexallowed','write',70,'quizaccess_seb',0),(691,'quizaccess/seb:manage_seb_expressionsblocked','write',70,'quizaccess_seb',0),(692,'quizaccess/seb:manage_seb_regexblocked','write',70,'quizaccess_seb',0),(693,'atto/h5p:addembed','write',70,'atto_h5p',0),(694,'atto/recordrtc:recordaudio','write',70,'atto_recordrtc',0),(695,'atto/recordrtc:recordvideo','write',70,'atto_recordrtc',0),(696,'moodle/contentbank:viewunlistedcontent','read',50,'moodle',0),(697,'mod/assign:viewownsubmissionsummary','read',70,'mod_assign',0),(698,'mod/quiz:viewoverrides','read',70,'mod_quiz',0),(699,'block/accessreview:addinstance','write',80,'block_accessreview',0),(700,'block/accessreview:view','read',80,'block_accessreview',0),(701,'tool/brickfield:viewcoursetools','read',50,'tool_brickfield',8),(702,'tool/brickfield:viewsystemtools','read',10,'tool_brickfield',2),(703,'moodle/reportbuilder:view','read',10,'moodle',0),(704,'moodle/reportbuilder:edit','write',10,'moodle',0),(705,'moodle/reportbuilder:editall','write',10,'moodle',0),(706,'moodle/reportbuilder:scheduleviewas','read',10,'moodle',0),(707,'mod/bigbluebuttonbn:addinstance','write',50,'mod_bigbluebuttonbn',4),(708,'mod/bigbluebuttonbn:addinstancewithmeeting','write',70,'mod_bigbluebuttonbn',0),(709,'mod/bigbluebuttonbn:addinstancewithrecording','write',70,'mod_bigbluebuttonbn',0),(710,'mod/bigbluebuttonbn:join','read',70,'mod_bigbluebuttonbn',0),(711,'mod/bigbluebuttonbn:view','read',70,'mod_bigbluebuttonbn',0),(712,'mod/bigbluebuttonbn:managerecordings','write',70,'mod_bigbluebuttonbn',0),(713,'mod/bigbluebuttonbn:publishrecordings','write',70,'mod_bigbluebuttonbn',0),(714,'mod/bigbluebuttonbn:unpublishrecordings','write',70,'mod_bigbluebuttonbn',0),(715,'mod/bigbluebuttonbn:protectrecordings','write',70,'mod_bigbluebuttonbn',0),(716,'mod/bigbluebuttonbn:unprotectrecordings','write',70,'mod_bigbluebuttonbn',0),(717,'mod/bigbluebuttonbn:deleterecordings','write',70,'mod_bigbluebuttonbn',0),(718,'mod/bigbluebuttonbn:importrecordings','write',70,'mod_bigbluebuttonbn',0),(719,'mod/quiz:emailnotifyattemptgraded','read',70,'mod_quiz',0),(720,'moodle/question:commentmine','write',50,'qbank_comment',0),(721,'moodle/question:commentall','write',50,'qbank_comment',0),(722,'qbank/customfields:changelockedcustomfields','write',50,'qbank_customfields',16),(723,'qbank/customfields:configurecustomfields','write',10,'qbank_customfields',16),(724,'qbank/customfields:viewhiddencustomfields','read',50,'qbank_customfields',0),(725,'moodle/cohort:configurecustomfields','write',10,'moodle',16),(726,'moodle/course:viewhiddengroups','READ',50,'moodle',8),(727,'moodle/moodlenet:shareactivity','read',50,'moodle',0),(728,'mod/bigbluebuttonbn:viewallrecordingformats','read',70,'mod_bigbluebuttonbn',0),(729,'mod/quiz:reopenattempts','write',70,'mod_quiz',0),(730,'gradereport/summary:view','read',50,'gradereport_summary',8),(731,'tiny/h5p:addembed','write',70,'tiny_h5p',0),(732,'tiny/recordrtc:recordaudio','write',70,'tiny_recordrtc',0),(733,'tiny/recordrtc:recordvideo','write',70,'tiny_recordrtc',0),(734,'moodle/group:configurecustomfields','write',10,'moodle',16),(735,'moodle/contentbank:copyanycontent','write',50,'moodle',16),(736,'moodle/contentbank:copycontent','write',50,'moodle',16),(737,'moodle/course:configurecoursecommunication','write',50,'moodle',0),(738,'moodle/moodlenet:sharecourse','read',50,'moodle',0),(739,'mod/forum:canmailnow','write',70,'mod_forum',16),(740,'communication/matrix:moderator','read',50,'communication_matrix',0),(741,'tool/mfa:mfaaccess','write',30,'tool_mfa',0),(742,'factor/capability:cannotpassfactor','read',10,'factor_capability',0); +/*!40000 ALTER TABLE `m_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat` +-- + +DROP TABLE IF EXISTS `m_chat`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `keepdays` bigint NOT NULL DEFAULT '0', + `studentlogs` smallint NOT NULL DEFAULT '0', + `chattime` bigint NOT NULL DEFAULT '0', + `schedule` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chat_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each of these is a chat room'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat` +-- + +LOCK TABLES `m_chat` WRITE; +/*!40000 ALTER TABLE `m_chat` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages` +-- + +DROP TABLE IF EXISTS `m_chat_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmess_use_ix` (`userid`), + KEY `m_chatmess_gro_ix` (`groupid`), + KEY `m_chatmess_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmess_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all the actual chat messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages` +-- + +LOCK TABLES `m_chat_messages` WRITE; +/*!40000 ALTER TABLE `m_chat_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_messages_current` +-- + +DROP TABLE IF EXISTS `m_chat_messages_current`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_messages_current` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `issystem` tinyint(1) NOT NULL DEFAULT '0', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timestamp` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_chatmesscurr_use_ix` (`userid`), + KEY `m_chatmesscurr_gro_ix` (`groupid`), + KEY `m_chatmesscurr_timcha_ix` (`timestamp`,`chatid`), + KEY `m_chatmesscurr_cha_ix` (`chatid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores current session'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_messages_current` +-- + +LOCK TABLES `m_chat_messages_current` WRITE; +/*!40000 ALTER TABLE `m_chat_messages_current` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_messages_current` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_chat_users` +-- + +DROP TABLE IF EXISTS `m_chat_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_chat_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `chatid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `version` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstping` bigint NOT NULL DEFAULT '0', + `lastping` bigint NOT NULL DEFAULT '0', + `lastmessageping` bigint NOT NULL DEFAULT '0', + `sid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_chatuser_use_ix` (`userid`), + KEY `m_chatuser_las_ix` (`lastping`), + KEY `m_chatuser_gro_ix` (`groupid`), + KEY `m_chatuser_cha_ix` (`chatid`), + KEY `m_chatuser_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of which users are in which chat rooms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_chat_users` +-- + +LOCK TABLES `m_chat_users` WRITE; +/*!40000 ALTER TABLE `m_chat_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_chat_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice` +-- + +DROP TABLE IF EXISTS `m_choice`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `publish` tinyint NOT NULL DEFAULT '0', + `showresults` tinyint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `allowupdate` tinyint NOT NULL DEFAULT '0', + `allowmultiple` tinyint NOT NULL DEFAULT '0', + `showunanswered` tinyint NOT NULL DEFAULT '0', + `includeinactive` tinyint NOT NULL DEFAULT '1', + `limitanswers` tinyint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `showpreview` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + `showavailable` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choi_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Available choices are stored here'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice` +-- + +LOCK TABLES `m_choice` WRITE; +/*!40000 ALTER TABLE `m_choice` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_answers` +-- + +DROP TABLE IF EXISTS `m_choice_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `optionid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiansw_use_ix` (`userid`), + KEY `m_choiansw_cho_ix` (`choiceid`), + KEY `m_choiansw_opt_ix` (`optionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='choices performed by users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_answers` +-- + +LOCK TABLES `m_choice_answers` WRITE; +/*!40000 ALTER TABLE `m_choice_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_choice_options` +-- + +DROP TABLE IF EXISTS `m_choice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_choice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `choiceid` bigint NOT NULL DEFAULT '0', + `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxanswers` bigint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_choiopti_cho_ix` (`choiceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='available options to choice'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_choice_options` +-- + +LOCK TABLES `m_choice_options` WRITE; +/*!40000 ALTER TABLE `m_choice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_choice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort` +-- + +DROP TABLE IF EXISTS `m_cohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_coho_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents one cohort (aka site-wide group).'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort` +-- + +LOCK TABLES `m_cohort` WRITE; +/*!40000 ALTER TABLE `m_cohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_cohort_members` +-- + +DROP TABLE IF EXISTS `m_cohort_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_cohort_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cohomemb_cohuse_uix` (`cohortid`,`userid`), + KEY `m_cohomemb_coh_ix` (`cohortid`), + KEY `m_cohomemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a cohort.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_cohort_members` +-- + +LOCK TABLES `m_cohort_members` WRITE; +/*!40000 ALTER TABLE `m_cohort_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_cohort_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_comments` +-- + +DROP TABLE IF EXISTS `m_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `commentarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`), + KEY `m_comm_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle comments module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_comments` +-- + +LOCK TABLES `m_comments` WRITE; +/*!40000 ALTER TABLE `m_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication` +-- + +DROP TABLE IF EXISTS `m_communication`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instancetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `provider` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roomname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `avatarfilename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `active` tinyint(1) NOT NULL DEFAULT '1', + `avatarsynced` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_comm_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication` +-- + +LOCK TABLES `m_communication` WRITE; +/*!40000 ALTER TABLE `m_communication` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_customlink` +-- + +DROP TABLE IF EXISTS `m_communication_customlink`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_customlink` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_commcust_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the link associated with a custom link communication '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_customlink` +-- + +LOCK TABLES `m_communication_customlink` WRITE; +/*!40000 ALTER TABLE `m_communication_customlink` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_customlink` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_communication_user` +-- + +DROP TABLE IF EXISTS `m_communication_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_communication_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `userid` bigint NOT NULL, + `synced` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_commuser_com_ix` (`commid`), + KEY `m_commuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_communication_user` +-- + +LOCK TABLES `m_communication_user` WRITE; +/*!40000 ALTER TABLE `m_communication_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_communication_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency` +-- + +DROP TABLE IF EXISTS `m_competency`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `competencyframeworkid` bigint NOT NULL, + `parentid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL, + `ruletype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ruleoutcome` tinyint NOT NULL DEFAULT '0', + `ruleconfig` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comp_comidn_uix` (`competencyframeworkid`,`idnumber`), + KEY `m_comp_rul_ix` (`ruleoutcome`), + KEY `m_comp_sca_ix` (`scaleid`), + KEY `m_comp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains the master record of each competency in '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency` +-- + +LOCK TABLES `m_competency` WRITE; +/*!40000 ALTER TABLE `m_competency` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecomp` +-- + +DROP TABLE IF EXISTS `m_competency_coursecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_coucom_uix` (`courseid`,`competencyid`), + KEY `m_compcour_courul_ix` (`courseid`,`ruleoutcome`), + KEY `m_compcour_cou2_ix` (`courseid`), + KEY `m_compcour_com_ix` (`competencyid`), + KEY `m_compcour_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a course.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecomp` +-- + +LOCK TABLES `m_competency_coursecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_coursecompsetting` +-- + +DROP TABLE IF EXISTS `m_competency_coursecompsetting`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_coursecompsetting` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `pushratingstouserplans` tinyint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compcour_cou_uix` (`courseid`), + KEY `m_compcour_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains the course specific settings for compete'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_coursecompsetting` +-- + +LOCK TABLES `m_competency_coursecompsetting` WRITE; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_coursecompsetting` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_evidence` +-- + +DROP TABLE IF EXISTS `m_competency_evidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_evidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usercompetencyid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `action` tinyint NOT NULL, + `actionuserid` bigint DEFAULT NULL, + `descidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desccomponent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `desca` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compevid_use_ix` (`usercompetencyid`), + KEY `m_compevid_act_ix` (`actionuserid`), + KEY `m_compevid_con_ix` (`contextid`), + KEY `m_compevid_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence linked to a user competency'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_evidence` +-- + +LOCK TABLES `m_competency_evidence` WRITE; +/*!40000 ALTER TABLE `m_competency_evidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_evidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_framework` +-- + +DROP TABLE IF EXISTS `m_competency_framework`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_framework` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `scaleid` bigint DEFAULT NULL, + `scaleconfiguration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `visible` tinyint NOT NULL DEFAULT '1', + `taxonomies` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compfram_idn_uix` (`idnumber`), + KEY `m_compfram_con_ix` (`contextid`), + KEY `m_compfram_sca_ix` (`scaleid`), + KEY `m_compfram_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of competency frameworks.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_framework` +-- + +LOCK TABLES `m_competency_framework` WRITE; +/*!40000 ALTER TABLE `m_competency_framework` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_framework` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_modulecomp` +-- + +DROP TABLE IF EXISTS `m_competency_modulecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_modulecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cmid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `ruleoutcome` tinyint NOT NULL, + `overridegrade` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_compmodu_cmicom_uix` (`cmid`,`competencyid`), + KEY `m_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`), + KEY `m_compmodu_cmi_ix` (`cmid`), + KEY `m_compmodu_com_ix` (`competencyid`), + KEY `m_compmodu_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a module.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_modulecomp` +-- + +LOCK TABLES `m_competency_modulecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_modulecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_modulecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plan` +-- + +DROP TABLE IF EXISTS `m_competency_plan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL, + `templateid` bigint DEFAULT NULL, + `origtemplateid` bigint DEFAULT NULL, + `status` tinyint(1) NOT NULL, + `duedate` bigint DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compplan_usesta_ix` (`userid`,`status`), + KEY `m_compplan_tem_ix` (`templateid`), + KEY `m_compplan_stadue_ix` (`status`,`duedate`), + KEY `m_compplan_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plan` +-- + +LOCK TABLES `m_competency_plan` WRITE; +/*!40000 ALTER TABLE `m_competency_plan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_plancomp` +-- + +DROP TABLE IF EXISTS `m_competency_plancomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_plancomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `planid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compplan_placom_uix` (`planid`,`competencyid`), + KEY `m_compplan_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Plan competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_plancomp` +-- + +LOCK TABLES `m_competency_plancomp` WRITE; +/*!40000 ALTER TABLE `m_competency_plancomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_plancomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_relatedcomp` +-- + +DROP TABLE IF EXISTS `m_competency_relatedcomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_relatedcomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `competencyid` bigint NOT NULL, + `relatedcompetencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_comprela_com_ix` (`competencyid`), + KEY `m_comprela_rel_ix` (`relatedcompetencyid`), + KEY `m_comprela_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Related competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_relatedcomp` +-- + +LOCK TABLES `m_competency_relatedcomp` WRITE; +/*!40000 ALTER TABLE `m_competency_relatedcomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_relatedcomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_template` +-- + +DROP TABLE IF EXISTS `m_competency_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint NOT NULL DEFAULT '0', + `visible` tinyint NOT NULL DEFAULT '1', + `duedate` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_use_ix` (`usermodified`), + KEY `m_comptemp_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Learning plan templates.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_template` +-- + +LOCK TABLES `m_competency_template` WRITE; +/*!40000 ALTER TABLE `m_competency_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecohort` +-- + +DROP TABLE IF EXISTS `m_competency_templatecohort`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecohort` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `cohortid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_comptemp_temcoh_uix` (`templateid`,`cohortid`), + KEY `m_comptemp_tem2_ix` (`templateid`), + KEY `m_comptemp_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecohort` +-- + +LOCK TABLES `m_competency_templatecohort` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecohort` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecohort` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_templatecomp` +-- + +DROP TABLE IF EXISTS `m_competency_templatecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_templatecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `templateid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `sortorder` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_comptemp_tem_ix` (`templateid`), + KEY `m_comptemp_com_ix` (`competencyid`), + KEY `m_comptemp_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a competency to a learning plan template.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_templatecomp` +-- + +LOCK TABLES `m_competency_templatecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_templatecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_templatecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercomp` +-- + +DROP TABLE IF EXISTS `m_competency_usercomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `reviewerid` bigint DEFAULT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom_uix` (`userid`,`competencyid`), + KEY `m_compuser_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercomp` +-- + +LOCK TABLES `m_competency_usercomp` WRITE; +/*!40000 ALTER TABLE `m_competency_usercomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompcourse` +-- + +DROP TABLE IF EXISTS `m_competency_usercompcourse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompcourse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`), + KEY `m_compuser_use4_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies in a course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompcourse` +-- + +LOCK TABLES `m_competency_usercompcourse` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompcourse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompcourse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_usercompplan` +-- + +DROP TABLE IF EXISTS `m_competency_usercompplan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_usercompplan` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `planid` bigint NOT NULL, + `proficiency` tinyint DEFAULT NULL, + `grade` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`), + KEY `m_compuser_use5_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User competencies plans'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_usercompplan` +-- + +LOCK TABLES `m_competency_usercompplan` WRITE; +/*!40000 ALTER TABLE `m_competency_usercompplan` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_usercompplan` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidence` +-- + +DROP TABLE IF EXISTS `m_competency_userevidence`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidence` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint(1) NOT NULL, + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_compuser_use_ix` (`userid`), + KEY `m_compuser_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The evidence of prior learning'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidence` +-- + +LOCK TABLES `m_competency_userevidence` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidence` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidence` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_competency_userevidencecomp` +-- + +DROP TABLE IF EXISTS `m_competency_userevidencecomp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_competency_userevidencecomp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userevidenceid` bigint NOT NULL, + `competencyid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_compuser_usecom2_uix` (`userevidenceid`,`competencyid`), + KEY `m_compuser_use2_ix` (`userevidenceid`), + KEY `m_compuser_use6_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Relationship between user evidence and competencies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_competency_userevidencecomp` +-- + +LOCK TABLES `m_competency_userevidencecomp` WRITE; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_competency_userevidencecomp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config` +-- + +DROP TABLE IF EXISTS `m_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_conf_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=615 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config` +-- + +LOCK TABLES `m_config` WRITE; +/*!40000 ALTER TABLE `m_config` DISABLE KEYS */; +INSERT INTO `m_config` VALUES (2,'rolesactive','1'),(3,'auth','email'),(4,'enrol_plugins_enabled','manual,guest,self,cohort'),(5,'theme','boost'),(6,'filter_multilang_converted','1'),(7,'siteidentifier','DIBlKQB4S0Tbbh95Nk9FOaK2e3eupdKClocalhost'),(8,'backup_version','2008111700'),(9,'backup_release','2.0 dev'),(10,'mnet_dispatcher_mode','off'),(11,'sessiontimeout','7200'),(12,'stringfilters',''),(13,'filterall','0'),(14,'texteditors','atto,textarea,tiny'),(15,'antiviruses',''),(16,'media_plugins_sortorder','videojs,youtube,swf'),(17,'upgrade_extracreditweightsstepignored','1'),(18,'upgrade_calculatedgradeitemsignored','1'),(19,'upgrade_letterboundarycourses','1'),(20,'mnet_localhost_id','1'),(21,'mnet_all_hosts_id','2'),(22,'siteguest','1'),(23,'siteadmins','2'),(24,'themerev','1696857236'),(25,'jsrev','1696857236'),(26,'gdversion','2'),(27,'licenses','unknown,allrightsreserved,public,cc-4.0,cc-nc-4.0,cc-nd-4.0,cc-nc-nd-4.0,cc-nc-sa-4.0,cc-sa-4.0'),(28,'version','2023100900'),(29,'enableoutcomes','0'),(30,'usecomments','1'),(31,'usetags','1'),(32,'enablenotes','1'),(33,'enableportfolios','0'),(34,'enablewebservices','0'),(35,'messaging','1'),(36,'messagingdeletereadnotificationsdelay','604800'),(37,'messagingdeleteallnotificationsdelay','2620800'),(38,'messagingallowemailoverride','0'),(39,'enablestats','0'),(40,'enablerssfeeds','0'),(41,'enableblogs','1'),(42,'enablecompletion','1'),(44,'enableavailability','1'),(45,'enableplagiarism','0'),(46,'enablebadges','1'),(47,'enableglobalsearch','0'),(48,'allowstealth','0'),(49,'defaultpreference_maildisplay','2'),(50,'defaultpreference_mailformat','1'),(51,'defaultpreference_maildigest','0'),(52,'defaultpreference_autosubscribe','1'),(53,'defaultpreference_trackforums','0'),(54,'autologinguests','0'),(55,'hiddenuserfields',''),(56,'showuseridentity','email'),(57,'fullnamedisplay','language'),(58,'alternativefullnameformat','language'),(59,'maxusersperpage','100'),(60,'enablegravatar','0'),(61,'gravatardefaulturl','mm'),(62,'agedigitalconsentverification','0'),(63,'agedigitalconsentmap','*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13'),(64,'sitepolicy',''),(65,'sitepolicyguest',''),(66,'enablecourserequests','0'),(67,'defaultrequestcategory','1'),(68,'requestcategoryselection','0'),(69,'courserequestnotify',''),(70,'grade_profilereport','user'),(71,'grade_aggregationposition','1'),(72,'grade_includescalesinaggregation','1'),(73,'grade_hiddenasdate','0'),(74,'gradepublishing','0'),(75,'grade_export_exportfeedback','0'),(76,'grade_export_displaytype','1'),(77,'grade_export_decimalpoints','2'),(79,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email'),(80,'grade_export_customprofilefields',''),(81,'recovergradesdefault','0'),(82,'gradeexport',''),(83,'unlimitedgrades','0'),(84,'grade_report_showmin','1'),(85,'gradepointmax','100'),(86,'gradepointdefault','100'),(87,'grade_minmaxtouse','1'),(88,'grade_mygrades_report','overview'),(89,'gradereport_mygradeurl',''),(90,'grade_hideforcedsettings','1'),(91,'grade_aggregation','13'),(92,'grade_aggregation_flag','0'),(93,'grade_aggregations_visible','13'),(94,'grade_aggregateonlygraded','1'),(95,'grade_aggregateonlygraded_flag','2'),(96,'grade_aggregateoutcomes','0'),(97,'grade_aggregateoutcomes_flag','2'),(98,'grade_keephigh','0'),(99,'grade_keephigh_flag','3'),(100,'grade_droplow','0'),(101,'grade_droplow_flag','2'),(102,'grade_overridecat','1'),(103,'grade_displaytype','1'),(104,'grade_decimalpoints','2'),(105,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),(107,'grade_report_showonlyactiveenrol','1'),(108,'grade_report_quickgrading','1'),(110,'grade_report_meanselection','1'),(114,'grade_report_showaverages','1'),(116,'grade_report_showranges','0'),(118,'grade_report_showuserimage','1'),(120,'grade_report_shownumberofgrades','0'),(121,'grade_report_averagesdisplaytype','inherit'),(122,'grade_report_rangesdisplaytype','inherit'),(123,'grade_report_averagesdecimalpoints','inherit'),(124,'grade_report_rangesdecimalpoints','inherit'),(125,'grade_report_historyperpage','50'),(126,'grade_report_overview_showrank','0'),(127,'grade_report_overview_showtotalsifcontainhidden','0'),(128,'grade_report_user_showrank','0'),(129,'grade_report_user_showpercentage','1'),(130,'grade_report_user_showgrade','1'),(131,'grade_report_user_showfeedback','1'),(132,'grade_report_user_showrange','1'),(133,'grade_report_user_showweight','1'),(134,'grade_report_user_showaverage','0'),(135,'grade_report_user_showlettergrade','0'),(136,'grade_report_user_rangedecimals','0'),(137,'grade_report_user_showhiddenitems','1'),(138,'grade_report_user_showtotalsifcontainhidden','0'),(139,'grade_report_user_showcontributiontocoursetotal','1'),(140,'badges_defaultissuername',''),(141,'badges_defaultissuercontact',''),(142,'badges_badgesalt','badges1566467669'),(143,'badges_allowexternalbackpack','1'),(144,'badges_allowcoursebadges','1'),(146,'forcetimezone','99'),(147,'country','0'),(148,'defaultcity',''),(149,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb'),(150,'googlemapkey3',''),(151,'allcountrycodes',''),(152,'autolang','1'),(153,'lang','en'),(154,'langmenu','1'),(155,'langlist',''),(156,'langrev','1696857236'),(157,'langcache','1'),(158,'langstringcache','1'),(159,'locale',''),(160,'latinexcelexport','0'),(161,'requiremodintro','0'),(163,'authloginviaemail','0'),(164,'allowaccountssameemail','0'),(165,'authpreventaccountcreation','0'),(166,'loginpageautofocus','0'),(167,'guestloginbutton','1'),(168,'limitconcurrentlogins','0'),(169,'alternateloginurl',''),(170,'forgottenpasswordurl',''),(171,'auth_instructions',''),(172,'allowemailaddresses',''),(173,'denyemailaddresses',''),(174,'verifychangedemail','1'),(175,'recaptchapublickey',''),(176,'recaptchaprivatekey',''),(177,'filteruploadedfiles','0'),(178,'filtermatchoneperpage','0'),(179,'filtermatchonepertext','0'),(180,'sitedefaultlicense','allrightsreserved'),(181,'media_default_width','400'),(182,'media_default_height','300'),(183,'portfolio_moderate_filesize_threshold','1048576'),(184,'portfolio_high_filesize_threshold','5242880'),(185,'portfolio_moderate_db_threshold','20'),(186,'portfolio_high_db_threshold','50'),(187,'repositorycacheexpire','120'),(188,'repositorygetfiletimeout','30'),(189,'repositorysyncfiletimeout','1'),(190,'repositorysyncimagetimeout','3'),(191,'repositoryallowexternallinks','1'),(192,'legacyfilesinnewcourses','0'),(193,'legacyfilesaddallowed','1'),(194,'searchengine','simpledb'),(195,'searchindexwhendisabled','0'),(196,'searchindextime','600'),(197,'searchallavailablecourses','0'),(198,'enablewsdocumentation','0'),(199,'allowbeforeblock','0'),(200,'allowedip',''),(201,'blockedip',''),(202,'protectusernames','1'),(203,'forcelogin','0'),(204,'forceloginforprofiles','1'),(205,'forceloginforprofileimage','0'),(207,'allowindexing','0'),(208,'maxbytes','0'),(209,'userquota','104857600'),(210,'allowobjectembed','0'),(211,'enabletrusttext','0'),(212,'maxeditingtime','1800'),(213,'extendedusernamechars','0'),(214,'keeptagnamecase','1'),(215,'profilesforenrolledusersonly','1'),(216,'cronclionly','1'),(217,'cronremotepassword',''),(218,'lockoutthreshold','0'),(219,'lockoutwindow','1800'),(220,'lockoutduration','1800'),(221,'passwordpolicy','1'),(222,'minpasswordlength','8'),(223,'minpassworddigits','1'),(224,'minpasswordlower','1'),(225,'minpasswordupper','1'),(226,'minpasswordnonalphanum','1'),(227,'maxconsecutiveidentchars','0'),(228,'passwordreuselimit','0'),(229,'pwresettime','1800'),(230,'passwordchangelogout','0'),(231,'passwordchangetokendeletion','0'),(232,'tokenduration','7257600'),(233,'groupenrolmentkeypolicy','1'),(234,'disableuserimages','0'),(235,'emailchangeconfirmation','1'),(236,'rememberusername','2'),(237,'strictformsrequired','0'),(238,'cookiesecure','1'),(239,'cookiehttponly','0'),(240,'allowframembedding','0'),(241,'curlsecurityblockedhosts',''),(242,'curlsecurityallowedport',''),(243,'displayloginfailures','0'),(244,'notifyloginfailures',''),(245,'notifyloginthreshold','10'),(246,'themelist',''),(247,'themedesignermode','0'),(248,'allowuserthemes','0'),(249,'allowcoursethemes','0'),(250,'allowcategorythemes','0'),(251,'allowcohortthemes','0'),(252,'allowthemechangeonurl','0'),(253,'allowuserblockhiding','1'),(254,'allowblockstodock','1'),(255,'custommenuitems',''),(256,'customusermenuitems','profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nmessages,message|/message/index.php\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),(259,'calendartype','gregorian'),(260,'calendar_adminseesall','0'),(261,'calendar_site_timeformat','0'),(262,'calendar_startwday','1'),(263,'calendar_weekend','65'),(264,'calendar_lookahead','21'),(265,'calendar_maxevents','10'),(266,'enablecalendarexport','1'),(267,'calendar_customexport','1'),(268,'calendar_exportlookahead','365'),(269,'calendar_exportlookback','5'),(270,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq'),(271,'calendar_showicalsource','1'),(272,'useblogassociations','1'),(273,'bloglevel','4'),(274,'useexternalblogs','1'),(275,'externalblogcrontime','86400'),(276,'maxexternalblogsperuser','1'),(277,'blogusecomments','1'),(278,'blogshowcommentscount','1'),(279,'defaulthomepage','1'),(280,'allowguestmymoodle','1'),(281,'navshowfullcoursenames','0'),(282,'navshowcategories','1'),(283,'navshowmycoursecategories','0'),(284,'navshowallcourses','0'),(285,'navsortmycoursessort','sortorder'),(286,'navcourselimit','10'),(287,'usesitenameforsitepages','0'),(288,'linkadmincategories','1'),(289,'linkcoursesections','1'),(290,'navshowfrontpagemods','1'),(291,'navadduserpostslinks','1'),(292,'formatstringstriptags','1'),(293,'emoticons','[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]'),(294,'docroot','https://docs.moodle.org'),(295,'doclang',''),(296,'doctonewwindow','0'),(297,'courselistshortnames','0'),(298,'coursesperpage','20'),(299,'courseswithsummarieslimit','10'),(300,'courseoverviewfileslimit','1'),(301,'courseoverviewfilesext','.jpg,.gif,.png'),(303,'yuicomboloading','1'),(304,'cachejs','1'),(305,'modchooserdefault','1'),(306,'additionalhtmlhead',''),(307,'additionalhtmltopofbody',''),(308,'additionalhtmlfooter',''),(309,'pathtophp',''),(310,'pathtodu',''),(311,'aspellpath',''),(312,'pathtodot',''),(313,'pathtogs','/usr/bin/gs'),(314,'pathtopython',''),(315,'supportname','Admin User'),(317,'supportpage',''),(318,'dbsessions','0'),(319,'sessioncookie',''),(320,'sessioncookiepath',''),(321,'sessioncookiedomain',''),(322,'statsfirstrun','none'),(323,'statsmaxruntime','0'),(324,'statsruntimedays','31'),(325,'statsuserthreshold','0'),(326,'slasharguments','1'),(327,'getremoteaddrconf','0'),(328,'proxyhost',''),(329,'proxyport','0'),(330,'proxytype','HTTP'),(331,'proxyuser',''),(332,'proxypassword',''),(333,'proxybypass','localhost, 127.0.0.1'),(334,'maintenance_enabled','0'),(335,'maintenance_message',''),(336,'deleteunconfirmed','168'),(337,'deleteincompleteusers','0'),(338,'disablegradehistory','0'),(339,'gradehistorylifetime','0'),(340,'tempdatafoldercleanup','168'),(341,'extramemorylimit','512M'),(342,'maxtimelimit','0'),(343,'curlcache','120'),(344,'curltimeoutkbitrate','56'),(345,'smtphosts',''),(346,'smtpsecure',''),(347,'smtpauthtype','LOGIN'),(348,'smtpuser',''),(349,'smtppass',''),(350,'smtpmaxbulk','1'),(351,'allowedemaildomains',''),(352,'sitemailcharset','0'),(353,'allowusermailcharset','0'),(354,'allowattachments','1'),(355,'mailnewline','LF'),(356,'emailfromvia','1'),(357,'updateautocheck','1'),(358,'updateminmaturity','200'),(359,'updatenotifybuilds','0'),(361,'dndallowtextandlinks','0'),(362,'pathtosassc',''),(363,'forceclean','0'),(364,'debug','0'),(365,'debugdisplay','1'),(367,'perfdebug','7'),(368,'debugstringids','0'),(369,'debugvalidators','0'),(370,'debugpageinfo','0'),(371,'profilingenabled','0'),(372,'profilingincluded',''),(373,'profilingexcluded',''),(374,'profilingautofrec','0'),(375,'profilingallowme','0'),(376,'profilingallowall','0'),(377,'profilinglifetime','1440'),(378,'profilingimportprefix','(I)'),(379,'release','4.3 (Build: 20231009)'),(380,'branch','403'),(381,'localcachedirpurged','1696857236'),(382,'scheduledtaskreset','1696857236'),(383,'allversionshash','46d56359e2c6687b1de60189499036eadfe27213'),(385,'registrationpending','0'),(386,'notloggedinroleid','6'),(387,'guestroleid','6'),(388,'defaultuserroleid','7'),(389,'creatornewroleid','3'),(390,'restorernewroleid','3'),(391,'sitepolicyhandler',''),(392,'gradebookroles','5'),(393,'chat_method','ajax'),(394,'chat_refresh_userlist','10'),(395,'chat_old_ping','35'),(396,'chat_refresh_room','5'),(397,'chat_normal_updatemode','jsupdate'),(398,'chat_serverhost','localhost'),(399,'chat_serverip','127.0.0.1'),(400,'chat_serverport','9111'),(401,'chat_servermax','100'),(402,'data_enablerssfeeds','0'),(403,'feedback_allowfullanonymous','0'),(404,'forum_displaymode','3'),(405,'forum_shortpost','300'),(406,'forum_longpost','600'),(407,'forum_manydiscussions','100'),(408,'forum_maxbytes','512000'),(409,'forum_maxattachments','9'),(410,'forum_subscription','0'),(411,'forum_trackingtype','1'),(412,'forum_trackreadposts','1'),(413,'forum_allowforcedreadtracking','0'),(414,'forum_oldpostdays','14'),(415,'forum_usermarksread','0'),(416,'forum_cleanreadtime','2'),(417,'digestmailtime','17'),(418,'forum_enablerssfeeds','0'),(419,'forum_enabletimedposts','1'),(420,'glossary_entbypage','10'),(421,'glossary_dupentries','0'),(422,'glossary_allowcomments','0'),(423,'glossary_linkbydefault','1'),(424,'glossary_defaultapproval','1'),(425,'glossary_enablerssfeeds','0'),(426,'glossary_linkentries','0'),(427,'glossary_casesensitive','0'),(428,'glossary_fullmatch','0'),(429,'block_course_list_adminview','all'),(430,'block_course_list_hideallcourseslink','0'),(431,'block_html_allowcssclasses','0'),(432,'block_online_users_timetosee','5'),(433,'block_rss_client_num_entries','5'),(434,'block_rss_client_timeout','30'),(435,'pathtounoconv','/usr/bin/unoconv'),(436,'filter_multilang_force_old','0'),(438,'logguests','1'),(439,'loglifetime','0'),(445,'airnotifierurl','https://messages.moodle.net'),(446,'airnotifierport','443'),(447,'airnotifiermobileappname','com.moodle.moodlemobile'),(448,'airnotifierappname','commoodlemoodlemobile'),(449,'airnotifieraccesskey',''),(450,'profileroles','5,4,3'),(451,'coursecontact','3'),(452,'frontpage','6'),(453,'frontpageloggedin','6'),(454,'maxcategorydepth','2'),(455,'frontpagecourselimit','200'),(456,'commentsperpage','15'),(457,'defaultfrontpageroleid','8'),(458,'messageinbound_enabled','0'),(459,'messageinbound_mailbox',''),(460,'messageinbound_domain',''),(461,'messageinbound_host',''),(462,'messageinbound_hostssl','ssl'),(463,'messageinbound_hostuser',''),(464,'messageinbound_hostpass',''),(465,'enablemobilewebservice','0'),(466,'timezone','Europe/London'),(467,'registerauth',''),(468,'noreplyaddress','noreply@localhost.com'),(470,'templaterev','1696857236'),(472,'messagingallusers','0'),(473,'messagingdefaultpressenter','0'),(475,'opentowebcrawlers','0'),(476,'lockrequestcategory','1'),(477,'paygw_plugins_sortorder','paypal'),(478,'enableuserfeedback','0'),(479,'userfeedback_nextreminder','1'),(480,'userfeedback_remindafter','90'),(481,'enableanalytics','1'),(482,'allowemojipicker','1'),(483,'userfiltersdefault','realname'),(484,'downloadcoursecontentallowed','0'),(485,'maxsizeperdownloadcoursefile','52428800'),(486,'activitychoosertabmode','0'),(487,'activitychooseractivefooter','tool_moodlenet'),(488,'enableasyncbackup','0'),(489,'h5plibraryhandler','h5plib_v124'),(490,'rememberuserlicensepref','1'),(491,'autolangusercreation','1'),(492,'block_online_users_onlinestatushiding','1'),(493,'searchincludeallcourses','0'),(494,'searchenablecategories','0'),(495,'searchdefaultcategory','core-all'),(496,'searchhideallcategory','0'),(497,'searchenginequeryonly',''),(498,'searchbannerenable','0'),(499,'searchbanner',''),(500,'passwordpolicycheckonlogin','0'),(501,'referrerpolicy','default'),(502,'langmenuinsecurelayout','0'),(503,'logininfoinsecurelayout','0'),(504,'navsortmycourseshiddenlast','1'),(505,'coursecontactduplicates','0'),(506,'coursegraceperiodbefore','0'),(507,'coursegraceperiodafter','0'),(508,'cachetemplates','1'),(509,'reverseproxyignore',''),(510,'filescleanupperiod','86400'),(511,'cron_enabled','1'),(512,'task_scheduled_concurrency_limit','3'),(513,'task_scheduled_max_runtime','1800'),(514,'task_adhoc_concurrency_limit','3'),(515,'task_adhoc_max_runtime','1800'),(516,'task_logmode','1'),(517,'task_logtostdout','1'),(518,'task_logretention','2419200'),(519,'task_logretainruns','20'),(520,'divertallemailsto',''),(521,'divertallemailsexcept',''),(522,'emaildkimselector',''),(523,'emailsubjectprefix',''),(524,'emailheaders',''),(525,'mobilecssurl',''),(526,'contextlocking','0'),(527,'contextlockappliestoadmin','1'),(528,'enablecourserelativedates','0'),(529,'debugsqltrace','0'),(530,'profilingslow','0'),(532,'enableaccessibilitytools','1'),(533,'defaultpreference_core_contentbank_visibility','1'),(534,'pathtopdftoppm',''),(536,'enroladminnewcourse','0'),(537,'enablecustomreports','1'),(538,'bigbluebuttonbn_default_dpa_accepted','0'),(539,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/'),(540,'bigbluebuttonbn_shared_secret','0b21fcaf34673a8c3ec8ed877d76ae34'),(541,'bigbluebuttonbn_welcome_default',''),(542,'bigbluebuttonbn_welcome_editable','1'),(543,'bigbluebuttonbn_recording_default','1'),(544,'bigbluebuttonbn_recording_refresh_period','300'),(545,'bigbluebuttonbn_recording_editable','1'),(546,'bigbluebuttonbn_recording_all_from_start_default','0'),(547,'bigbluebuttonbn_recording_all_from_start_editable','0'),(548,'bigbluebuttonbn_recording_hide_button_default','0'),(549,'bigbluebuttonbn_recording_hide_button_editable','0'),(550,'bigbluebuttonbn_importrecordings_enabled','0'),(551,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0'),(552,'bigbluebuttonbn_recordings_deleted_default','1'),(553,'bigbluebuttonbn_recordings_deleted_editable','0'),(554,'bigbluebuttonbn_recordings_imported_default','0'),(555,'bigbluebuttonbn_recordings_imported_editable','1'),(556,'bigbluebuttonbn_recordings_preview_default','1'),(557,'bigbluebuttonbn_recordings_preview_editable','0'),(558,'bigbluebuttonbn_recordings_asc_sort','0'),(559,'bigbluebuttonbn_recording_protect_editable','1'),(560,'bigbluebuttonbn_waitformoderator_default','0'),(561,'bigbluebuttonbn_waitformoderator_editable','1'),(562,'bigbluebuttonbn_waitformoderator_ping_interval','10'),(563,'bigbluebuttonbn_waitformoderator_cache_ttl','60'),(564,'bigbluebuttonbn_voicebridge_editable','0'),(565,'bigbluebuttonbn_preuploadpresentation_editable','0'),(566,'bigbluebuttonbn_userlimit_default','0'),(567,'bigbluebuttonbn_userlimit_editable','0'),(568,'bigbluebuttonbn_participant_moderator_default','0'),(569,'bigbluebuttonbn_muteonstart_default','0'),(570,'bigbluebuttonbn_muteonstart_editable','0'),(571,'bigbluebuttonbn_disablecam_default','0'),(572,'bigbluebuttonbn_disablecam_editable','1'),(573,'bigbluebuttonbn_disablemic_default','0'),(574,'bigbluebuttonbn_disablemic_editable','1'),(575,'bigbluebuttonbn_disableprivatechat_default','0'),(576,'bigbluebuttonbn_disableprivatechat_editable','1'),(577,'bigbluebuttonbn_disablepublicchat_default','0'),(578,'bigbluebuttonbn_disablepublicchat_editable','1'),(579,'bigbluebuttonbn_disablenote_default','0'),(580,'bigbluebuttonbn_disablenote_editable','1'),(581,'bigbluebuttonbn_hideuserlist_default','0'),(582,'bigbluebuttonbn_hideuserlist_editable','1'),(583,'bigbluebuttonbn_lockonjoin_default','1'),(584,'bigbluebuttonbn_lockonjoin_editable','0'),(585,'bigbluebuttonbn_recordingready_enabled','0'),(586,'bigbluebuttonbn_meetingevents_enabled','0'),(587,'filternavigationwithsystemcontext','0'),(588,'searchmaxtopresults','3'),(589,'searchteacherroles',''),(590,'enabledashboard','1'),(592,'supportavailability','2'),(593,'webserviceprotocols',''),(594,'xapicleanupperiod','4838400'),(595,'allcomponenthash','c686f029a92c8ff77dc750885c5122e6e5602ae0'),(596,'enablepdfexportfont','0'),(597,'bigbluebuttonbn_checksum_algorithm','SHA1'),(598,'bigbluebuttonbn_poll_interval','5'),(599,'bigbluebuttonbn_recording_safe_formats','video,presentation'),(600,'bigbluebuttonbn_profile_picture_enabled','0'),(601,'bigbluebuttonbn_guestaccess_enabled','0'),(602,'coursecreationguide','https://moodle.academy/coursequickstart'),(603,'servicespage',''),(604,'proxylogunsafe','0'),(605,'proxyfixunsafe','0'),(606,'cron_keepalive','180'),(607,'customreportslimit','0'),(608,'customreportsliveediting','1'),(609,'enablesharingtomoodlenet','0'),(610,'debugtemplateinfo','0'),(612,'enableloginrecaptcha','0'),(613,'sitenameintitle','shortname'),(614,'enablecommunicationsubsystem','0'); +/*!40000 ALTER TABLE `m_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_log` +-- + +DROP TABLE IF EXISTS `m_config_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `oldvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_conflog_tim_ix` (`timemodified`), + KEY `m_conflog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=1989 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Changes done in server configuration through admin UI'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_log` +-- + +LOCK TABLES `m_config_log` WRITE; +/*!40000 ALTER TABLE `m_config_log` DISABLE KEYS */; +INSERT INTO `m_config_log` VALUES (1,0,1566467676,NULL,'enableoutcomes','0',NULL),(2,0,1566467676,NULL,'usecomments','1',NULL),(3,0,1566467676,NULL,'usetags','1',NULL),(4,0,1566467676,NULL,'enablenotes','1',NULL),(5,0,1566467676,NULL,'enableportfolios','0',NULL),(6,0,1566467676,NULL,'enablewebservices','0',NULL),(7,0,1566467676,NULL,'messaging','1',NULL),(8,0,1566467676,NULL,'messagingdeletereadnotificationsdelay','604800',NULL),(9,0,1566467676,NULL,'messagingdeleteallnotificationsdelay','2620800',NULL),(10,0,1566467676,NULL,'messagingallowemailoverride','0',NULL),(11,0,1566467676,NULL,'enablestats','0',NULL),(12,0,1566467676,NULL,'enablerssfeeds','0',NULL),(13,0,1566467676,NULL,'enableblogs','1',NULL),(14,0,1566467676,NULL,'enablecompletion','1',NULL),(15,0,1566467676,NULL,'completiondefault','1',NULL),(16,0,1566467676,NULL,'enableavailability','1',NULL),(17,0,1566467676,NULL,'enableplagiarism','0',NULL),(18,0,1566467676,NULL,'enablebadges','1',NULL),(19,0,1566467676,NULL,'enableglobalsearch','0',NULL),(20,0,1566467676,NULL,'allowstealth','0',NULL),(21,0,1566467676,NULL,'defaultpreference_maildisplay','2',NULL),(22,0,1566467676,NULL,'defaultpreference_mailformat','1',NULL),(23,0,1566467676,NULL,'defaultpreference_maildigest','0',NULL),(24,0,1566467676,NULL,'defaultpreference_autosubscribe','1',NULL),(25,0,1566467676,NULL,'defaultpreference_trackforums','0',NULL),(26,0,1566467676,NULL,'autologinguests','0',NULL),(27,0,1566467676,NULL,'hiddenuserfields','',NULL),(28,0,1566467677,NULL,'showuseridentity','email',NULL),(29,0,1566467677,NULL,'fullnamedisplay','language',NULL),(30,0,1566467677,NULL,'alternativefullnameformat','language',NULL),(31,0,1566467677,NULL,'maxusersperpage','100',NULL),(32,0,1566467677,NULL,'enablegravatar','0',NULL),(33,0,1566467677,NULL,'gravatardefaulturl','mm',NULL),(34,0,1566467677,NULL,'agedigitalconsentverification','0',NULL),(35,0,1566467677,NULL,'agedigitalconsentmap','*, 16\nAT, 14\nES, 14\nUS, 13',NULL),(36,0,1566467677,NULL,'sitepolicy','',NULL),(37,0,1566467677,NULL,'sitepolicyguest','',NULL),(38,0,1566467677,'moodlecourse','visible','1',NULL),(39,0,1566467677,'moodlecourse','format','topics',NULL),(40,0,1566467677,'moodlecourse','maxsections','52',NULL),(41,0,1566467677,'moodlecourse','numsections','4',NULL),(42,0,1566467677,'moodlecourse','hiddensections','0',NULL),(43,0,1566467677,'moodlecourse','coursedisplay','0',NULL),(44,0,1566467677,'moodlecourse','courseenddateenabled','1',NULL),(45,0,1566467677,'moodlecourse','courseduration','31536000',NULL),(46,0,1566467677,'moodlecourse','lang','',NULL),(47,0,1566467677,'moodlecourse','newsitems','5',NULL),(48,0,1566467677,'moodlecourse','showgrades','1',NULL),(49,0,1566467677,'moodlecourse','showreports','0',NULL),(50,0,1566467677,'moodlecourse','maxbytes','0',NULL),(51,0,1566467677,'moodlecourse','enablecompletion','1',NULL),(52,0,1566467677,'moodlecourse','groupmode','0',NULL),(53,0,1566467677,'moodlecourse','groupmodeforce','0',NULL),(54,0,1566467677,NULL,'enablecourserequests','0',NULL),(55,0,1566467677,NULL,'defaultrequestcategory','1',NULL),(56,0,1566467677,NULL,'requestcategoryselection','0',NULL),(57,0,1566467677,NULL,'courserequestnotify','',NULL),(58,0,1566467677,'backup','loglifetime','30',NULL),(59,0,1566467677,'backup','backup_general_users','1',NULL),(60,0,1566467677,'backup','backup_general_users_locked','',NULL),(61,0,1566467677,'backup','backup_general_anonymize','0',NULL),(62,0,1566467677,'backup','backup_general_anonymize_locked','',NULL),(63,0,1566467677,'backup','backup_general_role_assignments','1',NULL),(64,0,1566467677,'backup','backup_general_role_assignments_locked','',NULL),(65,0,1566467677,'backup','backup_general_activities','1',NULL),(66,0,1566467677,'backup','backup_general_activities_locked','',NULL),(67,0,1566467677,'backup','backup_general_blocks','1',NULL),(68,0,1566467677,'backup','backup_general_blocks_locked','',NULL),(69,0,1566467677,'backup','backup_general_filters','1',NULL),(70,0,1566467677,'backup','backup_general_filters_locked','',NULL),(71,0,1566467677,'backup','backup_general_comments','1',NULL),(72,0,1566467677,'backup','backup_general_comments_locked','',NULL),(73,0,1566467677,'backup','backup_general_badges','1',NULL),(74,0,1566467677,'backup','backup_general_badges_locked','',NULL),(75,0,1566467677,'backup','backup_general_calendarevents','1',NULL),(76,0,1566467677,'backup','backup_general_calendarevents_locked','',NULL),(77,0,1566467677,'backup','backup_general_userscompletion','1',NULL),(78,0,1566467677,'backup','backup_general_userscompletion_locked','',NULL),(79,0,1566467677,'backup','backup_general_logs','0',NULL),(80,0,1566467677,'backup','backup_general_logs_locked','',NULL),(81,0,1566467677,'backup','backup_general_histories','0',NULL),(82,0,1566467677,'backup','backup_general_histories_locked','',NULL),(83,0,1566467677,'backup','backup_general_questionbank','1',NULL),(84,0,1566467677,'backup','backup_general_questionbank_locked','',NULL),(85,0,1566467677,'backup','backup_general_groups','1',NULL),(86,0,1566467677,'backup','backup_general_groups_locked','',NULL),(87,0,1566467677,'backup','backup_general_competencies','1',NULL),(88,0,1566467677,'backup','backup_general_competencies_locked','',NULL),(89,0,1566467677,'backup','import_general_maxresults','10',NULL),(90,0,1566467677,'backup','import_general_duplicate_admin_allowed','0',NULL),(91,0,1566467677,'backup','backup_import_activities','1',NULL),(92,0,1566467677,'backup','backup_import_activities_locked','',NULL),(93,0,1566467677,'backup','backup_import_blocks','1',NULL),(94,0,1566467677,'backup','backup_import_blocks_locked','',NULL),(95,0,1566467677,'backup','backup_import_filters','1',NULL),(96,0,1566467677,'backup','backup_import_filters_locked','',NULL),(97,0,1566467677,'backup','backup_import_calendarevents','1',NULL),(98,0,1566467677,'backup','backup_import_calendarevents_locked','',NULL),(99,0,1566467677,'backup','backup_import_questionbank','1',NULL),(100,0,1566467677,'backup','backup_import_questionbank_locked','',NULL),(101,0,1566467677,'backup','backup_import_groups','1',NULL),(102,0,1566467677,'backup','backup_import_groups_locked','',NULL),(103,0,1566467677,'backup','backup_import_competencies','1',NULL),(104,0,1566467677,'backup','backup_import_competencies_locked','',NULL),(105,0,1566467677,'backup','backup_auto_active','0',NULL),(106,0,1566467677,'backup','backup_auto_weekdays','0000000',NULL),(107,0,1566467677,'backup','backup_auto_hour','0',NULL),(108,0,1566467677,'backup','backup_auto_minute','0',NULL),(109,0,1566467677,'backup','backup_auto_storage','0',NULL),(110,0,1566467677,'backup','backup_auto_destination','',NULL),(111,0,1566467677,'backup','backup_auto_max_kept','1',NULL),(112,0,1566467677,'backup','backup_auto_delete_days','0',NULL),(113,0,1566467677,'backup','backup_auto_min_kept','0',NULL),(114,0,1566467677,'backup','backup_shortname','0',NULL),(115,0,1566467677,'backup','backup_auto_skip_hidden','1',NULL),(116,0,1566467677,'backup','backup_auto_skip_modif_days','30',NULL),(117,0,1566467677,'backup','backup_auto_skip_modif_prev','0',NULL),(118,0,1566467677,'backup','backup_auto_users','1',NULL),(119,0,1566467677,'backup','backup_auto_role_assignments','1',NULL),(120,0,1566467677,'backup','backup_auto_activities','1',NULL),(121,0,1566467677,'backup','backup_auto_blocks','1',NULL),(122,0,1566467677,'backup','backup_auto_filters','1',NULL),(123,0,1566467677,'backup','backup_auto_comments','1',NULL),(124,0,1566467677,'backup','backup_auto_badges','1',NULL),(125,0,1566467677,'backup','backup_auto_calendarevents','1',NULL),(126,0,1566467677,'backup','backup_auto_userscompletion','1',NULL),(127,0,1566467677,'backup','backup_auto_logs','0',NULL),(128,0,1566467677,'backup','backup_auto_histories','0',NULL),(129,0,1566467677,'backup','backup_auto_questionbank','1',NULL),(130,0,1566467677,'backup','backup_auto_groups','1',NULL),(131,0,1566467677,'backup','backup_auto_competencies','1',NULL),(132,0,1566467677,'restore','restore_general_users','1',NULL),(133,0,1566467677,'restore','restore_general_users_locked','',NULL),(134,0,1566467677,'restore','restore_general_enrolments','1',NULL),(135,0,1566467677,'restore','restore_general_enrolments_locked','',NULL),(136,0,1566467677,'restore','restore_general_role_assignments','1',NULL),(137,0,1566467677,'restore','restore_general_role_assignments_locked','',NULL),(138,0,1566467677,'restore','restore_general_activities','1',NULL),(139,0,1566467677,'restore','restore_general_activities_locked','',NULL),(140,0,1566467677,'restore','restore_general_blocks','1',NULL),(141,0,1566467677,'restore','restore_general_blocks_locked','',NULL),(142,0,1566467677,'restore','restore_general_filters','1',NULL),(143,0,1566467677,'restore','restore_general_filters_locked','',NULL),(144,0,1566467677,'restore','restore_general_comments','1',NULL),(145,0,1566467677,'restore','restore_general_comments_locked','',NULL),(146,0,1566467677,'restore','restore_general_badges','1',NULL),(147,0,1566467677,'restore','restore_general_badges_locked','',NULL),(148,0,1566467677,'restore','restore_general_calendarevents','1',NULL),(149,0,1566467677,'restore','restore_general_calendarevents_locked','',NULL),(150,0,1566467677,'restore','restore_general_userscompletion','1',NULL),(151,0,1566467677,'restore','restore_general_userscompletion_locked','',NULL),(152,0,1566467677,'restore','restore_general_logs','1',NULL),(153,0,1566467677,'restore','restore_general_logs_locked','',NULL),(154,0,1566467677,'restore','restore_general_histories','1',NULL),(155,0,1566467677,'restore','restore_general_histories_locked','',NULL),(156,0,1566467677,'restore','restore_general_groups','1',NULL),(157,0,1566467677,'restore','restore_general_groups_locked','',NULL),(158,0,1566467677,'restore','restore_general_competencies','1',NULL),(159,0,1566467677,'restore','restore_general_competencies_locked','',NULL),(160,0,1566467677,'restore','restore_merge_overwrite_conf','0',NULL),(161,0,1566467677,'restore','restore_merge_overwrite_conf_locked','',NULL),(162,0,1566467677,'restore','restore_merge_course_fullname','1',NULL),(163,0,1566467677,'restore','restore_merge_course_fullname_locked','',NULL),(164,0,1566467677,'restore','restore_merge_course_shortname','1',NULL),(165,0,1566467677,'restore','restore_merge_course_shortname_locked','',NULL),(166,0,1566467677,'restore','restore_merge_course_startdate','1',NULL),(167,0,1566467677,'restore','restore_merge_course_startdate_locked','',NULL),(168,0,1566467677,'restore','restore_replace_overwrite_conf','0',NULL),(169,0,1566467677,'restore','restore_replace_overwrite_conf_locked','',NULL),(170,0,1566467677,'restore','restore_replace_course_fullname','1',NULL),(171,0,1566467677,'restore','restore_replace_course_fullname_locked','',NULL),(172,0,1566467677,'restore','restore_replace_course_shortname','1',NULL),(173,0,1566467677,'restore','restore_replace_course_shortname_locked','',NULL),(174,0,1566467677,'restore','restore_replace_course_startdate','1',NULL),(175,0,1566467677,'restore','restore_replace_course_startdate_locked','',NULL),(176,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments','0',NULL),(177,0,1566467677,'restore','restore_replace_keep_roles_and_enrolments_locked','',NULL),(178,0,1566467677,'restore','restore_replace_keep_groups_and_groupings','0',NULL),(179,0,1566467677,'restore','restore_replace_keep_groups_and_groupings_locked','',NULL),(180,0,1566467677,NULL,'grade_profilereport','user',NULL),(181,0,1566467677,NULL,'grade_aggregationposition','1',NULL),(182,0,1566467677,NULL,'grade_includescalesinaggregation','1',NULL),(183,0,1566467677,NULL,'grade_hiddenasdate','0',NULL),(184,0,1566467677,NULL,'gradepublishing','0',NULL),(185,0,1566467677,NULL,'grade_export_exportfeedback','0',NULL),(186,0,1566467677,NULL,'grade_export_displaytype','1',NULL),(187,0,1566467677,NULL,'grade_export_decimalpoints','2',NULL),(188,0,1566467677,NULL,'grade_navmethod','1',NULL),(189,0,1566467677,NULL,'grade_export_userprofilefields','firstname,lastname,idnumber,institution,department,email',NULL),(190,0,1566467677,NULL,'grade_export_customprofilefields','',NULL),(191,0,1566467677,NULL,'recovergradesdefault','0',NULL),(192,0,1566467677,NULL,'gradeexport','',NULL),(193,0,1566467677,NULL,'unlimitedgrades','0',NULL),(194,0,1566467677,NULL,'grade_report_showmin','1',NULL),(195,0,1566467677,NULL,'gradepointmax','100',NULL),(196,0,1566467677,NULL,'gradepointdefault','100',NULL),(197,0,1566467677,NULL,'grade_minmaxtouse','1',NULL),(198,0,1566467677,NULL,'grade_mygrades_report','overview',NULL),(199,0,1566467677,NULL,'gradereport_mygradeurl','',NULL),(200,0,1566467677,NULL,'grade_hideforcedsettings','1',NULL),(201,0,1566467677,NULL,'grade_aggregation','13',NULL),(202,0,1566467677,NULL,'grade_aggregation_flag','0',NULL),(203,0,1566467677,NULL,'grade_aggregations_visible','13',NULL),(204,0,1566467677,NULL,'grade_aggregateonlygraded','1',NULL),(205,0,1566467677,NULL,'grade_aggregateonlygraded_flag','2',NULL),(206,0,1566467677,NULL,'grade_aggregateoutcomes','0',NULL),(207,0,1566467677,NULL,'grade_aggregateoutcomes_flag','2',NULL),(208,0,1566467677,NULL,'grade_keephigh','0',NULL),(209,0,1566467677,NULL,'grade_keephigh_flag','3',NULL),(210,0,1566467677,NULL,'grade_droplow','0',NULL),(211,0,1566467677,NULL,'grade_droplow_flag','2',NULL),(212,0,1566467677,NULL,'grade_overridecat','1',NULL),(213,0,1566467677,NULL,'grade_displaytype','1',NULL),(214,0,1566467677,NULL,'grade_decimalpoints','2',NULL),(215,0,1566467678,NULL,'grade_item_advanced','iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime',NULL),(216,0,1566467678,NULL,'grade_report_studentsperpage','100',NULL),(217,0,1566467678,NULL,'grade_report_showonlyactiveenrol','1',NULL),(218,0,1566467678,NULL,'grade_report_quickgrading','1',NULL),(219,0,1566467678,NULL,'grade_report_showquickfeedback','0',NULL),(220,0,1566467678,NULL,'grade_report_meanselection','1',NULL),(221,0,1566467678,NULL,'grade_report_enableajax','0',NULL),(222,0,1566467678,NULL,'grade_report_showcalculations','1',NULL),(223,0,1566467678,NULL,'grade_report_showeyecons','0',NULL),(224,0,1566467678,NULL,'grade_report_showaverages','1',NULL),(225,0,1566467678,NULL,'grade_report_showlocks','0',NULL),(226,0,1566467678,NULL,'grade_report_showranges','0',NULL),(227,0,1566467678,NULL,'grade_report_showanalysisicon','1',NULL),(228,0,1566467678,NULL,'grade_report_showuserimage','1',NULL),(229,0,1566467678,NULL,'grade_report_showactivityicons','1',NULL),(230,0,1566467678,NULL,'grade_report_shownumberofgrades','0',NULL),(231,0,1566467678,NULL,'grade_report_averagesdisplaytype','inherit',NULL),(232,0,1566467678,NULL,'grade_report_rangesdisplaytype','inherit',NULL),(233,0,1566467678,NULL,'grade_report_averagesdecimalpoints','inherit',NULL),(234,0,1566467678,NULL,'grade_report_rangesdecimalpoints','inherit',NULL),(235,0,1566467678,NULL,'grade_report_historyperpage','50',NULL),(236,0,1566467678,NULL,'grade_report_overview_showrank','0',NULL),(237,0,1566467678,NULL,'grade_report_overview_showtotalsifcontainhidden','0',NULL),(238,0,1566467678,NULL,'grade_report_user_showrank','0',NULL),(239,0,1566467678,NULL,'grade_report_user_showpercentage','1',NULL),(240,0,1566467678,NULL,'grade_report_user_showgrade','1',NULL),(241,0,1566467678,NULL,'grade_report_user_showfeedback','1',NULL),(242,0,1566467678,NULL,'grade_report_user_showrange','1',NULL),(243,0,1566467678,NULL,'grade_report_user_showweight','1',NULL),(244,0,1566467678,NULL,'grade_report_user_showaverage','0',NULL),(245,0,1566467678,NULL,'grade_report_user_showlettergrade','0',NULL),(246,0,1566467678,NULL,'grade_report_user_rangedecimals','0',NULL),(247,0,1566467678,NULL,'grade_report_user_showhiddenitems','1',NULL),(248,0,1566467678,NULL,'grade_report_user_showtotalsifcontainhidden','0',NULL),(249,0,1566467678,NULL,'grade_report_user_showcontributiontocoursetotal','1',NULL),(250,0,1566467678,'analytics','predictionsprocessor','\\mlbackend_php\\processor',NULL),(251,0,1566467678,'analytics','timesplittings','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range',NULL),(252,0,1566467678,'analytics','modeloutputdir','/var/www/moodledata/models',NULL),(253,0,1566467678,'analytics','onlycli','1',NULL),(254,0,1566467678,'analytics','modeltimelimit','1200',NULL),(255,0,1566467678,'core_competency','enabled','1',NULL),(256,0,1566467678,'core_competency','pushcourseratingstouserplans','1',NULL),(257,0,1566467678,NULL,'badges_defaultissuername','',NULL),(258,0,1566467678,NULL,'badges_defaultissuercontact','',NULL),(259,0,1566467678,NULL,'badges_badgesalt','badges1566467669',NULL),(260,0,1566467678,NULL,'badges_allowexternalbackpack','1',NULL),(261,0,1566467678,NULL,'badges_allowcoursebadges','1',NULL),(262,0,1566467679,NULL,'timezone','Europe/London',NULL),(263,0,1566467680,NULL,'forcetimezone','99',NULL),(264,0,1566467680,NULL,'country','0',NULL),(265,0,1566467680,NULL,'defaultcity','',NULL),(266,0,1566467680,NULL,'geoip2file','/var/www/moodledata/geoip/GeoLite2-City.mmdb',NULL),(267,0,1566467680,NULL,'googlemapkey3','',NULL),(268,0,1566467680,NULL,'allcountrycodes','',NULL),(269,0,1566467680,NULL,'autolang','1',NULL),(270,0,1566467680,NULL,'lang','en',NULL),(271,0,1566467680,NULL,'langmenu','1',NULL),(272,0,1566467680,NULL,'langlist','',NULL),(273,0,1566467680,NULL,'langcache','1',NULL),(274,0,1566467680,NULL,'langstringcache','1',NULL),(275,0,1566467680,NULL,'locale','',NULL),(276,0,1566467680,NULL,'latinexcelexport','0',NULL),(277,0,1566467680,NULL,'requiremodintro','0',NULL),(278,0,1566467680,NULL,'registerauth','',NULL),(279,0,1566467680,NULL,'authloginviaemail','0',NULL),(280,0,1566467680,NULL,'allowaccountssameemail','0',NULL),(281,0,1566467680,NULL,'authpreventaccountcreation','0',NULL),(282,0,1566467680,NULL,'loginpageautofocus','0',NULL),(283,0,1566467680,NULL,'guestloginbutton','1',NULL),(284,0,1566467680,NULL,'limitconcurrentlogins','0',NULL),(285,0,1566467680,NULL,'alternateloginurl','',NULL),(286,0,1566467680,NULL,'forgottenpasswordurl','',NULL),(287,0,1566467680,NULL,'auth_instructions','',NULL),(288,0,1566467680,NULL,'allowemailaddresses','',NULL),(289,0,1566467680,NULL,'denyemailaddresses','',NULL),(290,0,1566467680,NULL,'verifychangedemail','1',NULL),(291,0,1566467680,NULL,'recaptchapublickey','',NULL),(292,0,1566467680,NULL,'recaptchaprivatekey','',NULL),(293,0,1566467680,'cachestore_apcu','testperformance','0',NULL),(294,0,1566467680,'cachestore_memcache','testservers','',NULL),(295,0,1566467680,'cachestore_memcached','testservers','',NULL),(296,0,1566467680,'cachestore_mongodb','testserver','',NULL),(297,0,1566467680,'cachestore_redis','test_server','',NULL),(298,0,1566467680,'cachestore_redis','test_password','',NULL),(299,0,1566467680,'cachestore_redis','test_serializer','1',NULL),(300,0,1566467680,NULL,'filteruploadedfiles','0',NULL),(301,0,1566467680,NULL,'filtermatchoneperpage','0',NULL),(302,0,1566467680,NULL,'filtermatchonepertext','0',NULL),(303,0,1566467680,NULL,'sitedefaultlicense','allrightsreserved',NULL),(304,0,1566467680,NULL,'media_default_width','400',NULL),(305,0,1566467680,NULL,'media_default_height','300',NULL),(306,0,1566467680,NULL,'portfolio_moderate_filesize_threshold','1048576',NULL),(307,0,1566467680,NULL,'portfolio_high_filesize_threshold','5242880',NULL),(308,0,1566467680,NULL,'portfolio_moderate_db_threshold','20',NULL),(309,0,1566467680,NULL,'portfolio_high_db_threshold','50',NULL),(310,0,1566467680,'question_preview','behaviour','deferredfeedback',NULL),(311,0,1566467680,'question_preview','correctness','1',NULL),(312,0,1566467680,'question_preview','marks','2',NULL),(313,0,1566467680,'question_preview','markdp','2',NULL),(314,0,1566467680,'question_preview','feedback','1',NULL),(315,0,1566467680,'question_preview','generalfeedback','1',NULL),(316,0,1566467680,'question_preview','rightanswer','1',NULL),(317,0,1566467680,'question_preview','history','0',NULL),(318,0,1566467680,NULL,'repositorycacheexpire','120',NULL),(319,0,1566467680,NULL,'repositorygetfiletimeout','30',NULL),(320,0,1566467680,NULL,'repositorysyncfiletimeout','1',NULL),(321,0,1566467680,NULL,'repositorysyncimagetimeout','3',NULL),(322,0,1566467680,NULL,'repositoryallowexternallinks','1',NULL),(323,0,1566467680,NULL,'legacyfilesinnewcourses','0',NULL),(324,0,1566467680,NULL,'legacyfilesaddallowed','1',NULL),(325,0,1566467680,NULL,'searchengine','simpledb',NULL),(326,0,1566467680,NULL,'searchindexwhendisabled','0',NULL),(327,0,1566467680,NULL,'searchindextime','600',NULL),(328,0,1566467680,NULL,'searchallavailablecourses','0',NULL),(329,0,1566467680,NULL,'enablewsdocumentation','0',NULL),(330,0,1566467680,NULL,'allowbeforeblock','0',NULL),(331,0,1566467680,NULL,'allowedip','',NULL),(332,0,1566467680,NULL,'blockedip','',NULL),(333,0,1566467680,NULL,'protectusernames','1',NULL),(334,0,1566467680,NULL,'forcelogin','0',NULL),(335,0,1566467680,NULL,'forceloginforprofiles','1',NULL),(336,0,1566467680,NULL,'forceloginforprofileimage','0',NULL),(337,0,1566467680,NULL,'opentogoogle','0',NULL),(338,0,1566467680,NULL,'allowindexing','0',NULL),(339,0,1566467680,NULL,'maxbytes','0',NULL),(340,0,1566467680,NULL,'userquota','104857600',NULL),(341,0,1566467680,NULL,'allowobjectembed','0',NULL),(342,0,1566467680,NULL,'enabletrusttext','0',NULL),(343,0,1566467680,NULL,'maxeditingtime','1800',NULL),(344,0,1566467680,NULL,'extendedusernamechars','0',NULL),(345,0,1566467680,NULL,'keeptagnamecase','1',NULL),(346,0,1566467680,NULL,'profilesforenrolledusersonly','1',NULL),(347,0,1566467680,NULL,'cronclionly','1',NULL),(348,0,1566467680,NULL,'cronremotepassword','',NULL),(349,0,1566467680,'tool_task','enablerunnow','1',NULL),(350,0,1566467680,NULL,'lockoutthreshold','0',NULL),(351,0,1566467680,NULL,'lockoutwindow','1800',NULL),(352,0,1566467680,NULL,'lockoutduration','1800',NULL),(353,0,1566467680,NULL,'passwordpolicy','1',NULL),(354,0,1566467680,NULL,'minpasswordlength','8',NULL),(355,0,1566467680,NULL,'minpassworddigits','1',NULL),(356,0,1566467680,NULL,'minpasswordlower','1',NULL),(357,0,1566467680,NULL,'minpasswordupper','1',NULL),(358,0,1566467680,NULL,'minpasswordnonalphanum','1',NULL),(359,0,1566467680,NULL,'maxconsecutiveidentchars','0',NULL),(360,0,1566467680,NULL,'passwordreuselimit','0',NULL),(361,0,1566467680,NULL,'pwresettime','1800',NULL),(362,0,1566467680,NULL,'passwordchangelogout','0',NULL),(363,0,1566467680,NULL,'passwordchangetokendeletion','0',NULL),(364,0,1566467680,NULL,'tokenduration','7257600',NULL),(365,0,1566467680,NULL,'groupenrolmentkeypolicy','1',NULL),(366,0,1566467680,NULL,'disableuserimages','0',NULL),(367,0,1566467680,NULL,'emailchangeconfirmation','1',NULL),(368,0,1566467680,NULL,'rememberusername','2',NULL),(369,0,1566467680,NULL,'strictformsrequired','0',NULL),(370,0,1566467680,NULL,'cookiesecure','1',NULL),(371,0,1566467680,NULL,'cookiehttponly','0',NULL),(372,0,1566467680,NULL,'allowframembedding','0',NULL),(373,0,1566467680,NULL,'curlsecurityblockedhosts','',NULL),(374,0,1566467680,NULL,'curlsecurityallowedport','',NULL),(375,0,1566467680,NULL,'displayloginfailures','0',NULL),(376,0,1566467681,NULL,'notifyloginfailures','',NULL),(377,0,1566467681,NULL,'notifyloginthreshold','10',NULL),(378,0,1566467681,NULL,'themelist','',NULL),(379,0,1566467681,NULL,'themedesignermode','0',NULL),(380,0,1566467681,NULL,'allowuserthemes','0',NULL),(381,0,1566467681,NULL,'allowcoursethemes','0',NULL),(382,0,1566467681,NULL,'allowcategorythemes','0',NULL),(383,0,1566467681,NULL,'allowcohortthemes','0',NULL),(384,0,1566467681,NULL,'allowthemechangeonurl','0',NULL),(385,0,1566467681,NULL,'allowuserblockhiding','1',NULL),(386,0,1566467681,NULL,'allowblockstodock','1',NULL),(387,0,1566467681,NULL,'custommenuitems','',NULL),(388,0,1566467681,NULL,'customusermenuitems','grades,grades|/grade/report/mygrades.php|grades\nmessages,message|/message/index.php|message\npreferences,moodle|/user/preferences.php|preferences',NULL),(389,0,1566467681,NULL,'enabledevicedetection','1',NULL),(390,0,1566467681,NULL,'devicedetectregex','[]',NULL),(391,0,1566467681,'theme_boost','preset','default.scss',NULL),(392,0,1566467681,'theme_boost','presetfiles','',NULL),(393,0,1566467681,'theme_boost','backgroundimage','',NULL),(394,0,1566467681,'theme_boost','brandcolor','',NULL),(395,0,1566467681,'theme_boost','scsspre','',NULL),(396,0,1566467681,'theme_boost','scss','',NULL),(397,0,1566467681,'theme_clean','invert','0',NULL),(398,0,1566467681,'theme_clean','logo','',NULL),(399,0,1566467681,'theme_clean','smalllogo','',NULL),(400,0,1566467681,'theme_clean','sitename','1',NULL),(401,0,1566467681,'theme_clean','customcss','',NULL),(402,0,1566467681,'theme_clean','footnote','',NULL),(403,0,1566467681,'theme_more','textcolor','#333366',NULL),(404,0,1566467681,'theme_more','linkcolor','#FF6500',NULL),(405,0,1566467681,'theme_more','bodybackground','',NULL),(406,0,1566467681,'theme_more','backgroundimage','',NULL),(407,0,1566467681,'theme_more','backgroundrepeat','repeat',NULL),(408,0,1566467681,'theme_more','backgroundposition','0',NULL),(409,0,1566467681,'theme_more','backgroundfixed','0',NULL),(410,0,1566467681,'theme_more','contentbackground','#FFFFFF',NULL),(411,0,1566467681,'theme_more','secondarybackground','#FFFFFF',NULL),(412,0,1566467681,'theme_more','invert','1',NULL),(413,0,1566467681,'theme_more','logo','',NULL),(414,0,1566467681,'theme_more','smalllogo','',NULL),(415,0,1566467681,'theme_more','sitename','1',NULL),(416,0,1566467681,'theme_more','customcss','',NULL),(417,0,1566467681,'theme_more','footnote','',NULL),(418,0,1566467681,'core_admin','logo','',NULL),(419,0,1566467681,'core_admin','logocompact','',NULL),(420,0,1566467681,NULL,'calendartype','gregorian',NULL),(421,0,1566467681,NULL,'calendar_adminseesall','0',NULL),(422,0,1566467681,NULL,'calendar_site_timeformat','0',NULL),(423,0,1566467681,NULL,'calendar_startwday','1',NULL),(424,0,1566467681,NULL,'calendar_weekend','65',NULL),(425,0,1566467681,NULL,'calendar_lookahead','21',NULL),(426,0,1566467681,NULL,'calendar_maxevents','10',NULL),(427,0,1566467681,NULL,'enablecalendarexport','1',NULL),(428,0,1566467681,NULL,'calendar_customexport','1',NULL),(429,0,1566467681,NULL,'calendar_exportlookahead','365',NULL),(430,0,1566467681,NULL,'calendar_exportlookback','5',NULL),(431,0,1566467681,NULL,'calendar_exportsalt','bZZCiBGl6n2dtef0lF9G04OomuUiH2xlcAaHJPISk13RsN0A2dFxknrjkQjq',NULL),(432,0,1566467681,NULL,'calendar_showicalsource','1',NULL),(433,0,1566467681,NULL,'useblogassociations','1',NULL),(434,0,1566467681,NULL,'bloglevel','4',NULL),(435,0,1566467681,NULL,'useexternalblogs','1',NULL),(436,0,1566467681,NULL,'externalblogcrontime','86400',NULL),(437,0,1566467681,NULL,'maxexternalblogsperuser','1',NULL),(438,0,1566467681,NULL,'blogusecomments','1',NULL),(439,0,1566467681,NULL,'blogshowcommentscount','1',NULL),(440,0,1566467681,NULL,'defaulthomepage','1',NULL),(441,0,1566467681,NULL,'allowguestmymoodle','1',NULL),(442,0,1566467681,NULL,'navshowfullcoursenames','0',NULL),(443,0,1566467681,NULL,'navshowcategories','1',NULL),(444,0,1566467681,NULL,'navshowmycoursecategories','0',NULL),(445,0,1566467681,NULL,'navshowallcourses','0',NULL),(446,0,1566467681,NULL,'navsortmycoursessort','sortorder',NULL),(447,0,1566467681,NULL,'navcourselimit','10',NULL),(448,0,1566467681,NULL,'usesitenameforsitepages','0',NULL),(449,0,1566467681,NULL,'linkadmincategories','1',NULL),(450,0,1566467681,NULL,'linkcoursesections','1',NULL),(451,0,1566467681,NULL,'navshowfrontpagemods','1',NULL),(452,0,1566467681,NULL,'navadduserpostslinks','1',NULL),(453,0,1566467681,NULL,'formatstringstriptags','1',NULL),(454,0,1566467681,NULL,'emoticons','[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]',NULL),(455,0,1566467681,NULL,'docroot','https://docs.moodle.org',NULL),(456,0,1566467681,NULL,'doclang','',NULL),(457,0,1566467681,NULL,'doctonewwindow','0',NULL),(458,0,1566467681,NULL,'courselistshortnames','0',NULL),(459,0,1566467681,NULL,'coursesperpage','20',NULL),(460,0,1566467681,NULL,'courseswithsummarieslimit','10',NULL),(461,0,1566467681,NULL,'courseoverviewfileslimit','1',NULL),(462,0,1566467681,NULL,'courseoverviewfilesext','.jpg,.gif,.png',NULL),(463,0,1566467681,NULL,'useexternalyui','0',NULL),(464,0,1566467681,NULL,'yuicomboloading','1',NULL),(465,0,1566467681,NULL,'cachejs','1',NULL),(466,0,1566467681,NULL,'modchooserdefault','1',NULL),(467,0,1566467681,NULL,'additionalhtmlhead','',NULL),(468,0,1566467681,NULL,'additionalhtmltopofbody','',NULL),(469,0,1566467681,NULL,'additionalhtmlfooter','',NULL),(470,0,1566467681,NULL,'pathtophp','',NULL),(471,0,1566467681,NULL,'pathtodu','',NULL),(472,0,1566467681,NULL,'aspellpath','',NULL),(473,0,1566467681,NULL,'pathtodot','',NULL),(474,0,1566467681,NULL,'pathtogs','/usr/bin/gs',NULL),(475,0,1566467681,NULL,'pathtopython','',NULL),(476,0,1566467681,NULL,'supportname','Admin User',NULL),(477,0,1566467681,NULL,'supportemail','',NULL),(478,0,1566467681,NULL,'supportpage','',NULL),(479,0,1566467681,NULL,'dbsessions','0',NULL),(480,0,1566467681,NULL,'sessioncookie','',NULL),(481,0,1566467681,NULL,'sessioncookiepath','',NULL),(482,0,1566467681,NULL,'sessioncookiedomain','',NULL),(483,0,1566467681,NULL,'statsfirstrun','none',NULL),(484,0,1566467681,NULL,'statsmaxruntime','0',NULL),(485,0,1566467681,NULL,'statsruntimedays','31',NULL),(486,0,1566467681,NULL,'statsuserthreshold','0',NULL),(487,0,1566467681,NULL,'slasharguments','1',NULL),(488,0,1566467681,NULL,'getremoteaddrconf','0',NULL),(489,0,1566467681,NULL,'proxyhost','',NULL),(490,0,1566467681,NULL,'proxyport','0',NULL),(491,0,1566467681,NULL,'proxytype','HTTP',NULL),(492,0,1566467681,NULL,'proxyuser','',NULL),(493,0,1566467681,NULL,'proxypassword','',NULL),(494,0,1566467681,NULL,'proxybypass','localhost, 127.0.0.1',NULL),(495,0,1566467681,NULL,'maintenance_enabled','0',NULL),(496,0,1566467681,NULL,'maintenance_message','',NULL),(497,0,1566467681,NULL,'deleteunconfirmed','168',NULL),(498,0,1566467681,NULL,'deleteincompleteusers','0',NULL),(499,0,1566467681,NULL,'disablegradehistory','0',NULL),(500,0,1566467681,NULL,'gradehistorylifetime','0',NULL),(501,0,1566467681,NULL,'tempdatafoldercleanup','168',NULL),(502,0,1566467681,NULL,'extramemorylimit','512M',NULL),(503,0,1566467681,NULL,'maxtimelimit','0',NULL),(504,0,1566467681,NULL,'curlcache','120',NULL),(505,0,1566467681,NULL,'curltimeoutkbitrate','56',NULL),(506,0,1566467681,NULL,'smtphosts','','mailhog:1025'),(507,0,1566467681,NULL,'smtpsecure','',NULL),(508,0,1566467681,NULL,'smtpauthtype','LOGIN',NULL),(509,0,1566467681,NULL,'smtpuser','',NULL),(510,0,1566467681,NULL,'smtppass','',NULL),(511,0,1566467681,NULL,'smtpmaxbulk','1',NULL),(512,0,1566467681,NULL,'allowedemaildomains','',NULL),(513,0,1566467681,NULL,'sitemailcharset','0',NULL),(514,0,1566467681,NULL,'allowusermailcharset','0',NULL),(515,0,1566467681,NULL,'allowattachments','1',NULL),(516,0,1566467681,NULL,'mailnewline','LF',NULL),(517,0,1566467681,NULL,'emailfromvia','1',NULL),(518,0,1566467681,NULL,'updateautocheck','1',NULL),(519,0,1566467681,NULL,'updateminmaturity','200',NULL),(520,0,1566467681,NULL,'updatenotifybuilds','0',NULL),(521,0,1566467681,NULL,'enablesafebrowserintegration','0',NULL),(522,0,1566467681,NULL,'dndallowtextandlinks','0',NULL),(523,0,1566467681,NULL,'pathtosassc','',NULL),(524,0,1566467681,NULL,'forceclean','0',NULL),(525,0,1566467681,NULL,'debug','0',NULL),(526,0,1566467681,NULL,'debugdisplay','1',NULL),(527,0,1566467681,NULL,'debugsmtp','0',NULL),(528,0,1566467681,NULL,'perfdebug','7',NULL),(529,0,1566467681,NULL,'debugstringids','0',NULL),(530,0,1566467681,NULL,'debugvalidators','0',NULL),(531,0,1566467681,NULL,'debugpageinfo','0',NULL),(532,0,1566467681,NULL,'profilingenabled','0',NULL),(533,0,1566467681,NULL,'profilingincluded','',NULL),(534,0,1566467681,NULL,'profilingexcluded','',NULL),(535,0,1566467681,NULL,'profilingautofrec','0',NULL),(536,0,1566467681,NULL,'profilingallowme','0',NULL),(537,0,1566467681,NULL,'profilingallowall','0',NULL),(538,0,1566467681,NULL,'profilinglifetime','1440',NULL),(539,0,1566467682,NULL,'profilingimportprefix','(I)',NULL),(540,0,1566467697,'activitynames','filter_active','1',''),(541,0,1566467697,'mathjaxloader','filter_active','1',''),(542,0,1566467697,'mediaplugin','filter_active','1',''),(543,2,1566468655,NULL,'notloggedinroleid','6',NULL),(544,2,1566468655,NULL,'guestroleid','6',NULL),(545,2,1566468655,NULL,'defaultuserroleid','7',NULL),(546,2,1566468655,NULL,'creatornewroleid','3',NULL),(547,2,1566468655,NULL,'restorernewroleid','3',NULL),(548,2,1566468655,'tool_dataprivacy','contactdataprotectionofficer','0',NULL),(549,2,1566468655,'tool_dataprivacy','automaticdeletionrequests','0',NULL),(550,2,1566468655,'tool_dataprivacy','privacyrequestexpiry','604800',NULL),(551,2,1566468655,'tool_dataprivacy','requireallenddatesforuserdeletion','1',NULL),(552,2,1566468655,'tool_dataprivacy','showdataretentionsummary','1',NULL),(553,2,1566468655,'tool_log','exportlog','1',NULL),(554,2,1566468655,NULL,'sitepolicyhandler','',NULL),(555,2,1566468655,NULL,'gradebookroles','5',NULL),(556,2,1566468655,'analytics','logstore','logstore_standard',NULL),(557,2,1566468655,'assign','feedback_plugin_for_gradebook','assignfeedback_comments',NULL),(558,2,1566468655,'assign','showrecentsubmissions','0',NULL),(559,2,1566468655,'assign','submissionreceipts','1',NULL),(560,2,1566468655,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.',NULL),(561,2,1566468655,'assign','maxperpage','-1',NULL),(562,2,1566468655,'assign','alwaysshowdescription','1',NULL),(563,2,1566468655,'assign','alwaysshowdescription_adv','',NULL),(564,2,1566468655,'assign','alwaysshowdescription_locked','',NULL),(565,2,1566468655,'assign','allowsubmissionsfromdate','0',NULL),(566,2,1566468655,'assign','allowsubmissionsfromdate_enabled','1',NULL),(567,2,1566468655,'assign','allowsubmissionsfromdate_adv','',NULL),(568,2,1566468655,'assign','duedate','604800',NULL),(569,2,1566468655,'assign','duedate_enabled','1',NULL),(570,2,1566468655,'assign','duedate_adv','',NULL),(571,2,1566468655,'assign','cutoffdate','1209600',NULL),(572,2,1566468655,'assign','cutoffdate_enabled','',NULL),(573,2,1566468655,'assign','cutoffdate_adv','',NULL),(574,2,1566468655,'assign','gradingduedate','1209600',NULL),(575,2,1566468655,'assign','gradingduedate_enabled','1',NULL),(576,2,1566468655,'assign','gradingduedate_adv','',NULL),(577,2,1566468655,'assign','submissiondrafts','0',NULL),(578,2,1566468655,'assign','submissiondrafts_adv','',NULL),(579,2,1566468655,'assign','submissiondrafts_locked','',NULL),(580,2,1566468655,'assign','requiresubmissionstatement','0',NULL),(581,2,1566468655,'assign','requiresubmissionstatement_adv','',NULL),(582,2,1566468655,'assign','requiresubmissionstatement_locked','',NULL),(583,2,1566468655,'assign','attemptreopenmethod','none',NULL),(584,2,1566468655,'assign','attemptreopenmethod_adv','',NULL),(585,2,1566468655,'assign','attemptreopenmethod_locked','',NULL),(586,2,1566468655,'assign','maxattempts','-1',NULL),(587,2,1566468655,'assign','maxattempts_adv','',NULL),(588,2,1566468655,'assign','maxattempts_locked','',NULL),(589,2,1566468655,'assign','teamsubmission','0',NULL),(590,2,1566468655,'assign','teamsubmission_adv','',NULL),(591,2,1566468655,'assign','teamsubmission_locked','',NULL),(592,2,1566468655,'assign','preventsubmissionnotingroup','0',NULL),(593,2,1566468655,'assign','preventsubmissionnotingroup_adv','',NULL),(594,2,1566468655,'assign','preventsubmissionnotingroup_locked','',NULL),(595,2,1566468655,'assign','requireallteammemberssubmit','0',NULL),(596,2,1566468655,'assign','requireallteammemberssubmit_adv','',NULL),(597,2,1566468655,'assign','requireallteammemberssubmit_locked','',NULL),(598,2,1566468655,'assign','teamsubmissiongroupingid','',NULL),(599,2,1566468655,'assign','teamsubmissiongroupingid_adv','',NULL),(600,2,1566468655,'assign','sendnotifications','0',NULL),(601,2,1566468655,'assign','sendnotifications_adv','',NULL),(602,2,1566468655,'assign','sendnotifications_locked','',NULL),(603,2,1566468655,'assign','sendlatenotifications','0',NULL),(604,2,1566468655,'assign','sendlatenotifications_adv','',NULL),(605,2,1566468655,'assign','sendlatenotifications_locked','',NULL),(606,2,1566468655,'assign','sendstudentnotifications','1',NULL),(607,2,1566468655,'assign','sendstudentnotifications_adv','',NULL),(608,2,1566468655,'assign','sendstudentnotifications_locked','',NULL),(609,2,1566468655,'assign','blindmarking','0',NULL),(610,2,1566468655,'assign','blindmarking_adv','',NULL),(611,2,1566468655,'assign','blindmarking_locked','',NULL),(612,2,1566468656,'assign','markingworkflow','0',NULL),(613,2,1566468656,'assign','markingworkflow_adv','',NULL),(614,2,1566468656,'assign','markingworkflow_locked','',NULL),(615,2,1566468656,'assign','markingallocation','0',NULL),(616,2,1566468656,'assign','markingallocation_adv','',NULL),(617,2,1566468656,'assign','markingallocation_locked','',NULL),(618,2,1566468656,'assignsubmission_file','default','1',NULL),(619,2,1566468656,'assignsubmission_file','maxfiles','20',NULL),(620,2,1566468656,'assignsubmission_file','filetypes','',NULL),(621,2,1566468656,'assignsubmission_file','maxbytes','0',NULL),(622,2,1566468656,'assignsubmission_onlinetext','default','0',NULL),(623,2,1566468656,'assignfeedback_comments','default','1',NULL),(624,2,1566468656,'assignfeedback_comments','inline','0',NULL),(625,2,1566468656,'assignfeedback_comments','inline_adv','',NULL),(626,2,1566468656,'assignfeedback_comments','inline_locked','',NULL),(627,2,1566468656,'assignfeedback_editpdf','default','1',NULL),(628,2,1566468656,'assignfeedback_editpdf','stamps','',NULL),(629,2,1566468656,'assignfeedback_file','default','0',NULL),(630,2,1566468656,'assignfeedback_offline','default','0',NULL),(631,2,1566468656,'book','numberingoptions','0,1,2,3',NULL),(632,2,1566468656,'book','navoptions','0,1,2',NULL),(633,2,1566468656,'book','numbering','1',NULL),(634,2,1566468656,'book','navstyle','1',NULL),(635,2,1566468656,NULL,'chat_method','ajax',NULL),(636,2,1566468656,NULL,'chat_refresh_userlist','10',NULL),(637,2,1566468656,NULL,'chat_old_ping','35',NULL),(638,2,1566468656,NULL,'chat_refresh_room','5',NULL),(639,2,1566468656,NULL,'chat_normal_updatemode','jsupdate',NULL),(640,2,1566468656,NULL,'chat_serverhost','localhost',NULL),(641,2,1566468656,NULL,'chat_serverip','127.0.0.1',NULL),(642,2,1566468656,NULL,'chat_serverport','9111',NULL),(643,2,1566468656,NULL,'chat_servermax','100',NULL),(644,2,1566468656,NULL,'data_enablerssfeeds','0',NULL),(645,2,1566468656,NULL,'feedback_allowfullanonymous','0',NULL),(646,2,1566468656,'resource','framesize','130',NULL),(647,2,1566468656,'resource','displayoptions','0,1,4,5,6',NULL),(648,2,1566468656,'resource','printintro','1',NULL),(649,2,1566468656,'resource','display','0',NULL),(650,2,1566468656,'resource','showsize','0',NULL),(651,2,1566468656,'resource','showtype','0',NULL),(652,2,1566468656,'resource','showdate','0',NULL),(653,2,1566468656,'resource','popupwidth','620',NULL),(654,2,1566468656,'resource','popupheight','450',NULL),(655,2,1566468656,'resource','filterfiles','0',NULL),(656,2,1566468656,'folder','showexpanded','1',NULL),(657,2,1566468656,'folder','maxsizetodownload','0',NULL),(658,2,1566468656,NULL,'forum_displaymode','3',NULL),(659,2,1566468656,NULL,'forum_shortpost','300',NULL),(660,2,1566468656,NULL,'forum_longpost','600',NULL),(661,2,1566468656,NULL,'forum_manydiscussions','100',NULL),(662,2,1566468656,NULL,'forum_maxbytes','512000',NULL),(663,2,1566468656,NULL,'forum_maxattachments','9',NULL),(664,2,1566468656,NULL,'forum_subscription','0',NULL),(665,2,1566468656,NULL,'forum_trackingtype','1',NULL),(666,2,1566468656,NULL,'forum_trackreadposts','1',NULL),(667,2,1566468656,NULL,'forum_allowforcedreadtracking','0',NULL),(668,2,1566468656,NULL,'forum_oldpostdays','14',NULL),(669,2,1566468656,NULL,'forum_usermarksread','0',NULL),(670,2,1566468656,NULL,'forum_cleanreadtime','2',NULL),(671,2,1566468656,NULL,'digestmailtime','17',NULL),(672,2,1566468656,NULL,'forum_enablerssfeeds','0',NULL),(673,2,1566468656,NULL,'forum_enabletimedposts','1',NULL),(674,2,1566468656,NULL,'glossary_entbypage','10',NULL),(675,2,1566468656,NULL,'glossary_dupentries','0',NULL),(676,2,1566468656,NULL,'glossary_allowcomments','0',NULL),(677,2,1566468656,NULL,'glossary_linkbydefault','1',NULL),(678,2,1566468656,NULL,'glossary_defaultapproval','1',NULL),(679,2,1566468656,NULL,'glossary_enablerssfeeds','0',NULL),(680,2,1566468656,NULL,'glossary_linkentries','0',NULL),(681,2,1566468656,NULL,'glossary_casesensitive','0',NULL),(682,2,1566468656,NULL,'glossary_fullmatch','0',NULL),(683,2,1566468656,'imscp','keepold','1',NULL),(684,2,1566468656,'imscp','keepold_adv','',NULL),(685,2,1566468656,'label','dndmedia','1',NULL),(686,2,1566468656,'label','dndresizewidth','400',NULL),(687,2,1566468656,'label','dndresizeheight','400',NULL),(688,2,1566468656,'mod_lesson','mediafile','',NULL),(689,2,1566468656,'mod_lesson','mediafile_adv','1',NULL),(690,2,1566468656,'mod_lesson','mediawidth','640',NULL),(691,2,1566468656,'mod_lesson','mediaheight','480',NULL),(692,2,1566468656,'mod_lesson','mediaclose','0',NULL),(693,2,1566468656,'mod_lesson','progressbar','0',NULL),(694,2,1566468656,'mod_lesson','progressbar_adv','',NULL),(695,2,1566468656,'mod_lesson','ongoing','0',NULL),(696,2,1566468656,'mod_lesson','ongoing_adv','1',NULL),(697,2,1566468656,'mod_lesson','displayleftmenu','0',NULL),(698,2,1566468656,'mod_lesson','displayleftmenu_adv','',NULL),(699,2,1566468656,'mod_lesson','displayleftif','0',NULL),(700,2,1566468656,'mod_lesson','displayleftif_adv','1',NULL),(701,2,1566468656,'mod_lesson','slideshow','0',NULL),(702,2,1566468656,'mod_lesson','slideshow_adv','1',NULL),(703,2,1566468656,'mod_lesson','slideshowwidth','640',NULL),(704,2,1566468656,'mod_lesson','slideshowheight','480',NULL),(705,2,1566468656,'mod_lesson','slideshowbgcolor','#FFFFFF',NULL),(706,2,1566468656,'mod_lesson','maxanswers','5',NULL),(707,2,1566468656,'mod_lesson','maxanswers_adv','1',NULL),(708,2,1566468656,'mod_lesson','defaultfeedback','0',NULL),(709,2,1566468656,'mod_lesson','defaultfeedback_adv','1',NULL),(710,2,1566468656,'mod_lesson','activitylink','',NULL),(711,2,1566468656,'mod_lesson','activitylink_adv','1',NULL),(712,2,1566468656,'mod_lesson','timelimit','0',NULL),(713,2,1566468656,'mod_lesson','timelimit_adv','',NULL),(714,2,1566468656,'mod_lesson','password','0',NULL),(715,2,1566468656,'mod_lesson','password_adv','1',NULL),(716,2,1566468656,'mod_lesson','modattempts','0',NULL),(717,2,1566468656,'mod_lesson','modattempts_adv','',NULL),(718,2,1566468656,'mod_lesson','displayreview','0',NULL),(719,2,1566468656,'mod_lesson','displayreview_adv','',NULL),(720,2,1566468656,'mod_lesson','maximumnumberofattempts','1',NULL),(721,2,1566468656,'mod_lesson','maximumnumberofattempts_adv','',NULL),(722,2,1566468656,'mod_lesson','defaultnextpage','0',NULL),(723,2,1566468656,'mod_lesson','defaultnextpage_adv','1',NULL),(724,2,1566468656,'mod_lesson','numberofpagestoshow','1',NULL),(725,2,1566468656,'mod_lesson','numberofpagestoshow_adv','1',NULL),(726,2,1566468656,'mod_lesson','practice','0',NULL),(727,2,1566468656,'mod_lesson','practice_adv','',NULL),(728,2,1566468656,'mod_lesson','customscoring','1',NULL),(729,2,1566468656,'mod_lesson','customscoring_adv','1',NULL),(730,2,1566468656,'mod_lesson','retakesallowed','0',NULL),(731,2,1566468656,'mod_lesson','retakesallowed_adv','',NULL),(732,2,1566468656,'mod_lesson','handlingofretakes','0',NULL),(733,2,1566468656,'mod_lesson','handlingofretakes_adv','1',NULL),(734,2,1566468656,'mod_lesson','minimumnumberofquestions','0',NULL),(735,2,1566468656,'mod_lesson','minimumnumberofquestions_adv','1',NULL),(736,2,1566468656,'page','displayoptions','5',NULL),(737,2,1566468656,'page','printheading','1',NULL),(738,2,1566468656,'page','printintro','0',NULL),(739,2,1566468656,'page','display','5',NULL),(740,2,1566468656,'page','popupwidth','620',NULL),(741,2,1566468656,'page','popupheight','450',NULL),(742,2,1566468656,'quiz','timelimit','0',NULL),(743,2,1566468656,'quiz','timelimit_adv','',NULL),(744,2,1566468656,'quiz','overduehandling','autosubmit',NULL),(745,2,1566468656,'quiz','overduehandling_adv','',NULL),(746,2,1566468656,'quiz','graceperiod','86400',NULL),(747,2,1566468656,'quiz','graceperiod_adv','',NULL),(748,2,1566468656,'quiz','graceperiodmin','60',NULL),(749,2,1566468656,'quiz','attempts','0',NULL),(750,2,1566468656,'quiz','attempts_adv','',NULL),(751,2,1566468656,'quiz','grademethod','1',NULL),(752,2,1566468656,'quiz','grademethod_adv','',NULL),(753,2,1566468656,'quiz','maximumgrade','10',NULL),(754,2,1566468656,'quiz','questionsperpage','1',NULL),(755,2,1566468656,'quiz','questionsperpage_adv','',NULL),(756,2,1566468656,'quiz','navmethod','free',NULL),(757,2,1566468656,'quiz','navmethod_adv','1',NULL),(758,2,1566468656,'quiz','shuffleanswers','1',NULL),(759,2,1566468656,'quiz','shuffleanswers_adv','',NULL),(760,2,1566468656,'quiz','preferredbehaviour','deferredfeedback',NULL),(761,2,1566468656,'quiz','canredoquestions','0',NULL),(762,2,1566468656,'quiz','canredoquestions_adv','1',NULL),(763,2,1566468656,'quiz','attemptonlast','0',NULL),(764,2,1566468656,'quiz','attemptonlast_adv','1',NULL),(765,2,1566468656,'quiz','reviewattempt','69904',NULL),(766,2,1566468656,'quiz','reviewcorrectness','69904',NULL),(767,2,1566468656,'quiz','reviewmarks','69904',NULL),(768,2,1566468656,'quiz','reviewspecificfeedback','69904',NULL),(769,2,1566468656,'quiz','reviewgeneralfeedback','69904',NULL),(770,2,1566468656,'quiz','reviewrightanswer','69904',NULL),(771,2,1566468656,'quiz','reviewoverallfeedback','4368',NULL),(772,2,1566468657,'quiz','showuserpicture','0',NULL),(773,2,1566468657,'quiz','showuserpicture_adv','',NULL),(774,2,1566468657,'quiz','decimalpoints','2',NULL),(775,2,1566468657,'quiz','decimalpoints_adv','',NULL),(776,2,1566468657,'quiz','questiondecimalpoints','-1',NULL),(777,2,1566468657,'quiz','questiondecimalpoints_adv','1',NULL),(778,2,1566468657,'quiz','showblocks','0',NULL),(779,2,1566468657,'quiz','showblocks_adv','1',NULL),(780,2,1566468657,'quiz','password','',NULL),(781,2,1566468657,'quiz','password_adv','',NULL),(782,2,1566468657,'quiz','subnet','',NULL),(783,2,1566468657,'quiz','subnet_adv','1',NULL),(784,2,1566468657,'quiz','delay1','0',NULL),(785,2,1566468657,'quiz','delay1_adv','1',NULL),(786,2,1566468657,'quiz','delay2','0',NULL),(787,2,1566468657,'quiz','delay2_adv','1',NULL),(788,2,1566468657,'quiz','browsersecurity','-',NULL),(789,2,1566468657,'quiz','browsersecurity_adv','1',NULL),(790,2,1566468657,'quiz','initialnumfeedbacks','2',NULL),(791,2,1566468657,'quiz','autosaveperiod','60',NULL),(792,2,1566468657,'scorm','displaycoursestructure','0',NULL),(793,2,1566468657,'scorm','displaycoursestructure_adv','',NULL),(794,2,1566468657,'scorm','popup','0',NULL),(795,2,1566468657,'scorm','popup_adv','',NULL),(796,2,1566468657,'scorm','displayactivityname','1',NULL),(797,2,1566468657,'scorm','framewidth','100',NULL),(798,2,1566468657,'scorm','framewidth_adv','1',NULL),(799,2,1566468657,'scorm','frameheight','500',NULL),(800,2,1566468657,'scorm','frameheight_adv','1',NULL),(801,2,1566468657,'scorm','winoptgrp_adv','1',NULL),(802,2,1566468657,'scorm','scrollbars','0',NULL),(803,2,1566468657,'scorm','directories','0',NULL),(804,2,1566468657,'scorm','location','0',NULL),(805,2,1566468657,'scorm','menubar','0',NULL),(806,2,1566468657,'scorm','toolbar','0',NULL),(807,2,1566468657,'scorm','status','0',NULL),(808,2,1566468657,'scorm','skipview','0',NULL),(809,2,1566468657,'scorm','skipview_adv','1',NULL),(810,2,1566468657,'scorm','hidebrowse','0',NULL),(811,2,1566468657,'scorm','hidebrowse_adv','1',NULL),(812,2,1566468657,'scorm','hidetoc','0',NULL),(813,2,1566468657,'scorm','hidetoc_adv','1',NULL),(814,2,1566468657,'scorm','nav','1',NULL),(815,2,1566468657,'scorm','nav_adv','1',NULL),(816,2,1566468657,'scorm','navpositionleft','-100',NULL),(817,2,1566468657,'scorm','navpositionleft_adv','1',NULL),(818,2,1566468657,'scorm','navpositiontop','-100',NULL),(819,2,1566468657,'scorm','navpositiontop_adv','1',NULL),(820,2,1566468657,'scorm','collapsetocwinsize','767',NULL),(821,2,1566468657,'scorm','collapsetocwinsize_adv','1',NULL),(822,2,1566468657,'scorm','displayattemptstatus','1',NULL),(823,2,1566468657,'scorm','displayattemptstatus_adv','',NULL),(824,2,1566468657,'scorm','grademethod','1',NULL),(825,2,1566468657,'scorm','maxgrade','100',NULL),(826,2,1566468657,'scorm','maxattempt','0',NULL),(827,2,1566468657,'scorm','whatgrade','0',NULL),(828,2,1566468657,'scorm','forcecompleted','0',NULL),(829,2,1566468657,'scorm','forcenewattempt','0',NULL),(830,2,1566468657,'scorm','autocommit','0',NULL),(831,2,1566468657,'scorm','masteryoverride','1',NULL),(832,2,1566468657,'scorm','lastattemptlock','0',NULL),(833,2,1566468657,'scorm','auto','0',NULL),(834,2,1566468657,'scorm','updatefreq','0',NULL),(835,2,1566468657,'scorm','scormstandard','0',NULL),(836,2,1566468657,'scorm','allowtypeexternal','0',NULL),(837,2,1566468657,'scorm','allowtypelocalsync','0',NULL),(838,2,1566468657,'scorm','allowtypeexternalaicc','0',NULL),(839,2,1566468657,'scorm','allowaicchacp','0',NULL),(840,2,1566468657,'scorm','aicchacptimeout','30',NULL),(841,2,1566468657,'scorm','aicchacpkeepsessiondata','1',NULL),(842,2,1566468657,'scorm','aiccuserid','1',NULL),(843,2,1566468657,'scorm','forcejavascript','1',NULL),(844,2,1566468657,'scorm','allowapidebug','0',NULL),(845,2,1566468657,'scorm','apidebugmask','.*',NULL),(846,2,1566468657,'scorm','protectpackagedownloads','0',NULL),(847,2,1566468657,'url','framesize','130',NULL),(848,2,1566468657,'url','secretphrase','',NULL),(849,2,1566468657,'url','rolesinparams','0',NULL),(850,2,1566468657,'url','displayoptions','0,1,5,6',NULL),(851,2,1566468657,'url','printintro','1',NULL),(852,2,1566468657,'url','display','0',NULL),(853,2,1566468657,'url','popupwidth','620',NULL),(854,2,1566468657,'url','popupheight','450',NULL),(855,2,1566468657,'workshop','grade','80',NULL),(856,2,1566468657,'workshop','gradinggrade','20',NULL),(857,2,1566468657,'workshop','gradedecimals','0',NULL),(858,2,1566468657,'workshop','maxbytes','0',NULL),(859,2,1566468657,'workshop','strategy','accumulative',NULL),(860,2,1566468657,'workshop','examplesmode','0',NULL),(861,2,1566468657,'workshopallocation_random','numofreviews','5',NULL),(862,2,1566468657,'workshopform_numerrors','grade0','No',NULL),(863,2,1566468657,'workshopform_numerrors','grade1','Yes',NULL),(864,2,1566468657,'workshopeval_best','comparison','5',NULL),(865,2,1566468657,'tool_recyclebin','coursebinenable','1',NULL),(866,2,1566468657,'tool_recyclebin','coursebinexpiry','604800',NULL),(867,2,1566468657,'tool_recyclebin','categorybinenable','1',NULL),(868,2,1566468657,'tool_recyclebin','categorybinexpiry','604800',NULL),(869,2,1566468657,'tool_recyclebin','autohide','1',NULL),(870,2,1566468657,'antivirus_clamav','runningmethod','commandline',NULL),(871,2,1566468657,'antivirus_clamav','pathtoclam','',NULL),(872,2,1566468657,'antivirus_clamav','pathtounixsocket','',NULL),(873,2,1566468657,'antivirus_clamav','clamfailureonupload','donothing',NULL),(874,2,1566468657,'auth_cas','hostname','',NULL),(875,2,1566468657,'auth_cas','baseuri','',NULL),(876,2,1566468657,'auth_cas','port','0',NULL),(877,2,1566468657,'auth_cas','casversion','2.0',NULL),(878,2,1566468657,'auth_cas','language','CAS_Languages_English',NULL),(879,2,1566468657,'auth_cas','proxycas','0',NULL),(880,2,1566468657,'auth_cas','logoutcas','0',NULL),(881,2,1566468657,'auth_cas','multiauth','0',NULL),(882,2,1566468657,'auth_cas','certificate_check','0',NULL),(883,2,1566468657,'auth_cas','certificate_path','',NULL),(884,2,1566468657,'auth_cas','curl_ssl_version','',NULL),(885,2,1566468657,'auth_cas','logout_return_url','',NULL),(886,2,1566468657,'auth_cas','host_url','',NULL),(887,2,1566468657,'auth_cas','ldap_version','3',NULL),(888,2,1566468657,'auth_cas','start_tls','0',NULL),(889,2,1566468657,'auth_cas','ldapencoding','utf-8',NULL),(890,2,1566468657,'auth_cas','pagesize','250',NULL),(891,2,1566468657,'auth_cas','bind_dn','',NULL),(892,2,1566468657,'auth_cas','bind_pw','',NULL),(893,2,1566468657,'auth_cas','user_type','default',NULL),(894,2,1566468657,'auth_cas','contexts','',NULL),(895,2,1566468657,'auth_cas','search_sub','0',NULL),(896,2,1566468657,'auth_cas','opt_deref','0',NULL),(897,2,1566468657,'auth_cas','user_attribute','',NULL),(898,2,1566468657,'auth_cas','memberattribute','',NULL),(899,2,1566468657,'auth_cas','memberattribute_isdn','',NULL),(900,2,1566468657,'auth_cas','objectclass','',NULL),(901,2,1566468657,'auth_cas','attrcreators','',NULL),(902,2,1566468657,'auth_cas','groupecreators','',NULL),(903,2,1566468657,'auth_cas','removeuser','0',NULL),(904,2,1566468657,'auth_cas','field_map_firstname','',NULL),(905,2,1566468657,'auth_cas','field_updatelocal_firstname','oncreate',NULL),(906,2,1566468657,'auth_cas','field_updateremote_firstname','0',NULL),(907,2,1566468657,'auth_cas','field_lock_firstname','unlocked',NULL),(908,2,1566468657,'auth_cas','field_map_lastname','',NULL),(909,2,1566468657,'auth_cas','field_updatelocal_lastname','oncreate',NULL),(910,2,1566468657,'auth_cas','field_updateremote_lastname','0',NULL),(911,2,1566468657,'auth_cas','field_lock_lastname','unlocked',NULL),(912,2,1566468657,'auth_cas','field_map_email','',NULL),(913,2,1566468657,'auth_cas','field_updatelocal_email','oncreate',NULL),(914,2,1566468657,'auth_cas','field_updateremote_email','0',NULL),(915,2,1566468657,'auth_cas','field_lock_email','unlocked',NULL),(916,2,1566468657,'auth_cas','field_map_city','',NULL),(917,2,1566468657,'auth_cas','field_updatelocal_city','oncreate',NULL),(918,2,1566468657,'auth_cas','field_updateremote_city','0',NULL),(919,2,1566468657,'auth_cas','field_lock_city','unlocked',NULL),(920,2,1566468657,'auth_cas','field_map_country','',NULL),(921,2,1566468657,'auth_cas','field_updatelocal_country','oncreate',NULL),(922,2,1566468657,'auth_cas','field_updateremote_country','0',NULL),(923,2,1566468657,'auth_cas','field_lock_country','unlocked',NULL),(924,2,1566468657,'auth_cas','field_map_lang','',NULL),(925,2,1566468657,'auth_cas','field_updatelocal_lang','oncreate',NULL),(926,2,1566468657,'auth_cas','field_updateremote_lang','0',NULL),(927,2,1566468657,'auth_cas','field_lock_lang','unlocked',NULL),(928,2,1566468657,'auth_cas','field_map_description','',NULL),(929,2,1566468657,'auth_cas','field_updatelocal_description','oncreate',NULL),(930,2,1566468657,'auth_cas','field_updateremote_description','0',NULL),(931,2,1566468657,'auth_cas','field_lock_description','unlocked',NULL),(932,2,1566468657,'auth_cas','field_map_url','',NULL),(933,2,1566468657,'auth_cas','field_updatelocal_url','oncreate',NULL),(934,2,1566468657,'auth_cas','field_updateremote_url','0',NULL),(935,2,1566468657,'auth_cas','field_lock_url','unlocked',NULL),(936,2,1566468657,'auth_cas','field_map_idnumber','',NULL),(937,2,1566468657,'auth_cas','field_updatelocal_idnumber','oncreate',NULL),(938,2,1566468657,'auth_cas','field_updateremote_idnumber','0',NULL),(939,2,1566468657,'auth_cas','field_lock_idnumber','unlocked',NULL),(940,2,1566468657,'auth_cas','field_map_institution','',NULL),(941,2,1566468657,'auth_cas','field_updatelocal_institution','oncreate',NULL),(942,2,1566468657,'auth_cas','field_updateremote_institution','0',NULL),(943,2,1566468657,'auth_cas','field_lock_institution','unlocked',NULL),(944,2,1566468657,'auth_cas','field_map_department','',NULL),(945,2,1566468657,'auth_cas','field_updatelocal_department','oncreate',NULL),(946,2,1566468657,'auth_cas','field_updateremote_department','0',NULL),(947,2,1566468657,'auth_cas','field_lock_department','unlocked',NULL),(948,2,1566468657,'auth_cas','field_map_phone1','',NULL),(949,2,1566468657,'auth_cas','field_updatelocal_phone1','oncreate',NULL),(950,2,1566468657,'auth_cas','field_updateremote_phone1','0',NULL),(951,2,1566468657,'auth_cas','field_lock_phone1','unlocked',NULL),(952,2,1566468657,'auth_cas','field_map_phone2','',NULL),(953,2,1566468657,'auth_cas','field_updatelocal_phone2','oncreate',NULL),(954,2,1566468657,'auth_cas','field_updateremote_phone2','0',NULL),(955,2,1566468657,'auth_cas','field_lock_phone2','unlocked',NULL),(956,2,1566468657,'auth_cas','field_map_address','',NULL),(957,2,1566468657,'auth_cas','field_updatelocal_address','oncreate',NULL),(958,2,1566468657,'auth_cas','field_updateremote_address','0',NULL),(959,2,1566468657,'auth_cas','field_lock_address','unlocked',NULL),(960,2,1566468657,'auth_cas','field_map_firstnamephonetic','',NULL),(961,2,1566468657,'auth_cas','field_updatelocal_firstnamephonetic','oncreate',NULL),(962,2,1566468657,'auth_cas','field_updateremote_firstnamephonetic','0',NULL),(963,2,1566468657,'auth_cas','field_lock_firstnamephonetic','unlocked',NULL),(964,2,1566468657,'auth_cas','field_map_lastnamephonetic','',NULL),(965,2,1566468657,'auth_cas','field_updatelocal_lastnamephonetic','oncreate',NULL),(966,2,1566468657,'auth_cas','field_updateremote_lastnamephonetic','0',NULL),(967,2,1566468657,'auth_cas','field_lock_lastnamephonetic','unlocked',NULL),(968,2,1566468658,'auth_cas','field_map_middlename','',NULL),(969,2,1566468658,'auth_cas','field_updatelocal_middlename','oncreate',NULL),(970,2,1566468658,'auth_cas','field_updateremote_middlename','0',NULL),(971,2,1566468658,'auth_cas','field_lock_middlename','unlocked',NULL),(972,2,1566468658,'auth_cas','field_map_alternatename','',NULL),(973,2,1566468658,'auth_cas','field_updatelocal_alternatename','oncreate',NULL),(974,2,1566468658,'auth_cas','field_updateremote_alternatename','0',NULL),(975,2,1566468658,'auth_cas','field_lock_alternatename','unlocked',NULL),(976,2,1566468658,'auth_email','recaptcha','0',NULL),(977,2,1566468658,'auth_email','field_lock_firstname','unlocked',NULL),(978,2,1566468658,'auth_email','field_lock_lastname','unlocked',NULL),(979,2,1566468658,'auth_email','field_lock_email','unlocked',NULL),(980,2,1566468658,'auth_email','field_lock_city','unlocked',NULL),(981,2,1566468658,'auth_email','field_lock_country','unlocked',NULL),(982,2,1566468658,'auth_email','field_lock_lang','unlocked',NULL),(983,2,1566468658,'auth_email','field_lock_description','unlocked',NULL),(984,2,1566468658,'auth_email','field_lock_url','unlocked',NULL),(985,2,1566468658,'auth_email','field_lock_idnumber','unlocked',NULL),(986,2,1566468658,'auth_email','field_lock_institution','unlocked',NULL),(987,2,1566468658,'auth_email','field_lock_department','unlocked',NULL),(988,2,1566468658,'auth_email','field_lock_phone1','unlocked',NULL),(989,2,1566468658,'auth_email','field_lock_phone2','unlocked',NULL),(990,2,1566468658,'auth_email','field_lock_address','unlocked',NULL),(991,2,1566468658,'auth_email','field_lock_firstnamephonetic','unlocked',NULL),(992,2,1566468658,'auth_email','field_lock_lastnamephonetic','unlocked',NULL),(993,2,1566468658,'auth_email','field_lock_middlename','unlocked',NULL),(994,2,1566468658,'auth_email','field_lock_alternatename','unlocked',NULL),(995,2,1566468658,'auth_db','host','127.0.0.1',NULL),(996,2,1566468658,'auth_db','type','mysqli',NULL),(997,2,1566468658,'auth_db','sybasequoting','0',NULL),(998,2,1566468658,'auth_db','name','',NULL),(999,2,1566468658,'auth_db','user','',NULL),(1000,2,1566468658,'auth_db','pass','',NULL),(1001,2,1566468658,'auth_db','table','',NULL),(1002,2,1566468658,'auth_db','fielduser','',NULL),(1003,2,1566468658,'auth_db','fieldpass','',NULL),(1004,2,1566468658,'auth_db','passtype','plaintext',NULL),(1005,2,1566468658,'auth_db','extencoding','utf-8',NULL),(1006,2,1566468658,'auth_db','setupsql','',NULL),(1007,2,1566468658,'auth_db','debugauthdb','0',NULL),(1008,2,1566468658,'auth_db','changepasswordurl','',NULL),(1009,2,1566468658,'auth_db','removeuser','0',NULL),(1010,2,1566468658,'auth_db','updateusers','0',NULL),(1011,2,1566468658,'auth_db','field_map_firstname','',NULL),(1012,2,1566468658,'auth_db','field_updatelocal_firstname','oncreate',NULL),(1013,2,1566468658,'auth_db','field_updateremote_firstname','0',NULL),(1014,2,1566468658,'auth_db','field_lock_firstname','unlocked',NULL),(1015,2,1566468658,'auth_db','field_map_lastname','',NULL),(1016,2,1566468658,'auth_db','field_updatelocal_lastname','oncreate',NULL),(1017,2,1566468658,'auth_db','field_updateremote_lastname','0',NULL),(1018,2,1566468658,'auth_db','field_lock_lastname','unlocked',NULL),(1019,2,1566468658,'auth_db','field_map_email','',NULL),(1020,2,1566468658,'auth_db','field_updatelocal_email','oncreate',NULL),(1021,2,1566468658,'auth_db','field_updateremote_email','0',NULL),(1022,2,1566468658,'auth_db','field_lock_email','unlocked',NULL),(1023,2,1566468658,'auth_db','field_map_city','',NULL),(1024,2,1566468658,'auth_db','field_updatelocal_city','oncreate',NULL),(1025,2,1566468658,'auth_db','field_updateremote_city','0',NULL),(1026,2,1566468658,'auth_db','field_lock_city','unlocked',NULL),(1027,2,1566468658,'auth_db','field_map_country','',NULL),(1028,2,1566468658,'auth_db','field_updatelocal_country','oncreate',NULL),(1029,2,1566468658,'auth_db','field_updateremote_country','0',NULL),(1030,2,1566468658,'auth_db','field_lock_country','unlocked',NULL),(1031,2,1566468658,'auth_db','field_map_lang','',NULL),(1032,2,1566468658,'auth_db','field_updatelocal_lang','oncreate',NULL),(1033,2,1566468658,'auth_db','field_updateremote_lang','0',NULL),(1034,2,1566468658,'auth_db','field_lock_lang','unlocked',NULL),(1035,2,1566468658,'auth_db','field_map_description','',NULL),(1036,2,1566468658,'auth_db','field_updatelocal_description','oncreate',NULL),(1037,2,1566468658,'auth_db','field_updateremote_description','0',NULL),(1038,2,1566468658,'auth_db','field_lock_description','unlocked',NULL),(1039,2,1566468658,'auth_db','field_map_url','',NULL),(1040,2,1566468658,'auth_db','field_updatelocal_url','oncreate',NULL),(1041,2,1566468658,'auth_db','field_updateremote_url','0',NULL),(1042,2,1566468658,'auth_db','field_lock_url','unlocked',NULL),(1043,2,1566468658,'auth_db','field_map_idnumber','',NULL),(1044,2,1566468658,'auth_db','field_updatelocal_idnumber','oncreate',NULL),(1045,2,1566468658,'auth_db','field_updateremote_idnumber','0',NULL),(1046,2,1566468658,'auth_db','field_lock_idnumber','unlocked',NULL),(1047,2,1566468658,'auth_db','field_map_institution','',NULL),(1048,2,1566468658,'auth_db','field_updatelocal_institution','oncreate',NULL),(1049,2,1566468658,'auth_db','field_updateremote_institution','0',NULL),(1050,2,1566468658,'auth_db','field_lock_institution','unlocked',NULL),(1051,2,1566468658,'auth_db','field_map_department','',NULL),(1052,2,1566468658,'auth_db','field_updatelocal_department','oncreate',NULL),(1053,2,1566468658,'auth_db','field_updateremote_department','0',NULL),(1054,2,1566468658,'auth_db','field_lock_department','unlocked',NULL),(1055,2,1566468658,'auth_db','field_map_phone1','',NULL),(1056,2,1566468658,'auth_db','field_updatelocal_phone1','oncreate',NULL),(1057,2,1566468658,'auth_db','field_updateremote_phone1','0',NULL),(1058,2,1566468658,'auth_db','field_lock_phone1','unlocked',NULL),(1059,2,1566468658,'auth_db','field_map_phone2','',NULL),(1060,2,1566468658,'auth_db','field_updatelocal_phone2','oncreate',NULL),(1061,2,1566468658,'auth_db','field_updateremote_phone2','0',NULL),(1062,2,1566468658,'auth_db','field_lock_phone2','unlocked',NULL),(1063,2,1566468658,'auth_db','field_map_address','',NULL),(1064,2,1566468658,'auth_db','field_updatelocal_address','oncreate',NULL),(1065,2,1566468658,'auth_db','field_updateremote_address','0',NULL),(1066,2,1566468658,'auth_db','field_lock_address','unlocked',NULL),(1067,2,1566468658,'auth_db','field_map_firstnamephonetic','',NULL),(1068,2,1566468658,'auth_db','field_updatelocal_firstnamephonetic','oncreate',NULL),(1069,2,1566468658,'auth_db','field_updateremote_firstnamephonetic','0',NULL),(1070,2,1566468658,'auth_db','field_lock_firstnamephonetic','unlocked',NULL),(1071,2,1566468658,'auth_db','field_map_lastnamephonetic','',NULL),(1072,2,1566468658,'auth_db','field_updatelocal_lastnamephonetic','oncreate',NULL),(1073,2,1566468658,'auth_db','field_updateremote_lastnamephonetic','0',NULL),(1074,2,1566468658,'auth_db','field_lock_lastnamephonetic','unlocked',NULL),(1075,2,1566468658,'auth_db','field_map_middlename','',NULL),(1076,2,1566468658,'auth_db','field_updatelocal_middlename','oncreate',NULL),(1077,2,1566468658,'auth_db','field_updateremote_middlename','0',NULL),(1078,2,1566468658,'auth_db','field_lock_middlename','unlocked',NULL),(1079,2,1566468658,'auth_db','field_map_alternatename','',NULL),(1080,2,1566468658,'auth_db','field_updatelocal_alternatename','oncreate',NULL),(1081,2,1566468658,'auth_db','field_updateremote_alternatename','0',NULL),(1082,2,1566468658,'auth_db','field_lock_alternatename','unlocked',NULL),(1083,2,1566468658,'auth_ldap','host_url','',NULL),(1084,2,1566468658,'auth_ldap','ldap_version','3',NULL),(1085,2,1566468658,'auth_ldap','start_tls','0',NULL),(1086,2,1566468658,'auth_ldap','ldapencoding','utf-8',NULL),(1087,2,1566468658,'auth_ldap','pagesize','250',NULL),(1088,2,1566468658,'auth_ldap','preventpassindb','0',NULL),(1089,2,1566468658,'auth_ldap','bind_dn','',NULL),(1090,2,1566468658,'auth_ldap','bind_pw','',NULL),(1091,2,1566468658,'auth_ldap','user_type','default',NULL),(1092,2,1566468658,'auth_ldap','contexts','',NULL),(1093,2,1566468658,'auth_ldap','search_sub','0',NULL),(1094,2,1566468658,'auth_ldap','opt_deref','0',NULL),(1095,2,1566468658,'auth_ldap','user_attribute','',NULL),(1096,2,1566468658,'auth_ldap','suspended_attribute','',NULL),(1097,2,1566468658,'auth_ldap','memberattribute','',NULL),(1098,2,1566468658,'auth_ldap','memberattribute_isdn','',NULL),(1099,2,1566468658,'auth_ldap','objectclass','',NULL),(1100,2,1566468658,'auth_ldap','forcechangepassword','0',NULL),(1101,2,1566468658,'auth_ldap','stdchangepassword','0',NULL),(1102,2,1566468658,'auth_ldap','passtype','plaintext',NULL),(1103,2,1566468658,'auth_ldap','changepasswordurl','',NULL),(1104,2,1566468658,'auth_ldap','expiration','0',NULL),(1105,2,1566468658,'auth_ldap','expiration_warning','',NULL),(1106,2,1566468658,'auth_ldap','expireattr','',NULL),(1107,2,1566468658,'auth_ldap','gracelogins','0',NULL),(1108,2,1566468658,'auth_ldap','graceattr','',NULL),(1109,2,1566468658,'auth_ldap','auth_user_create','0',NULL),(1110,2,1566468658,'auth_ldap','create_context','',NULL),(1111,2,1566468658,'auth_ldap','managercontext','',NULL),(1112,2,1566468658,'auth_ldap','coursecreatorcontext','',NULL),(1113,2,1566468658,'auth_ldap','removeuser','0',NULL),(1114,2,1566468658,'auth_ldap','sync_suspended','0',NULL),(1115,2,1566468658,'auth_ldap','ntlmsso_enabled','0',NULL),(1116,2,1566468658,'auth_ldap','ntlmsso_subnet','',NULL),(1117,2,1566468658,'auth_ldap','ntlmsso_ie_fastpath','0',NULL),(1118,2,1566468658,'auth_ldap','ntlmsso_type','ntlm',NULL),(1119,2,1566468658,'auth_ldap','ntlmsso_remoteuserformat','',NULL),(1120,2,1566468658,'auth_ldap','field_map_firstname','',NULL),(1121,2,1566468658,'auth_ldap','field_updatelocal_firstname','oncreate',NULL),(1122,2,1566468658,'auth_ldap','field_updateremote_firstname','0',NULL),(1123,2,1566468658,'auth_ldap','field_lock_firstname','unlocked',NULL),(1124,2,1566468658,'auth_ldap','field_map_lastname','',NULL),(1125,2,1566468658,'auth_ldap','field_updatelocal_lastname','oncreate',NULL),(1126,2,1566468658,'auth_ldap','field_updateremote_lastname','0',NULL),(1127,2,1566468658,'auth_ldap','field_lock_lastname','unlocked',NULL),(1128,2,1566468658,'auth_ldap','field_map_email','',NULL),(1129,2,1566468658,'auth_ldap','field_updatelocal_email','oncreate',NULL),(1130,2,1566468658,'auth_ldap','field_updateremote_email','0',NULL),(1131,2,1566468658,'auth_ldap','field_lock_email','unlocked',NULL),(1132,2,1566468658,'auth_ldap','field_map_city','',NULL),(1133,2,1566468658,'auth_ldap','field_updatelocal_city','oncreate',NULL),(1134,2,1566468658,'auth_ldap','field_updateremote_city','0',NULL),(1135,2,1566468658,'auth_ldap','field_lock_city','unlocked',NULL),(1136,2,1566468658,'auth_ldap','field_map_country','',NULL),(1137,2,1566468658,'auth_ldap','field_updatelocal_country','oncreate',NULL),(1138,2,1566468658,'auth_ldap','field_updateremote_country','0',NULL),(1139,2,1566468658,'auth_ldap','field_lock_country','unlocked',NULL),(1140,2,1566468658,'auth_ldap','field_map_lang','',NULL),(1141,2,1566468658,'auth_ldap','field_updatelocal_lang','oncreate',NULL),(1142,2,1566468658,'auth_ldap','field_updateremote_lang','0',NULL),(1143,2,1566468658,'auth_ldap','field_lock_lang','unlocked',NULL),(1144,2,1566468658,'auth_ldap','field_map_description','',NULL),(1145,2,1566468658,'auth_ldap','field_updatelocal_description','oncreate',NULL),(1146,2,1566468658,'auth_ldap','field_updateremote_description','0',NULL),(1147,2,1566468658,'auth_ldap','field_lock_description','unlocked',NULL),(1148,2,1566468659,'auth_ldap','field_map_url','',NULL),(1149,2,1566468659,'auth_ldap','field_updatelocal_url','oncreate',NULL),(1150,2,1566468659,'auth_ldap','field_updateremote_url','0',NULL),(1151,2,1566468659,'auth_ldap','field_lock_url','unlocked',NULL),(1152,2,1566468659,'auth_ldap','field_map_idnumber','',NULL),(1153,2,1566468659,'auth_ldap','field_updatelocal_idnumber','oncreate',NULL),(1154,2,1566468659,'auth_ldap','field_updateremote_idnumber','0',NULL),(1155,2,1566468659,'auth_ldap','field_lock_idnumber','unlocked',NULL),(1156,2,1566468659,'auth_ldap','field_map_institution','',NULL),(1157,2,1566468659,'auth_ldap','field_updatelocal_institution','oncreate',NULL),(1158,2,1566468659,'auth_ldap','field_updateremote_institution','0',NULL),(1159,2,1566468659,'auth_ldap','field_lock_institution','unlocked',NULL),(1160,2,1566468659,'auth_ldap','field_map_department','',NULL),(1161,2,1566468659,'auth_ldap','field_updatelocal_department','oncreate',NULL),(1162,2,1566468659,'auth_ldap','field_updateremote_department','0',NULL),(1163,2,1566468659,'auth_ldap','field_lock_department','unlocked',NULL),(1164,2,1566468659,'auth_ldap','field_map_phone1','',NULL),(1165,2,1566468659,'auth_ldap','field_updatelocal_phone1','oncreate',NULL),(1166,2,1566468659,'auth_ldap','field_updateremote_phone1','0',NULL),(1167,2,1566468659,'auth_ldap','field_lock_phone1','unlocked',NULL),(1168,2,1566468659,'auth_ldap','field_map_phone2','',NULL),(1169,2,1566468659,'auth_ldap','field_updatelocal_phone2','oncreate',NULL),(1170,2,1566468659,'auth_ldap','field_updateremote_phone2','0',NULL),(1171,2,1566468659,'auth_ldap','field_lock_phone2','unlocked',NULL),(1172,2,1566468659,'auth_ldap','field_map_address','',NULL),(1173,2,1566468659,'auth_ldap','field_updatelocal_address','oncreate',NULL),(1174,2,1566468659,'auth_ldap','field_updateremote_address','0',NULL),(1175,2,1566468659,'auth_ldap','field_lock_address','unlocked',NULL),(1176,2,1566468659,'auth_ldap','field_map_firstnamephonetic','',NULL),(1177,2,1566468659,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate',NULL),(1178,2,1566468659,'auth_ldap','field_updateremote_firstnamephonetic','0',NULL),(1179,2,1566468659,'auth_ldap','field_lock_firstnamephonetic','unlocked',NULL),(1180,2,1566468659,'auth_ldap','field_map_lastnamephonetic','',NULL),(1181,2,1566468659,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate',NULL),(1182,2,1566468659,'auth_ldap','field_updateremote_lastnamephonetic','0',NULL),(1183,2,1566468659,'auth_ldap','field_lock_lastnamephonetic','unlocked',NULL),(1184,2,1566468659,'auth_ldap','field_map_middlename','',NULL),(1185,2,1566468659,'auth_ldap','field_updatelocal_middlename','oncreate',NULL),(1186,2,1566468659,'auth_ldap','field_updateremote_middlename','0',NULL),(1187,2,1566468659,'auth_ldap','field_lock_middlename','unlocked',NULL),(1188,2,1566468659,'auth_ldap','field_map_alternatename','',NULL),(1189,2,1566468659,'auth_ldap','field_updatelocal_alternatename','oncreate',NULL),(1190,2,1566468659,'auth_ldap','field_updateremote_alternatename','0',NULL),(1191,2,1566468659,'auth_ldap','field_lock_alternatename','unlocked',NULL),(1192,2,1566468659,'auth_manual','expiration','0',NULL),(1193,2,1566468659,'auth_manual','expirationtime','30',NULL),(1194,2,1566468659,'auth_manual','expiration_warning','0',NULL),(1195,2,1566468659,'auth_manual','field_lock_firstname','unlocked',NULL),(1196,2,1566468659,'auth_manual','field_lock_lastname','unlocked',NULL),(1197,2,1566468659,'auth_manual','field_lock_email','unlocked',NULL),(1198,2,1566468659,'auth_manual','field_lock_city','unlocked',NULL),(1199,2,1566468659,'auth_manual','field_lock_country','unlocked',NULL),(1200,2,1566468659,'auth_manual','field_lock_lang','unlocked',NULL),(1201,2,1566468659,'auth_manual','field_lock_description','unlocked',NULL),(1202,2,1566468659,'auth_manual','field_lock_url','unlocked',NULL),(1203,2,1566468659,'auth_manual','field_lock_idnumber','unlocked',NULL),(1204,2,1566468659,'auth_manual','field_lock_institution','unlocked',NULL),(1205,2,1566468659,'auth_manual','field_lock_department','unlocked',NULL),(1206,2,1566468659,'auth_manual','field_lock_phone1','unlocked',NULL),(1207,2,1566468659,'auth_manual','field_lock_phone2','unlocked',NULL),(1208,2,1566468659,'auth_manual','field_lock_address','unlocked',NULL),(1209,2,1566468659,'auth_manual','field_lock_firstnamephonetic','unlocked',NULL),(1210,2,1566468659,'auth_manual','field_lock_lastnamephonetic','unlocked',NULL),(1211,2,1566468659,'auth_manual','field_lock_middlename','unlocked',NULL),(1212,2,1566468659,'auth_manual','field_lock_alternatename','unlocked',NULL),(1213,2,1566468659,'auth_mnet','rpc_negotiation_timeout','30',NULL),(1214,2,1566468659,'auth_none','field_lock_firstname','unlocked',NULL),(1215,2,1566468659,'auth_none','field_lock_lastname','unlocked',NULL),(1216,2,1566468659,'auth_none','field_lock_email','unlocked',NULL),(1217,2,1566468659,'auth_none','field_lock_city','unlocked',NULL),(1218,2,1566468659,'auth_none','field_lock_country','unlocked',NULL),(1219,2,1566468659,'auth_none','field_lock_lang','unlocked',NULL),(1220,2,1566468659,'auth_none','field_lock_description','unlocked',NULL),(1221,2,1566468659,'auth_none','field_lock_url','unlocked',NULL),(1222,2,1566468659,'auth_none','field_lock_idnumber','unlocked',NULL),(1223,2,1566468659,'auth_none','field_lock_institution','unlocked',NULL),(1224,2,1566468659,'auth_none','field_lock_department','unlocked',NULL),(1225,2,1566468659,'auth_none','field_lock_phone1','unlocked',NULL),(1226,2,1566468659,'auth_none','field_lock_phone2','unlocked',NULL),(1227,2,1566468659,'auth_none','field_lock_address','unlocked',NULL),(1228,2,1566468659,'auth_none','field_lock_firstnamephonetic','unlocked',NULL),(1229,2,1566468659,'auth_none','field_lock_lastnamephonetic','unlocked',NULL),(1230,2,1566468659,'auth_none','field_lock_middlename','unlocked',NULL),(1231,2,1566468659,'auth_none','field_lock_alternatename','unlocked',NULL),(1232,2,1566468659,'auth_oauth2','field_lock_firstname','unlocked',NULL),(1233,2,1566468659,'auth_oauth2','field_lock_lastname','unlocked',NULL),(1234,2,1566468659,'auth_oauth2','field_lock_email','unlocked',NULL),(1235,2,1566468659,'auth_oauth2','field_lock_city','unlocked',NULL),(1236,2,1566468659,'auth_oauth2','field_lock_country','unlocked',NULL),(1237,2,1566468659,'auth_oauth2','field_lock_lang','unlocked',NULL),(1238,2,1566468659,'auth_oauth2','field_lock_description','unlocked',NULL),(1239,2,1566468659,'auth_oauth2','field_lock_url','unlocked',NULL),(1240,2,1566468659,'auth_oauth2','field_lock_idnumber','unlocked',NULL),(1241,2,1566468659,'auth_oauth2','field_lock_institution','unlocked',NULL),(1242,2,1566468659,'auth_oauth2','field_lock_department','unlocked',NULL),(1243,2,1566468659,'auth_oauth2','field_lock_phone1','unlocked',NULL),(1244,2,1566468659,'auth_oauth2','field_lock_phone2','unlocked',NULL),(1245,2,1566468659,'auth_oauth2','field_lock_address','unlocked',NULL),(1246,2,1566468659,'auth_oauth2','field_lock_firstnamephonetic','unlocked',NULL),(1247,2,1566468659,'auth_oauth2','field_lock_lastnamephonetic','unlocked',NULL),(1248,2,1566468659,'auth_oauth2','field_lock_middlename','unlocked',NULL),(1249,2,1566468659,'auth_oauth2','field_lock_alternatename','unlocked',NULL),(1250,2,1566468659,'auth_shibboleth','user_attribute','',NULL),(1251,2,1566468659,'auth_shibboleth','convert_data','',NULL),(1252,2,1566468659,'auth_shibboleth','alt_login','off',NULL),(1253,2,1566468659,'auth_shibboleth','organization_selection','urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai',NULL),(1254,2,1566468659,'auth_shibboleth','logout_handler','',NULL),(1255,2,1566468659,'auth_shibboleth','logout_return_url','',NULL),(1256,2,1566468659,'auth_shibboleth','login_name','Shibboleth Login',NULL),(1257,2,1566468659,'auth_shibboleth','auth_instructions','Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.',NULL),(1258,2,1566468659,'auth_shibboleth','changepasswordurl','',NULL),(1259,2,1566468659,'auth_shibboleth','field_map_firstname','',NULL),(1260,2,1566468659,'auth_shibboleth','field_updatelocal_firstname','oncreate',NULL),(1261,2,1566468659,'auth_shibboleth','field_lock_firstname','unlocked',NULL),(1262,2,1566468659,'auth_shibboleth','field_map_lastname','',NULL),(1263,2,1566468659,'auth_shibboleth','field_updatelocal_lastname','oncreate',NULL),(1264,2,1566468659,'auth_shibboleth','field_lock_lastname','unlocked',NULL),(1265,2,1566468659,'auth_shibboleth','field_map_email','',NULL),(1266,2,1566468659,'auth_shibboleth','field_updatelocal_email','oncreate',NULL),(1267,2,1566468659,'auth_shibboleth','field_lock_email','unlocked',NULL),(1268,2,1566468659,'auth_shibboleth','field_map_city','',NULL),(1269,2,1566468659,'auth_shibboleth','field_updatelocal_city','oncreate',NULL),(1270,2,1566468659,'auth_shibboleth','field_lock_city','unlocked',NULL),(1271,2,1566468659,'auth_shibboleth','field_map_country','',NULL),(1272,2,1566468659,'auth_shibboleth','field_updatelocal_country','oncreate',NULL),(1273,2,1566468659,'auth_shibboleth','field_lock_country','unlocked',NULL),(1274,2,1566468659,'auth_shibboleth','field_map_lang','',NULL),(1275,2,1566468659,'auth_shibboleth','field_updatelocal_lang','oncreate',NULL),(1276,2,1566468659,'auth_shibboleth','field_lock_lang','unlocked',NULL),(1277,2,1566468659,'auth_shibboleth','field_map_description','',NULL),(1278,2,1566468659,'auth_shibboleth','field_updatelocal_description','oncreate',NULL),(1279,2,1566468659,'auth_shibboleth','field_lock_description','unlocked',NULL),(1280,2,1566468659,'auth_shibboleth','field_map_url','',NULL),(1281,2,1566468659,'auth_shibboleth','field_updatelocal_url','oncreate',NULL),(1282,2,1566468659,'auth_shibboleth','field_lock_url','unlocked',NULL),(1283,2,1566468659,'auth_shibboleth','field_map_idnumber','',NULL),(1284,2,1566468659,'auth_shibboleth','field_updatelocal_idnumber','oncreate',NULL),(1285,2,1566468659,'auth_shibboleth','field_lock_idnumber','unlocked',NULL),(1286,2,1566468659,'auth_shibboleth','field_map_institution','',NULL),(1287,2,1566468659,'auth_shibboleth','field_updatelocal_institution','oncreate',NULL),(1288,2,1566468659,'auth_shibboleth','field_lock_institution','unlocked',NULL),(1289,2,1566468659,'auth_shibboleth','field_map_department','',NULL),(1290,2,1566468659,'auth_shibboleth','field_updatelocal_department','oncreate',NULL),(1291,2,1566468659,'auth_shibboleth','field_lock_department','unlocked',NULL),(1292,2,1566468659,'auth_shibboleth','field_map_phone1','',NULL),(1293,2,1566468659,'auth_shibboleth','field_updatelocal_phone1','oncreate',NULL),(1294,2,1566468659,'auth_shibboleth','field_lock_phone1','unlocked',NULL),(1295,2,1566468659,'auth_shibboleth','field_map_phone2','',NULL),(1296,2,1566468659,'auth_shibboleth','field_updatelocal_phone2','oncreate',NULL),(1297,2,1566468659,'auth_shibboleth','field_lock_phone2','unlocked',NULL),(1298,2,1566468659,'auth_shibboleth','field_map_address','',NULL),(1299,2,1566468659,'auth_shibboleth','field_updatelocal_address','oncreate',NULL),(1300,2,1566468659,'auth_shibboleth','field_lock_address','unlocked',NULL),(1301,2,1566468659,'auth_shibboleth','field_map_firstnamephonetic','',NULL),(1302,2,1566468659,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate',NULL),(1303,2,1566468659,'auth_shibboleth','field_lock_firstnamephonetic','unlocked',NULL),(1304,2,1566468659,'auth_shibboleth','field_map_lastnamephonetic','',NULL),(1305,2,1566468659,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate',NULL),(1306,2,1566468659,'auth_shibboleth','field_lock_lastnamephonetic','unlocked',NULL),(1307,2,1566468659,'auth_shibboleth','field_map_middlename','',NULL),(1308,2,1566468659,'auth_shibboleth','field_updatelocal_middlename','oncreate',NULL),(1309,2,1566468659,'auth_shibboleth','field_lock_middlename','unlocked',NULL),(1310,2,1566468659,'auth_shibboleth','field_map_alternatename','',NULL),(1311,2,1566468659,'auth_shibboleth','field_updatelocal_alternatename','oncreate',NULL),(1312,2,1566468659,'auth_shibboleth','field_lock_alternatename','unlocked',NULL),(1313,2,1566468659,'block_activity_results','config_showbest','3',NULL),(1314,2,1566468659,'block_activity_results','config_showbest_locked','',NULL),(1315,2,1566468659,'block_activity_results','config_showworst','0',NULL),(1316,2,1566468659,'block_activity_results','config_showworst_locked','',NULL),(1317,2,1566468659,'block_activity_results','config_usegroups','0',NULL),(1318,2,1566468659,'block_activity_results','config_usegroups_locked','',NULL),(1319,2,1566468659,'block_activity_results','config_nameformat','1',NULL),(1320,2,1566468659,'block_activity_results','config_nameformat_locked','',NULL),(1321,2,1566468659,'block_activity_results','config_gradeformat','1',NULL),(1322,2,1566468659,'block_activity_results','config_gradeformat_locked','',NULL),(1323,2,1566468659,'block_activity_results','config_decimalpoints','2',NULL),(1324,2,1566468659,'block_activity_results','config_decimalpoints_locked','',NULL),(1325,2,1566468659,'block_myoverview','defaulttab','timeline',NULL),(1326,2,1566468659,NULL,'block_course_list_adminview','all',NULL),(1327,2,1566468659,NULL,'block_course_list_hideallcourseslink','0',NULL),(1328,2,1566468659,NULL,'block_html_allowcssclasses','0',NULL),(1329,2,1566468659,NULL,'block_online_users_timetosee','5',NULL),(1330,2,1566468659,NULL,'block_rss_client_num_entries','5',NULL),(1331,2,1566468659,NULL,'block_rss_client_timeout','30',NULL),(1332,2,1566468660,'block_section_links','numsections1','22',NULL),(1333,2,1566468660,'block_section_links','incby1','2',NULL),(1334,2,1566468660,'block_section_links','numsections2','40',NULL),(1335,2,1566468660,'block_section_links','incby2','5',NULL),(1336,2,1566468660,'block_tag_youtube','apikey','',NULL),(1337,2,1566468660,'format_singleactivity','activitytype','forum',NULL),(1338,2,1566468660,'fileconverter_googledrive','issuerid','',NULL),(1339,2,1566468660,NULL,'pathtounoconv','/usr/bin/unoconv',NULL),(1340,2,1566468660,'enrol_cohort','roleid','5',NULL),(1341,2,1566468660,'enrol_cohort','unenrolaction','0',NULL),(1342,2,1566468660,'enrol_meta','nosyncroleids','',NULL),(1343,2,1566468660,'enrol_meta','syncall','1',NULL),(1344,2,1566468660,'enrol_meta','unenrolaction','3',NULL),(1345,2,1566468660,'enrol_meta','coursesort','sortorder',NULL),(1346,2,1566468660,'enrol_database','dbtype','',NULL),(1347,2,1566468660,'enrol_database','dbhost','localhost',NULL),(1348,2,1566468660,'enrol_database','dbuser','',NULL),(1349,2,1566468660,'enrol_database','dbpass','',NULL),(1350,2,1566468660,'enrol_database','dbname','',NULL),(1351,2,1566468660,'enrol_database','dbencoding','utf-8',NULL),(1352,2,1566468660,'enrol_database','dbsetupsql','',NULL),(1353,2,1566468660,'enrol_database','dbsybasequoting','0',NULL),(1354,2,1566468660,'enrol_database','debugdb','0',NULL),(1355,2,1566468660,'enrol_database','localcoursefield','idnumber',NULL),(1356,2,1566468660,'enrol_database','localuserfield','idnumber',NULL),(1357,2,1566468660,'enrol_database','localrolefield','shortname',NULL),(1358,2,1566468660,'enrol_database','localcategoryfield','id',NULL),(1359,2,1566468660,'enrol_database','remoteenroltable','',NULL),(1360,2,1566468660,'enrol_database','remotecoursefield','',NULL),(1361,2,1566468660,'enrol_database','remoteuserfield','',NULL),(1362,2,1566468660,'enrol_database','remoterolefield','',NULL),(1363,2,1566468660,'enrol_database','remoteotheruserfield','',NULL),(1364,2,1566468660,'enrol_database','defaultrole','5',NULL),(1365,2,1566468660,'enrol_database','ignorehiddencourses','0',NULL),(1366,2,1566468660,'enrol_database','unenrolaction','0',NULL),(1367,2,1566468660,'enrol_database','newcoursetable','',NULL),(1368,2,1566468660,'enrol_database','newcoursefullname','fullname',NULL),(1369,2,1566468660,'enrol_database','newcourseshortname','shortname',NULL),(1370,2,1566468660,'enrol_database','newcourseidnumber','idnumber',NULL),(1371,2,1566468660,'enrol_database','newcoursecategory','',NULL),(1372,2,1566468660,'enrol_database','defaultcategory','1',NULL),(1373,2,1566468660,'enrol_database','templatecourse','',NULL),(1374,2,1566468660,'enrol_flatfile','location','',NULL),(1375,2,1566468660,'enrol_flatfile','encoding','UTF-8',NULL),(1376,2,1566468660,'enrol_flatfile','mailstudents','0',NULL),(1377,2,1566468660,'enrol_flatfile','mailteachers','0',NULL),(1378,2,1566468660,'enrol_flatfile','mailadmins','0',NULL),(1379,2,1566468660,'enrol_flatfile','unenrolaction','3',NULL),(1380,2,1566468660,'enrol_flatfile','expiredaction','3',NULL),(1381,2,1566468660,'enrol_guest','requirepassword','0',NULL),(1382,2,1566468660,'enrol_guest','usepasswordpolicy','0',NULL),(1383,2,1566468660,'enrol_guest','showhint','0',NULL),(1384,2,1566468660,'enrol_guest','defaultenrol','1',NULL),(1385,2,1566468660,'enrol_guest','status','1',NULL),(1386,2,1566468660,'enrol_guest','status_adv','',NULL),(1387,2,1566468660,'enrol_imsenterprise','imsfilelocation','',NULL),(1388,2,1566468660,'enrol_imsenterprise','logtolocation','',NULL),(1389,2,1566468660,'enrol_imsenterprise','mailadmins','0',NULL),(1390,2,1566468660,'enrol_imsenterprise','createnewusers','0',NULL),(1391,2,1566468660,'enrol_imsenterprise','imsupdateusers','0',NULL),(1392,2,1566468660,'enrol_imsenterprise','imsdeleteusers','0',NULL),(1393,2,1566468660,'enrol_imsenterprise','fixcaseusernames','0',NULL),(1394,2,1566468660,'enrol_imsenterprise','fixcasepersonalnames','0',NULL),(1395,2,1566468660,'enrol_imsenterprise','imssourcedidfallback','0',NULL),(1396,2,1566468660,'enrol_imsenterprise','imsrolemap01','5',NULL),(1397,2,1566468660,'enrol_imsenterprise','imsrolemap02','3',NULL),(1398,2,1566468660,'enrol_imsenterprise','imsrolemap03','3',NULL),(1399,2,1566468660,'enrol_imsenterprise','imsrolemap04','5',NULL),(1400,2,1566468660,'enrol_imsenterprise','imsrolemap05','0',NULL),(1401,2,1566468660,'enrol_imsenterprise','imsrolemap06','4',NULL),(1402,2,1566468660,'enrol_imsenterprise','imsrolemap07','0',NULL),(1403,2,1566468660,'enrol_imsenterprise','imsrolemap08','4',NULL),(1404,2,1566468660,'enrol_imsenterprise','truncatecoursecodes','0',NULL),(1405,2,1566468660,'enrol_imsenterprise','createnewcourses','0',NULL),(1406,2,1566468660,'enrol_imsenterprise','updatecourses','0',NULL),(1407,2,1566468660,'enrol_imsenterprise','createnewcategories','0',NULL),(1408,2,1566468660,'enrol_imsenterprise','nestedcategories','0',NULL),(1409,2,1566468660,'enrol_imsenterprise','categoryidnumber','0',NULL),(1410,2,1566468660,'enrol_imsenterprise','categoryseparator','',NULL),(1411,2,1566468660,'enrol_imsenterprise','imsunenrol','0',NULL),(1412,2,1566468660,'enrol_imsenterprise','imscoursemapshortname','coursecode',NULL),(1413,2,1566468660,'enrol_imsenterprise','imscoursemapfullname','short',NULL),(1414,2,1566468660,'enrol_imsenterprise','imscoursemapsummary','ignore',NULL),(1415,2,1566468660,'enrol_imsenterprise','imsrestricttarget','',NULL),(1416,2,1566468660,'enrol_imsenterprise','imscapitafix','0',NULL),(1417,2,1566468660,'enrol_ldap','host_url','',NULL),(1418,2,1566468660,'enrol_ldap','start_tls','0',NULL),(1419,2,1566468660,'enrol_ldap','ldap_version','3',NULL),(1420,2,1566468660,'enrol_ldap','ldapencoding','utf-8',NULL),(1421,2,1566468660,'enrol_ldap','pagesize','250',NULL),(1422,2,1566468660,'enrol_ldap','bind_dn','',NULL),(1423,2,1566468660,'enrol_ldap','bind_pw','',NULL),(1424,2,1566468660,'enrol_ldap','course_search_sub','0',NULL),(1425,2,1566468660,'enrol_ldap','memberattribute_isdn','0',NULL),(1426,2,1566468660,'enrol_ldap','user_contexts','',NULL),(1427,2,1566468660,'enrol_ldap','user_search_sub','0',NULL),(1428,2,1566468660,'enrol_ldap','user_type','default',NULL),(1429,2,1566468660,'enrol_ldap','opt_deref','0',NULL),(1430,2,1566468660,'enrol_ldap','idnumber_attribute','',NULL),(1431,2,1566468660,'enrol_ldap','objectclass','',NULL),(1432,2,1566468660,'enrol_ldap','course_idnumber','',NULL),(1433,2,1566468660,'enrol_ldap','course_shortname','',NULL),(1434,2,1566468660,'enrol_ldap','course_fullname','',NULL),(1435,2,1566468660,'enrol_ldap','course_summary','',NULL),(1436,2,1566468660,'enrol_ldap','ignorehiddencourses','0',NULL),(1437,2,1566468660,'enrol_ldap','unenrolaction','0',NULL),(1438,2,1566468660,'enrol_ldap','autocreate','0',NULL),(1439,2,1566468660,'enrol_ldap','category','1',NULL),(1440,2,1566468660,'enrol_ldap','template','',NULL),(1441,2,1566468660,'enrol_ldap','course_shortname_updateonsync','0',NULL),(1442,2,1566468660,'enrol_ldap','course_fullname_updateonsync','0',NULL),(1443,2,1566468660,'enrol_ldap','course_summary_updateonsync','0',NULL),(1444,2,1566468660,'enrol_ldap','nested_groups','0',NULL),(1445,2,1566468660,'enrol_ldap','group_memberofattribute','',NULL),(1446,2,1566468660,'enrol_manual','expiredaction','1',NULL),(1447,2,1566468660,'enrol_manual','expirynotifyhour','6',NULL),(1448,2,1566468660,'enrol_manual','defaultenrol','1',NULL),(1449,2,1566468660,'enrol_manual','status','0',NULL),(1450,2,1566468660,'enrol_manual','roleid','5',NULL),(1451,2,1566468660,'enrol_manual','enrolstart','4',NULL),(1452,2,1566468660,'enrol_manual','enrolperiod','0',NULL),(1453,2,1566468660,'enrol_manual','expirynotify','0',NULL),(1454,2,1566468660,'enrol_manual','expirythreshold','86400',NULL),(1455,2,1566468660,'enrol_mnet','roleid','5',NULL),(1456,2,1566468660,'enrol_mnet','roleid_adv','1',NULL),(1457,2,1566468660,'enrol_paypal','paypalbusiness','',NULL),(1458,2,1566468660,'enrol_paypal','mailstudents','0',NULL),(1459,2,1566468660,'enrol_paypal','mailteachers','0',NULL),(1460,2,1566468660,'enrol_paypal','mailadmins','0',NULL),(1461,2,1566468660,'enrol_paypal','expiredaction','3',NULL),(1462,2,1566468660,'enrol_paypal','status','1',NULL),(1463,2,1566468660,'enrol_paypal','cost','0',NULL),(1464,2,1566468660,'enrol_paypal','currency','USD',NULL),(1465,2,1566468660,'enrol_paypal','roleid','5',NULL),(1466,2,1566468660,'enrol_paypal','enrolperiod','0',NULL),(1467,2,1566468660,'enrol_lti','emaildisplay','2',NULL),(1468,2,1566468660,'enrol_lti','city','',NULL),(1469,2,1566468660,'enrol_lti','country','',NULL),(1470,2,1566468660,'enrol_lti','timezone','99',NULL),(1471,2,1566468660,'enrol_lti','lang','en',NULL),(1472,2,1566468660,'enrol_lti','institution','',NULL),(1473,2,1566468660,'enrol_self','requirepassword','0',NULL),(1474,2,1566468660,'enrol_self','usepasswordpolicy','0',NULL),(1475,2,1566468660,'enrol_self','showhint','0',NULL),(1476,2,1566468660,'enrol_self','expiredaction','1',NULL),(1477,2,1566468660,'enrol_self','expirynotifyhour','6',NULL),(1478,2,1566468660,'enrol_self','defaultenrol','1',NULL),(1479,2,1566468660,'enrol_self','status','1',NULL),(1480,2,1566468660,'enrol_self','newenrols','1',NULL),(1481,2,1566468660,'enrol_self','groupkey','0',NULL),(1482,2,1566468660,'enrol_self','roleid','5',NULL),(1483,2,1566468660,'enrol_self','enrolperiod','0',NULL),(1484,2,1566468660,'enrol_self','expirynotify','0',NULL),(1485,2,1566468660,'enrol_self','expirythreshold','86400',NULL),(1486,2,1566468660,'enrol_self','longtimenosee','0',NULL),(1487,2,1566468660,'enrol_self','maxenrolled','0',NULL),(1488,2,1566468661,'enrol_self','sendcoursewelcomemessage','1',NULL),(1489,2,1566468661,'filter_urltolink','formats','0',NULL),(1490,2,1566468661,'filter_urltolink','embedimages','1',NULL),(1491,2,1566468661,'filter_emoticon','formats','1,4,0',NULL),(1492,2,1566468661,'filter_mathjaxloader','httpsurl','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js',NULL),(1493,2,1566468661,'filter_mathjaxloader','texfiltercompatibility','0',NULL),(1494,2,1566468661,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n',NULL),(1495,2,1566468661,'filter_mathjaxloader','additionaldelimiters','',NULL),(1496,2,1566468661,NULL,'filter_multilang_force_old','0',NULL),(1497,2,1566468661,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n',NULL),(1498,2,1566468661,'filter_tex','latexbackground','#FFFFFF',NULL),(1499,2,1566468661,'filter_tex','density','120',NULL),(1500,2,1566468661,'filter_tex','pathlatex','/usr/bin/latex',NULL),(1501,2,1566468661,'filter_tex','pathdvips','/usr/bin/dvips',NULL),(1502,2,1566468661,'filter_tex','pathconvert','/usr/bin/convert',NULL),(1503,2,1566468661,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm',NULL),(1504,2,1566468661,'filter_tex','pathmimetex','',NULL),(1505,2,1566468661,'filter_tex','convertformat','gif',NULL),(1506,2,1566468661,NULL,'filter_censor_badwords','',NULL),(1507,2,1566468661,'logstore_database','dbdriver','',NULL),(1508,2,1566468661,'logstore_database','dbhost','',NULL),(1509,2,1566468661,'logstore_database','dbuser','',NULL),(1510,2,1566468661,'logstore_database','dbpass','',NULL),(1511,2,1566468661,'logstore_database','dbname','',NULL),(1512,2,1566468661,'logstore_database','dbtable','',NULL),(1513,2,1566468661,'logstore_database','dbpersist','0',NULL),(1514,2,1566468661,'logstore_database','dbsocket','',NULL),(1515,2,1566468661,'logstore_database','dbport','',NULL),(1516,2,1566468661,'logstore_database','dbschema','',NULL),(1517,2,1566468661,'logstore_database','dbcollation','',NULL),(1518,2,1566468661,'logstore_database','dbhandlesoptions','0',NULL),(1519,2,1566468661,'logstore_database','buffersize','50',NULL),(1520,2,1566468661,'logstore_database','logguests','0',NULL),(1521,2,1566468661,'logstore_database','includelevels','1,2,0',NULL),(1522,2,1566468661,'logstore_database','includeactions','c,r,u,d',NULL),(1523,2,1566468661,'logstore_legacy','loglegacy','0',NULL),(1524,2,1566468661,NULL,'logguests','1',NULL),(1525,2,1566468661,NULL,'loglifetime','0',NULL),(1526,2,1566468661,'logstore_standard','logguests','1',NULL),(1527,2,1566468661,'logstore_standard','loglifetime','0',NULL),(1528,2,1566468661,'logstore_standard','buffersize','50',NULL),(1529,2,1566468661,'media_videojs','videoextensions','html_video,.f4v,.flv',NULL),(1530,2,1566468661,'media_videojs','audioextensions','html_audio',NULL),(1531,2,1566468661,'media_videojs','rtmp','0',NULL),(1532,2,1566468661,'media_videojs','useflash','0',NULL),(1533,2,1566468661,'media_videojs','youtube','1',NULL),(1534,2,1566468661,'media_videojs','videocssclass','video-js',NULL),(1535,2,1566468661,'media_videojs','audiocssclass','video-js',NULL),(1536,2,1566468661,'media_videojs','limitsize','1',NULL),(1537,2,1566468661,NULL,'jabberhost','',NULL),(1538,2,1566468661,NULL,'jabberserver','',NULL),(1539,2,1566468661,NULL,'jabberusername','',NULL),(1540,2,1566468661,NULL,'jabberpassword','',NULL),(1541,2,1566468661,NULL,'jabberport','5222',NULL),(1542,2,1566468661,NULL,'airnotifierurl','https://messages.moodle.net',NULL),(1543,2,1566468661,NULL,'airnotifierport','443',NULL),(1544,2,1566468661,NULL,'airnotifiermobileappname','com.moodle.moodlemobile',NULL),(1545,2,1566468661,NULL,'airnotifierappname','commoodlemoodlemobile',NULL),(1546,2,1566468661,NULL,'airnotifieraccesskey','',NULL),(1547,2,1566468661,'qtype_multichoice','answerhowmany','1',NULL),(1548,2,1566468661,'qtype_multichoice','shuffleanswers','1',NULL),(1549,2,1566468661,'qtype_multichoice','answernumbering','abc',NULL),(1550,2,1566468661,'search_solr','server_hostname','127.0.0.1',NULL),(1551,2,1566468661,'search_solr','indexname','',NULL),(1552,2,1566468661,'search_solr','secure','0',NULL),(1553,2,1566468661,'search_solr','server_port','8983',NULL),(1554,2,1566468661,'search_solr','server_username','',NULL),(1555,2,1566468661,'search_solr','server_password','',NULL),(1556,2,1566468661,'search_solr','server_timeout','30',NULL),(1557,2,1566468661,'search_solr','ssl_cert','',NULL),(1558,2,1566468661,'search_solr','ssl_key','',NULL),(1559,2,1566468661,'search_solr','ssl_keypassword','',NULL),(1560,2,1566468661,'search_solr','ssl_cainfo','',NULL),(1561,2,1566468661,'search_solr','ssl_capath','',NULL),(1562,2,1566468661,'search_solr','fileindexing','1',NULL),(1563,2,1566468661,'search_solr','maxindexfilekb','2097152',NULL),(1564,2,1566468661,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html',NULL),(1565,2,1566468661,'editor_atto','autosavefrequency','60',NULL),(1566,2,1566468661,'atto_collapse','showgroups','5',NULL),(1567,2,1566468661,'atto_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n',NULL),(1568,2,1566468661,'atto_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n',NULL),(1569,2,1566468661,'atto_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n',NULL),(1570,2,1566468661,'atto_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n',NULL),(1571,2,1566468661,'atto_recordrtc','allowedtypes','both',NULL),(1572,2,1566468661,'atto_recordrtc','audiobitrate','128000',NULL),(1573,2,1566468661,'atto_recordrtc','videobitrate','2500000',NULL),(1574,2,1566468661,'atto_recordrtc','timelimit','120',NULL),(1575,2,1566468661,'atto_table','allowborders','0',NULL),(1576,2,1566468661,'atto_table','allowbackgroundcolour','0',NULL),(1577,2,1566468661,'atto_table','allowwidth','0',NULL),(1578,2,1566468661,'editor_tinymce','customtoolbar','wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen',NULL),(1579,2,1566468661,'editor_tinymce','fontselectlist','Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings',NULL),(1580,2,1566468661,'editor_tinymce','customconfig','',NULL),(1581,2,1566468661,'tinymce_moodleemoticon','requireemoticon','1',NULL),(1582,2,1566468661,'tinymce_spellchecker','spellengine','',NULL),(1583,2,1566468661,'tinymce_spellchecker','spelllanguagelist','+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv',NULL),(1584,2,1566468661,NULL,'profileroles','5,4,3',NULL),(1585,2,1566468661,NULL,'coursecontact','3',NULL),(1586,2,1566468661,NULL,'frontpage','6',NULL),(1587,2,1566468661,NULL,'frontpageloggedin','6',NULL),(1588,2,1566468661,NULL,'maxcategorydepth','2',NULL),(1589,2,1566468661,NULL,'frontpagecourselimit','200',NULL),(1590,2,1566468661,NULL,'commentsperpage','15',NULL),(1591,2,1566468661,NULL,'defaultfrontpageroleid','8',NULL),(1592,2,1566468661,NULL,'messageinbound_enabled','0',NULL),(1593,2,1566468661,NULL,'messageinbound_mailbox','',NULL),(1594,2,1566468661,NULL,'messageinbound_domain','',NULL),(1595,2,1566468661,NULL,'messageinbound_host','',NULL),(1596,2,1566468661,NULL,'messageinbound_hostssl','ssl',NULL),(1597,2,1566468661,NULL,'messageinbound_hostuser','',NULL),(1598,2,1566468661,NULL,'messageinbound_hostpass','',NULL),(1599,2,1566468661,NULL,'enablemobilewebservice','0',NULL),(1600,2,1566468661,'tool_mobile','apppolicy','',NULL),(1601,2,1566468807,NULL,'timezone','Europe/London',NULL),(1602,2,1566468807,NULL,'registerauth','',NULL),(1603,2,1566468807,NULL,'noreplyaddress','noreply@localhost.com',NULL),(1604,2,1566471608,'filter_wiris','editor_enable','1',NULL),(1605,2,1566471609,'filter_wiris','chem_editor_enable','1',NULL),(1606,2,1566471609,'filter_wiris','allow_editorplugin_active_course','0',NULL),(1607,2,1566471609,'filter_wiris','imageservicehost','www.wiris.net',NULL),(1608,2,1566471609,'filter_wiris','imageservicepath','/demo/editor/render',NULL),(1609,2,1566471609,'filter_wiris','imageserviceprotocol','https',NULL),(1610,2,1566471609,'filter_wiris','imageformat','svg',NULL),(1611,2,1566471609,'filter_wiris','pluginperformance','1',NULL),(1612,2,1566471609,'filter_wiris','editormodalwindowfullscreen','0',NULL),(1613,2,1566471609,'filter_wiris','access_provider_enabled','0',NULL),(1614,2,1566471699,'algebra','filter_active','-9999',''),(1615,2,1566471699,'censor','filter_active','-9999',''),(1616,2,1566471699,'data','filter_active','-9999',''),(1617,2,1566471699,'emailprotect','filter_active','-9999',''),(1618,2,1566471699,'emoticon','filter_active','-9999',''),(1619,2,1566471699,'glossary','filter_active','-9999',''),(1620,2,1566471699,'multilang','filter_active','-9999',''),(1621,2,1566471699,'tex','filter_active','-9999',''),(1622,2,1566471699,'tidy','filter_active','-9999',''),(1623,2,1566471699,'urltolink','filter_active','-9999',''),(1624,2,1566471699,'wiris','filter_active','-9999',''),(1625,2,1566471707,'wiris','filter_active','1','-9999'),(1626,0,1612456679,'displayh5p','filter_active','1',''),(1627,2,1612456698,NULL,'enableuserfeedback','0',NULL),(1628,2,1612456698,NULL,'userfeedback_nextreminder','1',NULL),(1629,2,1612456698,NULL,'userfeedback_remindafter','90',NULL),(1630,2,1612456698,NULL,'enableanalytics','1',NULL),(1631,2,1612456698,NULL,'allowemojipicker','1',NULL),(1632,2,1612456698,NULL,'userfiltersdefault','realname',NULL),(1633,2,1612456698,'tool_dataprivacy','automaticdataexportapproval','0',NULL),(1634,2,1612456698,'tool_dataprivacy','automaticdatadeletionapproval','0',NULL),(1635,2,1612456698,'moodlecourse','downloadcontentsitedefault','0',NULL),(1636,2,1612456698,NULL,'downloadcoursecontentallowed','0',NULL),(1637,2,1612456698,NULL,'maxsizeperdownloadcoursefile','52428800',NULL),(1638,2,1612456698,NULL,'activitychoosertabmode','0',NULL),(1639,2,1612456698,NULL,'activitychooseractivefooter','hidden',NULL),(1640,2,1612456698,'backup','backup_general_files','1',NULL),(1641,2,1612456698,'backup','backup_general_files_locked','',NULL),(1642,2,1612456698,'backup','backup_general_contentbankcontent','1',NULL),(1643,2,1612456698,'backup','backup_general_contentbankcontent_locked','',NULL),(1644,2,1612456698,'backup','backup_general_legacyfiles','1',NULL),(1645,2,1612456698,'backup','backup_general_legacyfiles_locked','',NULL),(1646,2,1612456698,'backup','backup_import_contentbankcontent','1',NULL),(1647,2,1612456698,'backup','backup_import_contentbankcontent_locked','',NULL),(1648,2,1612456698,'backup','backup_import_legacyfiles','1',NULL),(1649,2,1612456698,'backup','backup_import_legacyfiles_locked','',NULL),(1650,2,1612456698,'backup','backup_auto_files','1',NULL),(1651,2,1612456698,'backup','backup_auto_contentbankcontent','1',NULL),(1652,2,1612456698,'backup','backup_auto_legacyfiles','1',NULL),(1653,2,1612456698,'restore','restore_general_contentbankcontent','1',NULL),(1654,2,1612456698,'restore','restore_general_contentbankcontent_locked','',NULL),(1655,2,1612456698,'restore','restore_general_legacyfiles','1',NULL),(1656,2,1612456698,'restore','restore_general_legacyfiles_locked','',NULL),(1657,2,1612456698,NULL,'enableasyncbackup','0',NULL),(1658,2,1612456698,'backup','backup_async_message_users','0',NULL),(1659,2,1612456698,'backup','backup_async_message_subject','Moodle {operation} completed successfully',NULL),(1660,2,1612456698,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.',NULL),(1661,2,1612456698,'analytics','modeinstruction','',NULL),(1662,2,1612456698,'analytics','percentonline','0',NULL),(1663,2,1612456698,'analytics','typeinstitution','',NULL),(1664,2,1612456698,'analytics','levelinstitution','',NULL),(1665,2,1612456698,NULL,'h5plibraryhandler','h5plib_v124',NULL),(1666,2,1612456698,NULL,'rememberuserlicensepref','1',NULL),(1667,2,1612456698,NULL,'autolangusercreation','1',NULL),(1668,2,1612456698,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.',NULL),(1669,2,1612456698,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.',NULL),(1670,2,1612456698,'assign','hidegrader','0',NULL),(1671,2,1612456698,'assign','hidegrader_adv','',NULL),(1672,2,1612456698,'assign','hidegrader_locked','',NULL),(1673,2,1612456698,'page','printlastmodified','1',NULL),(1674,2,1612456699,'quiz','quizpassword','',NULL),(1675,2,1612456699,'quiz','quizpassword_adv','',NULL),(1676,2,1612456699,'quiz','quizpassword_required','',NULL),(1677,2,1612456699,'quizaccess_seb','autoreconfigureseb','1',NULL),(1678,2,1612456699,'quizaccess_seb','showseblinks','seb,http',NULL),(1679,2,1612456699,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html',NULL),(1680,2,1612456699,'quizaccess_seb','quizpasswordrequired','0',NULL),(1681,2,1612456699,'quizaccess_seb','displayblocksbeforestart','0',NULL),(1682,2,1612456699,'quizaccess_seb','displayblockswhenfinished','1',NULL),(1683,2,1612456699,'antivirus','notifyemail','',NULL),(1684,2,1612456699,'antivirus','enablequarantine','0',NULL),(1685,2,1612456699,'antivirus','quarantinetime','2419200',NULL),(1686,2,1612456699,'antivirus_clamav','tcpsockethost','',NULL),(1687,2,1612456699,'antivirus_clamav','tcpsocketport','3310',NULL),(1688,2,1612456699,'antivirus_clamav','tries','1',NULL),(1689,2,1612456699,'auth_cas','auth_name','CAS',NULL),(1690,2,1612456699,'auth_cas','auth_logo','',NULL),(1691,2,1612456699,'auth_shibboleth','auth_logo','',NULL),(1692,2,1612456699,'block_myoverview','displaycategories','1',NULL),(1693,2,1612456699,'block_myoverview','layouts','card,list,summary',NULL),(1694,2,1612456699,'block_myoverview','displaygroupingallincludinghidden','0',NULL),(1695,2,1612456699,'block_myoverview','displaygroupingall','1',NULL),(1696,2,1612456699,'block_myoverview','displaygroupinginprogress','1',NULL),(1697,2,1612456699,'block_myoverview','displaygroupingpast','1',NULL),(1698,2,1612456699,'block_myoverview','displaygroupingfuture','1',NULL),(1699,2,1612456699,'block_myoverview','displaygroupingcustomfield','0',NULL),(1700,2,1612456699,'block_myoverview','customfiltergrouping','',NULL),(1701,2,1612456699,'block_myoverview','displaygroupingfavourites','1',NULL),(1702,2,1612456699,'block_myoverview','displaygroupinghidden','1',NULL),(1703,2,1612456699,NULL,'block_online_users_onlinestatushiding','1',NULL),(1704,2,1612456699,'block_recentlyaccessedcourses','displaycategories','1',NULL),(1705,2,1612456699,'block_starredcourses','displaycategories','1',NULL),(1706,2,1612456699,'enrol_fee','expiredaction','3',NULL),(1707,2,1612456699,'enrol_fee','status','1',NULL),(1708,2,1612456699,'enrol_fee','cost','0',NULL),(1709,2,1612456699,'enrol_fee','currency','USD',NULL),(1710,2,1612456699,'enrol_fee','roleid','5',NULL),(1711,2,1612456699,'enrol_fee','enrolperiod','0',NULL),(1712,2,1612456699,'filter_displayh5p','allowedsources','',NULL),(1713,2,1612456699,'mlbackend_python','useserver','0',NULL),(1714,2,1612456699,'mlbackend_python','host','',NULL),(1715,2,1612456699,'mlbackend_python','port','0',NULL),(1716,2,1612456699,'mlbackend_python','secure','0',NULL),(1717,2,1612456699,'mlbackend_python','username','default',NULL),(1718,2,1612456699,'mlbackend_python','password','',NULL),(1719,2,1612456699,'paygw_paypal','surcharge','0',NULL),(1720,2,1612456699,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes',NULL),(1721,2,1612456699,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor',NULL),(1722,2,1612456699,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand',NULL),(1723,2,1612456699,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris',NULL),(1724,2,1612456699,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris',NULL),(1725,2,1612456699,'qtype_wq','access_provider_enabled','0',NULL),(1726,2,1612456699,NULL,'searchincludeallcourses','0',NULL),(1727,2,1612456699,NULL,'searchenablecategories','0',NULL),(1728,2,1612456699,NULL,'searchdefaultcategory','core-all',NULL),(1729,2,1612456699,NULL,'searchhideallcategory','0',NULL),(1730,2,1612456699,NULL,'searchenginequeryonly','',NULL),(1731,2,1612456699,NULL,'searchbannerenable','0',NULL),(1732,2,1612456699,NULL,'searchbanner','',NULL),(1733,2,1612456699,'search_solr','alternateserver_hostname','127.0.0.1',NULL),(1734,2,1612456699,'search_solr','alternateindexname','',NULL),(1735,2,1612456700,'search_solr','alternatesecure','0',NULL),(1736,2,1612456700,'search_solr','alternateserver_port','8983',NULL),(1737,2,1612456700,'search_solr','alternateserver_username','',NULL),(1738,2,1612456700,'search_solr','alternateserver_password','',NULL),(1739,2,1612456700,'search_solr','alternatessl_cert','',NULL),(1740,2,1612456700,'search_solr','alternatessl_key','',NULL),(1741,2,1612456700,'search_solr','alternatessl_keypassword','',NULL),(1742,2,1612456700,'search_solr','alternatessl_cainfo','',NULL),(1743,2,1612456700,'search_solr','alternatessl_capath','',NULL),(1744,2,1612456700,NULL,'passwordpolicycheckonlogin','0',NULL),(1745,2,1612456700,NULL,'referrerpolicy','default',NULL),(1746,2,1612456700,NULL,'langmenuinsecurelayout','0',NULL),(1747,2,1612456700,NULL,'logininfoinsecurelayout','0',NULL),(1748,2,1612456700,'theme_classic','navbardark','0',NULL),(1749,2,1612456700,'theme_classic','preset','default.scss',NULL),(1750,2,1612456700,'theme_classic','presetfiles','',NULL),(1751,2,1612456700,'theme_classic','backgroundimage','',NULL),(1752,2,1612456700,'theme_classic','brandcolor','',NULL),(1753,2,1612456700,'theme_classic','scsspre','',NULL),(1754,2,1612456700,'theme_classic','scss','',NULL),(1755,2,1612456700,NULL,'navsortmycourseshiddenlast','1',NULL),(1756,2,1612456700,NULL,'coursecontactduplicates','0',NULL),(1757,2,1612456700,NULL,'coursegraceperiodbefore','0',NULL),(1758,2,1612456700,NULL,'coursegraceperiodafter','0',NULL),(1759,2,1612456700,NULL,'cachetemplates','1',NULL),(1760,2,1612456700,NULL,'reverseproxyignore','',NULL),(1761,2,1612456700,NULL,'filescleanupperiod','86400',NULL),(1762,2,1612456700,NULL,'cron_enabled','1',NULL),(1763,2,1612456700,NULL,'task_scheduled_concurrency_limit','3',NULL),(1764,2,1612456700,NULL,'task_scheduled_max_runtime','1800',NULL),(1765,2,1612456700,NULL,'task_adhoc_concurrency_limit','3',NULL),(1766,2,1612456700,NULL,'task_adhoc_max_runtime','1800',NULL),(1767,2,1612456700,NULL,'task_logmode','1',NULL),(1768,2,1612456700,NULL,'task_logtostdout','1',NULL),(1769,2,1612456700,NULL,'task_logretention','2419200',NULL),(1770,2,1612456700,NULL,'task_logretainruns','20',NULL),(1771,2,1612456700,NULL,'divertallemailsto','',NULL),(1772,2,1612456700,NULL,'divertallemailsexcept','',NULL),(1773,2,1612456700,NULL,'emaildkimselector','',NULL),(1774,2,1612456700,NULL,'emailsubjectprefix','',NULL),(1775,2,1612456700,NULL,'emailheaders','',NULL),(1776,2,1612456700,'tool_mobile','typeoflogin','1',NULL),(1777,2,1612456700,'tool_mobile','qrcodetype','1',NULL),(1778,2,1612456700,'tool_mobile','forcedurlscheme','moodlemobile',NULL),(1779,2,1612456700,'tool_mobile','minimumversion','',NULL),(1780,2,1612456700,NULL,'mobilecssurl','',NULL),(1781,2,1612456700,'tool_mobile','enablesmartappbanners','0',NULL),(1782,2,1612456700,'tool_mobile','iosappid','633359593',NULL),(1783,2,1612456700,'tool_mobile','androidappid','com.moodle.moodlemobile',NULL),(1784,2,1612456700,'tool_mobile','setuplink','https://download.moodle.org/mobile',NULL),(1785,2,1612456700,'tool_mobile','forcelogout','0',NULL),(1786,2,1612456700,'tool_mobile','custommenuitems','',NULL),(1787,2,1612456700,'tool_mobile','filetypeexclusionlist','',NULL),(1788,2,1612456700,'tool_mobile','customlangstrings','',NULL),(1789,2,1612456700,NULL,'contextlocking','0',NULL),(1790,2,1612456700,NULL,'contextlockappliestoadmin','1',NULL),(1791,2,1612456700,NULL,'enablecourserelativedates','0',NULL),(1792,2,1612456700,NULL,'debugsqltrace','0',NULL),(1793,2,1612456700,NULL,'profilingslow','0',NULL),(1794,2,1612456700,'tool_moodlenet','enablemoodlenet','0',NULL),(1795,2,1612456700,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central',NULL),(1796,2,1612456700,'tool_moodlenet','defaultmoodlenet','https://moodle.net',NULL),(1797,2,1621589966,NULL,'enableaccessibilitytools','1',NULL),(1798,2,1621589966,NULL,'defaultpreference_core_contentbank_visibility','1',NULL),(1799,2,1621589966,'moodlecourse','showactivitydates','1',NULL),(1800,2,1621589966,'moodlecourse','showcompletionconditions','1',NULL),(1801,2,1621589966,'backup','backup_import_permissions','0',NULL),(1802,2,1621589966,'backup','backup_import_permissions_locked','',NULL),(1803,2,1621589966,'restore','restore_general_permissions','1',NULL),(1804,2,1621589966,'restore','restore_general_permissions_locked','',NULL),(1805,2,1621589966,'analytics','calclifetime','35',NULL),(1806,2,1621589966,'tool_brickfield','analysistype','0',NULL),(1807,2,1621589966,'tool_brickfield','deletehistoricaldata','1',NULL),(1808,2,1621589966,'tool_brickfield','batch','1000',NULL),(1809,2,1621589966,'tool_brickfield','perpage','50',NULL),(1810,2,1621589966,'block_accessreview','whattoshow','showboth',NULL),(1811,2,1621589966,'block_accessreview','errordisplay','showint',NULL),(1812,2,1621589966,'block_accessreview','toolpage','errors',NULL),(1813,2,1621589966,'block_section_links','showsectionname','0',NULL),(1814,2,1621589967,NULL,'pathtopdftoppm','',NULL),(1815,2,1680158681,NULL,'enablecustomreports','1',NULL),(1816,2,1680158681,'moodlecourse','participantsperpage','20',NULL),(1817,2,1680158681,'assign','enabletimelimit','0',NULL),(1818,2,1680158681,NULL,'bigbluebuttonbn_default_dpa_accepted','0',NULL),(1819,2,1680158681,NULL,'bigbluebuttonbn_server_url','https://test-moodle.blindsidenetworks.com/bigbluebutton/',NULL),(1820,2,1680158681,NULL,'bigbluebuttonbn_shared_secret','********',NULL),(1821,2,1680158681,NULL,'bigbluebuttonbn_welcome_default','',NULL),(1822,2,1680158681,NULL,'bigbluebuttonbn_welcome_editable','1',NULL),(1823,2,1680158681,NULL,'bigbluebuttonbn_recording_default','1',NULL),(1824,2,1680158681,NULL,'bigbluebuttonbn_recording_refresh_period','300',NULL),(1825,2,1680158681,NULL,'bigbluebuttonbn_recording_editable','1',NULL),(1826,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_default','0',NULL),(1827,2,1680158681,NULL,'bigbluebuttonbn_recording_all_from_start_editable','0',NULL),(1828,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_default','0',NULL),(1829,2,1680158681,NULL,'bigbluebuttonbn_recording_hide_button_editable','0',NULL),(1830,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_enabled','0',NULL),(1831,2,1680158681,NULL,'bigbluebuttonbn_importrecordings_from_deleted_enabled','0',NULL),(1832,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_default','1',NULL),(1833,2,1680158681,NULL,'bigbluebuttonbn_recordings_deleted_editable','0',NULL),(1834,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_default','0',NULL),(1835,2,1680158681,NULL,'bigbluebuttonbn_recordings_imported_editable','1',NULL),(1836,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_default','1',NULL),(1837,2,1680158681,NULL,'bigbluebuttonbn_recordings_preview_editable','0',NULL),(1838,2,1680158681,NULL,'bigbluebuttonbn_recordings_asc_sort','0',NULL),(1839,2,1680158681,NULL,'bigbluebuttonbn_recording_protect_editable','1',NULL),(1840,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_default','0',NULL),(1841,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_editable','1',NULL),(1842,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_ping_interval','10',NULL),(1843,2,1680158681,NULL,'bigbluebuttonbn_waitformoderator_cache_ttl','60',NULL),(1844,2,1680158681,NULL,'bigbluebuttonbn_voicebridge_editable','0',NULL),(1845,2,1680158681,NULL,'bigbluebuttonbn_preuploadpresentation_editable','0',NULL),(1846,2,1680158681,'mod_bigbluebuttonbn','presentationdefault','',NULL),(1847,2,1680158681,NULL,'bigbluebuttonbn_userlimit_default','0',NULL),(1848,2,1680158681,NULL,'bigbluebuttonbn_userlimit_editable','0',NULL),(1849,2,1680158681,NULL,'bigbluebuttonbn_participant_moderator_default','0',NULL),(1850,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_default','0',NULL),(1851,2,1680158682,NULL,'bigbluebuttonbn_muteonstart_editable','0',NULL),(1852,2,1680158682,NULL,'bigbluebuttonbn_disablecam_default','0',NULL),(1853,2,1680158682,NULL,'bigbluebuttonbn_disablecam_editable','1',NULL),(1854,2,1680158682,NULL,'bigbluebuttonbn_disablemic_default','0',NULL),(1855,2,1680158682,NULL,'bigbluebuttonbn_disablemic_editable','1',NULL),(1856,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_default','0',NULL),(1857,2,1680158682,NULL,'bigbluebuttonbn_disableprivatechat_editable','1',NULL),(1858,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_default','0',NULL),(1859,2,1680158682,NULL,'bigbluebuttonbn_disablepublicchat_editable','1',NULL),(1860,2,1680158682,NULL,'bigbluebuttonbn_disablenote_default','0',NULL),(1861,2,1680158682,NULL,'bigbluebuttonbn_disablenote_editable','1',NULL),(1862,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_default','0',NULL),(1863,2,1680158682,NULL,'bigbluebuttonbn_hideuserlist_editable','1',NULL),(1864,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_default','1',NULL),(1865,2,1680158682,NULL,'bigbluebuttonbn_lockonjoin_editable','0',NULL),(1866,2,1680158682,NULL,'bigbluebuttonbn_recordingready_enabled','0',NULL),(1867,2,1680158682,NULL,'bigbluebuttonbn_meetingevents_enabled','0',NULL),(1868,2,1680158682,'quiz','notifyattemptgradeddelay','18000',NULL),(1869,2,1680158682,'antivirus','notifylevel','2',NULL),(1870,2,1680158682,'antivirus','threshold','1200',NULL),(1871,2,1680158682,'cachestore_redis','test_ttl','0',NULL),(1872,2,1680158683,NULL,'filternavigationwithsystemcontext','0',NULL),(1873,2,1680158683,'filter_wiris','rendertype','php',NULL),(1874,2,1680158683,'qtype_wq','filtercodes_compatibility','0',NULL),(1875,2,1680158683,'qtype_wq','debug_mode_enabled','0',NULL),(1876,2,1680158683,NULL,'searchmaxtopresults','3',NULL),(1877,2,1680158683,NULL,'searchteacherroles','',NULL),(1878,2,1680158683,'atto_recordrtc','audiotimelimit','120',NULL),(1879,2,1680158683,'atto_recordrtc','videotimelimit','120',NULL),(1880,2,1680158683,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none',NULL),(1881,2,1680158683,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links',NULL),(1882,2,1680158683,'theme_boost','loginbackgroundimage','',NULL),(1883,2,1680158683,'theme_classic','unaddableblocks','',NULL),(1884,2,1680158683,'theme_classic','loginbackgroundimage','',NULL),(1885,2,1680158683,NULL,'enabledashboard','1',NULL),(1886,2,1680158683,'tool_mobile','qrkeyttl','600',NULL),(1887,2,1680158683,'tool_mobile','autologinmintimebetweenreq','360',NULL),(1888,0,1683023479,'tiny','editor_visibility','1','0'),(1889,2,1683023502,'backup','backup_general_xapistate','1',NULL),(1890,2,1683023502,'backup','backup_general_xapistate_locked','',NULL),(1891,2,1683023502,'backup','backup_auto_xapistate','1',NULL),(1892,2,1683023502,'restore','restore_general_xapistate','1',NULL),(1893,2,1683023502,'restore','restore_general_xapistate_locked','',NULL),(1894,2,1683023502,NULL,'enablepdfexportfont','0',NULL),(1895,2,1683023502,'message_airnotifier','encryptnotifications','0',NULL),(1896,2,1683023502,'message_airnotifier','encryptprocessing','0',NULL),(1897,2,1683023502,NULL,'bigbluebuttonbn_checksum_algorithm','SHA1',NULL),(1898,2,1683023502,NULL,'bigbluebuttonbn_poll_interval','5',NULL),(1899,2,1683023502,NULL,'bigbluebuttonbn_recording_safe_formats','video,presentation',NULL),(1900,2,1683023502,NULL,'bigbluebuttonbn_profile_picture_enabled','0',NULL),(1901,2,1683023502,NULL,'bigbluebuttonbn_guestaccess_enabled','0',NULL),(1902,2,1683023502,'mod_h5pactivity','enablesavestate','1',NULL),(1903,2,1683023502,'mod_h5pactivity','savestatefreq','60',NULL),(1904,2,1683023502,'enrol_imsenterprise','unenrolaction','0',NULL),(1905,2,1683023503,'qtype_multichoice','showstandardinstruction','0',NULL),(1906,2,1683023503,'editor_tiny','branding','1',NULL),(1907,2,1683023503,'tiny_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n',NULL),(1908,2,1683023503,'tiny_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n',NULL),(1909,2,1683023503,'tiny_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n',NULL),(1910,2,1683023503,'tiny_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n',NULL),(1911,2,1683023503,'tiny_recordrtc','allowedtypes','both',NULL),(1912,2,1683023503,'tiny_recordrtc','audiobitrate','128000',NULL),(1913,2,1683023503,'tiny_recordrtc','videobitrate','2500000',NULL),(1914,2,1683023503,'tiny_recordrtc','audiotimelimit','120',NULL),(1915,2,1683023503,'tiny_recordrtc','videotimelimit','120',NULL),(1916,2,1683023503,'core_admin','favicon','',NULL),(1917,2,1683023503,NULL,'coursecreationguide','https://moodle.academy/coursequickstart',NULL),(1918,2,1683023503,NULL,'servicespage','',NULL),(1919,2,1683023503,NULL,'proxylogunsafe','0',NULL),(1920,2,1683023503,NULL,'proxyfixunsafe','0',NULL),(1921,2,1683023503,NULL,'cron_keepalive','180',NULL),(1922,2,1683023503,NULL,'customreportslimit','0',NULL),(1923,2,1683023503,NULL,'customreportsliveediting','1',NULL),(1924,2,1683023503,'tool_mobile','qrsameipcheck','1',NULL),(1925,2,1683023503,NULL,'enablesharingtomoodlenet','0',NULL),(1926,2,1683023503,NULL,'debugtemplateinfo','0',NULL),(1927,0,1696857234,'tiny_noautolink','disabled','1','0'),(1928,2,1696857241,'tool_dataprivacy','allowfiltering','0',NULL),(1929,2,1696857241,'moodlecourse','coursecommunicationprovider','none',NULL),(1930,2,1696857241,'quiz','reviewmaxmarks','69904',NULL),(1931,2,1696857241,'quiz_statistics','getstatslocktimeout','900',NULL),(1932,2,1696857241,'tool_mfa','enabled','0',NULL),(1933,2,1696857241,'tool_mfa','lockout','10',NULL),(1934,2,1696857241,'tool_mfa','debugmode','0',NULL),(1935,2,1696857241,'tool_mfa','redir_exclusions','',NULL),(1936,2,1696857241,'tool_mfa','guidance','0',NULL),(1937,2,1696857241,'tool_mfa','guidancecontent','',NULL),(1938,2,1696857241,'tool_mfa','guidancefiles','',NULL),(1939,2,1696857241,'factor_admin','enabled','0',NULL),(1940,2,1696857241,'factor_admin','weight','100',NULL),(1941,2,1696857241,'factor_auth','enabled','0',NULL),(1942,2,1696857241,'factor_auth','weight','100',NULL),(1943,2,1696857241,'factor_auth','goodauth','',NULL),(1944,2,1696857241,'factor_capability','enabled','0',NULL),(1945,2,1696857241,'factor_capability','weight','100',NULL),(1946,2,1696857241,'factor_capability','adminpasses','1',NULL),(1947,2,1696857241,'factor_cohort','enabled','0',NULL),(1948,2,1696857241,'factor_cohort','weight','100',NULL),(1949,2,1696857241,'factor_email','enabled','0',NULL),(1950,2,1696857241,'factor_email','weight','100',NULL),(1951,2,1696857241,'factor_email','duration','1800',NULL),(1952,2,1696857241,'factor_email','suspend','0',NULL),(1953,2,1696857241,'factor_grace','enabled','0',NULL),(1954,2,1696857241,'factor_grace','weight','100',NULL),(1955,2,1696857241,'factor_grace','forcesetup','0',NULL),(1956,2,1696857241,'factor_grace','graceperiod','604800',NULL),(1957,2,1696857241,'factor_grace','ignorelist','',NULL),(1958,2,1696857241,'factor_grace','customwarning','',NULL),(1959,2,1696857241,'factor_iprange','enabled','0',NULL),(1960,2,1696857241,'factor_iprange','weight','100',NULL),(1961,2,1696857241,'factor_iprange','safeips','',NULL),(1962,2,1696857241,'factor_nosetup','enabled','0',NULL),(1963,2,1696857241,'factor_nosetup','weight','100',NULL),(1964,2,1696857241,'factor_role','enabled','0',NULL),(1965,2,1696857241,'factor_role','weight','100',NULL),(1966,2,1696857241,'factor_role','roles','admin',NULL),(1967,2,1696857241,'factor_token','enabled','0',NULL),(1968,2,1696857241,'factor_token','weight','100',NULL),(1969,2,1696857241,'factor_token','expiry','86400',NULL),(1970,2,1696857241,'factor_token','expireovernight','1',NULL),(1971,2,1696857241,'factor_totp','enabled','0',NULL),(1972,2,1696857241,'factor_totp','weight','100',NULL),(1973,2,1696857241,'factor_totp','window','30',NULL),(1974,2,1696857241,'factor_totp','totplink','1',NULL),(1975,2,1696857241,'factor_webauthn','enabled','0',NULL),(1976,2,1696857241,'factor_webauthn','weight','100',NULL),(1977,2,1696857241,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal',NULL),(1978,2,1696857241,'factor_webauthn','userverification','preferred',NULL),(1979,2,1696857241,NULL,'enableloginrecaptcha','0',NULL),(1980,2,1696857241,'cachestore_redis','test_encryption','0',NULL),(1981,2,1696857241,'cachestore_redis','test_cafile','',NULL),(1982,2,1696857241,'media_vimeo','donottrack','0',NULL),(1983,2,1696857241,'media_youtube','nocookie','0',NULL),(1984,2,1696857241,'tiny_premium','apikey','',NULL),(1985,2,1696857241,NULL,'sitenameintitle','shortname',NULL),(1986,2,1696857241,'tool_mobile','autologout','0',NULL),(1987,2,1696857241,'tool_mobile','autologouttime','86400',NULL),(1988,2,1696857241,NULL,'enablecommunicationsubsystem','0',NULL); +/*!40000 ALTER TABLE `m_config_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_config_plugins` +-- + +DROP TABLE IF EXISTS `m_config_plugins`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_config_plugins` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'core', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_confplug_plunam_uix` (`plugin`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Moodle modules and plugins configuration variables'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_config_plugins` +-- + +LOCK TABLES `m_config_plugins` WRITE; +/*!40000 ALTER TABLE `m_config_plugins` DISABLE KEYS */; +INSERT INTO `m_config_plugins` VALUES (1,'question','multichoice_sortorder','1'),(2,'question','truefalse_sortorder','2'),(3,'question','match_sortorder','3'),(4,'question','shortanswer_sortorder','4'),(5,'question','numerical_sortorder','5'),(6,'question','essay_sortorder','6'),(7,'moodlecourse','visible','1'),(8,'moodlecourse','format','topics'),(9,'moodlecourse','maxsections','52'),(10,'moodlecourse','numsections','4'),(11,'moodlecourse','hiddensections','0'),(12,'moodlecourse','coursedisplay','0'),(13,'moodlecourse','courseenddateenabled','1'),(14,'moodlecourse','courseduration','31536000'),(15,'moodlecourse','lang',''),(16,'moodlecourse','newsitems','5'),(17,'moodlecourse','showgrades','1'),(18,'moodlecourse','showreports','0'),(19,'moodlecourse','maxbytes','0'),(20,'moodlecourse','enablecompletion','1'),(21,'moodlecourse','groupmode','0'),(22,'moodlecourse','groupmodeforce','0'),(23,'backup','loglifetime','30'),(24,'backup','backup_general_users','1'),(25,'backup','backup_general_users_locked',''),(26,'backup','backup_general_anonymize','0'),(27,'backup','backup_general_anonymize_locked',''),(28,'backup','backup_general_role_assignments','1'),(29,'backup','backup_general_role_assignments_locked',''),(30,'backup','backup_general_activities','1'),(31,'backup','backup_general_activities_locked',''),(32,'backup','backup_general_blocks','1'),(33,'backup','backup_general_blocks_locked',''),(34,'backup','backup_general_filters','1'),(35,'backup','backup_general_filters_locked',''),(36,'backup','backup_general_comments','1'),(37,'backup','backup_general_comments_locked',''),(38,'backup','backup_general_badges','1'),(39,'backup','backup_general_badges_locked',''),(40,'backup','backup_general_calendarevents','1'),(41,'backup','backup_general_calendarevents_locked',''),(42,'backup','backup_general_userscompletion','1'),(43,'backup','backup_general_userscompletion_locked',''),(44,'backup','backup_general_logs','0'),(45,'backup','backup_general_logs_locked',''),(46,'backup','backup_general_histories','0'),(47,'backup','backup_general_histories_locked',''),(48,'backup','backup_general_questionbank','1'),(49,'backup','backup_general_questionbank_locked',''),(50,'backup','backup_general_groups','1'),(51,'backup','backup_general_groups_locked',''),(52,'backup','backup_general_competencies','1'),(53,'backup','backup_general_competencies_locked',''),(54,'backup','import_general_maxresults','10'),(55,'backup','import_general_duplicate_admin_allowed','0'),(56,'backup','backup_import_activities','1'),(57,'backup','backup_import_activities_locked',''),(58,'backup','backup_import_blocks','1'),(59,'backup','backup_import_blocks_locked',''),(60,'backup','backup_import_filters','1'),(61,'backup','backup_import_filters_locked',''),(62,'backup','backup_import_calendarevents','1'),(63,'backup','backup_import_calendarevents_locked',''),(64,'backup','backup_import_questionbank','1'),(65,'backup','backup_import_questionbank_locked',''),(66,'backup','backup_import_groups','1'),(67,'backup','backup_import_groups_locked',''),(68,'backup','backup_import_competencies','1'),(69,'backup','backup_import_competencies_locked',''),(70,'backup','backup_auto_active','0'),(71,'backup','backup_auto_weekdays','0000000'),(72,'backup','backup_auto_hour','0'),(73,'backup','backup_auto_minute','0'),(74,'backup','backup_auto_storage','0'),(75,'backup','backup_auto_destination',''),(76,'backup','backup_auto_max_kept','1'),(77,'backup','backup_auto_delete_days','0'),(78,'backup','backup_auto_min_kept','0'),(79,'backup','backup_shortname','0'),(80,'backup','backup_auto_skip_hidden','1'),(81,'backup','backup_auto_skip_modif_days','30'),(82,'backup','backup_auto_skip_modif_prev','0'),(83,'backup','backup_auto_users','1'),(84,'backup','backup_auto_role_assignments','1'),(85,'backup','backup_auto_activities','1'),(86,'backup','backup_auto_blocks','1'),(87,'backup','backup_auto_filters','1'),(88,'backup','backup_auto_comments','1'),(89,'backup','backup_auto_badges','1'),(90,'backup','backup_auto_calendarevents','1'),(91,'backup','backup_auto_userscompletion','1'),(92,'backup','backup_auto_logs','0'),(93,'backup','backup_auto_histories','0'),(94,'backup','backup_auto_questionbank','1'),(95,'backup','backup_auto_groups','1'),(96,'backup','backup_auto_competencies','1'),(97,'restore','restore_general_users','1'),(98,'restore','restore_general_users_locked',''),(99,'restore','restore_general_enrolments','1'),(100,'restore','restore_general_enrolments_locked',''),(101,'restore','restore_general_role_assignments','1'),(102,'restore','restore_general_role_assignments_locked',''),(103,'restore','restore_general_activities','1'),(104,'restore','restore_general_activities_locked',''),(105,'restore','restore_general_blocks','1'),(106,'restore','restore_general_blocks_locked',''),(107,'restore','restore_general_filters','1'),(108,'restore','restore_general_filters_locked',''),(109,'restore','restore_general_comments','1'),(110,'restore','restore_general_comments_locked',''),(111,'restore','restore_general_badges','1'),(112,'restore','restore_general_badges_locked',''),(113,'restore','restore_general_calendarevents','1'),(114,'restore','restore_general_calendarevents_locked',''),(115,'restore','restore_general_userscompletion','1'),(116,'restore','restore_general_userscompletion_locked',''),(117,'restore','restore_general_logs','1'),(118,'restore','restore_general_logs_locked',''),(119,'restore','restore_general_histories','1'),(120,'restore','restore_general_histories_locked',''),(121,'restore','restore_general_groups','1'),(122,'restore','restore_general_groups_locked',''),(123,'restore','restore_general_competencies','1'),(124,'restore','restore_general_competencies_locked',''),(125,'restore','restore_merge_overwrite_conf','0'),(126,'restore','restore_merge_overwrite_conf_locked',''),(127,'restore','restore_merge_course_fullname','1'),(128,'restore','restore_merge_course_fullname_locked',''),(129,'restore','restore_merge_course_shortname','1'),(130,'restore','restore_merge_course_shortname_locked',''),(131,'restore','restore_merge_course_startdate','1'),(132,'restore','restore_merge_course_startdate_locked',''),(133,'restore','restore_replace_overwrite_conf','0'),(134,'restore','restore_replace_overwrite_conf_locked',''),(135,'restore','restore_replace_course_fullname','1'),(136,'restore','restore_replace_course_fullname_locked',''),(137,'restore','restore_replace_course_shortname','1'),(138,'restore','restore_replace_course_shortname_locked',''),(139,'restore','restore_replace_course_startdate','1'),(140,'restore','restore_replace_course_startdate_locked',''),(141,'restore','restore_replace_keep_roles_and_enrolments','0'),(142,'restore','restore_replace_keep_roles_and_enrolments_locked',''),(143,'restore','restore_replace_keep_groups_and_groupings','0'),(144,'restore','restore_replace_keep_groups_and_groupings_locked',''),(145,'analytics','predictionsprocessor','\\mlbackend_php\\processor'),(147,'analytics','modeloutputdir',''),(148,'analytics','onlycli','1'),(149,'analytics','modeltimelimit','1200'),(150,'core_competency','enabled','1'),(151,'core_competency','pushcourseratingstouserplans','1'),(152,'cachestore_apcu','testperformance','0'),(156,'cachestore_redis','test_server',''),(157,'cachestore_redis','test_password',''),(158,'cachestore_redis','test_serializer','1'),(159,'question_preview','behaviour','deferredfeedback'),(160,'question_preview','correctness','1'),(161,'question_preview','marks','2'),(162,'question_preview','markdp','2'),(163,'question_preview','feedback','1'),(164,'question_preview','generalfeedback','1'),(165,'question_preview','rightanswer','1'),(166,'question_preview','history','0'),(167,'tool_task','enablerunnow','1'),(168,'theme_boost','preset','default.scss'),(169,'theme_boost','presetfiles',''),(170,'theme_boost','backgroundimage',''),(171,'theme_boost','brandcolor',''),(172,'theme_boost','scsspre',''),(173,'theme_boost','scss',''),(195,'core_admin','logo',''),(196,'core_admin','logocompact',''),(197,'antivirus_clamav','version','2023100900'),(198,'availability_completion','version','2023100900'),(199,'availability_date','version','2023100900'),(200,'availability_grade','version','2023100900'),(201,'availability_group','version','2023100900'),(202,'availability_grouping','version','2023100900'),(203,'availability_profile','version','2023100900'),(204,'qtype_calculated','version','2023100900'),(205,'qtype_calculatedmulti','version','2023100900'),(206,'qtype_calculatedsimple','version','2023100900'),(207,'qtype_ddimageortext','version','2023100900'),(208,'qtype_ddmarker','version','2023100900'),(209,'qtype_ddwtos','version','2023100900'),(210,'qtype_description','version','2023100900'),(211,'qtype_essay','version','2023100900'),(212,'qtype_gapselect','version','2023100900'),(213,'qtype_match','version','2023100900'),(214,'qtype_missingtype','version','2023100900'),(215,'qtype_multianswer','version','2023100900'),(216,'qtype_multichoice','version','2023100900'),(217,'qtype_numerical','version','2023100900'),(218,'qtype_random','version','2023100900'),(219,'qtype_randomsamatch','version','2023100900'),(220,'qtype_shortanswer','version','2023100900'),(221,'qtype_truefalse','version','2023100900'),(222,'mod_assign','version','2023100900'),(225,'mod_book','version','2023100900'),(226,'mod_chat','version','2023100900'),(227,'mod_choice','version','2023100900'),(228,'mod_data','version','2023100900'),(229,'mod_feedback','version','2023100900'),(231,'mod_folder','version','2023100900'),(233,'mod_forum','version','2023100900'),(234,'mod_glossary','version','2023100900'),(235,'mod_imscp','version','2023100900'),(237,'mod_label','version','2023100900'),(238,'mod_lesson','version','2023100900'),(239,'mod_lti','version','2023100900'),(240,'mod_page','version','2023100900'),(242,'mod_quiz','version','2023100900'),(243,'mod_resource','version','2023100900'),(244,'mod_scorm','version','2023100900'),(245,'mod_survey','version','2023100900'),(247,'mod_url','version','2023100900'),(249,'mod_wiki','version','2023100900'),(251,'mod_workshop','version','2023100900'),(252,'auth_cas','version','2023100900'),(254,'auth_db','version','2023100900'),(256,'auth_email','version','2023100900'),(257,'auth_ldap','version','2023100900'),(259,'auth_lti','version','2023100900'),(260,'auth_manual','version','2023100900'),(261,'auth_mnet','version','2023100900'),(263,'auth_nologin','version','2023100900'),(264,'auth_none','version','2023100900'),(265,'auth_oauth2','version','2023100900'),(266,'auth_shibboleth','version','2023100900'),(268,'auth_webservice','version','2023100900'),(269,'calendartype_gregorian','version','2023100900'),(270,'enrol_category','version','2023100900'),(272,'enrol_cohort','version','2023100900'),(273,'enrol_database','version','2023100900'),(275,'enrol_flatfile','version','2023100900'),(277,'enrol_flatfile','map_1','manager'),(278,'enrol_flatfile','map_2','coursecreator'),(279,'enrol_flatfile','map_3','editingteacher'),(280,'enrol_flatfile','map_4','teacher'),(281,'enrol_flatfile','map_5','student'),(282,'enrol_flatfile','map_6','guest'),(283,'enrol_flatfile','map_7','user'),(284,'enrol_flatfile','map_8','frontpage'),(285,'enrol_guest','version','2023100900'),(286,'enrol_imsenterprise','version','2023100900'),(288,'enrol_ldap','version','2023100900'),(290,'enrol_lti','version','2023100900'),(291,'enrol_manual','version','2023100900'),(293,'enrol_meta','version','2023100900'),(295,'enrol_mnet','version','2023100900'),(296,'enrol_paypal','version','2023100900'),(297,'enrol_self','version','2023100900'),(299,'message_airnotifier','version','2023100900'),(329,'message_email','version','2023100900'),(442,'message_popup','version','2023100900'),(474,'block_activity_modules','version','2023100900'),(475,'block_activity_results','version','2023100900'),(476,'block_admin_bookmarks','version','2023100900'),(477,'block_badges','version','2023100900'),(478,'block_blog_menu','version','2023100900'),(479,'block_blog_recent','version','2023100900'),(480,'block_blog_tags','version','2023100900'),(481,'block_calendar_month','version','2023100900'),(482,'block_calendar_upcoming','version','2023100900'),(483,'block_comments','version','2023100900'),(485,'block_completionstatus','version','2023100900'),(486,'block_course_list','version','2023100900'),(487,'block_course_summary','version','2023100900'),(488,'block_feedback','version','2023100900'),(490,'block_globalsearch','version','2023100900'),(491,'block_glossary_random','version','2023100900'),(492,'block_html','version','2023100900'),(493,'block_login','version','2023100900'),(494,'block_lp','version','2023100900'),(495,'block_mentees','version','2023100900'),(496,'block_mnet_hosts','version','2023100900'),(497,'block_myoverview','version','2023100900'),(498,'block_myprofile','version','2023100900'),(499,'block_navigation','version','2023100900'),(500,'block_news_items','version','2023100900'),(501,'block_online_users','version','2023100900'),(503,'block_private_files','version','2023100900'),(506,'block_recent_activity','version','2023100900'),(507,'block_rss_client','version','2023100900'),(508,'block_search_forums','version','2023100900'),(509,'block_section_links','version','2023100900'),(510,'block_selfcompletion','version','2023100900'),(511,'block_settings','version','2023100900'),(512,'block_site_main_menu','version','2023100900'),(513,'block_social_activities','version','2023100900'),(514,'block_tag_flickr','version','2023100900'),(515,'block_tag_youtube','version','2023100900'),(517,'block_tags','version','2023100900'),(518,'media_html5audio','version','2023100900'),(519,'media_html5video','version','2023100900'),(521,'media_videojs','version','2023100900'),(522,'media_vimeo','version','2023100900'),(523,'media_youtube','version','2023100900'),(524,'filter_activitynames','version','2023100900'),(526,'filter_algebra','version','2023100900'),(528,'filter_data','version','2023100900'),(530,'filter_emailprotect','version','2023100900'),(531,'filter_emoticon','version','2023100900'),(532,'filter_glossary','version','2023100900'),(534,'filter_mathjaxloader','version','2023100900'),(536,'filter_mediaplugin','version','2023100900'),(538,'filter_multilang','version','2023100900'),(539,'filter_tex','version','2023100900'),(541,'filter_tidy','version','2023100900'),(542,'filter_urltolink','version','2023100900'),(543,'editor_atto','version','2023100900'),(545,'editor_textarea','version','2023100900'),(547,'format_singleactivity','version','2023100900'),(548,'format_social','version','2023100900'),(549,'format_topics','version','2023100900'),(550,'format_weeks','version','2023100900'),(551,'dataformat_csv','version','2023100900'),(552,'dataformat_excel','version','2023100900'),(553,'dataformat_html','version','2023100900'),(554,'dataformat_json','version','2023100900'),(555,'dataformat_ods','version','2023100900'),(556,'profilefield_checkbox','version','2023100900'),(557,'profilefield_datetime','version','2023100900'),(558,'profilefield_menu','version','2023100900'),(559,'profilefield_text','version','2023100900'),(560,'profilefield_textarea','version','2023100900'),(561,'report_backups','version','2023100900'),(562,'report_competency','version','2023100900'),(563,'report_completion','version','2023100900'),(565,'report_configlog','version','2023100900'),(566,'report_courseoverview','version','2023100900'),(567,'report_eventlist','version','2023100900'),(568,'report_insights','version','2023100900'),(569,'report_log','version','2023100900'),(571,'report_loglive','version','2023100900'),(572,'report_outline','version','2023100900'),(574,'report_participation','version','2023100900'),(576,'report_performance','version','2023100900'),(577,'report_progress','version','2023100900'),(579,'report_questioninstances','version','2023100900'),(580,'report_security','version','2023100900'),(581,'report_stats','version','2023100900'),(583,'report_usersessions','version','2023100900'),(584,'gradeexport_ods','version','2023100900'),(585,'gradeexport_txt','version','2023100900'),(586,'gradeexport_xls','version','2023100900'),(587,'gradeexport_xml','version','2023100900'),(588,'gradeimport_csv','version','2023100900'),(589,'gradeimport_direct','version','2023100900'),(590,'gradeimport_xml','version','2023100900'),(591,'gradereport_grader','version','2023100900'),(592,'gradereport_history','version','2023100900'),(593,'gradereport_outcomes','version','2023100900'),(594,'gradereport_overview','version','2023100900'),(595,'gradereport_singleview','version','2023100900'),(596,'gradereport_user','version','2023100900'),(597,'gradingform_guide','version','2023100900'),(598,'gradingform_rubric','version','2023100900'),(599,'mlbackend_php','version','2023100900'),(600,'mlbackend_python','version','2023100900'),(601,'mnetservice_enrol','version','2023100900'),(602,'webservice_rest','version','2023100900'),(603,'webservice_soap','version','2023100900'),(605,'repository_areafiles','version','2023100900'),(607,'areafiles','enablecourseinstances','0'),(608,'areafiles','enableuserinstances','0'),(610,'repository_coursefiles','version','2023100900'),(611,'repository_dropbox','version','2023100900'),(612,'repository_equella','version','2023100900'),(613,'repository_filesystem','version','2023100900'),(614,'repository_flickr','version','2023100900'),(615,'repository_flickr_public','version','2023100900'),(616,'repository_googledocs','version','2023100900'),(617,'repository_local','version','2023100900'),(619,'local','enablecourseinstances','0'),(620,'local','enableuserinstances','0'),(621,'repository_merlot','version','2023100900'),(622,'repository_onedrive','version','2023100900'),(624,'repository_recent','version','2023100900'),(626,'recent','enablecourseinstances','0'),(627,'recent','enableuserinstances','0'),(628,'repository_s3','version','2023100900'),(630,'repository_upload','version','2023100900'),(632,'upload','enablecourseinstances','0'),(633,'upload','enableuserinstances','0'),(634,'repository_url','version','2023100900'),(636,'url','enablecourseinstances','0'),(637,'url','enableuserinstances','0'),(638,'repository_user','version','2023100900'),(640,'user','enablecourseinstances','0'),(641,'user','enableuserinstances','0'),(642,'repository_webdav','version','2023100900'),(643,'repository_wikimedia','version','2023100900'),(645,'wikimedia','enablecourseinstances','0'),(646,'wikimedia','enableuserinstances','0'),(647,'repository_youtube','version','2023100900'),(650,'portfolio_download','version','2023100900'),(651,'portfolio_flickr','version','2023100900'),(652,'portfolio_googledocs','version','2023100900'),(653,'portfolio_mahara','version','2023100900'),(655,'search_simpledb','version','2023100900'),(657,'search_solr','version','2023100900'),(658,'qbehaviour_adaptive','version','2023100900'),(659,'qbehaviour_adaptivenopenalty','version','2023100900'),(660,'qbehaviour_deferredcbm','version','2023100900'),(661,'qbehaviour_deferredfeedback','version','2023100900'),(662,'qbehaviour_immediatecbm','version','2023100900'),(663,'qbehaviour_immediatefeedback','version','2023100900'),(664,'qbehaviour_informationitem','version','2023100900'),(665,'qbehaviour_interactive','version','2023100900'),(666,'qbehaviour_interactivecountback','version','2023100900'),(667,'qbehaviour_manualgraded','version','2023100900'),(669,'question','disabledbehaviours','manualgraded'),(670,'qbehaviour_missing','version','2023100900'),(671,'qformat_aiken','version','2023100900'),(672,'qformat_blackboard_six','version','2023100900'),(674,'qformat_gift','version','2023100900'),(675,'qformat_missingword','version','2023100900'),(676,'qformat_multianswer','version','2023100900'),(678,'qformat_xhtml','version','2023100900'),(679,'qformat_xml','version','2023100900'),(680,'tool_analytics','version','2023100900'),(682,'tool_availabilityconditions','version','2023100900'),(683,'tool_behat','version','2023100900'),(684,'tool_capability','version','2023100900'),(685,'tool_cohortroles','version','2023100900'),(686,'tool_customlang','version','2023100900'),(688,'tool_dataprivacy','version','2023100900'),(707,'tool_dbtransfer','version','2023100900'),(708,'tool_filetypes','version','2023100900'),(709,'tool_generator','version','2023100900'),(711,'tool_httpsreplace','version','2023100900'),(712,'tool_innodb','version','2023100900'),(713,'tool_installaddon','version','2023100900'),(714,'tool_langimport','version','2023100900'),(715,'tool_log','version','2023100900'),(717,'tool_log','enabled_stores','logstore_standard'),(718,'tool_lp','version','2023100900'),(719,'tool_lpimportcsv','version','2023100900'),(720,'tool_lpmigrate','version','2023100900'),(721,'tool_messageinbound','version','2023100900'),(740,'tool_mobile','version','2023100900'),(741,'tool_monitor','version','2023100900'),(748,'tool_multilangupgrade','version','2023100900'),(749,'tool_oauth2','version','2023100900'),(750,'tool_phpunit','version','2023100900'),(751,'tool_policy','version','2023100900'),(752,'tool_profiling','version','2023100900'),(753,'tool_recyclebin','version','2023100900'),(754,'tool_replace','version','2023100900'),(755,'tool_spamcleaner','version','2023100900'),(756,'tool_task','version','2023100900'),(757,'tool_templatelibrary','version','2023100900'),(758,'tool_unsuproles','version','2023100900'),(760,'tool_uploadcourse','version','2023100900'),(761,'tool_uploaduser','version','2023100900'),(762,'tool_usertours','version','2023100900'),(764,'tool_xmldb','version','2023100900'),(765,'cachestore_apcu','version','2023100900'),(766,'cachestore_file','version','2023100900'),(770,'cachestore_redis','version','2023100900'),(771,'cachestore_session','version','2023100900'),(772,'cachestore_static','version','2023100900'),(773,'cachelock_file','version','2023100900'),(774,'fileconverter_googledrive','version','2023100900'),(775,'fileconverter_unoconv','version','2023100900'),(777,'theme_boost','version','2023100900'),(782,'assignsubmission_comments','version','2023100900'),(784,'assignsubmission_file','sortorder','1'),(785,'assignsubmission_comments','sortorder','2'),(786,'assignsubmission_onlinetext','sortorder','0'),(787,'assignsubmission_file','version','2023100900'),(788,'assignsubmission_onlinetext','version','2023100900'),(790,'assignfeedback_comments','version','2023100900'),(792,'assignfeedback_comments','sortorder','0'),(793,'assignfeedback_editpdf','sortorder','1'),(794,'assignfeedback_file','sortorder','3'),(795,'assignfeedback_offline','sortorder','2'),(796,'assignfeedback_editpdf','version','2023100900'),(798,'assignfeedback_file','version','2023100900'),(800,'assignfeedback_offline','version','2023100900'),(805,'booktool_exportimscp','version','2023100900'),(806,'booktool_importhtml','version','2023100900'),(807,'booktool_print','version','2023100900'),(808,'datafield_checkbox','version','2023100900'),(809,'datafield_date','version','2023100900'),(810,'datafield_file','version','2023100900'),(811,'datafield_latlong','version','2023100900'),(812,'datafield_menu','version','2023100900'),(813,'datafield_multimenu','version','2023100900'),(814,'datafield_number','version','2023100900'),(815,'datafield_picture','version','2023100900'),(816,'datafield_radiobutton','version','2023100900'),(817,'datafield_text','version','2023100900'),(818,'datafield_textarea','version','2023100900'),(819,'datafield_url','version','2023100900'),(820,'datapreset_imagegallery','version','2023100900'),(821,'ltiservice_gradebookservices','version','2023100900'),(822,'ltiservice_memberships','version','2023100900'),(823,'ltiservice_profile','version','2023100900'),(824,'ltiservice_toolproxy','version','2023100900'),(825,'ltiservice_toolsettings','version','2023100900'),(826,'quiz_grading','version','2023100900'),(828,'quiz_overview','version','2023100900'),(830,'quiz_responses','version','2023100900'),(832,'quiz_statistics','version','2023100900'),(834,'quizaccess_delaybetweenattempts','version','2023100900'),(835,'quizaccess_ipaddress','version','2023100900'),(836,'quizaccess_numattempts','version','2023100900'),(837,'quizaccess_offlineattempts','version','2023100900'),(838,'quizaccess_openclosedate','version','2023100900'),(839,'quizaccess_password','version','2023100900'),(841,'quizaccess_securewindow','version','2023100900'),(842,'quizaccess_timelimit','version','2023100900'),(843,'scormreport_basic','version','2023100900'),(844,'scormreport_graphs','version','2023100900'),(845,'scormreport_interactions','version','2023100900'),(846,'scormreport_objectives','version','2023100900'),(847,'workshopform_accumulative','version','2023100900'),(849,'workshopform_comments','version','2023100900'),(851,'workshopform_numerrors','version','2023100900'),(853,'workshopform_rubric','version','2023100900'),(855,'workshopallocation_manual','version','2023100900'),(856,'workshopallocation_random','version','2023100900'),(857,'workshopallocation_scheduled','version','2023100900'),(858,'workshopeval_best','version','2023100900'),(859,'atto_accessibilitychecker','version','2023100900'),(860,'atto_accessibilityhelper','version','2023100900'),(861,'atto_align','version','2023100900'),(862,'atto_backcolor','version','2023100900'),(863,'atto_bold','version','2023100900'),(864,'atto_charmap','version','2023100900'),(865,'atto_clear','version','2023100900'),(866,'atto_collapse','version','2023100900'),(867,'atto_emoticon','version','2023100900'),(868,'atto_equation','version','2023100900'),(869,'atto_fontcolor','version','2023100900'),(870,'atto_html','version','2023100900'),(871,'atto_image','version','2023100900'),(872,'atto_indent','version','2023100900'),(873,'atto_italic','version','2023100900'),(874,'atto_link','version','2023100900'),(875,'atto_managefiles','version','2023100900'),(876,'atto_media','version','2023100900'),(877,'atto_noautolink','version','2023100900'),(878,'atto_orderedlist','version','2023100900'),(879,'atto_recordrtc','version','2023100900'),(880,'atto_rtl','version','2023100900'),(881,'atto_strike','version','2023100900'),(882,'atto_subscript','version','2023100900'),(883,'atto_superscript','version','2023100900'),(884,'atto_table','version','2023100900'),(885,'atto_title','version','2023100900'),(886,'atto_underline','version','2023100900'),(887,'atto_undo','version','2023100900'),(888,'atto_unorderedlist','version','2023100900'),(899,'logstore_database','version','2023100900'),(901,'logstore_standard','version','2023100900'),(902,'tool_dataprivacy','contactdataprotectionofficer','0'),(903,'tool_dataprivacy','automaticdeletionrequests','0'),(904,'tool_dataprivacy','privacyrequestexpiry','604800'),(905,'tool_dataprivacy','requireallenddatesforuserdeletion','1'),(906,'tool_dataprivacy','showdataretentionsummary','1'),(907,'tool_log','exportlog','1'),(908,'analytics','logstore','logstore_standard'),(909,'assign','feedback_plugin_for_gradebook','assignfeedback_comments'),(910,'assign','showrecentsubmissions','0'),(911,'assign','submissionreceipts','1'),(912,'assign','submissionstatement','This assignment is my own work, except where I have acknowledged the use of the works of other people.'),(913,'assign','maxperpage','-1'),(914,'assign','alwaysshowdescription','1'),(915,'assign','alwaysshowdescription_adv',''),(916,'assign','alwaysshowdescription_locked',''),(917,'assign','allowsubmissionsfromdate','0'),(918,'assign','allowsubmissionsfromdate_enabled','1'),(919,'assign','allowsubmissionsfromdate_adv',''),(920,'assign','duedate','604800'),(921,'assign','duedate_enabled','1'),(922,'assign','duedate_adv',''),(923,'assign','cutoffdate','1209600'),(924,'assign','cutoffdate_enabled',''),(925,'assign','cutoffdate_adv',''),(926,'assign','gradingduedate','1209600'),(927,'assign','gradingduedate_enabled','1'),(928,'assign','gradingduedate_adv',''),(929,'assign','submissiondrafts','0'),(930,'assign','submissiondrafts_adv',''),(931,'assign','submissiondrafts_locked',''),(932,'assign','requiresubmissionstatement','0'),(933,'assign','requiresubmissionstatement_adv',''),(934,'assign','requiresubmissionstatement_locked',''),(935,'assign','attemptreopenmethod','none'),(936,'assign','attemptreopenmethod_adv',''),(937,'assign','attemptreopenmethod_locked',''),(938,'assign','maxattempts','-1'),(939,'assign','maxattempts_adv',''),(940,'assign','maxattempts_locked',''),(941,'assign','teamsubmission','0'),(942,'assign','teamsubmission_adv',''),(943,'assign','teamsubmission_locked',''),(944,'assign','preventsubmissionnotingroup','0'),(945,'assign','preventsubmissionnotingroup_adv',''),(946,'assign','preventsubmissionnotingroup_locked',''),(947,'assign','requireallteammemberssubmit','0'),(948,'assign','requireallteammemberssubmit_adv',''),(949,'assign','requireallteammemberssubmit_locked',''),(950,'assign','teamsubmissiongroupingid',''),(951,'assign','teamsubmissiongroupingid_adv',''),(952,'assign','sendnotifications','0'),(953,'assign','sendnotifications_adv',''),(954,'assign','sendnotifications_locked',''),(955,'assign','sendlatenotifications','0'),(956,'assign','sendlatenotifications_adv',''),(957,'assign','sendlatenotifications_locked',''),(958,'assign','sendstudentnotifications','1'),(959,'assign','sendstudentnotifications_adv',''),(960,'assign','sendstudentnotifications_locked',''),(961,'assign','blindmarking','0'),(962,'assign','blindmarking_adv',''),(963,'assign','blindmarking_locked',''),(964,'assign','markingworkflow','0'),(965,'assign','markingworkflow_adv',''),(966,'assign','markingworkflow_locked',''),(967,'assign','markingallocation','0'),(968,'assign','markingallocation_adv',''),(969,'assign','markingallocation_locked',''),(970,'assignsubmission_file','default','1'),(971,'assignsubmission_file','maxfiles','20'),(972,'assignsubmission_file','filetypes',''),(973,'assignsubmission_file','maxbytes','0'),(974,'assignsubmission_onlinetext','default','0'),(975,'assignfeedback_comments','default','1'),(976,'assignfeedback_comments','inline','0'),(977,'assignfeedback_comments','inline_adv',''),(978,'assignfeedback_comments','inline_locked',''),(979,'assignfeedback_editpdf','default','1'),(980,'assignfeedback_editpdf','stamps',''),(981,'assignfeedback_file','default','0'),(982,'assignfeedback_offline','default','0'),(983,'book','numberingoptions','0,1,2,3'),(984,'book','navoptions','0,1,2'),(985,'book','numbering','1'),(986,'book','navstyle','1'),(987,'resource','framesize','130'),(988,'resource','displayoptions','0,1,4,5,6'),(989,'resource','printintro','1'),(990,'resource','display','0'),(991,'resource','showsize','0'),(992,'resource','showtype','0'),(993,'resource','showdate','0'),(994,'resource','popupwidth','620'),(995,'resource','popupheight','450'),(996,'resource','filterfiles','0'),(997,'folder','showexpanded','1'),(998,'folder','maxsizetodownload','0'),(999,'imscp','keepold','1'),(1000,'imscp','keepold_adv',''),(1001,'label','dndmedia','1'),(1002,'label','dndresizewidth','400'),(1003,'label','dndresizeheight','400'),(1004,'mod_lesson','mediafile',''),(1005,'mod_lesson','mediafile_adv','1'),(1006,'mod_lesson','mediawidth','640'),(1007,'mod_lesson','mediaheight','480'),(1008,'mod_lesson','mediaclose','0'),(1009,'mod_lesson','progressbar','0'),(1010,'mod_lesson','progressbar_adv',''),(1011,'mod_lesson','ongoing','0'),(1012,'mod_lesson','ongoing_adv','1'),(1013,'mod_lesson','displayleftmenu','0'),(1014,'mod_lesson','displayleftmenu_adv',''),(1015,'mod_lesson','displayleftif','0'),(1016,'mod_lesson','displayleftif_adv','1'),(1017,'mod_lesson','slideshow','0'),(1018,'mod_lesson','slideshow_adv','1'),(1019,'mod_lesson','slideshowwidth','640'),(1020,'mod_lesson','slideshowheight','480'),(1021,'mod_lesson','slideshowbgcolor','#FFFFFF'),(1022,'mod_lesson','maxanswers','5'),(1023,'mod_lesson','maxanswers_adv','1'),(1024,'mod_lesson','defaultfeedback','0'),(1025,'mod_lesson','defaultfeedback_adv','1'),(1026,'mod_lesson','activitylink',''),(1027,'mod_lesson','activitylink_adv','1'),(1028,'mod_lesson','timelimit','0'),(1029,'mod_lesson','timelimit_adv',''),(1030,'mod_lesson','password','0'),(1031,'mod_lesson','password_adv','1'),(1032,'mod_lesson','modattempts','0'),(1033,'mod_lesson','modattempts_adv',''),(1034,'mod_lesson','displayreview','0'),(1035,'mod_lesson','displayreview_adv',''),(1036,'mod_lesson','maximumnumberofattempts','1'),(1037,'mod_lesson','maximumnumberofattempts_adv',''),(1038,'mod_lesson','defaultnextpage','0'),(1039,'mod_lesson','defaultnextpage_adv','1'),(1040,'mod_lesson','numberofpagestoshow','1'),(1041,'mod_lesson','numberofpagestoshow_adv','1'),(1042,'mod_lesson','practice','0'),(1043,'mod_lesson','practice_adv',''),(1044,'mod_lesson','customscoring','1'),(1045,'mod_lesson','customscoring_adv','1'),(1046,'mod_lesson','retakesallowed','0'),(1047,'mod_lesson','retakesallowed_adv',''),(1048,'mod_lesson','handlingofretakes','0'),(1049,'mod_lesson','handlingofretakes_adv','1'),(1050,'mod_lesson','minimumnumberofquestions','0'),(1051,'mod_lesson','minimumnumberofquestions_adv','1'),(1052,'page','displayoptions','5'),(1053,'page','printheading','1'),(1054,'page','printintro','0'),(1055,'page','display','5'),(1056,'page','popupwidth','620'),(1057,'page','popupheight','450'),(1058,'quiz','timelimit','0'),(1059,'quiz','timelimit_adv',''),(1060,'quiz','overduehandling','autosubmit'),(1061,'quiz','overduehandling_adv',''),(1062,'quiz','graceperiod','86400'),(1063,'quiz','graceperiod_adv',''),(1064,'quiz','graceperiodmin','60'),(1065,'quiz','attempts','0'),(1066,'quiz','attempts_adv',''),(1067,'quiz','grademethod','1'),(1068,'quiz','grademethod_adv',''),(1069,'quiz','maximumgrade','10'),(1070,'quiz','questionsperpage','1'),(1071,'quiz','questionsperpage_adv',''),(1072,'quiz','navmethod','free'),(1073,'quiz','navmethod_adv','1'),(1074,'quiz','shuffleanswers','1'),(1075,'quiz','shuffleanswers_adv',''),(1076,'quiz','preferredbehaviour','deferredfeedback'),(1077,'quiz','canredoquestions','0'),(1078,'quiz','canredoquestions_adv','1'),(1079,'quiz','attemptonlast','0'),(1080,'quiz','attemptonlast_adv','1'),(1081,'quiz','reviewattempt','69904'),(1082,'quiz','reviewcorrectness','69904'),(1083,'quiz','reviewmarks','69904'),(1084,'quiz','reviewspecificfeedback','69904'),(1085,'quiz','reviewgeneralfeedback','69904'),(1086,'quiz','reviewrightanswer','69904'),(1087,'quiz','reviewoverallfeedback','4368'),(1088,'quiz','showuserpicture','0'),(1089,'quiz','showuserpicture_adv',''),(1090,'quiz','decimalpoints','2'),(1091,'quiz','decimalpoints_adv',''),(1092,'quiz','questiondecimalpoints','-1'),(1093,'quiz','questiondecimalpoints_adv','1'),(1094,'quiz','showblocks','0'),(1095,'quiz','showblocks_adv','1'),(1096,'quiz','password',''),(1097,'quiz','password_adv',''),(1098,'quiz','subnet',''),(1099,'quiz','subnet_adv','1'),(1100,'quiz','delay1','0'),(1101,'quiz','delay1_adv','1'),(1102,'quiz','delay2','0'),(1103,'quiz','delay2_adv','1'),(1104,'quiz','browsersecurity','-'),(1105,'quiz','browsersecurity_adv','1'),(1106,'quiz','initialnumfeedbacks','2'),(1107,'quiz','autosaveperiod','60'),(1108,'scorm','displaycoursestructure','0'),(1109,'scorm','displaycoursestructure_adv',''),(1110,'scorm','popup','0'),(1111,'scorm','popup_adv',''),(1112,'scorm','displayactivityname','1'),(1113,'scorm','framewidth','100'),(1114,'scorm','framewidth_adv','1'),(1115,'scorm','frameheight','500'),(1116,'scorm','frameheight_adv','1'),(1117,'scorm','winoptgrp_adv','1'),(1118,'scorm','scrollbars','0'),(1119,'scorm','directories','0'),(1120,'scorm','location','0'),(1121,'scorm','menubar','0'),(1122,'scorm','toolbar','0'),(1123,'scorm','status','0'),(1124,'scorm','skipview','0'),(1125,'scorm','skipview_adv','1'),(1126,'scorm','hidebrowse','0'),(1127,'scorm','hidebrowse_adv','1'),(1128,'scorm','hidetoc','0'),(1129,'scorm','hidetoc_adv','1'),(1130,'scorm','nav','1'),(1131,'scorm','nav_adv','1'),(1132,'scorm','navpositionleft','-100'),(1133,'scorm','navpositionleft_adv','1'),(1134,'scorm','navpositiontop','-100'),(1135,'scorm','navpositiontop_adv','1'),(1136,'scorm','collapsetocwinsize','767'),(1137,'scorm','collapsetocwinsize_adv','1'),(1138,'scorm','displayattemptstatus','1'),(1139,'scorm','displayattemptstatus_adv',''),(1140,'scorm','grademethod','1'),(1141,'scorm','maxgrade','100'),(1142,'scorm','maxattempt','0'),(1143,'scorm','whatgrade','0'),(1144,'scorm','forcecompleted','0'),(1145,'scorm','forcenewattempt','0'),(1146,'scorm','autocommit','0'),(1147,'scorm','masteryoverride','1'),(1148,'scorm','lastattemptlock','0'),(1149,'scorm','auto','0'),(1150,'scorm','updatefreq','0'),(1151,'scorm','scormstandard','0'),(1152,'scorm','allowtypeexternal','0'),(1153,'scorm','allowtypelocalsync','0'),(1154,'scorm','allowtypeexternalaicc','0'),(1155,'scorm','allowaicchacp','0'),(1156,'scorm','aicchacptimeout','30'),(1157,'scorm','aicchacpkeepsessiondata','1'),(1158,'scorm','aiccuserid','1'),(1159,'scorm','forcejavascript','1'),(1160,'scorm','allowapidebug','0'),(1161,'scorm','apidebugmask','.*'),(1162,'scorm','protectpackagedownloads','0'),(1163,'url','framesize','130'),(1164,'url','secretphrase',''),(1165,'url','rolesinparams','0'),(1166,'url','displayoptions','0,1,5,6'),(1167,'url','printintro','1'),(1168,'url','display','0'),(1169,'url','popupwidth','620'),(1170,'url','popupheight','450'),(1171,'workshop','grade','80'),(1172,'workshop','gradinggrade','20'),(1173,'workshop','gradedecimals','0'),(1174,'workshop','maxbytes','0'),(1175,'workshop','strategy','accumulative'),(1176,'workshop','examplesmode','0'),(1177,'workshopallocation_random','numofreviews','5'),(1178,'workshopform_numerrors','grade0','No'),(1179,'workshopform_numerrors','grade1','Yes'),(1180,'workshopeval_best','comparison','5'),(1181,'tool_recyclebin','coursebinenable','1'),(1182,'tool_recyclebin','coursebinexpiry','604800'),(1183,'tool_recyclebin','categorybinenable','1'),(1184,'tool_recyclebin','categorybinexpiry','604800'),(1185,'tool_recyclebin','autohide','1'),(1186,'antivirus_clamav','runningmethod','commandline'),(1187,'antivirus_clamav','pathtoclam',''),(1188,'antivirus_clamav','pathtounixsocket',''),(1189,'antivirus_clamav','clamfailureonupload','donothing'),(1190,'auth_cas','hostname',''),(1191,'auth_cas','baseuri',''),(1192,'auth_cas','port','0'),(1193,'auth_cas','casversion','2.0'),(1194,'auth_cas','language','CAS_Languages_English'),(1195,'auth_cas','proxycas','0'),(1196,'auth_cas','logoutcas','0'),(1197,'auth_cas','multiauth','0'),(1198,'auth_cas','certificate_check','0'),(1199,'auth_cas','certificate_path',''),(1200,'auth_cas','curl_ssl_version',''),(1201,'auth_cas','logout_return_url',''),(1202,'auth_cas','host_url',''),(1203,'auth_cas','ldap_version','3'),(1204,'auth_cas','start_tls','0'),(1205,'auth_cas','ldapencoding','utf-8'),(1206,'auth_cas','pagesize','250'),(1207,'auth_cas','bind_dn',''),(1208,'auth_cas','bind_pw',''),(1209,'auth_cas','user_type','default'),(1210,'auth_cas','contexts',''),(1211,'auth_cas','search_sub','0'),(1212,'auth_cas','opt_deref','0'),(1213,'auth_cas','user_attribute',''),(1214,'auth_cas','memberattribute',''),(1215,'auth_cas','memberattribute_isdn','0'),(1216,'auth_cas','objectclass',''),(1217,'auth_cas','attrcreators',''),(1218,'auth_cas','groupecreators',''),(1219,'auth_cas','removeuser','0'),(1220,'auth_cas','field_map_firstname',''),(1221,'auth_cas','field_updatelocal_firstname','oncreate'),(1222,'auth_cas','field_updateremote_firstname','0'),(1223,'auth_cas','field_lock_firstname','unlocked'),(1224,'auth_cas','field_map_lastname',''),(1225,'auth_cas','field_updatelocal_lastname','oncreate'),(1226,'auth_cas','field_updateremote_lastname','0'),(1227,'auth_cas','field_lock_lastname','unlocked'),(1228,'auth_cas','field_map_email',''),(1229,'auth_cas','field_updatelocal_email','oncreate'),(1230,'auth_cas','field_updateremote_email','0'),(1231,'auth_cas','field_lock_email','unlocked'),(1232,'auth_cas','field_map_city',''),(1233,'auth_cas','field_updatelocal_city','oncreate'),(1234,'auth_cas','field_updateremote_city','0'),(1235,'auth_cas','field_lock_city','unlocked'),(1236,'auth_cas','field_map_country',''),(1237,'auth_cas','field_updatelocal_country','oncreate'),(1238,'auth_cas','field_updateremote_country','0'),(1239,'auth_cas','field_lock_country','unlocked'),(1240,'auth_cas','field_map_lang',''),(1241,'auth_cas','field_updatelocal_lang','oncreate'),(1242,'auth_cas','field_updateremote_lang','0'),(1243,'auth_cas','field_lock_lang','unlocked'),(1244,'auth_cas','field_map_description',''),(1245,'auth_cas','field_updatelocal_description','oncreate'),(1246,'auth_cas','field_updateremote_description','0'),(1247,'auth_cas','field_lock_description','unlocked'),(1248,'auth_cas','field_map_url',''),(1249,'auth_cas','field_updatelocal_url','oncreate'),(1250,'auth_cas','field_updateremote_url','0'),(1251,'auth_cas','field_lock_url','unlocked'),(1252,'auth_cas','field_map_idnumber',''),(1253,'auth_cas','field_updatelocal_idnumber','oncreate'),(1254,'auth_cas','field_updateremote_idnumber','0'),(1255,'auth_cas','field_lock_idnumber','unlocked'),(1256,'auth_cas','field_map_institution',''),(1257,'auth_cas','field_updatelocal_institution','oncreate'),(1258,'auth_cas','field_updateremote_institution','0'),(1259,'auth_cas','field_lock_institution','unlocked'),(1260,'auth_cas','field_map_department',''),(1261,'auth_cas','field_updatelocal_department','oncreate'),(1262,'auth_cas','field_updateremote_department','0'),(1263,'auth_cas','field_lock_department','unlocked'),(1264,'auth_cas','field_map_phone1',''),(1265,'auth_cas','field_updatelocal_phone1','oncreate'),(1266,'auth_cas','field_updateremote_phone1','0'),(1267,'auth_cas','field_lock_phone1','unlocked'),(1268,'auth_cas','field_map_phone2',''),(1269,'auth_cas','field_updatelocal_phone2','oncreate'),(1270,'auth_cas','field_updateremote_phone2','0'),(1271,'auth_cas','field_lock_phone2','unlocked'),(1272,'auth_cas','field_map_address',''),(1273,'auth_cas','field_updatelocal_address','oncreate'),(1274,'auth_cas','field_updateremote_address','0'),(1275,'auth_cas','field_lock_address','unlocked'),(1276,'auth_cas','field_map_firstnamephonetic',''),(1277,'auth_cas','field_updatelocal_firstnamephonetic','oncreate'),(1278,'auth_cas','field_updateremote_firstnamephonetic','0'),(1279,'auth_cas','field_lock_firstnamephonetic','unlocked'),(1280,'auth_cas','field_map_lastnamephonetic',''),(1281,'auth_cas','field_updatelocal_lastnamephonetic','oncreate'),(1282,'auth_cas','field_updateremote_lastnamephonetic','0'),(1283,'auth_cas','field_lock_lastnamephonetic','unlocked'),(1284,'auth_cas','field_map_middlename',''),(1285,'auth_cas','field_updatelocal_middlename','oncreate'),(1286,'auth_cas','field_updateremote_middlename','0'),(1287,'auth_cas','field_lock_middlename','unlocked'),(1288,'auth_cas','field_map_alternatename',''),(1289,'auth_cas','field_updatelocal_alternatename','oncreate'),(1290,'auth_cas','field_updateremote_alternatename','0'),(1291,'auth_cas','field_lock_alternatename','unlocked'),(1292,'auth_email','recaptcha','0'),(1293,'auth_email','field_lock_firstname','unlocked'),(1294,'auth_email','field_lock_lastname','unlocked'),(1295,'auth_email','field_lock_email','unlocked'),(1296,'auth_email','field_lock_city','unlocked'),(1297,'auth_email','field_lock_country','unlocked'),(1298,'auth_email','field_lock_lang','unlocked'),(1299,'auth_email','field_lock_description','unlocked'),(1300,'auth_email','field_lock_url','unlocked'),(1301,'auth_email','field_lock_idnumber','unlocked'),(1302,'auth_email','field_lock_institution','unlocked'),(1303,'auth_email','field_lock_department','unlocked'),(1304,'auth_email','field_lock_phone1','unlocked'),(1305,'auth_email','field_lock_phone2','unlocked'),(1306,'auth_email','field_lock_address','unlocked'),(1307,'auth_email','field_lock_firstnamephonetic','unlocked'),(1308,'auth_email','field_lock_lastnamephonetic','unlocked'),(1309,'auth_email','field_lock_middlename','unlocked'),(1310,'auth_email','field_lock_alternatename','unlocked'),(1311,'auth_db','host','127.0.0.1'),(1312,'auth_db','type','mysqli'),(1313,'auth_db','sybasequoting','0'),(1314,'auth_db','name',''),(1315,'auth_db','user',''),(1316,'auth_db','pass',''),(1317,'auth_db','table',''),(1318,'auth_db','fielduser',''),(1319,'auth_db','fieldpass',''),(1320,'auth_db','passtype','plaintext'),(1321,'auth_db','extencoding','utf-8'),(1322,'auth_db','setupsql',''),(1323,'auth_db','debugauthdb','0'),(1324,'auth_db','changepasswordurl',''),(1325,'auth_db','removeuser','0'),(1326,'auth_db','updateusers','0'),(1327,'auth_db','field_map_firstname',''),(1328,'auth_db','field_updatelocal_firstname','oncreate'),(1329,'auth_db','field_updateremote_firstname','0'),(1330,'auth_db','field_lock_firstname','unlocked'),(1331,'auth_db','field_map_lastname',''),(1332,'auth_db','field_updatelocal_lastname','oncreate'),(1333,'auth_db','field_updateremote_lastname','0'),(1334,'auth_db','field_lock_lastname','unlocked'),(1335,'auth_db','field_map_email',''),(1336,'auth_db','field_updatelocal_email','oncreate'),(1337,'auth_db','field_updateremote_email','0'),(1338,'auth_db','field_lock_email','unlocked'),(1339,'auth_db','field_map_city',''),(1340,'auth_db','field_updatelocal_city','oncreate'),(1341,'auth_db','field_updateremote_city','0'),(1342,'auth_db','field_lock_city','unlocked'),(1343,'auth_db','field_map_country',''),(1344,'auth_db','field_updatelocal_country','oncreate'),(1345,'auth_db','field_updateremote_country','0'),(1346,'auth_db','field_lock_country','unlocked'),(1347,'auth_db','field_map_lang',''),(1348,'auth_db','field_updatelocal_lang','oncreate'),(1349,'auth_db','field_updateremote_lang','0'),(1350,'auth_db','field_lock_lang','unlocked'),(1351,'auth_db','field_map_description',''),(1352,'auth_db','field_updatelocal_description','oncreate'),(1353,'auth_db','field_updateremote_description','0'),(1354,'auth_db','field_lock_description','unlocked'),(1355,'auth_db','field_map_url',''),(1356,'auth_db','field_updatelocal_url','oncreate'),(1357,'auth_db','field_updateremote_url','0'),(1358,'auth_db','field_lock_url','unlocked'),(1359,'auth_db','field_map_idnumber',''),(1360,'auth_db','field_updatelocal_idnumber','oncreate'),(1361,'auth_db','field_updateremote_idnumber','0'),(1362,'auth_db','field_lock_idnumber','unlocked'),(1363,'auth_db','field_map_institution',''),(1364,'auth_db','field_updatelocal_institution','oncreate'),(1365,'auth_db','field_updateremote_institution','0'),(1366,'auth_db','field_lock_institution','unlocked'),(1367,'auth_db','field_map_department',''),(1368,'auth_db','field_updatelocal_department','oncreate'),(1369,'auth_db','field_updateremote_department','0'),(1370,'auth_db','field_lock_department','unlocked'),(1371,'auth_db','field_map_phone1',''),(1372,'auth_db','field_updatelocal_phone1','oncreate'),(1373,'auth_db','field_updateremote_phone1','0'),(1374,'auth_db','field_lock_phone1','unlocked'),(1375,'auth_db','field_map_phone2',''),(1376,'auth_db','field_updatelocal_phone2','oncreate'),(1377,'auth_db','field_updateremote_phone2','0'),(1378,'auth_db','field_lock_phone2','unlocked'),(1379,'auth_db','field_map_address',''),(1380,'auth_db','field_updatelocal_address','oncreate'),(1381,'auth_db','field_updateremote_address','0'),(1382,'auth_db','field_lock_address','unlocked'),(1383,'auth_db','field_map_firstnamephonetic',''),(1384,'auth_db','field_updatelocal_firstnamephonetic','oncreate'),(1385,'auth_db','field_updateremote_firstnamephonetic','0'),(1386,'auth_db','field_lock_firstnamephonetic','unlocked'),(1387,'auth_db','field_map_lastnamephonetic',''),(1388,'auth_db','field_updatelocal_lastnamephonetic','oncreate'),(1389,'auth_db','field_updateremote_lastnamephonetic','0'),(1390,'auth_db','field_lock_lastnamephonetic','unlocked'),(1391,'auth_db','field_map_middlename',''),(1392,'auth_db','field_updatelocal_middlename','oncreate'),(1393,'auth_db','field_updateremote_middlename','0'),(1394,'auth_db','field_lock_middlename','unlocked'),(1395,'auth_db','field_map_alternatename',''),(1396,'auth_db','field_updatelocal_alternatename','oncreate'),(1397,'auth_db','field_updateremote_alternatename','0'),(1398,'auth_db','field_lock_alternatename','unlocked'),(1399,'auth_ldap','host_url',''),(1400,'auth_ldap','ldap_version','3'),(1401,'auth_ldap','start_tls','0'),(1402,'auth_ldap','ldapencoding','utf-8'),(1403,'auth_ldap','pagesize','250'),(1404,'auth_ldap','preventpassindb','0'),(1405,'auth_ldap','bind_dn',''),(1406,'auth_ldap','bind_pw',''),(1407,'auth_ldap','user_type','default'),(1408,'auth_ldap','contexts',''),(1409,'auth_ldap','search_sub','0'),(1410,'auth_ldap','opt_deref','0'),(1411,'auth_ldap','user_attribute',''),(1412,'auth_ldap','suspended_attribute',''),(1413,'auth_ldap','memberattribute',''),(1414,'auth_ldap','memberattribute_isdn','0'),(1415,'auth_ldap','objectclass',''),(1416,'auth_ldap','forcechangepassword','0'),(1417,'auth_ldap','stdchangepassword','0'),(1418,'auth_ldap','passtype','plaintext'),(1419,'auth_ldap','changepasswordurl',''),(1420,'auth_ldap','expiration','0'),(1421,'auth_ldap','expiration_warning',''),(1422,'auth_ldap','expireattr',''),(1423,'auth_ldap','gracelogins','0'),(1424,'auth_ldap','graceattr',''),(1425,'auth_ldap','auth_user_create','0'),(1426,'auth_ldap','create_context',''),(1427,'auth_ldap','managercontext',''),(1428,'auth_ldap','coursecreatorcontext',''),(1429,'auth_ldap','removeuser','0'),(1430,'auth_ldap','sync_suspended','0'),(1431,'auth_ldap','ntlmsso_enabled','0'),(1432,'auth_ldap','ntlmsso_subnet',''),(1433,'auth_ldap','ntlmsso_ie_fastpath','0'),(1434,'auth_ldap','ntlmsso_type','ntlm'),(1435,'auth_ldap','ntlmsso_remoteuserformat',''),(1436,'auth_ldap','field_map_firstname',''),(1437,'auth_ldap','field_updatelocal_firstname','oncreate'),(1438,'auth_ldap','field_updateremote_firstname','0'),(1439,'auth_ldap','field_lock_firstname','unlocked'),(1440,'auth_ldap','field_map_lastname',''),(1441,'auth_ldap','field_updatelocal_lastname','oncreate'),(1442,'auth_ldap','field_updateremote_lastname','0'),(1443,'auth_ldap','field_lock_lastname','unlocked'),(1444,'auth_ldap','field_map_email',''),(1445,'auth_ldap','field_updatelocal_email','oncreate'),(1446,'auth_ldap','field_updateremote_email','0'),(1447,'auth_ldap','field_lock_email','unlocked'),(1448,'auth_ldap','field_map_city',''),(1449,'auth_ldap','field_updatelocal_city','oncreate'),(1450,'auth_ldap','field_updateremote_city','0'),(1451,'auth_ldap','field_lock_city','unlocked'),(1452,'auth_ldap','field_map_country',''),(1453,'auth_ldap','field_updatelocal_country','oncreate'),(1454,'auth_ldap','field_updateremote_country','0'),(1455,'auth_ldap','field_lock_country','unlocked'),(1456,'auth_ldap','field_map_lang',''),(1457,'auth_ldap','field_updatelocal_lang','oncreate'),(1458,'auth_ldap','field_updateremote_lang','0'),(1459,'auth_ldap','field_lock_lang','unlocked'),(1460,'auth_ldap','field_map_description',''),(1461,'auth_ldap','field_updatelocal_description','oncreate'),(1462,'auth_ldap','field_updateremote_description','0'),(1463,'auth_ldap','field_lock_description','unlocked'),(1464,'auth_ldap','field_map_url',''),(1465,'auth_ldap','field_updatelocal_url','oncreate'),(1466,'auth_ldap','field_updateremote_url','0'),(1467,'auth_ldap','field_lock_url','unlocked'),(1468,'auth_ldap','field_map_idnumber',''),(1469,'auth_ldap','field_updatelocal_idnumber','oncreate'),(1470,'auth_ldap','field_updateremote_idnumber','0'),(1471,'auth_ldap','field_lock_idnumber','unlocked'),(1472,'auth_ldap','field_map_institution',''),(1473,'auth_ldap','field_updatelocal_institution','oncreate'),(1474,'auth_ldap','field_updateremote_institution','0'),(1475,'auth_ldap','field_lock_institution','unlocked'),(1476,'auth_ldap','field_map_department',''),(1477,'auth_ldap','field_updatelocal_department','oncreate'),(1478,'auth_ldap','field_updateremote_department','0'),(1479,'auth_ldap','field_lock_department','unlocked'),(1480,'auth_ldap','field_map_phone1',''),(1481,'auth_ldap','field_updatelocal_phone1','oncreate'),(1482,'auth_ldap','field_updateremote_phone1','0'),(1483,'auth_ldap','field_lock_phone1','unlocked'),(1484,'auth_ldap','field_map_phone2',''),(1485,'auth_ldap','field_updatelocal_phone2','oncreate'),(1486,'auth_ldap','field_updateremote_phone2','0'),(1487,'auth_ldap','field_lock_phone2','unlocked'),(1488,'auth_ldap','field_map_address',''),(1489,'auth_ldap','field_updatelocal_address','oncreate'),(1490,'auth_ldap','field_updateremote_address','0'),(1491,'auth_ldap','field_lock_address','unlocked'),(1492,'auth_ldap','field_map_firstnamephonetic',''),(1493,'auth_ldap','field_updatelocal_firstnamephonetic','oncreate'),(1494,'auth_ldap','field_updateremote_firstnamephonetic','0'),(1495,'auth_ldap','field_lock_firstnamephonetic','unlocked'),(1496,'auth_ldap','field_map_lastnamephonetic',''),(1497,'auth_ldap','field_updatelocal_lastnamephonetic','oncreate'),(1498,'auth_ldap','field_updateremote_lastnamephonetic','0'),(1499,'auth_ldap','field_lock_lastnamephonetic','unlocked'),(1500,'auth_ldap','field_map_middlename',''),(1501,'auth_ldap','field_updatelocal_middlename','oncreate'),(1502,'auth_ldap','field_updateremote_middlename','0'),(1503,'auth_ldap','field_lock_middlename','unlocked'),(1504,'auth_ldap','field_map_alternatename',''),(1505,'auth_ldap','field_updatelocal_alternatename','oncreate'),(1506,'auth_ldap','field_updateremote_alternatename','0'),(1507,'auth_ldap','field_lock_alternatename','unlocked'),(1508,'auth_manual','expiration','0'),(1509,'auth_manual','expirationtime','30'),(1510,'auth_manual','expiration_warning','0'),(1511,'auth_manual','field_lock_firstname','unlocked'),(1512,'auth_manual','field_lock_lastname','unlocked'),(1513,'auth_manual','field_lock_email','unlocked'),(1514,'auth_manual','field_lock_city','unlocked'),(1515,'auth_manual','field_lock_country','unlocked'),(1516,'auth_manual','field_lock_lang','unlocked'),(1517,'auth_manual','field_lock_description','unlocked'),(1518,'auth_manual','field_lock_url','unlocked'),(1519,'auth_manual','field_lock_idnumber','unlocked'),(1520,'auth_manual','field_lock_institution','unlocked'),(1521,'auth_manual','field_lock_department','unlocked'),(1522,'auth_manual','field_lock_phone1','unlocked'),(1523,'auth_manual','field_lock_phone2','unlocked'),(1524,'auth_manual','field_lock_address','unlocked'),(1525,'auth_manual','field_lock_firstnamephonetic','unlocked'),(1526,'auth_manual','field_lock_lastnamephonetic','unlocked'),(1527,'auth_manual','field_lock_middlename','unlocked'),(1528,'auth_manual','field_lock_alternatename','unlocked'),(1529,'auth_mnet','rpc_negotiation_timeout','30'),(1530,'auth_none','field_lock_firstname','unlocked'),(1531,'auth_none','field_lock_lastname','unlocked'),(1532,'auth_none','field_lock_email','unlocked'),(1533,'auth_none','field_lock_city','unlocked'),(1534,'auth_none','field_lock_country','unlocked'),(1535,'auth_none','field_lock_lang','unlocked'),(1536,'auth_none','field_lock_description','unlocked'),(1537,'auth_none','field_lock_url','unlocked'),(1538,'auth_none','field_lock_idnumber','unlocked'),(1539,'auth_none','field_lock_institution','unlocked'),(1540,'auth_none','field_lock_department','unlocked'),(1541,'auth_none','field_lock_phone1','unlocked'),(1542,'auth_none','field_lock_phone2','unlocked'),(1543,'auth_none','field_lock_address','unlocked'),(1544,'auth_none','field_lock_firstnamephonetic','unlocked'),(1545,'auth_none','field_lock_lastnamephonetic','unlocked'),(1546,'auth_none','field_lock_middlename','unlocked'),(1547,'auth_none','field_lock_alternatename','unlocked'),(1548,'auth_oauth2','field_lock_firstname','unlocked'),(1549,'auth_oauth2','field_lock_lastname','unlocked'),(1550,'auth_oauth2','field_lock_email','unlocked'),(1551,'auth_oauth2','field_lock_city','unlocked'),(1552,'auth_oauth2','field_lock_country','unlocked'),(1553,'auth_oauth2','field_lock_lang','unlocked'),(1554,'auth_oauth2','field_lock_description','unlocked'),(1555,'auth_oauth2','field_lock_url','unlocked'),(1556,'auth_oauth2','field_lock_idnumber','unlocked'),(1557,'auth_oauth2','field_lock_institution','unlocked'),(1558,'auth_oauth2','field_lock_department','unlocked'),(1559,'auth_oauth2','field_lock_phone1','unlocked'),(1560,'auth_oauth2','field_lock_phone2','unlocked'),(1561,'auth_oauth2','field_lock_address','unlocked'),(1562,'auth_oauth2','field_lock_firstnamephonetic','unlocked'),(1563,'auth_oauth2','field_lock_lastnamephonetic','unlocked'),(1564,'auth_oauth2','field_lock_middlename','unlocked'),(1565,'auth_oauth2','field_lock_alternatename','unlocked'),(1566,'auth_shibboleth','user_attribute',''),(1567,'auth_shibboleth','convert_data',''),(1568,'auth_shibboleth','alt_login','off'),(1569,'auth_shibboleth','organization_selection','urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai'),(1570,'auth_shibboleth','logout_handler',''),(1571,'auth_shibboleth','logout_return_url',''),(1572,'auth_shibboleth','login_name','Shibboleth Login'),(1573,'auth_shibboleth','auth_instructions','Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.'),(1574,'auth_shibboleth','changepasswordurl',''),(1575,'auth_shibboleth','field_map_firstname',''),(1576,'auth_shibboleth','field_updatelocal_firstname','oncreate'),(1577,'auth_shibboleth','field_lock_firstname','unlocked'),(1578,'auth_shibboleth','field_map_lastname',''),(1579,'auth_shibboleth','field_updatelocal_lastname','oncreate'),(1580,'auth_shibboleth','field_lock_lastname','unlocked'),(1581,'auth_shibboleth','field_map_email',''),(1582,'auth_shibboleth','field_updatelocal_email','oncreate'),(1583,'auth_shibboleth','field_lock_email','unlocked'),(1584,'auth_shibboleth','field_map_city',''),(1585,'auth_shibboleth','field_updatelocal_city','oncreate'),(1586,'auth_shibboleth','field_lock_city','unlocked'),(1587,'auth_shibboleth','field_map_country',''),(1588,'auth_shibboleth','field_updatelocal_country','oncreate'),(1589,'auth_shibboleth','field_lock_country','unlocked'),(1590,'auth_shibboleth','field_map_lang',''),(1591,'auth_shibboleth','field_updatelocal_lang','oncreate'),(1592,'auth_shibboleth','field_lock_lang','unlocked'),(1593,'auth_shibboleth','field_map_description',''),(1594,'auth_shibboleth','field_updatelocal_description','oncreate'),(1595,'auth_shibboleth','field_lock_description','unlocked'),(1596,'auth_shibboleth','field_map_url',''),(1597,'auth_shibboleth','field_updatelocal_url','oncreate'),(1598,'auth_shibboleth','field_lock_url','unlocked'),(1599,'auth_shibboleth','field_map_idnumber',''),(1600,'auth_shibboleth','field_updatelocal_idnumber','oncreate'),(1601,'auth_shibboleth','field_lock_idnumber','unlocked'),(1602,'auth_shibboleth','field_map_institution',''),(1603,'auth_shibboleth','field_updatelocal_institution','oncreate'),(1604,'auth_shibboleth','field_lock_institution','unlocked'),(1605,'auth_shibboleth','field_map_department',''),(1606,'auth_shibboleth','field_updatelocal_department','oncreate'),(1607,'auth_shibboleth','field_lock_department','unlocked'),(1608,'auth_shibboleth','field_map_phone1',''),(1609,'auth_shibboleth','field_updatelocal_phone1','oncreate'),(1610,'auth_shibboleth','field_lock_phone1','unlocked'),(1611,'auth_shibboleth','field_map_phone2',''),(1612,'auth_shibboleth','field_updatelocal_phone2','oncreate'),(1613,'auth_shibboleth','field_lock_phone2','unlocked'),(1614,'auth_shibboleth','field_map_address',''),(1615,'auth_shibboleth','field_updatelocal_address','oncreate'),(1616,'auth_shibboleth','field_lock_address','unlocked'),(1617,'auth_shibboleth','field_map_firstnamephonetic',''),(1618,'auth_shibboleth','field_updatelocal_firstnamephonetic','oncreate'),(1619,'auth_shibboleth','field_lock_firstnamephonetic','unlocked'),(1620,'auth_shibboleth','field_map_lastnamephonetic',''),(1621,'auth_shibboleth','field_updatelocal_lastnamephonetic','oncreate'),(1622,'auth_shibboleth','field_lock_lastnamephonetic','unlocked'),(1623,'auth_shibboleth','field_map_middlename',''),(1624,'auth_shibboleth','field_updatelocal_middlename','oncreate'),(1625,'auth_shibboleth','field_lock_middlename','unlocked'),(1626,'auth_shibboleth','field_map_alternatename',''),(1627,'auth_shibboleth','field_updatelocal_alternatename','oncreate'),(1628,'auth_shibboleth','field_lock_alternatename','unlocked'),(1629,'block_activity_results','config_showbest','3'),(1630,'block_activity_results','config_showbest_locked',''),(1631,'block_activity_results','config_showworst','0'),(1632,'block_activity_results','config_showworst_locked',''),(1633,'block_activity_results','config_usegroups','0'),(1634,'block_activity_results','config_usegroups_locked',''),(1635,'block_activity_results','config_nameformat','1'),(1636,'block_activity_results','config_nameformat_locked',''),(1637,'block_activity_results','config_gradeformat','1'),(1638,'block_activity_results','config_gradeformat_locked',''),(1639,'block_activity_results','config_decimalpoints','2'),(1640,'block_activity_results','config_decimalpoints_locked',''),(1641,'block_myoverview','defaulttab','timeline'),(1642,'block_section_links','numsections1','22'),(1643,'block_section_links','incby1','2'),(1644,'block_section_links','numsections2','40'),(1645,'block_section_links','incby2','5'),(1646,'block_tag_youtube','apikey',''),(1647,'format_singleactivity','activitytype','forum'),(1648,'fileconverter_googledrive','issuerid',''),(1649,'enrol_cohort','roleid','5'),(1650,'enrol_cohort','unenrolaction','0'),(1651,'enrol_meta','nosyncroleids',''),(1652,'enrol_meta','syncall','1'),(1653,'enrol_meta','unenrolaction','3'),(1654,'enrol_meta','coursesort','sortorder'),(1655,'enrol_database','dbtype',''),(1656,'enrol_database','dbhost','localhost'),(1657,'enrol_database','dbuser',''),(1658,'enrol_database','dbpass',''),(1659,'enrol_database','dbname',''),(1660,'enrol_database','dbencoding','utf-8'),(1661,'enrol_database','dbsetupsql',''),(1662,'enrol_database','dbsybasequoting','0'),(1663,'enrol_database','debugdb','0'),(1664,'enrol_database','localcoursefield','idnumber'),(1665,'enrol_database','localuserfield','idnumber'),(1666,'enrol_database','localrolefield','shortname'),(1667,'enrol_database','localcategoryfield','id'),(1668,'enrol_database','remoteenroltable',''),(1669,'enrol_database','remotecoursefield',''),(1670,'enrol_database','remoteuserfield',''),(1671,'enrol_database','remoterolefield',''),(1672,'enrol_database','remoteotheruserfield',''),(1673,'enrol_database','defaultrole','5'),(1674,'enrol_database','ignorehiddencourses','0'),(1675,'enrol_database','unenrolaction','0'),(1676,'enrol_database','newcoursetable',''),(1677,'enrol_database','newcoursefullname','fullname'),(1678,'enrol_database','newcourseshortname','shortname'),(1679,'enrol_database','newcourseidnumber','idnumber'),(1680,'enrol_database','newcoursecategory',''),(1681,'enrol_database','defaultcategory','1'),(1682,'enrol_database','templatecourse',''),(1683,'enrol_flatfile','location',''),(1684,'enrol_flatfile','encoding','UTF-8'),(1685,'enrol_flatfile','mailstudents','0'),(1686,'enrol_flatfile','mailteachers','0'),(1687,'enrol_flatfile','mailadmins','0'),(1688,'enrol_flatfile','unenrolaction','3'),(1689,'enrol_flatfile','expiredaction','3'),(1690,'enrol_guest','requirepassword','0'),(1691,'enrol_guest','usepasswordpolicy','0'),(1692,'enrol_guest','showhint','0'),(1693,'enrol_guest','defaultenrol','1'),(1694,'enrol_guest','status','1'),(1695,'enrol_guest','status_adv',''),(1696,'enrol_imsenterprise','imsfilelocation',''),(1697,'enrol_imsenterprise','logtolocation',''),(1698,'enrol_imsenterprise','mailadmins','0'),(1699,'enrol_imsenterprise','createnewusers','0'),(1700,'enrol_imsenterprise','imsupdateusers','0'),(1701,'enrol_imsenterprise','imsdeleteusers','0'),(1702,'enrol_imsenterprise','fixcaseusernames','0'),(1703,'enrol_imsenterprise','fixcasepersonalnames','0'),(1704,'enrol_imsenterprise','imssourcedidfallback','0'),(1705,'enrol_imsenterprise','imsrolemap01','5'),(1706,'enrol_imsenterprise','imsrolemap02','3'),(1707,'enrol_imsenterprise','imsrolemap03','3'),(1708,'enrol_imsenterprise','imsrolemap04','5'),(1709,'enrol_imsenterprise','imsrolemap05','0'),(1710,'enrol_imsenterprise','imsrolemap06','4'),(1711,'enrol_imsenterprise','imsrolemap07','0'),(1712,'enrol_imsenterprise','imsrolemap08','4'),(1713,'enrol_imsenterprise','truncatecoursecodes','0'),(1714,'enrol_imsenterprise','createnewcourses','0'),(1715,'enrol_imsenterprise','updatecourses','0'),(1716,'enrol_imsenterprise','createnewcategories','0'),(1717,'enrol_imsenterprise','nestedcategories','0'),(1718,'enrol_imsenterprise','categoryidnumber','0'),(1719,'enrol_imsenterprise','categoryseparator',''),(1720,'enrol_imsenterprise','imsunenrol','0'),(1721,'enrol_imsenterprise','imscoursemapshortname','coursecode'),(1722,'enrol_imsenterprise','imscoursemapfullname','short'),(1723,'enrol_imsenterprise','imscoursemapsummary','ignore'),(1724,'enrol_imsenterprise','imsrestricttarget',''),(1725,'enrol_imsenterprise','imscapitafix','0'),(1726,'enrol_ldap','host_url',''),(1727,'enrol_ldap','start_tls','0'),(1728,'enrol_ldap','ldap_version','3'),(1729,'enrol_ldap','ldapencoding','utf-8'),(1730,'enrol_ldap','pagesize','250'),(1731,'enrol_ldap','bind_dn',''),(1732,'enrol_ldap','bind_pw',''),(1733,'enrol_ldap','course_search_sub','0'),(1734,'enrol_ldap','memberattribute_isdn','0'),(1735,'enrol_ldap','user_contexts',''),(1736,'enrol_ldap','user_search_sub','0'),(1737,'enrol_ldap','user_type','default'),(1738,'enrol_ldap','opt_deref','0'),(1739,'enrol_ldap','idnumber_attribute',''),(1740,'enrol_ldap','objectclass','(objectClass=*)'),(1741,'enrol_ldap','course_idnumber',''),(1742,'enrol_ldap','course_shortname',''),(1743,'enrol_ldap','course_fullname',''),(1744,'enrol_ldap','course_summary',''),(1745,'enrol_ldap','ignorehiddencourses','0'),(1746,'enrol_ldap','unenrolaction','0'),(1747,'enrol_ldap','autocreate','0'),(1748,'enrol_ldap','category','1'),(1749,'enrol_ldap','template',''),(1750,'enrol_ldap','course_shortname_updateonsync','0'),(1751,'enrol_ldap','course_fullname_updateonsync','0'),(1752,'enrol_ldap','course_summary_updateonsync','0'),(1753,'enrol_ldap','nested_groups','0'),(1754,'enrol_ldap','group_memberofattribute',''),(1755,'enrol_manual','expiredaction','1'),(1756,'enrol_manual','expirynotifyhour','6'),(1757,'enrol_manual','defaultenrol','1'),(1758,'enrol_manual','status','0'),(1759,'enrol_manual','roleid','5'),(1760,'enrol_manual','enrolstart','4'),(1761,'enrol_manual','enrolperiod','0'),(1762,'enrol_manual','expirynotify','0'),(1763,'enrol_manual','expirythreshold','86400'),(1764,'enrol_mnet','roleid','5'),(1765,'enrol_mnet','roleid_adv','1'),(1766,'enrol_paypal','paypalbusiness',''),(1767,'enrol_paypal','mailstudents','0'),(1768,'enrol_paypal','mailteachers','0'),(1769,'enrol_paypal','mailadmins','0'),(1770,'enrol_paypal','expiredaction','3'),(1771,'enrol_paypal','status','1'),(1772,'enrol_paypal','cost','0'),(1773,'enrol_paypal','currency','USD'),(1774,'enrol_paypal','roleid','5'),(1775,'enrol_paypal','enrolperiod','0'),(1776,'enrol_lti','emaildisplay','2'),(1777,'enrol_lti','city',''),(1778,'enrol_lti','country',''),(1779,'enrol_lti','timezone','99'),(1780,'enrol_lti','lang','en'),(1781,'enrol_lti','institution',''),(1782,'enrol_self','requirepassword','0'),(1783,'enrol_self','usepasswordpolicy','0'),(1784,'enrol_self','showhint','0'),(1785,'enrol_self','expiredaction','1'),(1786,'enrol_self','expirynotifyhour','6'),(1787,'enrol_self','defaultenrol','1'),(1788,'enrol_self','status','1'),(1789,'enrol_self','newenrols','1'),(1790,'enrol_self','groupkey','0'),(1791,'enrol_self','roleid','5'),(1792,'enrol_self','enrolperiod','0'),(1793,'enrol_self','expirynotify','0'),(1794,'enrol_self','expirythreshold','86400'),(1795,'enrol_self','longtimenosee','0'),(1796,'enrol_self','maxenrolled','0'),(1797,'enrol_self','sendcoursewelcomemessage','1'),(1798,'filter_urltolink','formats','0'),(1799,'filter_urltolink','embedimages','1'),(1800,'filter_emoticon','formats','1,4,0'),(1801,'filter_mathjaxloader','httpsurl','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),(1802,'filter_mathjaxloader','texfiltercompatibility','0'),(1803,'filter_mathjaxloader','mathjaxconfig','\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'),(1804,'filter_mathjaxloader','additionaldelimiters',''),(1805,'filter_tex','latexpreamble','\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),(1806,'filter_tex','latexbackground','#FFFFFF'),(1807,'filter_tex','density','120'),(1808,'filter_tex','pathlatex','/usr/bin/latex'),(1809,'filter_tex','pathdvips','/usr/bin/dvips'),(1810,'filter_tex','pathconvert','/usr/bin/convert'),(1811,'filter_tex','pathdvisvgm','/usr/bin/dvisvgm'),(1812,'filter_tex','pathmimetex',''),(1813,'filter_tex','convertformat','gif'),(1814,'logstore_database','dbdriver',''),(1815,'logstore_database','dbhost',''),(1816,'logstore_database','dbuser',''),(1817,'logstore_database','dbpass',''),(1818,'logstore_database','dbname',''),(1819,'logstore_database','dbtable',''),(1820,'logstore_database','dbpersist','0'),(1821,'logstore_database','dbsocket',''),(1822,'logstore_database','dbport',''),(1823,'logstore_database','dbschema',''),(1824,'logstore_database','dbcollation',''),(1825,'logstore_database','dbhandlesoptions','0'),(1826,'logstore_database','buffersize','50'),(1827,'logstore_database','logguests','0'),(1828,'logstore_database','includelevels','1,2,0'),(1829,'logstore_database','includeactions','c,r,u,d'),(1831,'logstore_standard','logguests','1'),(1832,'logstore_standard','loglifetime','0'),(1833,'logstore_standard','buffersize','50'),(1834,'media_videojs','videoextensions','html_video,.f4v,.flv'),(1835,'media_videojs','audioextensions','html_audio'),(1838,'media_videojs','youtube','1'),(1839,'media_videojs','videocssclass','video-js'),(1840,'media_videojs','audiocssclass','video-js'),(1841,'media_videojs','limitsize','1'),(1842,'qtype_multichoice','answerhowmany','1'),(1843,'qtype_multichoice','shuffleanswers','1'),(1844,'qtype_multichoice','answernumbering','abc'),(1845,'search_solr','server_hostname','127.0.0.1'),(1846,'search_solr','indexname',''),(1847,'search_solr','secure','0'),(1848,'search_solr','server_port','8983'),(1849,'search_solr','server_username',''),(1850,'search_solr','server_password',''),(1851,'search_solr','server_timeout','30'),(1852,'search_solr','ssl_cert',''),(1853,'search_solr','ssl_key',''),(1854,'search_solr','ssl_keypassword',''),(1855,'search_solr','ssl_cainfo',''),(1856,'search_solr','ssl_capath',''),(1857,'search_solr','fileindexing','1'),(1858,'search_solr','maxindexfilekb','2097152'),(1859,'editor_atto','toolbar','collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nmath = wiris\nother = html'),(1860,'editor_atto','autosavefrequency','60'),(1861,'atto_collapse','showgroups','5'),(1862,'atto_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n'),(1863,'atto_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n'),(1864,'atto_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n'),(1865,'atto_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n'),(1866,'atto_recordrtc','allowedtypes','both'),(1867,'atto_recordrtc','audiobitrate','128000'),(1868,'atto_recordrtc','videobitrate','2500000'),(1869,'atto_recordrtc','timelimit','120'),(1870,'atto_table','allowborders','0'),(1871,'atto_table','allowbackgroundcolour','0'),(1872,'atto_table','allowwidth','0'),(1879,'tool_mobile','apppolicy',''),(1880,'filter_wiris','version','2023100900'),(1881,'atto_wiris','version','2023100900'),(1884,'filter_wiris','editor_enable','1'),(1885,'filter_wiris','chem_editor_enable','1'),(1886,'filter_wiris','allow_editorplugin_active_course','0'),(1887,'filter_wiris','imageservicehost','www.wiris.net'),(1888,'filter_wiris','imageservicepath','/demo/editor/render'),(1889,'filter_wiris','imageserviceprotocol','https'),(1890,'filter_wiris','imageformat','svg'),(1891,'filter_wiris','pluginperformance','1'),(1892,'filter_wiris','editormodalwindowfullscreen','0'),(1893,'filter_wiris','access_provider_enabled','0'),(1894,'analytics','defaulttimesplittingsevaluation','\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),(1895,'core_admin','coursecolor1','#81ecec'),(1896,'core_admin','coursecolor2','#74b9ff'),(1897,'core_admin','coursecolor3','#a29bfe'),(1898,'core_admin','coursecolor4','#dfe6e9'),(1899,'core_admin','coursecolor5','#00b894'),(1900,'core_admin','coursecolor6','#0984e3'),(1901,'core_admin','coursecolor7','#b2bec3'),(1902,'core_admin','coursecolor8','#fdcb6e'),(1903,'core_admin','coursecolor9','#fd79a8'),(1904,'core_admin','coursecolor10','#6c5ce7'),(1935,'qtype_essaywiris','version','2023092200'),(1936,'qtype_matchwiris','version','2023092200'),(1937,'qtype_multianswerwiris','version','2023092200'),(1938,'qtype_multichoicewiris','version','2023092200'),(1939,'qtype_shortanswerwiris','version','2023092200'),(1940,'qtype_truefalsewiris','version','2023092200'),(1941,'qtype_wq','version','2023092202'),(1942,'mod_h5pactivity','version','2023100900'),(1943,'mod_lti','kid','1af5f6153d059b6fa892'),(1944,'mod_lti','privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDSekt6a+yN2ZB/\n1UfI4ijajjuyoXT2vF0cBFUopP3aMF99SeBjFwsXKs5MPI3+N2f/oo91lChBX+W1\nFMEROmPVWgq+KnUa/N9QnTp+FhKH5+E4h6NdTa2P4nZEaisljvPu93777YmdAaj6\nDgtdoelC6mKf0ZYEg0Y/aNuPBbGDiwplAzjam45MTL7J2m5R6OfHAMwexj0y3XKy\nwV9FiW1yVxDCDkW3bIWTbXGAiAV8wYu5vhmsKJjjbjn6xYQ9epL3xwXoCZaMzQuv\nubS3QEA8eGhbGY1ZRclTtIuor1hA5JEk2FXsTt+nBw0BzkU7QFTKROOQVccTP2zn\nJ//qqJ7XAgMBAAECggEAKHGJaVetl8AzjOy9o3MZqI1mGTf/Ep41QfnvJyU1BiT/\nZEK61C+MWQJHq8yC+FNLL4rcCBrU9WLo77eyNY5Duq5XnBzqbaojewkLQUkafHTp\nCQS/NmGDtT8tvI2uBsSGSOfTxbLqG3pDLvFd67r96HbDRrRuICXdbLfIYJ4WcxD+\nQ97b1Bn/43BtZ8BtLYjBxlraxPDsNGMCUq0Y+VpdNfMBzDOPwyNrdwyv5/PqXNzZ\nO/X5gilveuH2B4S+1vIJN/46raCXnRLWEJqiDwVOgQICC59jZQr7tlWjNR2tvL9a\nTk822pMZoj2arZfDP/+7gZFEqvaVLYil5dTSqBtW8QKBgQDxD3vXR9MP3xFPRLHE\nK8T5YUj2+OzWEi33B0fAi7T+ntsFRjJHDKLRQqHwTy00XOcyZaNmqKHywSbUZPNS\nVSUgAyXKIujjG7XXBA5SPez4STquujUx0afwZSCeqaCavG8EvsrVvlmaitWR/lSA\nx3yW2xlV9WLSrc75n6FHzdsAXwKBgQDfhZqT3hWZ3JD7cHe0SzipCInjGPeRWB4e\nOZW4smcnhtxtunwlPKScySNYmoTe5Dlx47kCk+bkfv1HrAEbP01/RjMzW1oLIGBY\nhYS/Hn0wMyTxeqUS4ufEiSaLygrhfZtHCzaaJMU6l95bnznBXfj5AObBf/e6o8+4\n77D+OlIUiQKBgQCwjESI8OOVlivZQFhpchz6/9MufjUGu53KdByK2kcezD1gaX7d\nJlYAqKptk69p0DjLYkEAKLUjU28a0yyZuh5MicGdf1/NJThSV3gdp5jsZsWBvoLD\nD+fNWmM/kMA9U5CDizCGxrhdRR0RpZFCF9gZrDGsEOHlpsIVdGHscsnYRQKBgDGX\nJrBfuVMliFUAos4xUiTObCkiROrOLgBurjUH/7LZTNZbZWetiKfwSBNEVO5OnCAU\ncduMjNFtCyx3kNdGuB7gqENgpR2K1VVOaiEs1oF3F18r4qvKA7mq5A5niPp2L5kX\nd8nDFq7lOsQBE4M/Ihm8hXWwunmCFnflVdNRhRxhAoGARsTieiEXRwxblN/8D6yd\nxGMH3F61soLOiTQu/Q0M4tQRxJtN3sED6IOlHjeaTGt8YHyAgeWQu3DY5sC4M3i5\nOk9o6rlW5oAUx89Tx1B/Plh7YOCUJQQuz5pedCRO7KNr13KQ4kvFwhcibLUkuMpM\nDLpjyQlLEX69uTGzWq0egLk=\n-----END PRIVATE KEY-----\n'),(1945,'customfield_checkbox','version','2023100900'),(1946,'customfield_date','version','2023100900'),(1947,'customfield_select','version','2023100900'),(1948,'customfield_text','version','2023100900'),(1949,'customfield_textarea','version','2023100900'),(1950,'enrol_fee','version','2023100900'),(1951,'block_recentlyaccessedcourses','version','2023100900'),(1953,'block_recentlyaccesseditems','version','2023100900'),(1954,'block_starredcourses','version','2023100900'),(1955,'block_timeline','version','2023100900'),(1957,'filter_displayh5p','version','2023100900'),(1959,'dataformat_pdf','version','2023100900'),(1960,'report_infectedfiles','version','2023100900'),(1961,'report_status','version','2023100900'),(1962,'repository_contentbank','version','2023100900'),(1964,'contentbank','enablecourseinstances','0'),(1965,'contentbank','enableuserinstances','0'),(1966,'repository_nextcloud','version','2023100900'),(1967,'tool_licensemanager','version','2023100900'),(1968,'tool_mobile','disabledfeatures',''),(1969,'tool_moodlenet','version','2023100900'),(1970,'contenttype_h5p','version','2023100900'),(1971,'theme_classic','version','2023100900'),(1972,'local_wirisquizzes','version','2023092200'),(1973,'h5plib_v124','version','2023100900'),(1974,'paygw_paypal','version','2023100900'),(1976,'forumreport_summary','version','2023100900'),(1977,'ltiservice_basicoutcomes','version','2023100900'),(1978,'quizaccess_seb','version','2023100900'),(1980,'atto_emojipicker','version','2023100900'),(1981,'atto_h5p','version','2023100900'),(1982,'logstore_database','jsonformat','0'),(1983,'logstore_standard','jsonformat','0'),(1984,'tool_dataprivacy','automaticdataexportapproval','0'),(1985,'tool_dataprivacy','automaticdatadeletionapproval','0'),(1986,'moodlecourse','downloadcontentsitedefault','0'),(1987,'backup','backup_general_files','1'),(1988,'backup','backup_general_files_locked',''),(1989,'backup','backup_general_contentbankcontent','1'),(1990,'backup','backup_general_contentbankcontent_locked',''),(1991,'backup','backup_general_legacyfiles','1'),(1992,'backup','backup_general_legacyfiles_locked',''),(1993,'backup','backup_import_contentbankcontent','1'),(1994,'backup','backup_import_contentbankcontent_locked',''),(1995,'backup','backup_import_legacyfiles','1'),(1996,'backup','backup_import_legacyfiles_locked',''),(1997,'backup','backup_auto_files','1'),(1998,'backup','backup_auto_contentbankcontent','1'),(1999,'backup','backup_auto_legacyfiles','1'),(2000,'restore','restore_general_contentbankcontent','1'),(2001,'restore','restore_general_contentbankcontent_locked',''),(2002,'restore','restore_general_legacyfiles','1'),(2003,'restore','restore_general_legacyfiles_locked',''),(2004,'backup','backup_async_message_users','0'),(2005,'backup','backup_async_message_subject','Moodle {operation} completed successfully'),(2006,'backup','backup_async_message','Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'),(2007,'analytics','modeinstruction',''),(2008,'analytics','percentonline','0'),(2009,'analytics','typeinstitution',''),(2010,'analytics','levelinstitution',''),(2011,'assign','submissionstatementteamsubmission','This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),(2012,'assign','submissionstatementteamsubmissionallsubmit','This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'),(2013,'assign','hidegrader','0'),(2014,'assign','hidegrader_adv',''),(2015,'assign','hidegrader_locked',''),(2016,'page','printlastmodified','1'),(2017,'quiz','quizpassword',''),(2018,'quiz','quizpassword_adv',''),(2019,'quiz','quizpassword_required',''),(2020,'quizaccess_seb','autoreconfigureseb','1'),(2021,'quizaccess_seb','showseblinks','seb,http'),(2022,'quizaccess_seb','downloadlink','https://safeexambrowser.org/download_en.html'),(2023,'quizaccess_seb','quizpasswordrequired','0'),(2024,'quizaccess_seb','displayblocksbeforestart','0'),(2025,'quizaccess_seb','displayblockswhenfinished','1'),(2026,'antivirus','notifyemail',''),(2027,'antivirus','enablequarantine','0'),(2028,'antivirus','quarantinetime','2419200'),(2029,'antivirus_clamav','tcpsockethost',''),(2030,'antivirus_clamav','tcpsocketport','3310'),(2031,'antivirus_clamav','tries','1'),(2032,'auth_cas','auth_name','CAS'),(2033,'auth_cas','auth_logo',''),(2034,'auth_shibboleth','auth_logo',''),(2035,'block_myoverview','displaycategories','1'),(2036,'block_myoverview','layouts','card,list,summary'),(2037,'block_myoverview','displaygroupingallincludinghidden','0'),(2038,'block_myoverview','displaygroupingall','1'),(2039,'block_myoverview','displaygroupinginprogress','1'),(2040,'block_myoverview','displaygroupingpast','1'),(2041,'block_myoverview','displaygroupingfuture','1'),(2042,'block_myoverview','displaygroupingcustomfield','0'),(2043,'block_myoverview','customfiltergrouping',''),(2044,'block_myoverview','displaygroupingfavourites','1'),(2045,'block_myoverview','displaygroupinghidden','1'),(2046,'block_recentlyaccessedcourses','displaycategories','1'),(2047,'block_starredcourses','displaycategories','1'),(2048,'enrol_fee','expiredaction','3'),(2049,'enrol_fee','status','1'),(2050,'enrol_fee','cost','0'),(2051,'enrol_fee','currency','USD'),(2052,'enrol_fee','roleid','5'),(2053,'enrol_fee','enrolperiod','0'),(2054,'filter_displayh5p','allowedsources',''),(2055,'mlbackend_python','useserver','0'),(2056,'mlbackend_python','host',''),(2057,'mlbackend_python','port','0'),(2058,'mlbackend_python','secure','0'),(2059,'mlbackend_python','username','default'),(2060,'mlbackend_python','password',''),(2061,'paygw_paypal','surcharge','0'),(2062,'qtype_wq','quizzesserviceurl','http://www.wiris.net/demo/quizzes'),(2063,'qtype_wq','quizzeseditorurl','http://www.wiris.net/demo/editor'),(2064,'qtype_wq','quizzeshandurl','http://www.wiris.net/demo/hand'),(2065,'qtype_wq','quizzeswirislauncherurl','http://stateful.wiris.net/demo/wiris'),(2066,'qtype_wq','quizzeswirisurl','http://www.wiris.net/demo/wiris'),(2067,'qtype_wq','access_provider_enabled','0'),(2068,'search_solr','alternateserver_hostname','127.0.0.1'),(2069,'search_solr','alternateindexname',''),(2070,'search_solr','alternatesecure','0'),(2071,'search_solr','alternateserver_port','8983'),(2072,'search_solr','alternateserver_username',''),(2073,'search_solr','alternateserver_password',''),(2074,'search_solr','alternatessl_cert',''),(2075,'search_solr','alternatessl_key',''),(2076,'search_solr','alternatessl_keypassword',''),(2077,'search_solr','alternatessl_cainfo',''),(2078,'search_solr','alternatessl_capath',''),(2079,'theme_classic','navbardark','0'),(2080,'theme_classic','preset','default.scss'),(2081,'theme_classic','presetfiles',''),(2082,'theme_classic','backgroundimage',''),(2083,'theme_classic','brandcolor',''),(2084,'theme_classic','scsspre',''),(2085,'theme_classic','scss',''),(2086,'tool_mobile','typeoflogin','1'),(2087,'tool_mobile','qrcodetype','1'),(2088,'tool_mobile','forcedurlscheme','moodlemobile'),(2089,'tool_mobile','minimumversion',''),(2090,'tool_mobile','enablesmartappbanners','0'),(2091,'tool_mobile','iosappid','633359593'),(2092,'tool_mobile','androidappid','com.moodle.moodlemobile'),(2093,'tool_mobile','setuplink','https://download.moodle.org/mobile'),(2094,'tool_mobile','forcelogout','0'),(2095,'tool_mobile','custommenuitems',''),(2096,'tool_mobile','filetypeexclusionlist',''),(2097,'tool_mobile','customlangstrings',''),(2098,'tool_moodlenet','enablemoodlenet','1'),(2099,'tool_moodlenet','defaultmoodlenetname','MoodleNet Central'),(2100,'tool_moodlenet','defaultmoodlenet','https://moodle.net'),(2101,'theme_boost','themerev','1696857246'),(2102,'block_accessreview','version','2023100900'),(2103,'profilefield_social','version','2023100900'),(2104,'tool_brickfield','version','2023100900'),(2106,'moodlecourse','showactivitydates','1'),(2107,'moodlecourse','showcompletionconditions','1'),(2108,'backup','backup_import_permissions','0'),(2109,'backup','backup_import_permissions_locked',''),(2110,'restore','restore_general_permissions','1'),(2111,'restore','restore_general_permissions_locked',''),(2112,'analytics','calclifetime','35'),(2113,'tool_brickfield','analysistype','0'),(2114,'tool_brickfield','deletehistoricaldata','1'),(2115,'tool_brickfield','batch','1000'),(2116,'tool_brickfield','perpage','50'),(2117,'block_accessreview','whattoshow','showboth'),(2118,'block_accessreview','errordisplay','showint'),(2119,'block_accessreview','toolpage','errors'),(2120,'block_section_links','showsectionname','0'),(2121,'message','airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2122,'message','email_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2123,'message','popup_provider_enrol_flatfile_flatfile_enrolment_locked','0'),(2124,'message','message_provider_enrol_flatfile_flatfile_enrolment_enabled','email'),(2125,'message','airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2126,'message','email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2127,'message','popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked','0'),(2128,'message','message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled','email'),(2129,'message','airnotifier_provider_enrol_manual_expiry_notification_locked','0'),(2130,'message','email_provider_enrol_manual_expiry_notification_locked','0'),(2131,'message','popup_provider_enrol_manual_expiry_notification_locked','0'),(2132,'message','message_provider_enrol_manual_expiry_notification_enabled','email'),(2133,'message','airnotifier_provider_enrol_paypal_paypal_enrolment_locked','0'),(2134,'message','email_provider_enrol_paypal_paypal_enrolment_locked','0'),(2135,'message','popup_provider_enrol_paypal_paypal_enrolment_locked','0'),(2136,'message','message_provider_enrol_paypal_paypal_enrolment_enabled','email'),(2137,'message','airnotifier_provider_enrol_self_expiry_notification_locked','0'),(2138,'message','email_provider_enrol_self_expiry_notification_locked','0'),(2139,'message','popup_provider_enrol_self_expiry_notification_locked','0'),(2140,'message','message_provider_enrol_self_expiry_notification_enabled','email'),(2141,'message','airnotifier_provider_mod_assign_assign_notification_locked','0'),(2142,'message','email_provider_mod_assign_assign_notification_locked','0'),(2143,'message','popup_provider_mod_assign_assign_notification_locked','0'),(2144,'message','message_provider_mod_assign_assign_notification_enabled','email'),(2149,'message','airnotifier_provider_mod_feedback_message_locked','0'),(2150,'message','email_provider_mod_feedback_message_locked','0'),(2151,'message','popup_provider_mod_feedback_message_locked','0'),(2152,'message','message_provider_mod_feedback_message_enabled','email'),(2153,'message','airnotifier_provider_mod_feedback_submission_locked','0'),(2154,'message','email_provider_mod_feedback_submission_locked','0'),(2155,'message','popup_provider_mod_feedback_submission_locked','0'),(2156,'message','message_provider_mod_feedback_submission_enabled','email'),(2157,'message','airnotifier_provider_mod_forum_digests_locked','0'),(2158,'message','email_provider_mod_forum_digests_locked','0'),(2159,'message','popup_provider_mod_forum_digests_locked','0'),(2160,'message','message_provider_mod_forum_digests_enabled','email'),(2161,'message','airnotifier_provider_mod_forum_posts_locked','0'),(2162,'message','email_provider_mod_forum_posts_locked','0'),(2163,'message','popup_provider_mod_forum_posts_locked','0'),(2164,'message','message_provider_mod_forum_posts_enabled','email'),(2165,'message','airnotifier_provider_mod_lesson_graded_essay_locked','0'),(2166,'message','email_provider_mod_lesson_graded_essay_locked','0'),(2167,'message','popup_provider_mod_lesson_graded_essay_locked','0'),(2168,'message','message_provider_mod_lesson_graded_essay_enabled','email'),(2169,'message','airnotifier_provider_mod_quiz_attempt_overdue_locked','0'),(2170,'message','email_provider_mod_quiz_attempt_overdue_locked','0'),(2171,'message','popup_provider_mod_quiz_attempt_overdue_locked','0'),(2172,'message','message_provider_mod_quiz_attempt_overdue_enabled','email'),(2173,'message','airnotifier_provider_mod_quiz_confirmation_locked','0'),(2174,'message','email_provider_mod_quiz_confirmation_locked','0'),(2175,'message','popup_provider_mod_quiz_confirmation_locked','0'),(2176,'message','message_provider_mod_quiz_confirmation_enabled','email'),(2177,'message','airnotifier_provider_mod_quiz_submission_locked','0'),(2178,'message','email_provider_mod_quiz_submission_locked','0'),(2179,'message','popup_provider_mod_quiz_submission_locked','0'),(2180,'message','message_provider_mod_quiz_submission_enabled','email'),(2181,'message','airnotifier_provider_moodle_asyncbackupnotification_locked','0'),(2182,'message','email_provider_moodle_asyncbackupnotification_locked','0'),(2183,'message','popup_provider_moodle_asyncbackupnotification_locked','0'),(2184,'message','message_provider_moodle_asyncbackupnotification_enabled','popup,email'),(2185,'message','airnotifier_provider_moodle_availableupdate_locked','0'),(2186,'message','email_provider_moodle_availableupdate_locked','0'),(2187,'message','popup_provider_moodle_availableupdate_locked','0'),(2188,'message','message_provider_moodle_availableupdate_enabled','email'),(2189,'message','airnotifier_provider_moodle_backup_locked','0'),(2190,'message','email_provider_moodle_backup_locked','0'),(2191,'message','popup_provider_moodle_backup_locked','0'),(2192,'message','message_provider_moodle_backup_enabled','email'),(2193,'message','airnotifier_provider_moodle_badgecreatornotice_locked','0'),(2194,'message','email_provider_moodle_badgecreatornotice_locked','0'),(2195,'message','popup_provider_moodle_badgecreatornotice_locked','0'),(2196,'message','message_provider_moodle_badgecreatornotice_enabled','email'),(2197,'message','airnotifier_provider_moodle_badgerecipientnotice_locked','0'),(2198,'message','email_provider_moodle_badgerecipientnotice_locked','0'),(2199,'message','popup_provider_moodle_badgerecipientnotice_locked','0'),(2200,'message','message_provider_moodle_badgerecipientnotice_enabled','popup,email'),(2201,'message','airnotifier_provider_moodle_competencyplancomment_locked','0'),(2202,'message','email_provider_moodle_competencyplancomment_locked','0'),(2203,'message','popup_provider_moodle_competencyplancomment_locked','0'),(2204,'message','message_provider_moodle_competencyplancomment_enabled','email'),(2205,'message','airnotifier_provider_moodle_competencyusercompcomment_locked','0'),(2206,'message','email_provider_moodle_competencyusercompcomment_locked','0'),(2207,'message','popup_provider_moodle_competencyusercompcomment_locked','0'),(2208,'message','message_provider_moodle_competencyusercompcomment_enabled','email'),(2209,'message','airnotifier_provider_moodle_coursecompleted_locked','0'),(2210,'message','email_provider_moodle_coursecompleted_locked','0'),(2211,'message','popup_provider_moodle_coursecompleted_locked','0'),(2212,'message','message_provider_moodle_coursecompleted_enabled','email'),(2213,'message','airnotifier_provider_moodle_courserequestapproved_locked','0'),(2214,'message','email_provider_moodle_courserequestapproved_locked','0'),(2215,'message','popup_provider_moodle_courserequestapproved_locked','0'),(2216,'message','message_provider_moodle_courserequestapproved_enabled','email'),(2217,'message','airnotifier_provider_moodle_courserequested_locked','0'),(2218,'message','email_provider_moodle_courserequested_locked','0'),(2219,'message','popup_provider_moodle_courserequested_locked','0'),(2220,'message','message_provider_moodle_courserequested_enabled','email'),(2221,'message','airnotifier_provider_moodle_courserequestrejected_locked','0'),(2222,'message','email_provider_moodle_courserequestrejected_locked','0'),(2223,'message','popup_provider_moodle_courserequestrejected_locked','0'),(2224,'message','message_provider_moodle_courserequestrejected_enabled','email'),(2225,'message','airnotifier_provider_moodle_errors_locked','0'),(2226,'message','email_provider_moodle_errors_locked','0'),(2227,'message','popup_provider_moodle_errors_locked','0'),(2228,'message','message_provider_moodle_errors_enabled','email'),(2229,'message','airnotifier_provider_moodle_gradenotifications_locked','0'),(2230,'message','email_provider_moodle_gradenotifications_locked','0'),(2231,'message','popup_provider_moodle_gradenotifications_locked','0'),(2232,'message','message_provider_moodle_gradenotifications_enabled','popup,email'),(2233,'message','airnotifier_provider_moodle_infected_locked','0'),(2234,'message','email_provider_moodle_infected_locked','0'),(2235,'message','popup_provider_moodle_infected_locked','0'),(2236,'message','message_provider_moodle_infected_enabled','email'),(2237,'message','airnotifier_provider_moodle_insights_locked','0'),(2238,'message','email_provider_moodle_insights_locked','0'),(2239,'message','popup_provider_moodle_insights_locked','0'),(2240,'message','message_provider_moodle_insights_enabled','email'),(2241,'message','airnotifier_provider_moodle_instantmessage_locked','0'),(2242,'message','email_provider_moodle_instantmessage_locked','0'),(2243,'message','popup_provider_moodle_instantmessage_locked','0'),(2244,'message','message_provider_moodle_instantmessage_enabled','popup,email'),(2245,'message','airnotifier_provider_moodle_messagecontactrequests_locked','0'),(2246,'message','email_provider_moodle_messagecontactrequests_locked','0'),(2247,'message','popup_provider_moodle_messagecontactrequests_locked','0'),(2248,'message','message_provider_moodle_messagecontactrequests_enabled','airnotifier,,email'),(2249,'message','airnotifier_provider_moodle_notices_locked','0'),(2250,'message','email_provider_moodle_notices_locked','0'),(2251,'message','popup_provider_moodle_notices_locked','0'),(2252,'message','message_provider_moodle_notices_enabled','email'),(2253,'message','airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2254,'message','email_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2255,'message','popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked','0'),(2256,'message','message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled','email,popup'),(2257,'message','airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2258,'message','email_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2259,'message','popup_provider_tool_dataprivacy_datarequestprocessingresults_locked','0'),(2260,'message','message_provider_tool_dataprivacy_datarequestprocessingresults_enabled','email,popup'),(2261,'message','airnotifier_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2262,'message','email_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2263,'message','popup_provider_tool_dataprivacy_notifyexceptions_locked','0'),(2264,'message','message_provider_tool_dataprivacy_notifyexceptions_enabled','email'),(2265,'message','airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2266,'message','email_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2267,'message','popup_provider_tool_messageinbound_invalidrecipienthandler_locked','0'),(2268,'message','message_provider_tool_messageinbound_invalidrecipienthandler_enabled','email'),(2269,'message','airnotifier_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2270,'message','email_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2271,'message','popup_provider_tool_messageinbound_messageprocessingerror_locked','0'),(2272,'message','message_provider_tool_messageinbound_messageprocessingerror_enabled','email'),(2273,'message','airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2274,'message','email_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2275,'message','popup_provider_tool_messageinbound_messageprocessingsuccess_locked','0'),(2276,'message','message_provider_tool_messageinbound_messageprocessingsuccess_enabled','email'),(2277,'message','airnotifier_provider_tool_monitor_notification_locked','0'),(2278,'message','email_provider_tool_monitor_notification_locked','0'),(2279,'message','popup_provider_tool_monitor_notification_locked','0'),(2280,'message','message_provider_tool_monitor_notification_enabled','email'),(2281,'message','airnotifier_provider_moodle_newlogin_locked','0'),(2282,'message','email_provider_moodle_newlogin_locked','0'),(2283,'message','popup_provider_moodle_newlogin_locked','0'),(2284,'message','message_provider_moodle_newlogin_enabled','airnotifier,email'),(2285,'message','airnotifier_provider_moodle_coursecontentupdated_locked','0'),(2286,'message','email_provider_moodle_coursecontentupdated_locked','0'),(2287,'message','popup_provider_moodle_coursecontentupdated_locked','0'),(2288,'message','message_provider_moodle_coursecontentupdated_enabled','airnotifier,email,popup'),(2289,'message','airnotifier_provider_moodle_reportbuilderschedule_locked','0'),(2290,'message','email_provider_moodle_reportbuilderschedule_locked','1'),(2291,'message','popup_provider_moodle_reportbuilderschedule_locked','0'),(2292,'message','message_provider_moodle_reportbuilderschedule_enabled','email'),(2293,'mod_bigbluebuttonbn','version','2023100900'),(2295,'message','airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2296,'message','email_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2297,'message','popup_provider_mod_bigbluebuttonbn_recording_ready_locked','0'),(2298,'message','message_provider_mod_bigbluebuttonbn_recording_ready_enabled','email'),(2299,'message','airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2300,'message','email_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2301,'message','popup_provider_mod_bigbluebuttonbn_instance_updated_locked','0'),(2302,'message','message_provider_mod_bigbluebuttonbn_instance_updated_enabled','email'),(2303,'message','airnotifier_provider_mod_quiz_attempt_grading_complete_locked','0'),(2304,'message','email_provider_mod_quiz_attempt_grading_complete_locked','0'),(2305,'message','popup_provider_mod_quiz_attempt_grading_complete_locked','0'),(2306,'message','message_provider_mod_quiz_attempt_grading_complete_enabled','airnotifier,email'),(2307,'enrol_lti','lti_13_kid','4d80aa93efd791accdf4'),(2308,'enrol_lti','lti_13_privatekey','-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCyrvHJ38z4czkW\nblEWTLAUGM+ct+jTBlUg5hEcUVjaZLvu5mL065F9oUEUcvGm2KPq/ZOaKQ59q8Rm\nrHWZJhkEjwHQkVhKJQxHEqfuE5VUJysAO5OacAWGrxMp3e/YpiU24H5Dc5VzQ5BB\nuU0B6h1kxMuVaMrA5Qt+2KAH+NGfNbnnhKqurJEkhnHmh2OlMlz0uo8PxcA2EAvV\nmLFAUuPXrfuNnJ1RMEfexB4wFRMJteQqGoX6/SFBb2Cn7B9A2XbJTWt4o3l/CF6F\nPFDCmeXZicQcmp0adh7y5B7GsIZqm2zaH0yAs0f9jgKjkABGwlPbZd3Ij63S8n+u\nqWhM9tUrAgMBAAECggEADobKgW8AavJzIa+2R+nUJs4dktAgzYcmRJZvra2vW5H0\n9WclhGPiYCRL9i2iF75lFSWoalAMLYtZXD+JD/pY7lXx/9LRKrX4WY7auDA/Y6gL\nhulRBq00xc5V8IFqjmJzhBKcMT+kVsqXX8CA0jcGTLrzEiKC2UvFs3pJCFziLd89\nfPIj1Kep2CQ2mzdyQZcwYxF9cm+yDiFfkW0CCm8CyHb78QSm+v28P+AB0Bbz5p/V\nsv3BenZf0+9a6DzREQOU/jNM2TvJOEjiG+RAdceq4q4BD4/Ec813PnTHNNOwsutd\njt0C5kMmRQ3f1Fzg+ogW+Wwrnc7tBUEk6AOAQOzTAQKBgQDgcitM6d47MglhKuq0\nm4/CSdAfypV1vKewEAv5Tep2hUk9PcYFu9S0f2bzYBsv5APps+lW5I4JxsOcoYvK\nwrk6rfL/QkhaxEiHYeSR+/bUFHI93DnzCYlfNu3pmcJ4FnHJwCxk2Lbz/cJ00Nke\no6k8+W+snBdDxPMSMaw4z2kZQwKBgQDLzcZ+f9VTpnlIHJIK2w4jBAC0RVNwP5XT\nkKtNf8+TZq5VX/QwleZf+tXIZ8VrVfK7SXACGqtUfD9sygqMt49q6oW2LkDdMEUb\nVD0De60IDCkGwLjhPvVxhAhi1xKw/Xsaia5mWIMHfzYtnpikjF40yr9eDTaMcstu\nlfRU8owB+QKBgQDd4mBGMCmfka7OHZRcKjGrnDchRrAM7g1EtAhyVQHGW6v03B3o\nyzDTo+OOFGOsK5lmr5KtcVOt/I6jSN0e/PQLO64vhUJsYQFmvXMuks4ICZKK7y1m\nw/XHaFE5D+W9vEqPbek1ZT0w5pwXyePrM1Z6zgkFtmYVfB3kzbB5lSpMawKBgQCQ\n+TjYpWB/l60wYbp1ZGvC9sb1dVcsQt72VzOz9lYXWXRroM0YfpkY71qBq2egucvn\n9A5sQMJdX+DSJ0qn3K91c4xYEsDrVrnh/eNFBgYI8nWAqzkYaWu5Kx24CZvvMPEP\n6J6ZiR70B0bn3qhgbMVaslq8sZN7BvG1IZBjmQGFKQKBgDw/qsEMGKqSovpXNzew\nQNx/VrZmzsyIz/qH+V0HPyTNteeSLv09jlLOvi+8jFWqkd9a995U/TjTEl9ier1M\n9CIA7ruHkQi7p79WEzBkTibE3dxVVIoqhThFEUvTR6YkO/ZD3aCglMna2PXAzQwr\nwyPD+caN4ztR1N0NaMNxZR2l\n-----END PRIVATE KEY-----\n'),(2309,'qbank_bulkmove','version','2023100900'),(2310,'qbank_columnsortorder','version','2023100900'),(2311,'qbank_comment','version','2023100900'),(2312,'qbank_customfields','version','2023100900'),(2313,'qbank_deletequestion','version','2023100900'),(2314,'qbank_editquestion','version','2023100900'),(2315,'qbank_exportquestions','version','2023100900'),(2316,'qbank_exporttoxml','version','2023100900'),(2317,'qbank_history','version','2023100900'),(2318,'qbank_importquestions','version','2023100900'),(2319,'qbank_managecategories','version','2023100900'),(2320,'qbank_previewquestion','version','2023100900'),(2321,'qbank_statistics','version','2023100900'),(2322,'qbank_tagquestion','version','2023100900'),(2323,'qbank_usage','version','2023100900'),(2324,'qbank_viewcreator','version','2023100900'),(2325,'qbank_viewquestionname','version','2023100900'),(2326,'qbank_viewquestiontext','version','2023100900'),(2327,'qbank_viewquestiontype','version','2023100900'),(2328,'tool_admin_presets','version','2023100900'),(2329,'tool_componentlibrary','version','2023100900'),(2330,'moodlecourse','participantsperpage','20'),(2331,'assign','enabletimelimit','0'),(2332,'mod_bigbluebuttonbn','presentationdefault',''),(2333,'quiz','notifyattemptgradeddelay','18000'),(2334,'antivirus','notifylevel','2'),(2335,'antivirus','threshold','1200'),(2336,'cachestore_redis','test_ttl','0'),(2337,'filter_wiris','rendertype','php'),(2338,'qtype_wq','filtercodes_compatibility','0'),(2339,'qtype_wq','debug_mode_enabled','0'),(2340,'atto_recordrtc','audiotimelimit','120'),(2341,'atto_recordrtc','videotimelimit','120'),(2342,'adminpresets','sensiblesettings','recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none'),(2343,'theme_boost','unaddableblocks','navigation,settings,course_list,section_links'),(2344,'theme_boost','loginbackgroundimage',''),(2345,'theme_classic','unaddableblocks',''),(2346,'theme_classic','loginbackgroundimage',''),(2347,'tool_mobile','qrkeyttl','600'),(2348,'tool_mobile','autologinmintimebetweenreq','360'),(2349,'editor_tiny','version','2023100900'),(2351,'format_topics','indentation','0'),(2352,'format_weeks','indentation','0'),(2353,'gradereport_summary','version','2023100900'),(2354,'datapreset_journal','version','2023100900'),(2355,'datapreset_proposals','version','2023100900'),(2356,'datapreset_resources','version','2023100900'),(2357,'tiny_accessibilitychecker','version','2023100900'),(2358,'tiny_autosave','version','2023100900'),(2359,'tiny_equation','version','2023100900'),(2360,'tiny_h5p','version','2023100900'),(2361,'tiny_link','version','2023100900'),(2362,'tiny_media','version','2023100900'),(2363,'tiny_recordrtc','version','2023100900'),(2364,'tiny_wiris','version','2023100900'),(2365,'backup','backup_general_xapistate','1'),(2366,'backup','backup_general_xapistate_locked',''),(2367,'backup','backup_auto_xapistate','1'),(2368,'restore','restore_general_xapistate','1'),(2369,'restore','restore_general_xapistate_locked',''),(2370,'message_airnotifier','encryptnotifications','0'),(2371,'message_airnotifier','encryptprocessing','0'),(2372,'mod_h5pactivity','enablesavestate','1'),(2373,'mod_h5pactivity','savestatefreq','60'),(2374,'enrol_imsenterprise','unenrolaction','0'),(2375,'qtype_multichoice','showstandardinstruction','0'),(2376,'editor_tiny','branding','1'),(2377,'tiny_equation','librarygroup1','\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n'),(2378,'tiny_equation','librarygroup2','\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n'),(2379,'tiny_equation','librarygroup3','\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n'),(2380,'tiny_equation','librarygroup4','\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n'),(2381,'tiny_recordrtc','allowedtypes','both'),(2382,'tiny_recordrtc','audiobitrate','128000'),(2383,'tiny_recordrtc','videobitrate','2500000'),(2384,'tiny_recordrtc','audiotimelimit','120'),(2385,'tiny_recordrtc','videotimelimit','120'),(2386,'core_admin','favicon',''),(2387,'tool_mobile','qrsameipcheck','1'),(2388,'communication_customlink','version','2023100900'),(2389,'communication_matrix','version','2023100900'),(2390,'filter_codehighlighter','version','2023100900'),(2391,'tool_mfa','version','2023100900'),(2392,'tiny_html','version','2023100900'),(2393,'tiny_noautolink','version','2023100900'),(2395,'tiny_noautolink','disabled','1'),(2396,'tiny_premium','version','2023100900'),(2397,'factor_admin','version','2023100900'),(2398,'factor_auth','version','2023100900'),(2399,'factor_capability','version','2023100900'),(2400,'factor_cohort','version','2023100900'),(2401,'factor_email','version','2023100900'),(2402,'factor_grace','version','2023100900'),(2403,'factor_iprange','version','2023100900'),(2404,'factor_nosetup','version','2023100900'),(2405,'factor_role','version','2023100900'),(2406,'factor_token','version','2023100900'),(2407,'factor_totp','version','2023100900'),(2408,'factor_webauthn','version','2023100900'),(2409,'tool_dataprivacy','allowfiltering','0'),(2410,'moodlecourse','coursecommunicationprovider','none'),(2411,'quiz','reviewmaxmarks','69904'),(2412,'quiz_statistics','getstatslocktimeout','900'),(2413,'tool_mfa','enabled','0'),(2414,'tool_mfa','lockout','10'),(2415,'tool_mfa','debugmode','0'),(2416,'tool_mfa','redir_exclusions',''),(2417,'tool_mfa','guidance','0'),(2418,'tool_mfa','guidancecontent',''),(2419,'tool_mfa','guidancefiles',''),(2420,'factor_admin','enabled','0'),(2421,'factor_admin','weight','100'),(2422,'factor_auth','enabled','0'),(2423,'factor_auth','weight','100'),(2424,'factor_auth','goodauth',''),(2425,'factor_capability','enabled','0'),(2426,'factor_capability','weight','100'),(2427,'factor_capability','adminpasses','1'),(2428,'factor_cohort','enabled','0'),(2429,'factor_cohort','weight','100'),(2430,'factor_email','enabled','0'),(2431,'factor_email','weight','100'),(2432,'factor_email','duration','1800'),(2433,'factor_email','suspend','0'),(2434,'factor_grace','enabled','0'),(2435,'factor_grace','weight','100'),(2436,'factor_grace','forcesetup','0'),(2437,'factor_grace','graceperiod','604800'),(2438,'factor_grace','ignorelist',''),(2439,'factor_grace','customwarning',''),(2440,'factor_iprange','enabled','0'),(2441,'factor_iprange','weight','100'),(2442,'factor_iprange','safeips',''),(2443,'factor_nosetup','enabled','0'),(2444,'factor_nosetup','weight','100'),(2445,'factor_role','enabled','0'),(2446,'factor_role','weight','100'),(2447,'factor_role','roles','admin'),(2448,'factor_token','enabled','0'),(2449,'factor_token','weight','100'),(2450,'factor_token','expiry','86400'),(2451,'factor_token','expireovernight','1'),(2452,'factor_totp','enabled','0'),(2453,'factor_totp','weight','100'),(2454,'factor_totp','window','30'),(2455,'factor_totp','totplink','1'),(2456,'factor_webauthn','enabled','0'),(2457,'factor_webauthn','weight','100'),(2458,'factor_webauthn','authenticatortypes','usb,nfc,ble,hybrid,internal'),(2459,'factor_webauthn','userverification','preferred'),(2460,'cachestore_redis','test_encryption','0'),(2461,'cachestore_redis','test_cafile',''),(2462,'media_vimeo','donottrack','0'),(2463,'media_youtube','nocookie','0'),(2464,'tiny_premium','apikey',''),(2465,'tool_mobile','autologout','0'),(2466,'tool_mobile','autologouttime','86400'); +/*!40000 ALTER TABLE `m_config_plugins` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_contentbank_content` +-- + +DROP TABLE IF EXISTS `m_contentbank_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_contentbank_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenttype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `visibility` tinyint(1) NOT NULL DEFAULT '1', + `instanceid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `usercreated` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_contcont_nam_ix` (`name`), + KEY `m_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`), + KEY `m_contcont_con_ix` (`contextid`), + KEY `m_contcont_use_ix` (`usermodified`), + KEY `m_contcont_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_contentbank_content` +-- + +LOCK TABLES `m_contentbank_content` WRITE; +/*!40000 ALTER TABLE `m_contentbank_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_contentbank_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context` +-- + +DROP TABLE IF EXISTS `m_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `depth` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_cont_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_cont_ins_ix` (`instanceid`), + KEY `m_cont_pat_ix` (`path`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='one of these must be set'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context` +-- + +LOCK TABLES `m_context` WRITE; +/*!40000 ALTER TABLE `m_context` DISABLE KEYS */; +INSERT INTO `m_context` VALUES (1,10,0,'/1',1,0),(2,50,1,'/1/2',2,0),(3,40,1,'/1/3',2,0),(4,30,1,'/1/4',2,0),(5,30,2,'/1/5',2,0),(6,80,1,'/1/6',2,0),(7,80,2,'/1/7',2,0),(8,80,3,'/1/8',2,0),(9,80,4,'/1/9',2,0),(10,80,5,'/1/10',2,0),(11,80,6,'/1/11',2,0),(12,80,7,'/1/12',2,0),(14,80,9,'/1/5/14',3,0),(15,80,10,'/1/5/15',3,0),(16,80,11,'/1/5/16',3,0),(17,80,12,'/1/5/17',3,0),(18,80,13,'/1/5/18',3,0),(19,80,14,'/1/5/19',3,0),(21,50,2,'/1/3/21',3,0),(22,30,3,'/1/22',2,0),(23,30,4,'/1/23',2,0),(24,70,1,'/1/3/21/24',4,0),(25,80,16,'/1/25',2,0),(26,80,18,'/1/26',2,0),(27,80,17,'/1/5/27',3,0),(28,80,19,'/1/5/28',3,0),(29,80,20,'/1/29',2,0),(30,80,21,'/1/5/30',3,0); +/*!40000 ALTER TABLE `m_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_context_temp` +-- + +DROP TABLE IF EXISTS `m_context_temp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_context_temp` ( + `id` bigint NOT NULL, + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `depth` tinyint NOT NULL, + `locked` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by build_context_path() in upgrade and cron to keep con'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_context_temp` +-- + +LOCK TABLES `m_context_temp` WRITE; +/*!40000 ALTER TABLE `m_context_temp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_context_temp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course` +-- + +DROP TABLE IF EXISTS `m_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'topics', + `showgrades` tinyint NOT NULL DEFAULT '1', + `newsitems` mediumint NOT NULL DEFAULT '1', + `startdate` bigint NOT NULL DEFAULT '0', + `enddate` bigint NOT NULL DEFAULT '0', + `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', + `marker` bigint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `showreports` smallint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `downloadcontent` tinyint(1) DEFAULT NULL, + `groupmode` smallint NOT NULL DEFAULT '0', + `groupmodeforce` smallint NOT NULL DEFAULT '0', + `defaultgroupingid` bigint NOT NULL DEFAULT '0', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `requested` tinyint(1) NOT NULL DEFAULT '0', + `enablecompletion` tinyint(1) NOT NULL DEFAULT '0', + `completionnotify` tinyint(1) NOT NULL DEFAULT '0', + `cacherev` bigint NOT NULL DEFAULT '0', + `originalcourseid` bigint DEFAULT NULL, + `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', + `showcompletionconditions` tinyint(1) DEFAULT NULL, + `pdfexportfont` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_cour_cat_ix` (`category`), + KEY `m_cour_idn_ix` (`idnumber`), + KEY `m_cour_sho_ix` (`shortname`), + KEY `m_cour_sor_ix` (`sortorder`), + KEY `m_cour_ori_ix` (`originalcourseid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Central course table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course` +-- + +LOCK TABLES `m_course` WRITE; +/*!40000 ALTER TABLE `m_course` DISABLE KEYS */; +INSERT INTO `m_course` VALUES (1,0,1,'Test site','testsite','','',0,'site',1,3,0,0,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566467669,1566468807,0,0,0,1696857236,NULL,0,NULL,NULL),(2,1,10001,'Test course','C1','','',1,'topics',1,5,1566514800,1598050800,0,0,0,0,0,1,1,NULL,0,0,0,'','','',1566468838,1566468838,0,1,0,1696857236,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_categories` +-- + +DROP TABLE IF EXISTS `m_course_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `coursecount` bigint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcate_par_ix` (`parent`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_categories` +-- + +LOCK TABLES `m_course_categories` WRITE; +/*!40000 ALTER TABLE `m_course_categories` DISABLE KEYS */; +INSERT INTO `m_course_categories` VALUES (1,'Miscellaneous',NULL,NULL,1,0,10000,1,1,1,1566467669,1,'/1',NULL); +/*!40000 ALTER TABLE `m_course_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_aggr_methd` +-- + +DROP TABLE IF EXISTS `m_course_completion_aggr_methd`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_aggr_methd` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint DEFAULT NULL, + `method` tinyint(1) NOT NULL DEFAULT '0', + `value` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompaggrmeth_coucri_uix` (`course`,`criteriatype`), + KEY `m_courcompaggrmeth_cou_ix` (`course`), + KEY `m_courcompaggrmeth_cri_ix` (`criteriatype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion aggregation methods for criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_aggr_methd` +-- + +LOCK TABLES `m_course_completion_aggr_methd` WRITE; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_aggr_methd` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_crit_compl` +-- + +DROP TABLE IF EXISTS `m_course_completion_crit_compl`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_crit_compl` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `criteriaid` bigint NOT NULL DEFAULT '0', + `gradefinal` decimal(10,5) DEFAULT NULL, + `unenroled` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompcritcomp_usecouc_uix` (`userid`,`course`,`criteriaid`), + KEY `m_courcompcritcomp_use_ix` (`userid`), + KEY `m_courcompcritcomp_cou_ix` (`course`), + KEY `m_courcompcritcomp_cri_ix` (`criteriaid`), + KEY `m_courcompcritcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion user records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_crit_compl` +-- + +LOCK TABLES `m_course_completion_crit_compl` WRITE; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_crit_compl` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_criteria` +-- + +DROP TABLE IF EXISTS `m_course_completion_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `criteriatype` bigint NOT NULL DEFAULT '0', + `module` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moduleinstance` bigint DEFAULT NULL, + `courseinstance` bigint DEFAULT NULL, + `enrolperiod` bigint DEFAULT NULL, + `timeend` bigint DEFAULT NULL, + `gradepass` decimal(10,5) DEFAULT NULL, + `role` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courcompcrit_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion criteria'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_criteria` +-- + +LOCK TABLES `m_course_completion_criteria` WRITE; +/*!40000 ALTER TABLE `m_course_completion_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completion_defaults` +-- + +DROP TABLE IF EXISTS `m_course_completion_defaults`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completion_defaults` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `module` bigint NOT NULL, + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionusegrade` tinyint(1) NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `customrules` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcompdefa_coumod_uix` (`course`,`module`), + KEY `m_courcompdefa_mod_ix` (`module`), + KEY `m_courcompdefa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default settings for activities completion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completion_defaults` +-- + +LOCK TABLES `m_course_completion_defaults` WRITE; +/*!40000 ALTER TABLE `m_course_completion_defaults` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completion_defaults` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_completions` +-- + +DROP TABLE IF EXISTS `m_course_completions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_completions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `course` bigint NOT NULL DEFAULT '0', + `timeenrolled` bigint NOT NULL DEFAULT '0', + `timestarted` bigint NOT NULL DEFAULT '0', + `timecompleted` bigint DEFAULT NULL, + `reaggregate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_courcomp_usecou_uix` (`userid`,`course`), + KEY `m_courcomp_use_ix` (`userid`), + KEY `m_courcomp_cou_ix` (`course`), + KEY `m_courcomp_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Course completion records'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_completions` +-- + +LOCK TABLES `m_course_completions` WRITE; +/*!40000 ALTER TABLE `m_course_completions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_completions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_format_options` +-- + +DROP TABLE IF EXISTS `m_course_format_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_format_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `format` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sectionid` bigint NOT NULL DEFAULT '0', + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courformopti_couforsecna_uix` (`courseid`,`format`,`sectionid`,`name`), + KEY `m_courformopti_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores format-specific options for the course or course sect'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_format_options` +-- + +LOCK TABLES `m_course_format_options` WRITE; +/*!40000 ALTER TABLE `m_course_format_options` DISABLE KEYS */; +INSERT INTO `m_course_format_options` VALUES (1,1,'site',0,'numsections','1'),(2,2,'topics',0,'hiddensections','0'),(3,2,'topics',0,'coursedisplay','0'); +/*!40000 ALTER TABLE `m_course_format_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules` +-- + +DROP TABLE IF EXISTS `m_course_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `module` bigint NOT NULL DEFAULT '0', + `instance` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `added` bigint NOT NULL DEFAULT '0', + `score` smallint NOT NULL DEFAULT '0', + `indent` mediumint NOT NULL DEFAULT '0', + `visible` tinyint(1) NOT NULL DEFAULT '1', + `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT '1', + `visibleold` tinyint(1) NOT NULL DEFAULT '1', + `groupmode` smallint NOT NULL DEFAULT '0', + `groupingid` bigint NOT NULL DEFAULT '0', + `completion` tinyint(1) NOT NULL DEFAULT '0', + `completiongradeitemnumber` bigint DEFAULT NULL, + `completionview` tinyint(1) NOT NULL DEFAULT '0', + `completionexpected` bigint NOT NULL DEFAULT '0', + `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', + `showdescription` tinyint(1) NOT NULL DEFAULT '0', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', + `downloadcontent` tinyint(1) DEFAULT '1', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courmodu_vis_ix` (`visible`), + KEY `m_courmodu_cou_ix` (`course`), + KEY `m_courmodu_mod_ix` (`module`), + KEY `m_courmodu_ins_ix` (`instance`), + KEY `m_courmodu_idncou_ix` (`idnumber`,`course`), + KEY `m_courmodu_gro_ix` (`groupingid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course_modules table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules` +-- + +LOCK TABLES `m_course_modules` WRITE; +/*!40000 ALTER TABLE `m_course_modules` DISABLE KEYS */; +INSERT INTO `m_course_modules` VALUES (1,2,9,1,1,NULL,1566468838,0,0,1,1,1,0,0,0,NULL,0,0,0,0,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_course_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_completion` +-- + +DROP TABLE IF EXISTS `m_course_modules_completion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_completion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `completionstate` tinyint(1) NOT NULL, + `overrideby` bigint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoducomp_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the completion state (completed or not completed, etc'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_completion` +-- + +LOCK TABLES `m_course_modules_completion` WRITE; +/*!40000 ALTER TABLE `m_course_modules_completion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_completion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_modules_viewed` +-- + +DROP TABLE IF EXISTS `m_course_modules_viewed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_modules_viewed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `coursemoduleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_courmoduview_usecou_uix` (`userid`,`coursemoduleid`), + KEY `m_courmoduview_cou_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_modules_viewed` +-- + +LOCK TABLES `m_course_modules_viewed` WRITE; +/*!40000 ALTER TABLE `m_course_modules_viewed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_modules_viewed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_published` +-- + +DROP TABLE IF EXISTS `m_course_published`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_published` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `courseid` bigint NOT NULL, + `timepublished` bigint NOT NULL, + `enrollable` tinyint(1) NOT NULL DEFAULT '1', + `hubcourseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT '0', + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_courpubl_cou_ix` (`courseid`), + KEY `m_courpubl_hub_ix` (`hubcourseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about how and when an local courses were publish'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_published` +-- + +LOCK TABLES `m_course_published` WRITE; +/*!40000 ALTER TABLE `m_course_published` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_published` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_request` +-- + +DROP TABLE IF EXISTS `m_course_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `category` bigint NOT NULL DEFAULT '0', + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `requester` bigint NOT NULL DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_courrequ_sho_ix` (`shortname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='course requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_request` +-- + +LOCK TABLES `m_course_request` WRITE; +/*!40000 ALTER TABLE `m_course_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_course_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_course_sections` +-- + +DROP TABLE IF EXISTS `m_course_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_course_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `section` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `summaryformat` tinyint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `visible` tinyint(1) NOT NULL DEFAULT '1', + `availability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_coursect_cousec_uix` (`course`,`section`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to define the sections for each course'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_course_sections` +-- + +LOCK TABLES `m_course_sections` WRITE; +/*!40000 ALTER TABLE `m_course_sections` DISABLE KEYS */; +INSERT INTO `m_course_sections` VALUES (1,2,0,NULL,'',1,'1',1,NULL,1566468838),(2,2,1,NULL,'',1,'',1,NULL,1566468838),(3,2,2,NULL,'',1,'',1,NULL,1566468838),(4,2,3,NULL,'',1,'',1,NULL,1566468838),(5,2,4,NULL,'',1,'',1,NULL,1566468838); +/*!40000 ALTER TABLE `m_course_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_category` +-- + +DROP TABLE IF EXISTS `m_customfield_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`), + KEY `m_custcate_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_category` +-- + +LOCK TABLES `m_customfield_category` WRITE; +/*!40000 ALTER TABLE `m_customfield_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_data` +-- + +DROP TABLE IF EXISTS `m_customfield_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL, + `instanceid` bigint NOT NULL, + `intvalue` bigint DEFAULT NULL, + `decvalue` decimal(10,5) DEFAULT NULL, + `shortcharvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `charvalue` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `valueformat` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_custdata_insfie_uix` (`instanceid`,`fieldid`), + KEY `m_custdata_fieint_ix` (`fieldid`,`intvalue`), + KEY `m_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`), + KEY `m_custdata_fiedec_ix` (`fieldid`,`decvalue`), + KEY `m_custdata_fie_ix` (`fieldid`), + KEY `m_custdata_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_data` +-- + +LOCK TABLES `m_customfield_data` WRITE; +/*!40000 ALTER TABLE `m_customfield_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_customfield_field` +-- + +DROP TABLE IF EXISTS `m_customfield_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_customfield_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` bigint DEFAULT NULL, + `sortorder` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_custfiel_catsor_ix` (`categoryid`,`sortorder`), + KEY `m_custfiel_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_customfield_field` +-- + +LOCK TABLES `m_customfield_field` WRITE; +/*!40000 ALTER TABLE `m_customfield_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_customfield_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data` +-- + +DROP TABLE IF EXISTS `m_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `comments` smallint NOT NULL DEFAULT '0', + `timeavailablefrom` bigint NOT NULL DEFAULT '0', + `timeavailableto` bigint NOT NULL DEFAULT '0', + `timeviewfrom` bigint NOT NULL DEFAULT '0', + `timeviewto` bigint NOT NULL DEFAULT '0', + `requiredentries` int NOT NULL DEFAULT '0', + `requiredentriestoview` int NOT NULL DEFAULT '0', + `maxentries` int NOT NULL DEFAULT '0', + `rssarticles` smallint NOT NULL DEFAULT '0', + `singletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplateheader` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `listtemplatefooter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rsstitletemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `csstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jstemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `asearchtemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `approval` smallint NOT NULL DEFAULT '0', + `manageapproved` smallint NOT NULL DEFAULT '1', + `scale` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `defaultsort` bigint NOT NULL DEFAULT '0', + `defaultsortdir` smallint NOT NULL DEFAULT '0', + `editany` smallint NOT NULL DEFAULT '0', + `notification` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `completionentries` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_data_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all database activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data` +-- + +LOCK TABLES `m_data` WRITE; +/*!40000 ALTER TABLE `m_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_content` +-- + +DROP TABLE IF EXISTS `m_data_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `fieldid` bigint NOT NULL DEFAULT '0', + `recordid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datacont_rec_ix` (`recordid`), + KEY `m_datacont_fie_ix` (`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the content introduced in each record/fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_content` +-- + +LOCK TABLES `m_data_content` WRITE; +/*!40000 ALTER TABLE `m_data_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_fields` +-- + +DROP TABLE IF EXISTS `m_data_fields`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_fields` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dataid` bigint NOT NULL DEFAULT '0', + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `required` tinyint(1) NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param6` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param7` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param8` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param9` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param10` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_datafiel_typdat_ix` (`type`,`dataid`), + KEY `m_datafiel_dat_ix` (`dataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every field available'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_fields` +-- + +LOCK TABLES `m_data_fields` WRITE; +/*!40000 ALTER TABLE `m_data_fields` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_fields` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_data_records` +-- + +DROP TABLE IF EXISTS `m_data_records`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_data_records` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `dataid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `approved` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_datareco_dat_ix` (`dataid`), + KEY `m_datareco_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='every record introduced'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_data_records` +-- + +LOCK TABLES `m_data_records` WRITE; +/*!40000 ALTER TABLE `m_data_records` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_data_records` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_editor_atto_autosave` +-- + +DROP TABLE IF EXISTS `m_editor_atto_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_editor_atto_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_editattoauto_eleconusepa_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_editor_atto_autosave` +-- + +LOCK TABLES `m_editor_atto_autosave` WRITE; +/*!40000 ALTER TABLE `m_editor_atto_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_editor_atto_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol` +-- + +DROP TABLE IF EXISTS `m_enrol`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrol` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enrolperiod` bigint DEFAULT '0', + `enrolstartdate` bigint DEFAULT '0', + `enrolenddate` bigint DEFAULT '0', + `expirynotify` tinyint(1) DEFAULT '0', + `expirythreshold` bigint DEFAULT '0', + `notifyall` tinyint(1) DEFAULT '0', + `password` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `cost` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `roleid` bigint DEFAULT '0', + `customint1` bigint DEFAULT NULL, + `customint2` bigint DEFAULT NULL, + `customint3` bigint DEFAULT NULL, + `customint4` bigint DEFAULT NULL, + `customint5` bigint DEFAULT NULL, + `customint6` bigint DEFAULT NULL, + `customint7` bigint DEFAULT NULL, + `customint8` bigint DEFAULT NULL, + `customchar1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customchar3` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdec1` decimal(12,7) DEFAULT NULL, + `customdec2` decimal(12,7) DEFAULT NULL, + `customtext1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `customtext4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enro_enr_ix` (`enrol`), + KEY `m_enro_cou_ix` (`courseid`), + KEY `m_enro_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Instances of enrolment plugins used in courses, fields marke'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol` +-- + +LOCK TABLES `m_enrol` WRITE; +/*!40000 ALTER TABLE `m_enrol` DISABLE KEYS */; +INSERT INTO `m_enrol` VALUES (1,'manual',0,2,0,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(2,'guest',1,2,1,NULL,0,0,0,0,0,0,'',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838),(3,'self',1,2,2,NULL,0,0,0,0,86400,0,NULL,NULL,NULL,5,0,0,0,1,0,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1566468838,1566468838); +/*!40000 ALTER TABLE `m_enrol` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_flatfile` +-- + +DROP TABLE IF EXISTS `m_enrol_flatfile`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_flatfile` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enroflat_cou_ix` (`courseid`), + KEY `m_enroflat_use_ix` (`userid`), + KEY `m_enroflat_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='enrol_flatfile table retrofitted from MySQL'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_flatfile` +-- + +LOCK TABLES `m_enrol_flatfile` WRITE; +/*!40000 ALTER TABLE `m_enrol_flatfile` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_flatfile` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_app_registration` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_app_registration`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_app_registration` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `clientid` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `platformclienthash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `authenticationrequesturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `jwksurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `accesstokenurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniqueid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` tinyint(1) NOT NULL DEFAULT '0', + `platformuniqueidhash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiappregi_uni_uix` (`uniqueid`), + UNIQUE KEY `m_enroltiappregi_pla2_uix` (`platformclienthash`), + UNIQUE KEY `m_enroltiappregi_pla3_uix` (`platformuniqueidhash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_app_registration` +-- + +LOCK TABLES `m_enrol_lti_app_registration` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_app_registration` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltideploymentid` bigint NOT NULL, + `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`), + KEY `m_enrolticont_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_context` +-- + +LOCK TABLES `m_enrol_lti_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_deployment` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_deployment`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_deployment` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `deploymentid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platformid` bigint NOT NULL, + `legacyconsumerkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltidepl_pladep_uix` (`platformid`,`deploymentid`), + KEY `m_enroltidepl_pla_ix` (`platformid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_deployment` +-- + +LOCK TABLES `m_enrol_lti_deployment` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_deployment` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_consumer` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_consumer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_consumer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey256` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secret` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerversion` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `consumerguid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `protected` tinyint(1) NOT NULL, + `enabled` tinyint(1) NOT NULL, + `enablefrom` bigint DEFAULT NULL, + `enableuntil` bigint DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2cons_con_uix` (`consumerkey256`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI consumers interacting with moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_consumer` +-- + +LOCK TABLES `m_enrol_lti_lti2_consumer` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_consumer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_context` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_context`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_context` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `lticontextkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2cont_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about a specific LTI contexts from the consumers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_context` +-- + +LOCK TABLES `m_enrol_lti_lti2_context` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_context` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_nonce` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_nonce`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_nonce` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `consumerid` bigint NOT NULL, + `value` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2nonc_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Nonce used for authentication between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_nonce` +-- + +LOCK TABLES `m_enrol_lti_lti2_nonce` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_nonce` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint DEFAULT NULL, + `consumerid` bigint DEFAULT NULL, + `ltiresourcelinkkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `primaryresourcelinkid` bigint DEFAULT NULL, + `shareapproved` tinyint(1) DEFAULT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2resolink_con_ix` (`contextid`), + KEY `m_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`), + KEY `m_enroltilti2resolink_con2_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link from the consumer to the tool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_resource_link` +-- + +LOCK TABLES `m_enrol_lti_lti2_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_share_key` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_share_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_share_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sharekey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourcelinkid` bigint NOT NULL, + `autoapprove` tinyint(1) NOT NULL, + `expires` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2sharkey_sha_uix` (`sharekey`), + UNIQUE KEY `m_enroltilti2sharkey_res_uix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Resource link share key'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_share_key` +-- + +LOCK TABLES `m_enrol_lti_lti2_share_key` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_share_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_tool_proxy` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_tool_proxy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_tool_proxy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxykey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `consumerid` bigint NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltilti2toolprox_too_uix` (`toolproxykey`), + KEY `m_enroltilti2toolprox_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A tool proxy between moodle and a consumer'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_tool_proxy` +-- + +LOCK TABLES `m_enrol_lti_lti2_tool_proxy` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_tool_proxy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_lti2_user_result` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_lti2_user_result`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_lti2_user_result` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` bigint NOT NULL, + `ltiuserkey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ltiresultsourcedid` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `created` bigint NOT NULL, + `updated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltilti2userresu_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results for each user for each resource link'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_lti2_user_result` +-- + +LOCK TABLES `m_enrol_lti_lti2_user_result` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_lti2_user_result` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcelinkid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `resourceid` bigint NOT NULL, + `ltideploymentid` bigint NOT NULL, + `lticontextid` bigint DEFAULT NULL, + `lineitemsservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemservice` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lineitemscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultscope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scorescope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextmembershipsurl` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `nrpsserviceversions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`), + KEY `m_enroltiresolink_lti_ix` (`ltideploymentid`), + KEY `m_enroltiresolink_lti2_ix` (`lticontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_resource_link` +-- + +LOCK TABLES `m_enrol_lti_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tool_consumer_map` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tool_consumer_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tool_consumer_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolid` bigint NOT NULL, + `consumerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltitoolconsmap_too_ix` (`toolid`), + KEY `m_enroltitoolconsmap_con_ix` (`consumerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table that maps the published tool to tool consumers.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tool_consumer_map` +-- + +LOCK TABLES `m_enrol_lti_tool_consumer_map` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tool_consumer_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_tools` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_tools`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_tools` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `enrolid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `ltiversion` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'LTI-1p3', + `uuid` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `provisioningmodelearner` tinyint DEFAULT NULL, + `provisioningmodeinstructor` tinyint DEFAULT NULL, + `institution` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `maxenrolled` bigint NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradesync` tinyint(1) NOT NULL DEFAULT '0', + `gradesynccompletion` tinyint(1) NOT NULL DEFAULT '0', + `membersync` tinyint(1) NOT NULL DEFAULT '0', + `membersyncmode` tinyint(1) NOT NULL DEFAULT '0', + `roleinstructor` bigint NOT NULL, + `rolelearner` bigint NOT NULL, + `secret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltitool_uui_uix` (`uuid`), + KEY `m_enroltitool_enr_ix` (`enrolid`), + KEY `m_enroltitool_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tools provided to the remote system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_tools` +-- + +LOCK TABLES `m_enrol_lti_tools` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_tools` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_tools` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_user_resource_link` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_user_resource_link`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_user_resource_link` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiuserid` bigint NOT NULL, + `resourcelinkid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_enroltiuserresolink_ltir_uix` (`ltiuserid`,`resourcelinkid`), + KEY `m_enroltiuserresolink_lti_ix` (`ltiuserid`), + KEY `m_enroltiuserresolink_res_ix` (`resourcelinkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_user_resource_link` +-- + +LOCK TABLES `m_enrol_lti_user_resource_link` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_user_resource_link` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_lti_users` +-- + +DROP TABLE IF EXISTS `m_enrol_lti_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_lti_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `toolid` bigint NOT NULL, + `serviceurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sourceid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltideploymentid` bigint DEFAULT NULL, + `consumerkey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `consumersecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `membershipsid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `lastgrade` decimal(10,5) DEFAULT NULL, + `lastaccess` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_enroltiuser_use_ix` (`userid`), + KEY `m_enroltiuser_too_ix` (`toolid`), + KEY `m_enroltiuser_lti_ix` (`ltideploymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='User access log and gradeback data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_lti_users` +-- + +LOCK TABLES `m_enrol_lti_users` WRITE; +/*!40000 ALTER TABLE `m_enrol_lti_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_lti_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_enrol_paypal` +-- + +DROP TABLE IF EXISTS `m_enrol_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_enrol_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `business` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `receiver_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `item_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `instanceid` bigint NOT NULL DEFAULT '0', + `memo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tax` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection1_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_name2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `option_selection2_x` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pending_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reason_code` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent_txn_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `payment_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timeupdated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_enropayp_bus_ix` (`business`), + KEY `m_enropayp_rec_ix` (`receiver_email`), + KEY `m_enropayp_cou_ix` (`courseid`), + KEY `m_enropayp_use_ix` (`userid`), + KEY `m_enropayp_ins_ix` (`instanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds all known information about PayPal transactions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_enrol_paypal` +-- + +LOCK TABLES `m_enrol_paypal` WRITE; +/*!40000 ALTER TABLE `m_enrol_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_enrol_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event` +-- + +DROP TABLE IF EXISTS `m_event`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` smallint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `repeatid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `modulename` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `instance` bigint NOT NULL DEFAULT '0', + `type` smallint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timestart` bigint NOT NULL DEFAULT '0', + `timeduration` bigint NOT NULL DEFAULT '0', + `timesort` bigint DEFAULT NULL, + `visible` smallint NOT NULL DEFAULT '1', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sequence` bigint NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `subscriptionid` bigint DEFAULT NULL, + `priority` bigint DEFAULT NULL, + `location` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_even_cou_ix` (`courseid`), + KEY `m_even_use_ix` (`userid`), + KEY `m_even_tim_ix` (`timestart`), + KEY `m_even_tim2_ix` (`timeduration`), + KEY `m_even_uui_ix` (`uuid`), + KEY `m_even_typtim_ix` (`type`,`timesort`), + KEY `m_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`), + KEY `m_even_cat_ix` (`categoryid`), + KEY `m_even_sub_ix` (`subscriptionid`), + KEY `m_even_eve_ix` (`eventtype`), + KEY `m_even_comeveins_ix` (`component`,`eventtype`,`instance`), + KEY `m_even_modinseve_ix` (`modulename`,`instance`,`eventtype`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For everything with a time associated to it'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event` +-- + +LOCK TABLES `m_event` WRITE; +/*!40000 ALTER TABLE `m_event` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_event_subscriptions` +-- + +DROP TABLE IF EXISTS `m_event_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_event_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `categoryid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `eventtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pollinterval` bigint NOT NULL DEFAULT '0', + `lastupdated` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_evensubs_cou_ix` (`courseid`), + KEY `m_evensubs_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks subscriptions to remote calendars.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_event_subscriptions` +-- + +LOCK TABLES `m_event_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_event_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_event_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_handlers` +-- + +DROP TABLE IF EXISTS `m_events_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `handlerfunction` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `schedule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `internal` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_evenhand_evecom_uix` (`eventname`,`component`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table is for storing which components requests what typ'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_events_handlers` +-- + +LOCK TABLES `m_events_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue` +-- + +DROP TABLE IF EXISTS `m_events_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `stackdump` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table is for storing queued events. It stores only one '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_events_queue` +-- + +LOCK TABLES `m_events_queue` WRITE; +/*!40000 ALTER TABLE `m_events_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_events_queue_handlers` +-- + +DROP TABLE IF EXISTS `m_events_queue_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_events_queue_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `queuedeventid` bigint NOT NULL, + `handlerid` bigint NOT NULL, + `status` bigint DEFAULT NULL, + `errormessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_evenqueuhand_que_ix` (`queuedeventid`), + KEY `m_evenqueuhand_han_ix` (`handlerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This is the list of queued handlers for processing. The even'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_events_queue_handlers` +-- + +LOCK TABLES `m_events_queue_handlers` WRITE; +/*!40000 ALTER TABLE `m_events_queue_handlers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_events_queue_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_functions` +-- + +DROP TABLE IF EXISTS `m_external_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `methodname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classpath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capabilities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `services` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_extefunc_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=738 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='list of all external functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_functions` +-- + +LOCK TABLES `m_external_functions` WRITE; +/*!40000 ALTER TABLE `m_external_functions` DISABLE KEYS */; +INSERT INTO `m_external_functions` VALUES (1,'core_auth_confirm_user','core_auth_external','confirm_user',NULL,'moodle','',NULL),(2,'core_auth_request_password_reset','core_auth_external','request_password_reset',NULL,'moodle','',NULL),(3,'core_auth_is_minor','core_auth_external','is_minor',NULL,'moodle','',NULL),(4,'core_auth_is_age_digital_consent_verification_enabled','core_auth_external','is_age_digital_consent_verification_enabled',NULL,'moodle','',NULL),(5,'core_badges_get_user_badges','core_badges_external','get_user_badges',NULL,'moodle','moodle/badges:viewotherbadges','moodle_mobile_app'),(6,'core_calendar_get_calendar_monthly_view','core_calendar_external','get_calendar_monthly_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(7,'core_calendar_get_calendar_day_view','core_calendar_external','get_calendar_day_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(8,'core_calendar_get_calendar_upcoming_view','core_calendar_external','get_calendar_upcoming_view','calendar/externallib.php','moodle','','moodle_mobile_app'),(9,'core_calendar_update_event_start_day','core_calendar_external','update_event_start_day','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(10,'core_calendar_create_calendar_events','core_calendar_external','create_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(11,'core_calendar_delete_calendar_events','core_calendar_external','delete_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(12,'core_calendar_get_calendar_events','core_calendar_external','get_calendar_events','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(13,'core_calendar_get_action_events_by_timesort','core_calendar_external','get_calendar_action_events_by_timesort','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(14,'core_calendar_get_action_events_by_course','core_calendar_external','get_calendar_action_events_by_course','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(15,'core_calendar_get_action_events_by_courses','core_calendar_external','get_calendar_action_events_by_courses','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(16,'core_calendar_get_calendar_event_by_id','core_calendar_external','get_calendar_event_by_id','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(17,'core_calendar_submit_create_update_form','core_calendar_external','submit_create_update_form','calendar/externallib.php','moodle','moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries','moodle_mobile_app'),(18,'core_cohort_add_cohort_members','core_cohort_external','add_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(19,'core_cohort_create_cohorts','core_cohort_external','create_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(20,'core_cohort_delete_cohort_members','core_cohort_external','delete_cohort_members','cohort/externallib.php','moodle','moodle/cohort:assign',NULL),(21,'core_cohort_delete_cohorts','core_cohort_external','delete_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(22,'core_cohort_get_cohort_members','core_cohort_external','get_cohort_members','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(23,'core_cohort_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(24,'core_cohort_get_cohorts','core_cohort_external','get_cohorts','cohort/externallib.php','moodle','moodle/cohort:view',NULL),(25,'core_cohort_update_cohorts','core_cohort_external','update_cohorts','cohort/externallib.php','moodle','moodle/cohort:manage',NULL),(26,'core_comment_get_comments','core_comment_external','get_comments',NULL,'moodle','moodle/comment:view','moodle_mobile_app'),(27,'core_completion_get_activities_completion_status','core_completion_external','get_activities_completion_status',NULL,'moodle','','moodle_mobile_app'),(28,'core_completion_get_course_completion_status','core_completion_external','get_course_completion_status',NULL,'moodle','report/completion:view','moodle_mobile_app'),(29,'core_completion_mark_course_self_completed','core_completion_external','mark_course_self_completed',NULL,'moodle','','moodle_mobile_app'),(30,'core_completion_update_activity_completion_status_manually','core_completion_external','update_activity_completion_status_manually',NULL,'moodle','','moodle_mobile_app'),(31,'core_completion_override_activity_completion_status','core_completion_external','override_activity_completion_status',NULL,'moodle','moodle/course:overridecompletion',NULL),(32,'core_course_create_categories','core_course_external','create_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(33,'core_course_create_courses','core_course_external','create_courses','course/externallib.php','moodle','moodle/course:create, moodle/course:visibility',NULL),(34,'core_course_delete_categories','core_course_external','delete_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(35,'core_course_delete_courses','core_course_external','delete_courses','course/externallib.php','moodle','moodle/course:delete',NULL),(36,'core_course_delete_modules','core_course_external','delete_modules','course/externallib.php','moodle','moodle/course:manageactivities',NULL),(37,'core_course_duplicate_course','core_course_external','duplicate_course','course/externallib.php','moodle','moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create',NULL),(38,'core_course_get_categories','core_course_external','get_categories','course/externallib.php','moodle','moodle/category:viewhiddencategories','moodle_mobile_app'),(39,'core_course_get_contents','core_course_external','get_course_contents','course/externallib.php','moodle','moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(40,'core_course_get_course_module','core_course_external','get_course_module','course/externallib.php','moodle','','moodle_mobile_app'),(41,'core_course_get_course_module_by_instance','core_course_external','get_course_module_by_instance','course/externallib.php','moodle','','moodle_mobile_app'),(42,'core_course_get_module','core_course_external','get_module','course/externallib.php','moodle','',NULL),(43,'core_course_edit_module','core_course_external','edit_module','course/externallib.php','moodle','',NULL),(44,'core_course_edit_section','core_course_external','edit_section','course/externallib.php','moodle','',NULL),(45,'core_course_get_courses','core_course_external','get_courses','course/externallib.php','moodle','moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses','moodle_mobile_app'),(46,'core_course_import_course','core_course_external','import_course','course/externallib.php','moodle','moodle/backup:backuptargetimport, moodle/restore:restoretargetimport',NULL),(47,'core_course_search_courses','core_course_external','search_courses','course/externallib.php','moodle','','moodle_mobile_app'),(48,'core_course_update_categories','core_course_external','update_categories','course/externallib.php','moodle','moodle/category:manage',NULL),(49,'core_course_update_courses','core_course_external','update_courses','course/externallib.php','moodle','moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility',NULL),(50,'core_course_view_course','core_course_external','view_course','course/externallib.php','moodle','','moodle_mobile_app'),(52,'core_course_get_user_navigation_options','core_course_external','get_user_navigation_options','course/externallib.php','moodle','','moodle_mobile_app'),(53,'core_course_get_user_administration_options','core_course_external','get_user_administration_options','course/externallib.php','moodle','','moodle_mobile_app'),(54,'core_course_get_courses_by_field','core_course_external','get_courses_by_field','course/externallib.php','moodle','','moodle_mobile_app'),(55,'core_course_check_updates','core_course_external','check_updates','course/externallib.php','moodle','','moodle_mobile_app'),(56,'core_course_get_updates_since','core_course_external','get_updates_since','course/externallib.php','moodle','','moodle_mobile_app'),(57,'core_enrol_get_course_enrolment_methods','core_enrol_external','get_course_enrolment_methods','enrol/externallib.php','moodle','','moodle_mobile_app'),(58,'core_enrol_get_enrolled_users','core_enrol_external','get_enrolled_users','enrol/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(59,'core_enrol_get_enrolled_users_with_capability','core_enrol_external','get_enrolled_users_with_capability','enrol/externallib.php','moodle','',NULL),(60,'core_enrol_get_potential_users','core_enrol_external','get_potential_users','enrol/externallib.php','moodle','moodle/course:enrolreview',NULL),(61,'core_enrol_get_users_courses','core_enrol_external','get_users_courses','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(63,'core_enrol_unenrol_user_enrolment','core_enrol_external','unenrol_user_enrolment','enrol/externallib.php','moodle','',NULL),(64,'core_fetch_notifications','core_external','fetch_notifications','lib/external/externallib.php','moodle','',NULL),(65,'core_files_get_files','core_files_external','get_files','files/externallib.php','moodle','','moodle_mobile_app'),(66,'core_files_upload','core_files_external','upload','files/externallib.php','moodle','',NULL),(67,'core_form_get_filetypes_browser_data','core_form\\external','get_filetypes_browser_data',NULL,'moodle','',NULL),(68,'core_get_component_strings','core_external','get_component_strings','lib/external/externallib.php','moodle','','moodle_mobile_app'),(69,'core_get_fragment','core_external','get_fragment','lib/external/externallib.php','moodle','',NULL),(70,'core_get_string','core_external','get_string','lib/external/externallib.php','moodle','',NULL),(71,'core_get_strings','core_external','get_strings','lib/external/externallib.php','moodle','',NULL),(72,'core_get_user_dates','core_external','get_user_dates','lib/external/externallib.php','moodle','',NULL),(74,'core_grades_update_grades','core_grades_external','update_grades',NULL,'moodle','',NULL),(75,'core_grading_get_definitions','core_grading_external','get_definitions',NULL,'moodle','',NULL),(76,'core_grading_get_gradingform_instances','core_grading_external','get_gradingform_instances',NULL,'moodle','',NULL),(77,'core_grading_save_definitions','core_grading_external','save_definitions',NULL,'moodle','',NULL),(78,'core_group_add_group_members','core_group_external','add_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(79,'core_group_assign_grouping','core_group_external','assign_grouping','group/externallib.php','moodle','',NULL),(80,'core_group_create_groupings','core_group_external','create_groupings','group/externallib.php','moodle','',NULL),(81,'core_group_create_groups','core_group_external','create_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(82,'core_group_delete_group_members','core_group_external','delete_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(83,'core_group_delete_groupings','core_group_external','delete_groupings','group/externallib.php','moodle','',NULL),(84,'core_group_delete_groups','core_group_external','delete_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(85,'core_group_get_activity_allowed_groups','core_group_external','get_activity_allowed_groups','group/externallib.php','moodle','','moodle_mobile_app'),(86,'core_group_get_activity_groupmode','core_group_external','get_activity_groupmode','group/externallib.php','moodle','','moodle_mobile_app'),(87,'core_group_get_course_groupings','core_group_external','get_course_groupings','group/externallib.php','moodle','','moodle_mobile_app'),(88,'core_group_get_course_groups','core_group_external','get_course_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(89,'core_group_get_course_user_groups','core_group_external','get_course_user_groups','group/externallib.php','moodle','moodle/course:managegroups','moodle_mobile_app'),(90,'core_group_get_group_members','core_group_external','get_group_members','group/externallib.php','moodle','moodle/course:managegroups',NULL),(91,'core_group_get_groupings','core_group_external','get_groupings','group/externallib.php','moodle','',NULL),(92,'core_group_get_groups','core_group_external','get_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(93,'core_group_unassign_grouping','core_group_external','unassign_grouping','group/externallib.php','moodle','',NULL),(94,'core_group_update_groupings','core_group_external','update_groupings','group/externallib.php','moodle','',NULL),(97,'core_message_delete_contacts','core_message_external','delete_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(99,'core_message_delete_message','core_message_external','delete_message','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(100,'core_message_get_blocked_users','core_message_external','get_blocked_users','message/externallib.php','moodle','','moodle_mobile_app'),(101,'core_message_data_for_messagearea_search_messages','core_message_external','data_for_messagearea_search_messages','message/externallib.php','moodle','','moodle_mobile_app'),(110,'core_message_get_messages','core_message_external','get_messages','message/externallib.php','moodle','','moodle_mobile_app'),(111,'core_message_get_unread_conversations_count','core_message_external','get_unread_conversations_count','message/externallib.php','moodle','','moodle_mobile_app'),(112,'core_message_mark_all_notifications_as_read','core_message_external','mark_all_notifications_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(114,'core_message_mark_message_read','core_message_external','mark_message_read','message/externallib.php','moodle','','moodle_mobile_app'),(115,'core_message_mark_notification_read','core_message_external','mark_notification_read','message/externallib.php','moodle','','moodle_mobile_app'),(116,'core_message_message_processor_config_form','core_message_external','message_processor_config_form','message/externallib.php','moodle','','moodle_mobile_app'),(117,'core_message_get_message_processor','core_message_external','get_message_processor','message/externallib.php','moodle','',NULL),(118,'core_message_search_contacts','core_message_external','search_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(119,'core_message_send_instant_messages','core_message_external','send_instant_messages','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(121,'core_message_get_user_notification_preferences','core_message_external','get_user_notification_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(122,'core_message_get_user_message_preferences','core_message_external','get_user_message_preferences','message/externallib.php','moodle','moodle/user:editownmessageprofile','moodle_mobile_app'),(123,'core_notes_create_notes','core_notes_external','create_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(124,'core_notes_delete_notes','core_notes_external','delete_notes','notes/externallib.php','moodle','moodle/notes:manage','moodle_mobile_app'),(125,'core_notes_get_course_notes','core_notes_external','get_course_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(126,'core_notes_get_notes','core_notes_external','get_notes','notes/externallib.php','moodle','moodle/notes:view',NULL),(127,'core_notes_update_notes','core_notes_external','update_notes','notes/externallib.php','moodle','moodle/notes:manage',NULL),(128,'core_notes_view_notes','core_notes_external','view_notes','notes/externallib.php','moodle','moodle/notes:view','moodle_mobile_app'),(129,'core_output_load_template','core\\output\\external','load_template',NULL,'moodle','',NULL),(130,'core_output_load_fontawesome_icon_map','core\\output\\external','load_fontawesome_icon_map',NULL,'moodle','',NULL),(131,'core_question_update_flag','core_question_external','update_flag',NULL,'moodle','moodle/question:flag','moodle_mobile_app'),(132,'core_question_submit_tags_form','core_question_external','submit_tags_form',NULL,'moodle','',NULL),(133,'core_question_get_random_question_summaries','core_question_external','get_random_question_summaries',NULL,'moodle','',NULL),(134,'core_rating_get_item_ratings','core_rating_external','get_item_ratings',NULL,'moodle','moodle/rating:view','moodle_mobile_app'),(135,'core_rating_add_rating','core_rating_external','add_rating',NULL,'moodle','moodle/rating:rate','moodle_mobile_app'),(136,'core_role_assign_roles','core_role_external','assign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(137,'core_role_unassign_roles','core_role_external','unassign_roles','enrol/externallib.php','moodle','moodle/role:assign',NULL),(138,'core_search_get_relevant_users','\\core_search\\external','get_relevant_users',NULL,'moodle','',NULL),(139,'core_tag_get_tagindex','core_tag_external','get_tagindex',NULL,'moodle','','moodle_mobile_app'),(140,'core_tag_get_tags','core_tag_external','get_tags',NULL,'moodle','',NULL),(141,'core_tag_update_tags','core_tag_external','update_tags',NULL,'moodle','',NULL),(142,'core_update_inplace_editable','core_external','update_inplace_editable','lib/external/externallib.php','moodle','',NULL),(143,'core_user_add_user_device','core_user_external','add_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(144,'core_user_add_user_private_files','core_user_external','add_user_private_files','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(145,'core_user_create_users','core_user_external','create_users','user/externallib.php','moodle','moodle/user:create',NULL),(146,'core_user_delete_users','core_user_external','delete_users','user/externallib.php','moodle','moodle/user:delete',NULL),(147,'core_user_get_course_user_profiles','core_user_external','get_course_user_profiles','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups','moodle_mobile_app'),(148,'core_user_get_users','core_user_external','get_users','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update',NULL),(149,'core_user_get_users_by_field','core_user_external','get_users_by_field','user/externallib.php','moodle','moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update','moodle_mobile_app'),(150,'core_user_remove_user_device','core_user_external','remove_user_device','user/externallib.php','moodle','','moodle_mobile_app'),(151,'core_user_update_users','core_user_external','update_users','user/externallib.php','moodle','moodle/user:update',NULL),(152,'core_user_update_user_preferences','core_user_external','update_user_preferences','user/externallib.php','moodle','moodle/user:editownmessageprofile, moodle/user:editmessageprofile','moodle_mobile_app'),(153,'core_user_view_user_list','core_user_external','view_user_list','user/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(154,'core_user_view_user_profile','core_user_external','view_user_profile','user/externallib.php','moodle','moodle/user:viewdetails','moodle_mobile_app'),(155,'core_user_get_user_preferences','core_user_external','get_user_preferences','user/externallib.php','moodle','','moodle_mobile_app'),(156,'core_user_update_picture','core_user_external','update_picture','user/externallib.php','moodle','moodle/user:editownprofile, moodle/user:editprofile','moodle_mobile_app'),(157,'core_user_set_user_preferences','core_user_external','set_user_preferences','user/externallib.php','moodle','moodle/site:config','moodle_mobile_app'),(158,'core_user_agree_site_policy','core_user_external','agree_site_policy','user/externallib.php','moodle','','moodle_mobile_app'),(159,'core_user_get_private_files_info','core_user_external','get_private_files_info','user/externallib.php','moodle','moodle/user:manageownfiles','moodle_mobile_app'),(160,'core_competency_create_competency_framework','core_competency\\external','create_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(161,'core_competency_read_competency_framework','core_competency\\external','read_competency_framework',NULL,'moodle','moodle/competency:competencyview',NULL),(162,'core_competency_duplicate_competency_framework','core_competency\\external','duplicate_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(163,'core_competency_delete_competency_framework','core_competency\\external','delete_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(164,'core_competency_update_competency_framework','core_competency\\external','update_competency_framework',NULL,'moodle','moodle/competency:competencymanage',NULL),(165,'core_competency_list_competency_frameworks','core_competency\\external','list_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(166,'core_competency_count_competency_frameworks','core_competency\\external','count_competency_frameworks',NULL,'moodle','moodle/competency:competencyview',NULL),(167,'core_competency_competency_framework_viewed','core_competency\\external','competency_framework_viewed',NULL,'moodle','moodle/competency:competencyview',NULL),(168,'core_competency_create_competency','core_competency\\external','create_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(169,'core_competency_read_competency','core_competency\\external','read_competency',NULL,'moodle','moodle/competency:competencyview',NULL),(170,'core_competency_competency_viewed','core_competency\\external','competency_viewed',NULL,'moodle','moodle/competency:competencyview','moodle_mobile_app'),(171,'core_competency_delete_competency','core_competency\\external','delete_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(172,'core_competency_update_competency','core_competency\\external','update_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(173,'core_competency_list_competencies','core_competency\\external','list_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(174,'core_competency_list_competencies_in_template','core_competency\\external','list_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(175,'core_competency_count_competencies','core_competency\\external','count_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(176,'core_competency_count_competencies_in_template','core_competency\\external','count_competencies_in_template',NULL,'moodle','moodle/competency:competencyview',NULL),(177,'core_competency_search_competencies','core_competency\\external','search_competencies',NULL,'moodle','moodle/competency:competencyview',NULL),(178,'core_competency_set_parent_competency','core_competency\\external','set_parent_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(179,'core_competency_move_up_competency','core_competency\\external','move_up_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(180,'core_competency_move_down_competency','core_competency\\external','move_down_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(181,'core_competency_list_course_competencies','core_competency\\external','list_course_competencies',NULL,'moodle','moodle/competency:coursecompetencyview','moodle_mobile_app'),(182,'core_competency_count_competencies_in_course','core_competency\\external','count_competencies_in_course',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(183,'core_competency_count_courses_using_competency','core_competency\\external','count_courses_using_competency',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(184,'core_competency_add_competency_to_course','core_competency\\external','add_competency_to_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(185,'core_competency_add_competency_to_template','core_competency\\external','add_competency_to_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(186,'core_competency_remove_competency_from_course','core_competency\\external','remove_competency_from_course',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(187,'core_competency_set_course_competency_ruleoutcome','core_competency\\external','set_course_competency_ruleoutcome',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(188,'core_competency_remove_competency_from_template','core_competency\\external','remove_competency_from_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(189,'core_competency_reorder_course_competency','core_competency\\external','reorder_course_competency',NULL,'moodle','moodle/competency:coursecompetencymanage',NULL),(190,'core_competency_reorder_template_competency','core_competency\\external','reorder_template_competency',NULL,'moodle','moodle/competency:templatemanage',NULL),(191,'core_competency_create_template','core_competency\\external','create_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(192,'core_competency_duplicate_template','core_competency\\external','duplicate_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(193,'core_competency_read_template','core_competency\\external','read_template',NULL,'moodle','moodle/competency:templateview',NULL),(194,'core_competency_delete_template','core_competency\\external','delete_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(195,'core_competency_update_template','core_competency\\external','update_template',NULL,'moodle','moodle/competency:templatemanage',NULL),(196,'core_competency_list_templates','core_competency\\external','list_templates',NULL,'moodle','moodle/competency:templateview',NULL),(197,'core_competency_list_templates_using_competency','core_competency\\external','list_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(198,'core_competency_count_templates','core_competency\\external','count_templates',NULL,'moodle','moodle/competency:templateview',NULL),(199,'core_competency_count_templates_using_competency','core_competency\\external','count_templates_using_competency',NULL,'moodle','moodle/competency:templateview',NULL),(200,'core_competency_create_plan','core_competency\\external','create_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(201,'core_competency_update_plan','core_competency\\external','update_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(202,'core_competency_complete_plan','core_competency\\external','complete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(203,'core_competency_reopen_plan','core_competency\\external','reopen_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(204,'core_competency_read_plan','core_competency\\external','read_plan',NULL,'moodle','moodle/competency:planviewown',NULL),(205,'core_competency_delete_plan','core_competency\\external','delete_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(206,'core_competency_list_user_plans','core_competency\\external','list_user_plans',NULL,'moodle','moodle/competency:planviewown',NULL),(207,'core_competency_list_plan_competencies','core_competency\\external','list_plan_competencies',NULL,'moodle','moodle/competency:planviewown',NULL),(208,'core_competency_add_competency_to_plan','core_competency\\external','add_competency_to_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(209,'core_competency_remove_competency_from_plan','core_competency\\external','remove_competency_from_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(210,'core_competency_reorder_plan_competency','core_competency\\external','reorder_plan_competency',NULL,'moodle','moodle/competency:planmanage',NULL),(211,'core_competency_plan_request_review','core_competency\\external','plan_request_review',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(212,'core_competency_plan_start_review','core_competency\\external','plan_start_review',NULL,'moodle','moodle/competency:planmanage',NULL),(213,'core_competency_plan_stop_review','core_competency\\external','plan_stop_review',NULL,'moodle','moodle/competency:planmanage',NULL),(214,'core_competency_plan_cancel_review_request','core_competency\\external','plan_cancel_review_request',NULL,'moodle','moodle/competency:planmanagedraft',NULL),(215,'core_competency_approve_plan','core_competency\\external','approve_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(216,'core_competency_unapprove_plan','core_competency\\external','unapprove_plan',NULL,'moodle','moodle/competency:planmanage',NULL),(217,'core_competency_template_has_related_data','core_competency\\external','template_has_related_data',NULL,'moodle','moodle/competency:templateview',NULL),(218,'core_competency_get_scale_values','core_competency\\external','get_scale_values',NULL,'moodle','moodle/competency:competencymanage','moodle_mobile_app'),(219,'core_competency_add_related_competency','core_competency\\external','add_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(220,'core_competency_remove_related_competency','core_competency\\external','remove_related_competency',NULL,'moodle','moodle/competency:competencymanage',NULL),(221,'core_competency_read_user_evidence','core_competency\\external','read_user_evidence',NULL,'moodle','moodle/competency:userevidenceview',NULL),(222,'core_competency_delete_user_evidence','core_competency\\external','delete_user_evidence',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(223,'core_competency_create_user_evidence_competency','core_competency\\external','create_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown, moodle/competency:competencyview',NULL),(224,'core_competency_delete_user_evidence_competency','core_competency\\external','delete_user_evidence_competency',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(225,'core_competency_user_competency_cancel_review_request','core_competency\\external','user_competency_cancel_review_request',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(226,'core_competency_user_competency_request_review','core_competency\\external','user_competency_request_review',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(227,'core_competency_user_competency_start_review','core_competency\\external','user_competency_start_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(228,'core_competency_user_competency_stop_review','core_competency\\external','user_competency_stop_review',NULL,'moodle','moodle/competency:competencygrade',NULL),(229,'core_competency_user_competency_viewed','core_competency\\external','user_competency_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(230,'core_competency_user_competency_viewed_in_plan','core_competency\\external','user_competency_viewed_in_plan',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(231,'core_competency_user_competency_viewed_in_course','core_competency\\external','user_competency_viewed_in_course',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(232,'core_competency_user_competency_plan_viewed','core_competency\\external','user_competency_plan_viewed',NULL,'moodle','moodle/competency:usercompetencyview','moodle_mobile_app'),(233,'core_competency_grade_competency','core_competency\\external','grade_competency',NULL,'moodle','moodle/competency:competencygrade',NULL),(234,'core_competency_grade_competency_in_plan','core_competency\\external','grade_competency_in_plan',NULL,'moodle','moodle/competency:competencygrade',NULL),(235,'core_competency_grade_competency_in_course','core_competency\\external','grade_competency_in_course',NULL,'moodle','moodle/competency:competencygrade','moodle_mobile_app'),(236,'core_competency_unlink_plan_from_template','core_competency\\external','unlink_plan_from_template',NULL,'moodle','moodle/competency:planmanage',NULL),(237,'core_competency_template_viewed','core_competency\\external','template_viewed',NULL,'moodle','moodle/competency:templateview',NULL),(238,'core_competency_request_review_of_user_evidence_linked_competencies','core_competency\\external','request_review_of_user_evidence_linked_competencies',NULL,'moodle','moodle/competency:userevidencemanageown',NULL),(239,'core_competency_update_course_competency_settings','core_competency\\external','update_course_competency_settings',NULL,'moodle','moodle/competency:coursecompetencyconfigure',NULL),(240,'core_competency_delete_evidence','core_competency\\external','delete_evidence',NULL,'moodle','moodle/competency:evidencedelete','moodle_mobile_app'),(241,'core_webservice_get_site_info','core_webservice_external','get_site_info','webservice/externallib.php','moodle','','moodle_mobile_app'),(242,'core_block_get_course_blocks','core_block_external','get_course_blocks',NULL,'moodle','','moodle_mobile_app'),(243,'core_filters_get_available_in_context','core_filters\\external','get_available_in_context',NULL,'moodle','','moodle_mobile_app'),(244,'mod_assign_copy_previous_attempt','mod_assign_external','copy_previous_attempt','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:submit',NULL),(245,'mod_assign_get_grades','mod_assign_external','get_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(246,'mod_assign_get_assignments','mod_assign_external','get_assignments','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(247,'mod_assign_get_submissions','mod_assign_external','get_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(248,'mod_assign_get_user_flags','mod_assign_external','get_user_flags','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(249,'mod_assign_set_user_flags','mod_assign_external','set_user_flags','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(250,'mod_assign_get_user_mappings','mod_assign_external','get_user_mappings','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(251,'mod_assign_revert_submissions_to_draft','mod_assign_external','revert_submissions_to_draft','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(252,'mod_assign_lock_submissions','mod_assign_external','lock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(253,'mod_assign_unlock_submissions','mod_assign_external','unlock_submissions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(254,'mod_assign_save_submission','mod_assign_external','save_submission','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(255,'mod_assign_submit_for_grading','mod_assign_external','submit_for_grading','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(256,'mod_assign_save_grade','mod_assign_external','save_grade','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(257,'mod_assign_save_grades','mod_assign_external','save_grades','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(258,'mod_assign_save_user_extensions','mod_assign_external','save_user_extensions','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(259,'mod_assign_reveal_identities','mod_assign_external','reveal_identities','mod/assign/externallib.php','mod_assign','','moodle_mobile_app'),(260,'mod_assign_view_grading_table','mod_assign_external','view_grading_table','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(261,'mod_assign_view_submission_status','mod_assign_external','view_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(262,'mod_assign_get_submission_status','mod_assign_external','get_submission_status','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(263,'mod_assign_list_participants','mod_assign_external','list_participants','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(264,'mod_assign_submit_grading_form','mod_assign_external','submit_grading_form','mod/assign/externallib.php','mod_assign','mod/assign:grade','moodle_mobile_app'),(265,'mod_assign_get_participant','mod_assign_external','get_participant','mod/assign/externallib.php','mod_assign','mod/assign:view, mod/assign:viewgrades','moodle_mobile_app'),(266,'mod_assign_view_assign','mod_assign_external','view_assign','mod/assign/externallib.php','mod_assign','mod/assign:view','moodle_mobile_app'),(267,'mod_book_view_book','mod_book_external','view_book',NULL,'mod_book','mod/book:read','moodle_mobile_app'),(268,'mod_book_get_books_by_courses','mod_book_external','get_books_by_courses',NULL,'mod_book','','moodle_mobile_app'),(269,'mod_chat_login_user','mod_chat_external','login_user',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(270,'mod_chat_get_chat_users','mod_chat_external','get_chat_users',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(271,'mod_chat_send_chat_message','mod_chat_external','send_chat_message',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(272,'mod_chat_get_chat_latest_messages','mod_chat_external','get_chat_latest_messages',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(273,'mod_chat_view_chat','mod_chat_external','view_chat',NULL,'mod_chat','mod/chat:chat','moodle_mobile_app'),(274,'mod_chat_get_chats_by_courses','mod_chat_external','get_chats_by_courses',NULL,'mod_chat','','moodle_mobile_app'),(275,'mod_chat_get_sessions','mod_chat_external','get_sessions',NULL,'mod_chat','','moodle_mobile_app'),(276,'mod_chat_get_session_messages','mod_chat_external','get_session_messages',NULL,'mod_chat','','moodle_mobile_app'),(277,'mod_choice_get_choice_results','mod_choice_external','get_choice_results',NULL,'mod_choice','','moodle_mobile_app'),(278,'mod_choice_get_choice_options','mod_choice_external','get_choice_options',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(279,'mod_choice_submit_choice_response','mod_choice_external','submit_choice_response',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(280,'mod_choice_view_choice','mod_choice_external','view_choice',NULL,'mod_choice','','moodle_mobile_app'),(281,'mod_choice_get_choices_by_courses','mod_choice_external','get_choices_by_courses',NULL,'mod_choice','','moodle_mobile_app'),(282,'mod_choice_delete_choice_responses','mod_choice_external','delete_choice_responses',NULL,'mod_choice','mod/choice:choose','moodle_mobile_app'),(283,'mod_data_get_databases_by_courses','mod_data_external','get_databases_by_courses',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(284,'mod_data_view_database','mod_data_external','view_database',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(285,'mod_data_get_data_access_information','mod_data_external','get_data_access_information',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(286,'mod_data_get_entries','mod_data_external','get_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(287,'mod_data_get_entry','mod_data_external','get_entry',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(288,'mod_data_get_fields','mod_data_external','get_fields',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(289,'mod_data_search_entries','mod_data_external','search_entries',NULL,'mod_data','mod/data:viewentry','moodle_mobile_app'),(290,'mod_data_approve_entry','mod_data_external','approve_entry',NULL,'mod_data','mod/data:approve','moodle_mobile_app'),(291,'mod_data_delete_entry','mod_data_external','delete_entry',NULL,'mod_data','mod/data:manageentries','moodle_mobile_app'),(292,'mod_data_add_entry','mod_data_external','add_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(293,'mod_data_update_entry','mod_data_external','update_entry',NULL,'mod_data','mod/data:writeentry','moodle_mobile_app'),(294,'mod_feedback_get_feedbacks_by_courses','mod_feedback_external','get_feedbacks_by_courses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(295,'mod_feedback_get_feedback_access_information','mod_feedback_external','get_feedback_access_information',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(296,'mod_feedback_view_feedback','mod_feedback_external','view_feedback',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(297,'mod_feedback_get_current_completed_tmp','mod_feedback_external','get_current_completed_tmp',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(298,'mod_feedback_get_items','mod_feedback_external','get_items',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(299,'mod_feedback_launch_feedback','mod_feedback_external','launch_feedback',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(300,'mod_feedback_get_page_items','mod_feedback_external','get_page_items',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(301,'mod_feedback_process_page','mod_feedback_external','process_page',NULL,'mod_feedback','mod/feedback:complete','moodle_mobile_app'),(302,'mod_feedback_get_analysis','mod_feedback_external','get_analysis',NULL,'mod_feedback','mod/feedback:viewanalysepage','moodle_mobile_app'),(303,'mod_feedback_get_unfinished_responses','mod_feedback_external','get_unfinished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(304,'mod_feedback_get_finished_responses','mod_feedback_external','get_finished_responses',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(305,'mod_feedback_get_non_respondents','mod_feedback_external','get_non_respondents',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(306,'mod_feedback_get_responses_analysis','mod_feedback_external','get_responses_analysis',NULL,'mod_feedback','mod/feedback:viewreports','moodle_mobile_app'),(307,'mod_feedback_get_last_completed','mod_feedback_external','get_last_completed',NULL,'mod_feedback','mod/feedback:view','moodle_mobile_app'),(308,'mod_folder_view_folder','mod_folder_external','view_folder',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(309,'mod_folder_get_folders_by_courses','mod_folder_external','get_folders_by_courses',NULL,'mod_folder','mod/folder:view','moodle_mobile_app'),(310,'mod_forum_get_forums_by_courses','mod_forum_external','get_forums_by_courses','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(312,'mod_forum_get_forum_discussions_paginated','mod_forum_external','get_forum_discussions_paginated','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(313,'mod_forum_view_forum','mod_forum_external','view_forum','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(314,'mod_forum_view_forum_discussion','mod_forum_external','view_forum_discussion','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion','moodle_mobile_app'),(315,'mod_forum_add_discussion_post','mod_forum_external','add_discussion_post','mod/forum/externallib.php','mod_forum','mod/forum:replypost','moodle_mobile_app'),(316,'mod_forum_add_discussion','mod_forum_external','add_discussion','mod/forum/externallib.php','mod_forum','mod/forum:startdiscussion','moodle_mobile_app'),(317,'mod_forum_can_add_discussion','mod_forum_external','can_add_discussion','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(318,'mod_glossary_get_glossaries_by_courses','mod_glossary_external','get_glossaries_by_courses',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(319,'mod_glossary_view_glossary','mod_glossary_external','view_glossary',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(320,'mod_glossary_view_entry','mod_glossary_external','view_entry',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(321,'mod_glossary_get_entries_by_letter','mod_glossary_external','get_entries_by_letter',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(322,'mod_glossary_get_entries_by_date','mod_glossary_external','get_entries_by_date',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(323,'mod_glossary_get_categories','mod_glossary_external','get_categories',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(324,'mod_glossary_get_entries_by_category','mod_glossary_external','get_entries_by_category',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(325,'mod_glossary_get_authors','mod_glossary_external','get_authors',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(326,'mod_glossary_get_entries_by_author','mod_glossary_external','get_entries_by_author',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(327,'mod_glossary_get_entries_by_author_id','mod_glossary_external','get_entries_by_author_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(328,'mod_glossary_get_entries_by_search','mod_glossary_external','get_entries_by_search',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(329,'mod_glossary_get_entries_by_term','mod_glossary_external','get_entries_by_term',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(330,'mod_glossary_get_entries_to_approve','mod_glossary_external','get_entries_to_approve',NULL,'mod_glossary','mod/glossary:approve','moodle_mobile_app'),(331,'mod_glossary_get_entry_by_id','mod_glossary_external','get_entry_by_id',NULL,'mod_glossary','mod/glossary:view','moodle_mobile_app'),(332,'mod_glossary_add_entry','mod_glossary_external','add_entry',NULL,'mod_glossary','mod/glossary:write','moodle_mobile_app'),(333,'mod_imscp_view_imscp','mod_imscp_external','view_imscp',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(334,'mod_imscp_get_imscps_by_courses','mod_imscp_external','get_imscps_by_courses',NULL,'mod_imscp','mod/imscp:view','moodle_mobile_app'),(335,'mod_label_get_labels_by_courses','mod_label_external','get_labels_by_courses',NULL,'mod_label','mod/label:view','moodle_mobile_app'),(336,'mod_lesson_get_lessons_by_courses','mod_lesson_external','get_lessons_by_courses',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(337,'mod_lesson_get_lesson_access_information','mod_lesson_external','get_lesson_access_information',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(338,'mod_lesson_view_lesson','mod_lesson_external','view_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(339,'mod_lesson_get_questions_attempts','mod_lesson_external','get_questions_attempts',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(340,'mod_lesson_get_user_grade','mod_lesson_external','get_user_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(341,'mod_lesson_get_user_attempt_grade','mod_lesson_external','get_user_attempt_grade',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(342,'mod_lesson_get_content_pages_viewed','mod_lesson_external','get_content_pages_viewed',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(343,'mod_lesson_get_user_timers','mod_lesson_external','get_user_timers',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(344,'mod_lesson_get_pages','mod_lesson_external','get_pages',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(345,'mod_lesson_launch_attempt','mod_lesson_external','launch_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(346,'mod_lesson_get_page_data','mod_lesson_external','get_page_data',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(347,'mod_lesson_process_page','mod_lesson_external','process_page',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(348,'mod_lesson_finish_attempt','mod_lesson_external','finish_attempt',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(349,'mod_lesson_get_attempts_overview','mod_lesson_external','get_attempts_overview',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(350,'mod_lesson_get_user_attempt','mod_lesson_external','get_user_attempt',NULL,'mod_lesson','mod/lesson:viewreports','moodle_mobile_app'),(351,'mod_lesson_get_pages_possible_jumps','mod_lesson_external','get_pages_possible_jumps',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(352,'mod_lesson_get_lesson','mod_lesson_external','get_lesson',NULL,'mod_lesson','mod/lesson:view','moodle_mobile_app'),(353,'mod_lti_get_tool_launch_data','mod_lti_external','get_tool_launch_data',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(354,'mod_lti_get_ltis_by_courses','mod_lti_external','get_ltis_by_courses',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(355,'mod_lti_view_lti','mod_lti_external','view_lti',NULL,'mod_lti','mod/lti:view','moodle_mobile_app'),(356,'mod_lti_get_tool_proxies','mod_lti_external','get_tool_proxies',NULL,'mod_lti','moodle/site:config',NULL),(357,'mod_lti_create_tool_proxy','mod_lti_external','create_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(358,'mod_lti_delete_tool_proxy','mod_lti_external','delete_tool_proxy',NULL,'mod_lti','moodle/site:config',NULL),(359,'mod_lti_get_tool_proxy_registration_request','mod_lti_external','get_tool_proxy_registration_request',NULL,'mod_lti','moodle/site:config',NULL),(360,'mod_lti_get_tool_types','mod_lti_external','get_tool_types',NULL,'mod_lti','moodle/site:config',NULL),(361,'mod_lti_create_tool_type','mod_lti_external','create_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(362,'mod_lti_update_tool_type','mod_lti_external','update_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(363,'mod_lti_delete_tool_type','mod_lti_external','delete_tool_type',NULL,'mod_lti','moodle/site:config',NULL),(364,'mod_lti_is_cartridge','mod_lti_external','is_cartridge',NULL,'mod_lti','moodle/site:config',NULL),(365,'mod_page_view_page','mod_page_external','view_page',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(366,'mod_page_get_pages_by_courses','mod_page_external','get_pages_by_courses',NULL,'mod_page','mod/page:view','moodle_mobile_app'),(367,'mod_quiz_get_quizzes_by_courses','mod_quiz_external','get_quizzes_by_courses',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(368,'mod_quiz_view_quiz','mod_quiz_external','view_quiz',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(369,'mod_quiz_get_user_attempts','mod_quiz_external','get_user_attempts',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(370,'mod_quiz_get_user_best_grade','mod_quiz_external','get_user_best_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(371,'mod_quiz_get_combined_review_options','mod_quiz_external','get_combined_review_options',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(372,'mod_quiz_start_attempt','mod_quiz_external','start_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(373,'mod_quiz_get_attempt_data','mod_quiz_external','get_attempt_data',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(374,'mod_quiz_get_attempt_summary','mod_quiz_external','get_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(375,'mod_quiz_save_attempt','mod_quiz_external','save_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(376,'mod_quiz_process_attempt','mod_quiz_external','process_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(377,'mod_quiz_get_attempt_review','mod_quiz_external','get_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(378,'mod_quiz_view_attempt','mod_quiz_external','view_attempt',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(379,'mod_quiz_view_attempt_summary','mod_quiz_external','view_attempt_summary',NULL,'mod_quiz','mod/quiz:attempt','moodle_mobile_app'),(380,'mod_quiz_view_attempt_review','mod_quiz_external','view_attempt_review',NULL,'mod_quiz','mod/quiz:reviewmyattempts','moodle_mobile_app'),(381,'mod_quiz_get_quiz_feedback_for_grade','mod_quiz_external','get_quiz_feedback_for_grade',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(382,'mod_quiz_get_quiz_access_information','mod_quiz_external','get_quiz_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(383,'mod_quiz_get_attempt_access_information','mod_quiz_external','get_attempt_access_information',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(384,'mod_quiz_get_quiz_required_qtypes','mod_quiz_external','get_quiz_required_qtypes',NULL,'mod_quiz','mod/quiz:view','moodle_mobile_app'),(385,'mod_resource_view_resource','mod_resource_external','view_resource',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(386,'mod_resource_get_resources_by_courses','mod_resource_external','get_resources_by_courses',NULL,'mod_resource','mod/resource:view','moodle_mobile_app'),(387,'mod_scorm_view_scorm','mod_scorm_external','view_scorm',NULL,'mod_scorm','','moodle_mobile_app'),(388,'mod_scorm_get_scorm_attempt_count','mod_scorm_external','get_scorm_attempt_count',NULL,'mod_scorm','','moodle_mobile_app'),(389,'mod_scorm_get_scorm_scoes','mod_scorm_external','get_scorm_scoes',NULL,'mod_scorm','','moodle_mobile_app'),(390,'mod_scorm_get_scorm_user_data','mod_scorm_external','get_scorm_user_data',NULL,'mod_scorm','','moodle_mobile_app'),(391,'mod_scorm_insert_scorm_tracks','mod_scorm_external','insert_scorm_tracks',NULL,'mod_scorm','mod/scorm:savetrack','moodle_mobile_app'),(392,'mod_scorm_get_scorm_sco_tracks','mod_scorm_external','get_scorm_sco_tracks',NULL,'mod_scorm','','moodle_mobile_app'),(393,'mod_scorm_get_scorms_by_courses','mod_scorm_external','get_scorms_by_courses',NULL,'mod_scorm','','moodle_mobile_app'),(394,'mod_scorm_launch_sco','mod_scorm_external','launch_sco',NULL,'mod_scorm','','moodle_mobile_app'),(395,'mod_survey_get_surveys_by_courses','mod_survey_external','get_surveys_by_courses',NULL,'mod_survey','','moodle_mobile_app'),(396,'mod_survey_view_survey','mod_survey_external','view_survey',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(397,'mod_survey_get_questions','mod_survey_external','get_questions',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(398,'mod_survey_submit_answers','mod_survey_external','submit_answers',NULL,'mod_survey','mod/survey:participate','moodle_mobile_app'),(399,'mod_url_view_url','mod_url_external','view_url',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(400,'mod_url_get_urls_by_courses','mod_url_external','get_urls_by_courses',NULL,'mod_url','mod/url:view','moodle_mobile_app'),(401,'mod_wiki_get_wikis_by_courses','mod_wiki_external','get_wikis_by_courses',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(402,'mod_wiki_view_wiki','mod_wiki_external','view_wiki',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(403,'mod_wiki_view_page','mod_wiki_external','view_page',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(404,'mod_wiki_get_subwikis','mod_wiki_external','get_subwikis',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(405,'mod_wiki_get_subwiki_pages','mod_wiki_external','get_subwiki_pages',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(406,'mod_wiki_get_subwiki_files','mod_wiki_external','get_subwiki_files',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(407,'mod_wiki_get_page_contents','mod_wiki_external','get_page_contents',NULL,'mod_wiki','mod/wiki:viewpage','moodle_mobile_app'),(408,'mod_wiki_get_page_for_editing','mod_wiki_external','get_page_for_editing',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(409,'mod_wiki_new_page','mod_wiki_external','new_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(410,'mod_wiki_edit_page','mod_wiki_external','edit_page',NULL,'mod_wiki','mod/wiki:editpage','moodle_mobile_app'),(411,'mod_workshop_get_workshops_by_courses','mod_workshop_external','get_workshops_by_courses',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(412,'mod_workshop_get_workshop_access_information','mod_workshop_external','get_workshop_access_information',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(413,'mod_workshop_get_user_plan','mod_workshop_external','get_user_plan',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(414,'mod_workshop_view_workshop','mod_workshop_external','view_workshop',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(415,'mod_workshop_add_submission','mod_workshop_external','add_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(416,'mod_workshop_update_submission','mod_workshop_external','update_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(417,'mod_workshop_delete_submission','mod_workshop_external','delete_submission',NULL,'mod_workshop','mod/workshop:submit','moodle_mobile_app'),(418,'mod_workshop_get_submissions','mod_workshop_external','get_submissions',NULL,'mod_workshop','','moodle_mobile_app'),(419,'mod_workshop_get_submission','mod_workshop_external','get_submission',NULL,'mod_workshop','','moodle_mobile_app'),(420,'mod_workshop_get_submission_assessments','mod_workshop_external','get_submission_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(421,'mod_workshop_get_assessment','mod_workshop_external','get_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(422,'mod_workshop_get_assessment_form_definition','mod_workshop_external','get_assessment_form_definition',NULL,'mod_workshop','','moodle_mobile_app'),(423,'mod_workshop_get_reviewer_assessments','mod_workshop_external','get_reviewer_assessments',NULL,'mod_workshop','','moodle_mobile_app'),(424,'mod_workshop_update_assessment','mod_workshop_external','update_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(425,'mod_workshop_get_grades','mod_workshop_external','get_grades',NULL,'mod_workshop','','moodle_mobile_app'),(426,'mod_workshop_evaluate_assessment','mod_workshop_external','evaluate_assessment',NULL,'mod_workshop','','moodle_mobile_app'),(427,'mod_workshop_get_grades_report','mod_workshop_external','get_grades_report',NULL,'mod_workshop','','moodle_mobile_app'),(428,'mod_workshop_view_submission','mod_workshop_external','view_submission',NULL,'mod_workshop','mod/workshop:view','moodle_mobile_app'),(429,'mod_workshop_evaluate_submission','mod_workshop_external','evaluate_submission',NULL,'mod_workshop','','moodle_mobile_app'),(430,'auth_email_get_signup_settings','auth_email_external','get_signup_settings',NULL,'auth_email','',NULL),(431,'auth_email_signup_user','auth_email_external','signup_user',NULL,'auth_email','',NULL),(432,'enrol_guest_get_instance_info','enrol_guest_external','get_instance_info',NULL,'enrol_guest','','moodle_mobile_app'),(433,'enrol_manual_enrol_users','enrol_manual_external','enrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:enrol',NULL),(434,'enrol_manual_unenrol_users','enrol_manual_external','unenrol_users','enrol/manual/externallib.php','enrol_manual','enrol/manual:unenrol',NULL),(435,'enrol_self_get_instance_info','enrol_self_external','get_instance_info','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(436,'enrol_self_enrol_user','enrol_self_external','enrol_user','enrol/self/externallib.php','enrol_self','','moodle_mobile_app'),(437,'message_airnotifier_is_system_configured','message_airnotifier_external','is_system_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(438,'message_airnotifier_are_notification_preferences_configured','message_airnotifier_external','are_notification_preferences_configured','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(439,'message_airnotifier_get_user_devices','message_airnotifier_external','get_user_devices','message/output/airnotifier/externallib.php','message_airnotifier','','moodle_mobile_app'),(440,'message_airnotifier_enable_device','message_airnotifier_external','enable_device','message/output/airnotifier/externallib.php','message_airnotifier','message/airnotifier:managedevice','moodle_mobile_app'),(441,'message_popup_get_popup_notifications','message_popup_external','get_popup_notifications','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(442,'message_popup_get_unread_popup_notification_count','message_popup_external','get_unread_popup_notification_count','message/output/popup/externallib.php','message_popup','','moodle_mobile_app'),(443,'report_competency_data_for_report','report_competency\\external','data_for_report',NULL,'report_competency','moodle/competency:coursecompetencyview',NULL),(444,'report_insights_set_notuseful_prediction','report_insights\\external','set_notuseful_prediction',NULL,'report_insights','','moodle_mobile_app'),(445,'report_insights_set_fixed_prediction','report_insights\\external','set_fixed_prediction',NULL,'report_insights','','moodle_mobile_app'),(446,'gradereport_overview_get_course_grades','gradereport_overview_external','get_course_grades',NULL,'gradereport_overview','','moodle_mobile_app'),(447,'gradereport_overview_view_grade_report','gradereport_overview_external','view_grade_report',NULL,'gradereport_overview','gradereport/overview:view','moodle_mobile_app'),(448,'gradereport_user_get_grades_table','gradereport_user\\external\\user','get_grades_table',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(449,'gradereport_user_view_grade_report','gradereport_user\\external\\user','view_grade_report',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(450,'gradereport_user_get_grade_items','gradereport_user\\external\\user','get_grade_items',NULL,'gradereport_user','gradereport/user:view','moodle_mobile_app'),(451,'tool_dataprivacy_cancel_data_request','tool_dataprivacy\\external','cancel_data_request',NULL,'tool_dataprivacy','',NULL),(452,'tool_dataprivacy_contact_dpo','tool_dataprivacy\\external','contact_dpo',NULL,'tool_dataprivacy','',NULL),(453,'tool_dataprivacy_mark_complete','tool_dataprivacy\\external','mark_complete',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(454,'tool_dataprivacy_get_data_request','tool_dataprivacy\\external','get_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(455,'tool_dataprivacy_approve_data_request','tool_dataprivacy\\external','approve_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(456,'tool_dataprivacy_bulk_approve_data_requests','tool_dataprivacy\\external','bulk_approve_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(457,'tool_dataprivacy_deny_data_request','tool_dataprivacy\\external','deny_data_request',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(458,'tool_dataprivacy_bulk_deny_data_requests','tool_dataprivacy\\external','bulk_deny_data_requests',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(459,'tool_dataprivacy_get_users','tool_dataprivacy\\external','get_users',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(460,'tool_dataprivacy_create_purpose_form','tool_dataprivacy\\external','create_purpose_form',NULL,'tool_dataprivacy','',NULL),(461,'tool_dataprivacy_create_category_form','tool_dataprivacy\\external','create_category_form',NULL,'tool_dataprivacy','',NULL),(462,'tool_dataprivacy_delete_purpose','tool_dataprivacy\\external','delete_purpose',NULL,'tool_dataprivacy','',NULL),(463,'tool_dataprivacy_delete_category','tool_dataprivacy\\external','delete_category',NULL,'tool_dataprivacy','',NULL),(464,'tool_dataprivacy_set_contextlevel_form','tool_dataprivacy\\external','set_contextlevel_form',NULL,'tool_dataprivacy','',NULL),(465,'tool_dataprivacy_set_context_form','tool_dataprivacy\\external','set_context_form',NULL,'tool_dataprivacy','',NULL),(466,'tool_dataprivacy_tree_extra_branches','tool_dataprivacy\\external','tree_extra_branches',NULL,'tool_dataprivacy','',NULL),(467,'tool_dataprivacy_confirm_contexts_for_deletion','tool_dataprivacy\\external','confirm_contexts_for_deletion',NULL,'tool_dataprivacy','',NULL),(468,'tool_dataprivacy_set_context_defaults','tool_dataprivacy\\external','set_context_defaults',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(469,'tool_dataprivacy_get_category_options','tool_dataprivacy\\external','get_category_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(470,'tool_dataprivacy_get_purpose_options','tool_dataprivacy\\external','get_purpose_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(471,'tool_dataprivacy_get_activity_options','tool_dataprivacy\\external','get_activity_options',NULL,'tool_dataprivacy','tool/dataprivacy:managedataregistry',NULL),(472,'tool_lp_data_for_competency_frameworks_manage_page','tool_lp\\external','data_for_competency_frameworks_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(473,'tool_lp_data_for_competency_summary','tool_lp\\external','data_for_competency_summary',NULL,'tool_lp','moodle/competency:competencyview',NULL),(474,'tool_lp_data_for_competencies_manage_page','tool_lp\\external','data_for_competencies_manage_page',NULL,'tool_lp','moodle/competency:competencyview',NULL),(475,'tool_lp_list_courses_using_competency','tool_lp\\external','list_courses_using_competency',NULL,'tool_lp','moodle/competency:coursecompetencyview',NULL),(476,'tool_lp_data_for_course_competencies_page','tool_lp\\external','data_for_course_competencies_page',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(477,'tool_lp_data_for_template_competencies_page','tool_lp\\external','data_for_template_competencies_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(478,'tool_lp_data_for_templates_manage_page','tool_lp\\external','data_for_templates_manage_page',NULL,'tool_lp','moodle/competency:templateview',NULL),(479,'tool_lp_data_for_plans_page','tool_lp\\external','data_for_plans_page',NULL,'tool_lp','moodle/competency:planviewown','moodle_mobile_app'),(480,'tool_lp_data_for_plan_page','tool_lp\\external','data_for_plan_page',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(481,'tool_lp_data_for_related_competencies_section','tool_lp\\external','data_for_related_competencies_section',NULL,'tool_lp','moodle/competency:competencyview',NULL),(482,'tool_lp_search_users','tool_lp\\external','search_users',NULL,'tool_lp','',NULL),(483,'tool_lp_search_cohorts','core_cohort_external','search_cohorts','cohort/externallib.php','tool_lp','moodle/cohort:view',NULL),(484,'tool_lp_data_for_user_evidence_list_page','tool_lp\\external','data_for_user_evidence_list_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(485,'tool_lp_data_for_user_evidence_page','tool_lp\\external','data_for_user_evidence_page',NULL,'tool_lp','moodle/competency:userevidenceview','moodle_mobile_app'),(486,'tool_lp_data_for_user_competency_summary','tool_lp\\external','data_for_user_competency_summary',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(487,'tool_lp_data_for_user_competency_summary_in_plan','tool_lp\\external','data_for_user_competency_summary_in_plan',NULL,'tool_lp','moodle/competency:planview','moodle_mobile_app'),(488,'tool_lp_data_for_user_competency_summary_in_course','tool_lp\\external','data_for_user_competency_summary_in_course',NULL,'tool_lp','moodle/competency:coursecompetencyview','moodle_mobile_app'),(489,'tool_mobile_get_plugins_supporting_mobile','tool_mobile\\external','get_plugins_supporting_mobile',NULL,'tool_mobile','','moodle_mobile_app'),(490,'tool_mobile_get_public_config','tool_mobile\\external','get_public_config',NULL,'tool_mobile','','moodle_mobile_app'),(491,'tool_mobile_get_config','tool_mobile\\external','get_config',NULL,'tool_mobile','','moodle_mobile_app'),(492,'tool_mobile_get_autologin_key','tool_mobile\\external','get_autologin_key',NULL,'tool_mobile','','moodle_mobile_app'),(493,'tool_mobile_get_content','tool_mobile\\external','get_content',NULL,'tool_mobile','','moodle_mobile_app'),(494,'tool_policy_get_policy_version','tool_policy\\external','get_policy_version',NULL,'tool_policy','',NULL),(495,'tool_policy_submit_accept_on_behalf','tool_policy\\external','submit_accept_on_behalf',NULL,'tool_policy','',NULL),(496,'tool_templatelibrary_list_templates','tool_templatelibrary\\external','list_templates',NULL,'tool_templatelibrary','',NULL),(497,'tool_templatelibrary_load_canonical_template','tool_templatelibrary\\external','load_canonical_template',NULL,'tool_templatelibrary','',NULL),(498,'tool_usertours_fetch_and_start_tour','tool_usertours\\external\\tour','fetch_and_start_tour',NULL,'tool_usertours','',NULL),(499,'tool_usertours_step_shown','tool_usertours\\external\\tour','step_shown',NULL,'tool_usertours','',NULL),(500,'tool_usertours_complete_tour','tool_usertours\\external\\tour','complete_tour',NULL,'tool_usertours','',NULL),(501,'tool_usertours_reset_tour','tool_usertours\\external\\tour','reset_tour',NULL,'tool_usertours','',NULL),(502,'core_auth_resend_confirmation_email','core_auth_external','resend_confirmation_email',NULL,'moodle','',NULL),(503,'core_backup_get_async_backup_progress','core_backup_external','get_async_backup_progress','backup/externallib.php','moodle','',NULL),(504,'core_backup_get_async_backup_links_backup','core_backup_external','get_async_backup_links_backup','backup/externallib.php','moodle','',NULL),(505,'core_backup_get_async_backup_links_restore','core_backup_external','get_async_backup_links_restore','backup/externallib.php','moodle','',NULL),(506,'core_backup_get_copy_progress','core_backup_external','get_copy_progress','backup/externallib.php','moodle','',NULL),(507,'core_backup_submit_copy_form','core_backup_external','submit_copy_form','backup/externallib.php','moodle','',NULL),(508,'core_blog_get_entries','core_blog\\external','get_entries',NULL,'moodle','','moodle_mobile_app'),(509,'core_blog_view_entries','core_blog\\external','view_entries',NULL,'moodle','','moodle_mobile_app'),(510,'core_calendar_get_calendar_access_information','core_calendar_external','get_calendar_access_information','calendar/externallib.php','moodle','','moodle_mobile_app'),(511,'core_calendar_get_allowed_event_types','core_calendar_external','get_allowed_event_types','calendar/externallib.php','moodle','','moodle_mobile_app'),(512,'core_calendar_get_timestamps','core_calendar_external','get_timestamps','calendar/externallib.php','moodle','',NULL),(513,'core_calendar_get_calendar_export_token','core_calendar\\external\\export\\token','execute',NULL,'moodle','','moodle_mobile_app'),(514,'core_comment_add_comments','core_comment_external','add_comments',NULL,'moodle','','moodle_mobile_app'),(515,'core_comment_delete_comments','core_comment_external','delete_comments',NULL,'moodle','','moodle_mobile_app'),(516,'core_course_get_enrolled_courses_by_timeline_classification','core_course_external','get_enrolled_courses_by_timeline_classification','course/externallib.php','moodle','','moodle_mobile_app'),(517,'core_course_get_recent_courses','core_course_external','get_recent_courses','course/externallib.php','moodle','','moodle_mobile_app'),(518,'core_course_set_favourite_courses','core_course_external','set_favourite_courses','course/externallib.php','moodle','','moodle_mobile_app'),(519,'core_course_get_enrolled_users_by_cmid','core_course_external','get_enrolled_users_by_cmid','course/externallib.php','moodle','',NULL),(520,'core_course_add_content_item_to_user_favourites','core_course_external','add_content_item_to_user_favourites','course/externallib.php','moodle','',NULL),(521,'core_course_remove_content_item_from_user_favourites','core_course_external','remove_content_item_from_user_favourites','course/externallib.php','moodle','',NULL),(522,'core_course_get_course_content_items','core_course_external','get_course_content_items','course/externallib.php','moodle','',NULL),(523,'core_course_get_activity_chooser_footer','core_course_external','get_activity_chooser_footer','course/externallib.php','moodle','',NULL),(524,'core_course_toggle_activity_recommendation','core_course_external','toggle_activity_recommendation','course/externallib.php','moodle','',NULL),(525,'core_enrol_search_users','core_enrol_external','search_users','enrol/externallib.php','moodle','moodle/course:viewparticipants','moodle_mobile_app'),(526,'core_enrol_submit_user_enrolment_form','core_enrol_external','submit_user_enrolment_form','enrol/externallib.php','moodle','',NULL),(527,'core_session_touch','core\\session\\external','touch_session',NULL,'moodle','',NULL),(528,'core_session_time_remaining','core\\session\\external','time_remaining',NULL,'moodle','',NULL),(529,'core_files_delete_draft_files','core_files\\external\\delete\\draft','execute',NULL,'moodle','','moodle_mobile_app'),(530,'core_grades_grader_gradingpanel_point_fetch','core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(531,'core_grades_grader_gradingpanel_point_store','core_grades\\grades\\grader\\gradingpanel\\point\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(532,'core_grades_grader_gradingpanel_scale_fetch','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch','execute',NULL,'moodle','','moodle_mobile_app'),(533,'core_grades_grader_gradingpanel_scale_store','core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store','execute',NULL,'moodle','','moodle_mobile_app'),(535,'core_group_update_groups','core_group_external','update_groups','group/externallib.php','moodle','moodle/course:managegroups',NULL),(536,'core_message_mute_conversations','core_message_external','mute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(537,'core_message_unmute_conversations','core_message_external','unmute_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(538,'core_message_block_user','core_message_external','block_user','message/externallib.php','moodle','','moodle_mobile_app'),(539,'core_message_get_contact_requests','core_message_external','get_contact_requests','message/externallib.php','moodle','','moodle_mobile_app'),(540,'core_message_create_contact_request','core_message_external','create_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(541,'core_message_confirm_contact_request','core_message_external','confirm_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(542,'core_message_decline_contact_request','core_message_external','decline_contact_request','message/externallib.php','moodle','','moodle_mobile_app'),(543,'core_message_get_received_contact_requests_count','core_message_external','get_received_contact_requests_count','message/externallib.php','moodle','','moodle_mobile_app'),(544,'core_message_delete_conversations_by_id','core_message_external','delete_conversations_by_id','message/externallib.php','moodle','moodle/site:deleteownmessage','moodle_mobile_app'),(545,'core_message_message_search_users','core_message_external','message_search_users','message/externallib.php','moodle','','moodle_mobile_app'),(546,'core_message_get_user_contacts','core_message_external','get_user_contacts','message/externallib.php','moodle','','moodle_mobile_app'),(547,'core_message_get_conversations','core_message_external','get_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(548,'core_message_get_conversation','core_message_external','get_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(549,'core_message_get_conversation_between_users','core_message_external','get_conversation_between_users','message/externallib.php','moodle','','moodle_mobile_app'),(550,'core_message_get_self_conversation','core_message_external','get_self_conversation','message/externallib.php','moodle','','moodle_mobile_app'),(551,'core_message_get_conversation_counts','core_message_external','get_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(552,'core_message_get_unread_conversation_counts','core_message_external','get_unread_conversation_counts','message/externallib.php','moodle','','moodle_mobile_app'),(553,'core_message_get_conversation_members','core_message_external','get_conversation_members','message/externallib.php','moodle','','moodle_mobile_app'),(554,'core_message_get_member_info','core_message_external','get_member_info','message/externallib.php','moodle','','moodle_mobile_app'),(555,'core_message_mark_all_conversation_messages_as_read','core_message_external','mark_all_conversation_messages_as_read','message/externallib.php','moodle','','moodle_mobile_app'),(556,'core_message_send_messages_to_conversation','core_message_external','send_messages_to_conversation','message/externallib.php','moodle','moodle/site:sendmessage','moodle_mobile_app'),(557,'core_message_get_conversation_messages','core_message_external','get_conversation_messages','message/externallib.php','moodle','','moodle_mobile_app'),(558,'core_message_unblock_user','core_message_external','unblock_user','message/externallib.php','moodle','','moodle_mobile_app'),(559,'core_message_set_favourite_conversations','core_message_external','set_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(560,'core_message_unset_favourite_conversations','core_message_external','unset_favourite_conversations','message/externallib.php','moodle','','moodle_mobile_app'),(561,'core_message_delete_message_for_all_users','core_message_external','delete_message_for_all_users','message/externallib.php','moodle','moodle/site:deleteanymessage','moodle_mobile_app'),(562,'core_output_load_template_with_dependencies','core\\output\\external','load_template_with_dependencies',NULL,'moodle','',NULL),(563,'core_output_load_fontawesome_icon_system_map','core\\external\\output\\icon_system\\load_fontawesome_map','execute',NULL,'moodle','',NULL),(564,'core_tag_get_tagindex_per_area','core_tag_external','get_tagindex_per_area',NULL,'moodle','','moodle_mobile_app'),(565,'core_tag_get_tag_areas','core_tag_external','get_tag_areas',NULL,'moodle','','moodle_mobile_app'),(566,'core_tag_get_tag_collections','core_tag_external','get_tag_collections',NULL,'moodle','','moodle_mobile_app'),(567,'core_tag_get_tag_cloud','core_tag_external','get_tag_cloud',NULL,'moodle','','moodle_mobile_app'),(568,'core_competency_list_course_module_competencies','core_competency\\external','list_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(569,'core_competency_count_course_module_competencies','core_competency\\external','count_course_module_competencies',NULL,'moodle','moodle/competency:coursecompetencyview',NULL),(570,'core_block_get_dashboard_blocks','core_block_external','get_dashboard_blocks',NULL,'moodle','','moodle_mobile_app'),(571,'core_customfield_delete_field','core_customfield_external','delete_field','customfield/externallib.php','moodle','',NULL),(572,'core_customfield_reload_template','core_customfield_external','reload_template','customfield/externallib.php','moodle','',NULL),(573,'core_customfield_create_category','core_customfield_external','create_category','customfield/externallib.php','moodle','',NULL),(574,'core_customfield_delete_category','core_customfield_external','delete_category','customfield/externallib.php','moodle','',NULL),(575,'core_customfield_move_field','core_customfield_external','move_field','customfield/externallib.php','moodle','',NULL),(576,'core_customfield_move_category','core_customfield_external','move_category','customfield/externallib.php','moodle','',NULL),(577,'core_h5p_get_trusted_h5p_file','core_h5p\\external','get_trusted_h5p_file',NULL,'moodle','','moodle_mobile_app'),(578,'core_table_get_dynamic_table_content','core_table\\external\\dynamic\\get','execute',NULL,'moodle','','moodle_mobile_app'),(579,'core_xapi_statement_post','core_xapi\\external\\post_statement','execute',NULL,'moodle','','moodle_mobile_app'),(580,'core_contentbank_delete_content','core_contentbank\\external\\delete_content','execute',NULL,'moodle','moodle/contentbank:deleteanycontent',NULL),(581,'core_contentbank_rename_content','core_contentbank\\external\\rename_content','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(582,'core_create_userfeedback_action_record','core\\external\\record_userfeedback_action','execute',NULL,'moodle','',NULL),(583,'core_payment_get_available_gateways','core_payment\\external\\get_available_gateways','execute',NULL,'moodle','',NULL),(584,'mod_forum_get_discussion_posts','mod_forum_external','get_discussion_posts','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(585,'mod_forum_get_forum_discussions','mod_forum_external','get_forum_discussions','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting','moodle_mobile_app'),(586,'mod_forum_get_forum_access_information','mod_forum_external','get_forum_access_information',NULL,'mod_forum','','moodle_mobile_app'),(587,'mod_forum_set_subscription_state','mod_forum_external','set_subscription_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(588,'mod_forum_set_lock_state','mod_forum_external','set_lock_state','mod/forum/externallib.php','mod_forum','moodle/course:manageactivities','moodle_mobile_app'),(589,'mod_forum_toggle_favourite_state','mod_forum_external','toggle_favourite_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(590,'mod_forum_set_pin_state','mod_forum_external','set_pin_state','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(591,'mod_forum_delete_post','mod_forum_external','delete_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(592,'mod_forum_get_discussion_posts_by_userid','mod_forum_external','get_discussion_posts_by_userid','mod/forum/externallib.php','mod_forum','mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting',NULL),(593,'mod_forum_get_discussion_post','mod_forum_external','get_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(594,'mod_forum_prepare_draft_area_for_post','mod_forum_external','prepare_draft_area_for_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(595,'mod_forum_update_discussion_post','mod_forum_external','update_discussion_post','mod/forum/externallib.php','mod_forum','','moodle_mobile_app'),(596,'mod_glossary_delete_entry','mod_glossary\\external\\delete_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(597,'mod_glossary_update_entry','mod_glossary\\external\\update_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(598,'mod_glossary_prepare_entry_for_edition','mod_glossary\\external\\prepare_entry','execute',NULL,'mod_glossary','','moodle_mobile_app'),(599,'mod_h5pactivity_get_h5pactivity_access_information','mod_h5pactivity\\external\\get_h5pactivity_access_information','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(600,'mod_h5pactivity_view_h5pactivity','mod_h5pactivity\\external\\view_h5pactivity','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(601,'mod_h5pactivity_get_attempts','mod_h5pactivity\\external\\get_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(602,'mod_h5pactivity_get_results','mod_h5pactivity\\external\\get_results','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(603,'mod_h5pactivity_get_h5pactivities_by_courses','mod_h5pactivity\\external\\get_h5pactivities_by_courses','execute',NULL,'mod_h5pactivity','mod/h5pactivity:view','moodle_mobile_app'),(604,'mod_scorm_get_scorm_access_information','mod_scorm_external','get_scorm_access_information',NULL,'mod_scorm','','moodle_mobile_app'),(605,'block_recentlyaccesseditems_get_recent_items','block_recentlyaccesseditems\\external','get_recent_items',NULL,'block_recentlyaccesseditems','','moodle_mobile_app'),(606,'block_starredcourses_get_starred_courses','block_starredcourses_external','get_starred_courses','block/starredcourses/classes/external.php','block_starredcourses','','moodle_mobile_app'),(607,'media_videojs_get_language','media_videojs\\external\\get_language','execute',NULL,'media_videojs','',NULL),(608,'report_insights_action_executed','report_insights\\external','action_executed',NULL,'report_insights','','moodle_mobile_app'),(609,'gradingform_guide_grader_gradingpanel_fetch','gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_guide','',NULL),(610,'gradingform_guide_grader_gradingpanel_store','gradingform_guide\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_guide','',NULL),(611,'gradingform_rubric_grader_gradingpanel_fetch','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch','execute',NULL,'gradingform_rubric','',NULL),(612,'gradingform_rubric_grader_gradingpanel_store','gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store','execute',NULL,'gradingform_rubric','',NULL),(613,'tool_analytics_potential_contexts','tool_analytics\\external','potential_contexts',NULL,'tool_analytics','','moodle_mobile_app'),(614,'tool_mobile_call_external_functions','tool_mobile\\external','call_external_functions',NULL,'tool_mobile','','moodle_mobile_app'),(615,'tool_mobile_validate_subscription_key','tool_mobile\\external','validate_subscription_key',NULL,'tool_mobile','','moodle_mobile_app'),(616,'tool_mobile_get_tokens_for_qr_login','tool_mobile\\external','get_tokens_for_qr_login',NULL,'tool_mobile','','moodle_mobile_app'),(617,'tool_moodlenet_verify_webfinger','tool_moodlenet\\external','verify_webfinger',NULL,'tool_moodlenet','','moodle_mobile_app'),(618,'tool_moodlenet_search_courses','tool_moodlenet\\external','search_courses',NULL,'tool_moodlenet','','moodle_mobile_app'),(619,'tool_xmldb_invoke_move_action','tool_xmldb_external','invoke_move_action',NULL,'tool_xmldb','',NULL),(620,'paygw_paypal_get_config_for_js','paygw_paypal\\external\\get_config_for_js','execute',NULL,'paygw_paypal','',NULL),(621,'paygw_paypal_create_transaction_complete','paygw_paypal\\external\\transaction_complete','execute',NULL,'paygw_paypal','',NULL),(622,'core_files_get_unused_draft_itemid','core_files\\external\\get\\unused_draft','execute',NULL,'moodle','','moodle_mobile_app'),(623,'core_form_dynamic_form','core_form\\external\\dynamic_form','execute',NULL,'moodle','',NULL),(624,'core_grades_create_gradecategories','core_grades\\external\\create_gradecategories','execute',NULL,'moodle','moodle/grade:manage',NULL),(625,'core_user_search_identity','\\core_user\\external\\search_identity','execute',NULL,'moodle','moodle/user:viewalldetails',NULL),(626,'core_block_fetch_addable_blocks','core_block\\external\\fetch_addable_blocks','execute',NULL,'moodle','moodle/site:manageblocks','moodle_mobile_app'),(627,'core_contentbank_set_content_visibility','core_contentbank\\external\\set_content_visibility','execute',NULL,'moodle','moodle/contentbank:manageowncontent',NULL),(628,'mod_h5pactivity_log_report_viewed','mod_h5pactivity\\external\\log_report_viewed','execute',NULL,'mod_h5pactivity','','moodle_mobile_app'),(629,'mod_h5pactivity_get_user_attempts','mod_h5pactivity\\external\\get_user_attempts','execute',NULL,'mod_h5pactivity','mod/h5pactivity:reviewattempts','moodle_mobile_app'),(630,'block_accessreview_get_module_data','block_accessreview\\external\\get_module_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(631,'block_accessreview_get_section_data','block_accessreview\\external\\get_section_data','execute',NULL,'block_accessreview','block/accessreview:view',NULL),(632,'core_calendar_delete_subscription','core_calendar\\external\\subscription\\delete','execute',NULL,'moodle','',NULL),(633,'core_courseformat_get_state','core_courseformat\\external\\get_state','execute',NULL,'moodle','',NULL),(634,'core_courseformat_update_course','core_courseformat\\external\\update_course','execute',NULL,'moodle','moodle/course:sectionvisibility, moodle/course:activityvisibility',NULL),(635,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification','\\core_course\\external\\get_enrolled_courses_with_action_events_by_timeline_classification','execute',NULL,'moodle','','moodle_mobile_app'),(636,'core_message_get_unread_notification_count','\\core_message\\external\\get_unread_notification_count','execute',NULL,'moodle','','moodle_mobile_app'),(637,'core_reportbuilder_filters_reset','core_reportbuilder\\external\\filters\\reset','execute',NULL,'moodle','',NULL),(638,'core_dynamic_tabs_get_content','core\\external\\dynamic_tabs_get_content','execute',NULL,'moodle','',NULL),(639,'core_change_editmode','core\\external\\editmode','change_editmode',NULL,'moodle','',NULL),(640,'core_reportbuilder_reports_delete','core_reportbuilder\\external\\reports\\delete','execute',NULL,'moodle','',NULL),(641,'core_reportbuilder_reports_get','core_reportbuilder\\external\\reports\\get','execute',NULL,'moodle','',NULL),(642,'core_reportbuilder_columns_add','core_reportbuilder\\external\\columns\\add','execute',NULL,'moodle','',NULL),(643,'core_reportbuilder_columns_delete','core_reportbuilder\\external\\columns\\delete','execute',NULL,'moodle','',NULL),(644,'core_reportbuilder_columns_reorder','core_reportbuilder\\external\\columns\\reorder','execute',NULL,'moodle','',NULL),(645,'core_reportbuilder_columns_sort_get','core_reportbuilder\\external\\columns\\sort\\get','execute',NULL,'moodle','',NULL),(646,'core_reportbuilder_columns_sort_reorder','core_reportbuilder\\external\\columns\\sort\\reorder','execute',NULL,'moodle','',NULL),(647,'core_reportbuilder_columns_sort_toggle','core_reportbuilder\\external\\columns\\sort\\toggle','execute',NULL,'moodle','',NULL),(648,'core_reportbuilder_conditions_add','core_reportbuilder\\external\\conditions\\add','execute',NULL,'moodle','',NULL),(649,'core_reportbuilder_conditions_delete','core_reportbuilder\\external\\conditions\\delete','execute',NULL,'moodle','',NULL),(650,'core_reportbuilder_conditions_reorder','core_reportbuilder\\external\\conditions\\reorder','execute',NULL,'moodle','',NULL),(651,'core_reportbuilder_conditions_reset','core_reportbuilder\\external\\conditions\\reset','execute',NULL,'moodle','',NULL),(652,'core_reportbuilder_filters_add','core_reportbuilder\\external\\filters\\add','execute',NULL,'moodle','',NULL),(653,'core_reportbuilder_filters_delete','core_reportbuilder\\external\\filters\\delete','execute',NULL,'moodle','',NULL),(654,'core_reportbuilder_filters_reorder','core_reportbuilder\\external\\filters\\reorder','execute',NULL,'moodle','',NULL),(655,'core_reportbuilder_audiences_delete','core_reportbuilder\\external\\audiences\\delete','execute',NULL,'moodle','',NULL),(656,'core_reportbuilder_schedules_delete','core_reportbuilder\\external\\schedules\\delete','execute',NULL,'moodle','',NULL),(657,'core_reportbuilder_schedules_send','core_reportbuilder\\external\\schedules\\send','execute',NULL,'moodle','',NULL),(658,'core_reportbuilder_schedules_toggle','core_reportbuilder\\external\\schedules\\toggle','execute',NULL,'moodle','',NULL),(659,'mod_assign_start_submission','mod_assign\\external\\start_submission','execute',NULL,'mod_assign','mod/assign:view','moodle_mobile_app'),(660,'mod_bigbluebuttonbn_can_join','mod_bigbluebuttonbn\\external\\can_join','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(661,'mod_bigbluebuttonbn_get_recordings','mod_bigbluebuttonbn\\external\\get_recordings','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(662,'mod_bigbluebuttonbn_get_recordings_to_import','mod_bigbluebuttonbn\\external\\get_recordings_to_import','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:importrecordings','moodle_mobile_app'),(663,'mod_bigbluebuttonbn_update_recording','mod_bigbluebuttonbn\\external\\update_recording','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:managerecordings','moodle_mobile_app'),(664,'mod_bigbluebuttonbn_end_meeting','mod_bigbluebuttonbn\\external\\end_meeting','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(665,'mod_bigbluebuttonbn_completion_validate','mod_bigbluebuttonbn\\external\\completion_validate','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(666,'mod_bigbluebuttonbn_meeting_info','mod_bigbluebuttonbn\\external\\meeting_info','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(667,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses','mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(668,'mod_bigbluebuttonbn_view_bigbluebuttonbn','mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:view','moodle_mobile_app'),(669,'mod_bigbluebuttonbn_get_join_url','mod_bigbluebuttonbn\\external\\get_join_url','execute',NULL,'mod_bigbluebuttonbn','mod/bigbluebuttonbn:join','moodle_mobile_app'),(670,'mod_lti_get_tool_types_and_proxies','mod_lti\\external\\get_tool_types_and_proxies','execute',NULL,'mod_lti','moodle/site:config',NULL),(671,'mod_lti_get_tool_types_and_proxies_count','mod_lti\\external\\get_tool_types_and_proxies_count','execute',NULL,'mod_lti','moodle/site:config',NULL),(672,'mod_quiz_set_question_version','mod_quiz\\external\\submit_question_version','execute',NULL,'mod_quiz','mod/quiz:view',NULL),(673,'enrol_meta_add_instances','enrol_meta\\external\\add_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(674,'enrol_meta_delete_instances','enrol_meta\\external\\delete_instances','execute',NULL,'enrol_meta','enrol/meta:config',NULL),(675,'qbank_columnsortorder_set_columnbank_order','qbank_columnsortorder\\external\\set_columnbank_order','execute',NULL,'qbank_columnsortorder','',NULL),(676,'qbank_editquestion_set_status','qbank_editquestion\\external\\update_question_version_status','execute',NULL,'qbank_editquestion','',NULL),(677,'qbank_tagquestion_submit_tags_form','qbank_tagquestion\\external\\submit_tags','execute',NULL,'qbank_tagquestion','',NULL),(678,'tool_behat_get_entity_generator','tool_behat\\external\\get_entity_generator','execute',NULL,'tool_behat','moodle/site:config',NULL),(679,'quizaccess_seb_validate_quiz_keys','quizaccess_seb\\external\\validate_quiz_keys','execute',NULL,'quizaccess_seb','',NULL),(680,'core_courseformat_file_handlers','core_courseformat\\external\\file_handlers','execute',NULL,'moodle','',NULL),(681,'core_grades_get_enrolled_users_for_search_widget','core_grades\\external\\get_enrolled_users_for_search_widget','execute',NULL,'moodle','','moodle_mobile_app'),(682,'core_grades_get_enrolled_users_for_selector','core_grades\\external\\get_enrolled_users_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(683,'core_grades_get_groups_for_search_widget','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(684,'core_grades_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(685,'core_grades_get_feedback','core_grades\\external\\get_feedback','execute',NULL,'moodle','',NULL),(686,'core_grades_get_gradeitems','core_grades\\external\\get_gradeitems','execute',NULL,'moodle','','moodle_mobile_app'),(687,'core_user_update_user_device_public_key','\\core_user\\external\\update_user_device_public_key','execute',NULL,'moodle','','moodle_mobile_app'),(688,'core_xapi_post_state','core_xapi\\external\\post_state','execute',NULL,'moodle','','moodle_mobile_app'),(689,'core_xapi_get_state','core_xapi\\external\\get_state','execute',NULL,'moodle','','moodle_mobile_app'),(690,'core_xapi_get_states','core_xapi\\external\\get_states','execute',NULL,'moodle','','moodle_mobile_app'),(691,'core_xapi_delete_state','core_xapi\\external\\delete_state','execute',NULL,'moodle','','moodle_mobile_app'),(692,'core_reportbuilder_set_filters','core_reportbuilder\\external\\filters\\set','execute',NULL,'moodle','',NULL),(693,'core_reportbuilder_list_reports','core_reportbuilder\\external\\reports\\listing','execute',NULL,'moodle','','moodle_mobile_app'),(694,'core_reportbuilder_retrieve_report','core_reportbuilder\\external\\reports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(695,'core_reportbuilder_view_report','core_reportbuilder\\external\\reports\\view','execute',NULL,'moodle','','moodle_mobile_app'),(696,'core_admin_set_plugin_state','core_admin\\external\\set_plugin_state','execute',NULL,'moodle','',NULL),(697,'core_admin_set_plugin_order','core_admin\\external\\set_plugin_order','execute',NULL,'moodle','',NULL),(698,'core_admin_set_block_protection','core_admin\\external\\set_block_protection','execute',NULL,'moodle','',NULL),(699,'core_moodlenet_send_activity','core\\external\\moodlenet_send_activity','execute',NULL,'moodle','',NULL),(700,'core_moodlenet_get_share_info_activity','core\\external\\moodlenet_get_share_info_activity','execute',NULL,'moodle','',NULL),(701,'core_moodlenet_auth_check','core\\external\\moodlenet_auth_check','execute',NULL,'moodle','',NULL),(702,'mod_data_delete_saved_preset','mod_data\\external\\delete_saved_preset','execute',NULL,'mod_data','mod/data:manageuserpresets',NULL),(703,'mod_data_get_mapping_information','mod_data\\external\\get_mapping_information','execute',NULL,'mod_data','mod/data:managetemplates',NULL),(704,'mod_quiz_reopen_attempt','mod_quiz\\external\\reopen_attempt','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(705,'mod_quiz_get_reopen_attempt_confirmation','mod_quiz\\external\\get_reopen_attempt_confirmation','execute',NULL,'mod_quiz','mod/quiz:reopenattempts',NULL),(706,'gradereport_grader_get_users_in_report','gradereport_grader\\external\\get_users_in_report','execute',NULL,'gradereport_grader','gradereport/grader:view','moodle_mobile_app'),(707,'gradereport_singleview_get_grade_items_for_search_widget','gradereport_singleview\\external\\singleview','get_grade_items_for_search_widget',NULL,'gradereport_singleview','gradereport/singleview:view','moodle_mobile_app'),(708,'gradereport_user_get_access_information','gradereport_user\\external\\get_access_information','execute',NULL,'gradereport_user','','moodle_mobile_app'),(709,'tiny_autosave_resume_session','tiny_autosave\\external\\resume_autosave_session','execute',NULL,'tiny_autosave','',NULL),(710,'tiny_autosave_reset_session','tiny_autosave\\external\\reset_autosave_session','execute',NULL,'tiny_autosave','',NULL),(711,'tiny_autosave_update_session','tiny_autosave\\external\\update_autosave_session_content','execute',NULL,'tiny_autosave','',NULL),(712,'tiny_equation_filter','tiny_equation\\external\\filter','execute',NULL,'tiny_equation','',NULL),(713,'core_badges_get_user_badge_by_hash','core_badges\\external\\get_user_badge_by_hash','execute',NULL,'moodle','','moodle_mobile_app'),(714,'core_grades_get_grade_tree','core_grades\\external\\get_grade_tree','execute',NULL,'moodle','',NULL),(715,'core_group_get_groups_for_selector','core_group\\external\\get_groups_for_selector','execute',NULL,'moodle','','moodle_mobile_app'),(716,'core_my_view_page','\\core_my\\external\\view_page','execute',NULL,'moodle','','moodle_mobile_app'),(717,'core_search_get_results','\\core_search\\external\\get_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(718,'core_search_get_search_areas_list','\\core_search\\external\\get_search_areas_list','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(719,'core_search_view_results','\\core_search\\external\\view_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(720,'core_search_get_top_results','\\core_search\\external\\get_top_results','execute',NULL,'moodle','moodle/search:query','moodle_mobile_app'),(721,'core_xapi_delete_states','core_xapi\\external\\delete_states','execute',NULL,'moodle','','moodle_mobile_app'),(722,'core_contentbank_copy_content','core_contentbank\\external\\copy_content','execute',NULL,'moodle','moodle/contentbank:copycontent, moodle/contentbank:copyanycontent',NULL),(723,'core_reportbuilder_retrieve_system_report','core_reportbuilder\\external\\systemreports\\retrieve','execute',NULL,'moodle','','moodle_mobile_app'),(724,'core_reportbuilder_can_view_system_report','core_reportbuilder\\external\\systemreports\\can_view','execute',NULL,'moodle','','moodle_mobile_app'),(725,'core_moodlenet_get_shared_course_info','core\\external\\moodlenet_get_shared_course_info','execute',NULL,'moodle','',NULL),(726,'core_moodlenet_send_course','core\\external\\moodlenet_send_course','execute',NULL,'moodle','',NULL),(727,'mod_chat_view_sessions','mod_chat\\external\\view_sessions','execute',NULL,'mod_chat','mod/chat:readlog','moodle_mobile_app'),(728,'mod_lti_delete_course_tool_type','mod_lti\\external\\delete_course_tool_type','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(729,'mod_lti_toggle_showinactivitychooser','mod_lti\\external\\toggle_showinactivitychooser','execute',NULL,'mod_lti','mod/lti:addcoursetool',NULL),(730,'mod_quiz_add_random_questions','mod_quiz\\external\\add_random_questions','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(731,'mod_quiz_update_filter_condition','mod_quiz\\external\\update_filter_condition','execute',NULL,'mod_quiz','mod/quiz:manage',NULL),(732,'enrol_guest_validate_password','enrol_guest\\external\\validate_password','execute',NULL,'enrol_guest','','moodle_mobile_app'),(733,'qbank_columnsortorder_set_hidden_columns','qbank_columnsortorder\\external\\set_hidden_columns','execute',NULL,'qbank_columnsortorder','',NULL),(734,'qbank_columnsortorder_set_column_size','qbank_columnsortorder\\external\\set_column_size','execute',NULL,'qbank_columnsortorder','',NULL),(735,'qbank_viewquestiontext_set_question_text_format','qbank_viewquestiontext\\external\\set_question_text_format','execute',NULL,'qbank_viewquestiontext','',NULL),(736,'tool_dataprivacy_submit_selected_courses_form','tool_dataprivacy\\external\\submit_selected_courses_form','execute',NULL,'tool_dataprivacy','tool/dataprivacy:managedatarequests',NULL),(737,'tiny_premium_get_api_key','tiny_premium\\external\\get_api_key','execute',NULL,'tiny_premium','',NULL); +/*!40000 ALTER TABLE `m_external_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services` +-- + +DROP TABLE IF EXISTS `m_external_services`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + `requiredcapability` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `restrictedusers` tinyint(1) NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', + `uploadfiles` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_exteserv_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='built in and custom external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services` +-- + +LOCK TABLES `m_external_services` WRITE; +/*!40000 ALTER TABLE `m_external_services` DISABLE KEYS */; +INSERT INTO `m_external_services` VALUES (1,'Moodle mobile web service',0,NULL,0,'moodle',1566467673,1566468661,'moodle_mobile_app',1,1); +/*!40000 ALTER TABLE `m_external_services` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_functions` +-- + +DROP TABLE IF EXISTS `m_external_services_functions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_functions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `functionname` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_exteservfunc_ext_ix` (`externalserviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=2248 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lists functions available in each service group'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_functions` +-- + +LOCK TABLES `m_external_services_functions` WRITE; +/*!40000 ALTER TABLE `m_external_services_functions` DISABLE KEYS */; +INSERT INTO `m_external_services_functions` VALUES (1833,1,'core_badges_get_user_badges'),(1834,1,'core_calendar_get_calendar_monthly_view'),(1835,1,'core_calendar_get_calendar_day_view'),(1836,1,'core_calendar_get_calendar_upcoming_view'),(1837,1,'core_calendar_update_event_start_day'),(1838,1,'core_calendar_create_calendar_events'),(1839,1,'core_calendar_delete_calendar_events'),(1840,1,'core_calendar_get_calendar_events'),(1841,1,'core_calendar_get_action_events_by_timesort'),(1842,1,'core_calendar_get_action_events_by_course'),(1843,1,'core_calendar_get_action_events_by_courses'),(1844,1,'core_calendar_get_calendar_event_by_id'),(1845,1,'core_calendar_submit_create_update_form'),(1846,1,'core_comment_get_comments'),(1847,1,'core_completion_get_activities_completion_status'),(1848,1,'core_completion_get_course_completion_status'),(1849,1,'core_completion_mark_course_self_completed'),(1850,1,'core_completion_update_activity_completion_status_manually'),(1851,1,'core_course_get_categories'),(1852,1,'core_course_get_contents'),(1853,1,'core_course_get_course_module'),(1854,1,'core_course_get_course_module_by_instance'),(1855,1,'core_course_get_courses'),(1856,1,'core_course_search_courses'),(1857,1,'core_course_view_course'),(1858,1,'core_course_get_user_navigation_options'),(1859,1,'core_course_get_user_administration_options'),(1860,1,'core_course_get_courses_by_field'),(1861,1,'core_course_check_updates'),(1862,1,'core_course_get_updates_since'),(1863,1,'core_enrol_get_course_enrolment_methods'),(1864,1,'core_enrol_get_enrolled_users'),(1865,1,'core_enrol_get_users_courses'),(1866,1,'core_files_get_files'),(1867,1,'core_get_component_strings'),(1868,1,'core_group_get_activity_allowed_groups'),(1869,1,'core_group_get_activity_groupmode'),(1870,1,'core_group_get_course_groupings'),(1871,1,'core_group_get_course_groups'),(1872,1,'core_group_get_course_user_groups'),(1873,1,'core_message_delete_contacts'),(1874,1,'core_message_delete_message'),(1875,1,'core_message_get_blocked_users'),(1876,1,'core_message_data_for_messagearea_search_messages'),(1877,1,'core_message_get_messages'),(1878,1,'core_message_get_unread_conversations_count'),(1879,1,'core_message_mark_all_notifications_as_read'),(1880,1,'core_message_mark_message_read'),(1881,1,'core_message_mark_notification_read'),(1882,1,'core_message_message_processor_config_form'),(1883,1,'core_message_search_contacts'),(1884,1,'core_message_send_instant_messages'),(1885,1,'core_message_get_user_notification_preferences'),(1886,1,'core_message_get_user_message_preferences'),(1887,1,'core_notes_create_notes'),(1888,1,'core_notes_delete_notes'),(1889,1,'core_notes_get_course_notes'),(1890,1,'core_notes_view_notes'),(1891,1,'core_question_update_flag'),(1892,1,'core_rating_get_item_ratings'),(1893,1,'core_rating_add_rating'),(1894,1,'core_tag_get_tagindex'),(1895,1,'core_user_add_user_device'),(1896,1,'core_user_add_user_private_files'),(1897,1,'core_user_get_course_user_profiles'),(1898,1,'core_user_get_users_by_field'),(1899,1,'core_user_remove_user_device'),(1900,1,'core_user_update_user_preferences'),(1901,1,'core_user_view_user_list'),(1902,1,'core_user_view_user_profile'),(1903,1,'core_user_get_user_preferences'),(1904,1,'core_user_update_picture'),(1905,1,'core_user_set_user_preferences'),(1906,1,'core_user_agree_site_policy'),(1907,1,'core_user_get_private_files_info'),(1908,1,'core_competency_competency_viewed'),(1909,1,'core_competency_list_course_competencies'),(1910,1,'core_competency_get_scale_values'),(1911,1,'core_competency_user_competency_viewed'),(1912,1,'core_competency_user_competency_viewed_in_plan'),(1913,1,'core_competency_user_competency_viewed_in_course'),(1914,1,'core_competency_user_competency_plan_viewed'),(1915,1,'core_competency_grade_competency_in_course'),(1916,1,'core_competency_delete_evidence'),(1917,1,'core_webservice_get_site_info'),(1918,1,'core_block_get_course_blocks'),(1919,1,'core_filters_get_available_in_context'),(1920,1,'mod_assign_get_grades'),(1921,1,'mod_assign_get_assignments'),(1922,1,'mod_assign_get_submissions'),(1923,1,'mod_assign_get_user_flags'),(1924,1,'mod_assign_set_user_flags'),(1925,1,'mod_assign_get_user_mappings'),(1926,1,'mod_assign_revert_submissions_to_draft'),(1927,1,'mod_assign_lock_submissions'),(1928,1,'mod_assign_unlock_submissions'),(1929,1,'mod_assign_save_submission'),(1930,1,'mod_assign_submit_for_grading'),(1931,1,'mod_assign_save_grade'),(1932,1,'mod_assign_save_grades'),(1933,1,'mod_assign_save_user_extensions'),(1934,1,'mod_assign_reveal_identities'),(1935,1,'mod_assign_view_grading_table'),(1936,1,'mod_assign_view_submission_status'),(1937,1,'mod_assign_get_submission_status'),(1938,1,'mod_assign_list_participants'),(1939,1,'mod_assign_submit_grading_form'),(1940,1,'mod_assign_get_participant'),(1941,1,'mod_assign_view_assign'),(1942,1,'mod_book_view_book'),(1943,1,'mod_book_get_books_by_courses'),(1944,1,'mod_chat_login_user'),(1945,1,'mod_chat_get_chat_users'),(1946,1,'mod_chat_send_chat_message'),(1947,1,'mod_chat_get_chat_latest_messages'),(1948,1,'mod_chat_view_chat'),(1949,1,'mod_chat_get_chats_by_courses'),(1950,1,'mod_chat_get_sessions'),(1951,1,'mod_chat_get_session_messages'),(1952,1,'mod_choice_get_choice_results'),(1953,1,'mod_choice_get_choice_options'),(1954,1,'mod_choice_submit_choice_response'),(1955,1,'mod_choice_view_choice'),(1956,1,'mod_choice_get_choices_by_courses'),(1957,1,'mod_choice_delete_choice_responses'),(1958,1,'mod_data_get_databases_by_courses'),(1959,1,'mod_data_view_database'),(1960,1,'mod_data_get_data_access_information'),(1961,1,'mod_data_get_entries'),(1962,1,'mod_data_get_entry'),(1963,1,'mod_data_get_fields'),(1964,1,'mod_data_search_entries'),(1965,1,'mod_data_approve_entry'),(1966,1,'mod_data_delete_entry'),(1967,1,'mod_data_add_entry'),(1968,1,'mod_data_update_entry'),(1969,1,'mod_feedback_get_feedbacks_by_courses'),(1970,1,'mod_feedback_get_feedback_access_information'),(1971,1,'mod_feedback_view_feedback'),(1972,1,'mod_feedback_get_current_completed_tmp'),(1973,1,'mod_feedback_get_items'),(1974,1,'mod_feedback_launch_feedback'),(1975,1,'mod_feedback_get_page_items'),(1976,1,'mod_feedback_process_page'),(1977,1,'mod_feedback_get_analysis'),(1978,1,'mod_feedback_get_unfinished_responses'),(1979,1,'mod_feedback_get_finished_responses'),(1980,1,'mod_feedback_get_non_respondents'),(1981,1,'mod_feedback_get_responses_analysis'),(1982,1,'mod_feedback_get_last_completed'),(1983,1,'mod_folder_view_folder'),(1984,1,'mod_folder_get_folders_by_courses'),(1985,1,'mod_forum_get_forums_by_courses'),(1986,1,'mod_forum_get_forum_discussions_paginated'),(1987,1,'mod_forum_view_forum'),(1988,1,'mod_forum_view_forum_discussion'),(1989,1,'mod_forum_add_discussion_post'),(1990,1,'mod_forum_add_discussion'),(1991,1,'mod_forum_can_add_discussion'),(1992,1,'mod_glossary_get_glossaries_by_courses'),(1993,1,'mod_glossary_view_glossary'),(1994,1,'mod_glossary_view_entry'),(1995,1,'mod_glossary_get_entries_by_letter'),(1996,1,'mod_glossary_get_entries_by_date'),(1997,1,'mod_glossary_get_categories'),(1998,1,'mod_glossary_get_entries_by_category'),(1999,1,'mod_glossary_get_authors'),(2000,1,'mod_glossary_get_entries_by_author'),(2001,1,'mod_glossary_get_entries_by_author_id'),(2002,1,'mod_glossary_get_entries_by_search'),(2003,1,'mod_glossary_get_entries_by_term'),(2004,1,'mod_glossary_get_entries_to_approve'),(2005,1,'mod_glossary_get_entry_by_id'),(2006,1,'mod_glossary_add_entry'),(2007,1,'mod_imscp_view_imscp'),(2008,1,'mod_imscp_get_imscps_by_courses'),(2009,1,'mod_label_get_labels_by_courses'),(2010,1,'mod_lesson_get_lessons_by_courses'),(2011,1,'mod_lesson_get_lesson_access_information'),(2012,1,'mod_lesson_view_lesson'),(2013,1,'mod_lesson_get_questions_attempts'),(2014,1,'mod_lesson_get_user_grade'),(2015,1,'mod_lesson_get_user_attempt_grade'),(2016,1,'mod_lesson_get_content_pages_viewed'),(2017,1,'mod_lesson_get_user_timers'),(2018,1,'mod_lesson_get_pages'),(2019,1,'mod_lesson_launch_attempt'),(2020,1,'mod_lesson_get_page_data'),(2021,1,'mod_lesson_process_page'),(2022,1,'mod_lesson_finish_attempt'),(2023,1,'mod_lesson_get_attempts_overview'),(2024,1,'mod_lesson_get_user_attempt'),(2025,1,'mod_lesson_get_pages_possible_jumps'),(2026,1,'mod_lesson_get_lesson'),(2027,1,'mod_lti_get_tool_launch_data'),(2028,1,'mod_lti_get_ltis_by_courses'),(2029,1,'mod_lti_view_lti'),(2030,1,'mod_page_view_page'),(2031,1,'mod_page_get_pages_by_courses'),(2032,1,'mod_quiz_get_quizzes_by_courses'),(2033,1,'mod_quiz_view_quiz'),(2034,1,'mod_quiz_get_user_attempts'),(2035,1,'mod_quiz_get_user_best_grade'),(2036,1,'mod_quiz_get_combined_review_options'),(2037,1,'mod_quiz_start_attempt'),(2038,1,'mod_quiz_get_attempt_data'),(2039,1,'mod_quiz_get_attempt_summary'),(2040,1,'mod_quiz_save_attempt'),(2041,1,'mod_quiz_process_attempt'),(2042,1,'mod_quiz_get_attempt_review'),(2043,1,'mod_quiz_view_attempt'),(2044,1,'mod_quiz_view_attempt_summary'),(2045,1,'mod_quiz_view_attempt_review'),(2046,1,'mod_quiz_get_quiz_feedback_for_grade'),(2047,1,'mod_quiz_get_quiz_access_information'),(2048,1,'mod_quiz_get_attempt_access_information'),(2049,1,'mod_quiz_get_quiz_required_qtypes'),(2050,1,'mod_resource_view_resource'),(2051,1,'mod_resource_get_resources_by_courses'),(2052,1,'mod_scorm_view_scorm'),(2053,1,'mod_scorm_get_scorm_attempt_count'),(2054,1,'mod_scorm_get_scorm_scoes'),(2055,1,'mod_scorm_get_scorm_user_data'),(2056,1,'mod_scorm_insert_scorm_tracks'),(2057,1,'mod_scorm_get_scorm_sco_tracks'),(2058,1,'mod_scorm_get_scorms_by_courses'),(2059,1,'mod_scorm_launch_sco'),(2060,1,'mod_survey_get_surveys_by_courses'),(2061,1,'mod_survey_view_survey'),(2062,1,'mod_survey_get_questions'),(2063,1,'mod_survey_submit_answers'),(2064,1,'mod_url_view_url'),(2065,1,'mod_url_get_urls_by_courses'),(2066,1,'mod_wiki_get_wikis_by_courses'),(2067,1,'mod_wiki_view_wiki'),(2068,1,'mod_wiki_view_page'),(2069,1,'mod_wiki_get_subwikis'),(2070,1,'mod_wiki_get_subwiki_pages'),(2071,1,'mod_wiki_get_subwiki_files'),(2072,1,'mod_wiki_get_page_contents'),(2073,1,'mod_wiki_get_page_for_editing'),(2074,1,'mod_wiki_new_page'),(2075,1,'mod_wiki_edit_page'),(2076,1,'mod_workshop_get_workshops_by_courses'),(2077,1,'mod_workshop_get_workshop_access_information'),(2078,1,'mod_workshop_get_user_plan'),(2079,1,'mod_workshop_view_workshop'),(2080,1,'mod_workshop_add_submission'),(2081,1,'mod_workshop_update_submission'),(2082,1,'mod_workshop_delete_submission'),(2083,1,'mod_workshop_get_submissions'),(2084,1,'mod_workshop_get_submission'),(2085,1,'mod_workshop_get_submission_assessments'),(2086,1,'mod_workshop_get_assessment'),(2087,1,'mod_workshop_get_assessment_form_definition'),(2088,1,'mod_workshop_get_reviewer_assessments'),(2089,1,'mod_workshop_update_assessment'),(2090,1,'mod_workshop_get_grades'),(2091,1,'mod_workshop_evaluate_assessment'),(2092,1,'mod_workshop_get_grades_report'),(2093,1,'mod_workshop_view_submission'),(2094,1,'mod_workshop_evaluate_submission'),(2095,1,'enrol_guest_get_instance_info'),(2096,1,'enrol_self_get_instance_info'),(2097,1,'enrol_self_enrol_user'),(2098,1,'message_airnotifier_is_system_configured'),(2099,1,'message_airnotifier_are_notification_preferences_configured'),(2100,1,'message_airnotifier_get_user_devices'),(2101,1,'message_airnotifier_enable_device'),(2102,1,'message_popup_get_popup_notifications'),(2103,1,'message_popup_get_unread_popup_notification_count'),(2104,1,'report_insights_set_notuseful_prediction'),(2105,1,'report_insights_set_fixed_prediction'),(2106,1,'gradereport_overview_get_course_grades'),(2107,1,'gradereport_overview_view_grade_report'),(2108,1,'gradereport_user_get_grades_table'),(2109,1,'gradereport_user_view_grade_report'),(2110,1,'gradereport_user_get_grade_items'),(2111,1,'tool_lp_data_for_course_competencies_page'),(2112,1,'tool_lp_data_for_plans_page'),(2113,1,'tool_lp_data_for_plan_page'),(2114,1,'tool_lp_data_for_user_evidence_list_page'),(2115,1,'tool_lp_data_for_user_evidence_page'),(2116,1,'tool_lp_data_for_user_competency_summary'),(2117,1,'tool_lp_data_for_user_competency_summary_in_plan'),(2118,1,'tool_lp_data_for_user_competency_summary_in_course'),(2119,1,'tool_mobile_get_plugins_supporting_mobile'),(2120,1,'tool_mobile_get_public_config'),(2121,1,'tool_mobile_get_config'),(2122,1,'tool_mobile_get_autologin_key'),(2123,1,'tool_mobile_get_content'),(2124,1,'core_blog_get_entries'),(2125,1,'core_blog_view_entries'),(2126,1,'core_calendar_get_calendar_access_information'),(2127,1,'core_calendar_get_allowed_event_types'),(2128,1,'core_calendar_get_calendar_export_token'),(2129,1,'core_comment_add_comments'),(2130,1,'core_comment_delete_comments'),(2131,1,'core_course_get_enrolled_courses_by_timeline_classification'),(2132,1,'core_course_get_recent_courses'),(2133,1,'core_course_set_favourite_courses'),(2134,1,'core_enrol_search_users'),(2135,1,'core_files_delete_draft_files'),(2136,1,'core_grades_grader_gradingpanel_point_fetch'),(2137,1,'core_grades_grader_gradingpanel_point_store'),(2138,1,'core_grades_grader_gradingpanel_scale_fetch'),(2139,1,'core_grades_grader_gradingpanel_scale_store'),(2140,1,'core_message_mute_conversations'),(2141,1,'core_message_unmute_conversations'),(2142,1,'core_message_block_user'),(2143,1,'core_message_get_contact_requests'),(2144,1,'core_message_create_contact_request'),(2145,1,'core_message_confirm_contact_request'),(2146,1,'core_message_decline_contact_request'),(2147,1,'core_message_get_received_contact_requests_count'),(2148,1,'core_message_delete_conversations_by_id'),(2149,1,'core_message_message_search_users'),(2150,1,'core_message_get_user_contacts'),(2151,1,'core_message_get_conversations'),(2152,1,'core_message_get_conversation'),(2153,1,'core_message_get_conversation_between_users'),(2154,1,'core_message_get_self_conversation'),(2155,1,'core_message_get_conversation_counts'),(2156,1,'core_message_get_unread_conversation_counts'),(2157,1,'core_message_get_conversation_members'),(2158,1,'core_message_get_member_info'),(2159,1,'core_message_mark_all_conversation_messages_as_read'),(2160,1,'core_message_send_messages_to_conversation'),(2161,1,'core_message_get_conversation_messages'),(2162,1,'core_message_unblock_user'),(2163,1,'core_message_set_favourite_conversations'),(2164,1,'core_message_unset_favourite_conversations'),(2165,1,'core_message_delete_message_for_all_users'),(2166,1,'core_tag_get_tagindex_per_area'),(2167,1,'core_tag_get_tag_areas'),(2168,1,'core_tag_get_tag_collections'),(2169,1,'core_tag_get_tag_cloud'),(2170,1,'core_block_get_dashboard_blocks'),(2171,1,'core_h5p_get_trusted_h5p_file'),(2172,1,'core_table_get_dynamic_table_content'),(2173,1,'core_xapi_statement_post'),(2174,1,'mod_forum_get_discussion_posts'),(2175,1,'mod_forum_get_forum_discussions'),(2176,1,'mod_forum_get_forum_access_information'),(2177,1,'mod_forum_set_subscription_state'),(2178,1,'mod_forum_set_lock_state'),(2179,1,'mod_forum_toggle_favourite_state'),(2180,1,'mod_forum_set_pin_state'),(2181,1,'mod_forum_delete_post'),(2182,1,'mod_forum_get_discussion_post'),(2183,1,'mod_forum_prepare_draft_area_for_post'),(2184,1,'mod_forum_update_discussion_post'),(2185,1,'mod_glossary_delete_entry'),(2186,1,'mod_glossary_update_entry'),(2187,1,'mod_glossary_prepare_entry_for_edition'),(2188,1,'mod_h5pactivity_get_h5pactivity_access_information'),(2189,1,'mod_h5pactivity_view_h5pactivity'),(2190,1,'mod_h5pactivity_get_attempts'),(2191,1,'mod_h5pactivity_get_results'),(2192,1,'mod_h5pactivity_get_h5pactivities_by_courses'),(2193,1,'mod_scorm_get_scorm_access_information'),(2194,1,'block_recentlyaccesseditems_get_recent_items'),(2195,1,'block_starredcourses_get_starred_courses'),(2196,1,'report_insights_action_executed'),(2197,1,'tool_analytics_potential_contexts'),(2198,1,'tool_mobile_call_external_functions'),(2199,1,'tool_mobile_validate_subscription_key'),(2200,1,'tool_mobile_get_tokens_for_qr_login'),(2201,1,'tool_moodlenet_verify_webfinger'),(2202,1,'tool_moodlenet_search_courses'),(2203,1,'core_files_get_unused_draft_itemid'),(2204,1,'core_block_fetch_addable_blocks'),(2205,1,'mod_h5pactivity_log_report_viewed'),(2206,1,'mod_h5pactivity_get_user_attempts'),(2207,1,'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),(2208,1,'core_message_get_unread_notification_count'),(2209,1,'mod_assign_start_submission'),(2210,1,'mod_bigbluebuttonbn_can_join'),(2211,1,'mod_bigbluebuttonbn_get_recordings'),(2212,1,'mod_bigbluebuttonbn_get_recordings_to_import'),(2213,1,'mod_bigbluebuttonbn_update_recording'),(2214,1,'mod_bigbluebuttonbn_end_meeting'),(2215,1,'mod_bigbluebuttonbn_completion_validate'),(2216,1,'mod_bigbluebuttonbn_meeting_info'),(2217,1,'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),(2218,1,'mod_bigbluebuttonbn_view_bigbluebuttonbn'),(2219,1,'mod_bigbluebuttonbn_get_join_url'),(2220,1,'core_grades_get_enrolled_users_for_search_widget'),(2221,1,'core_grades_get_enrolled_users_for_selector'),(2222,1,'core_grades_get_groups_for_search_widget'),(2223,1,'core_grades_get_groups_for_selector'),(2224,1,'core_grades_get_gradeitems'),(2225,1,'core_user_update_user_device_public_key'),(2226,1,'core_xapi_post_state'),(2227,1,'core_xapi_get_state'),(2228,1,'core_xapi_get_states'),(2229,1,'core_xapi_delete_state'),(2230,1,'core_reportbuilder_list_reports'),(2231,1,'core_reportbuilder_retrieve_report'),(2232,1,'core_reportbuilder_view_report'),(2233,1,'gradereport_grader_get_users_in_report'),(2234,1,'gradereport_singleview_get_grade_items_for_search_widget'),(2235,1,'gradereport_user_get_access_information'),(2236,1,'core_badges_get_user_badge_by_hash'),(2237,1,'core_group_get_groups_for_selector'),(2238,1,'core_my_view_page'),(2239,1,'core_search_get_results'),(2240,1,'core_search_get_search_areas_list'),(2241,1,'core_search_view_results'),(2242,1,'core_search_get_top_results'),(2243,1,'core_xapi_delete_states'),(2244,1,'core_reportbuilder_retrieve_system_report'),(2245,1,'core_reportbuilder_can_view_system_report'),(2246,1,'mod_chat_view_sessions'),(2247,1,'enrol_guest_validate_password'); +/*!40000 ALTER TABLE `m_external_services_functions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_services_users` +-- + +DROP TABLE IF EXISTS `m_external_services_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_services_users` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `externalserviceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_exteservuser_ext_ix` (`externalserviceid`), + KEY `m_exteservuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='users allowed to use services with restricted users flag'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_services_users` +-- + +LOCK TABLES `m_external_services_users` WRITE; +/*!40000 ALTER TABLE `m_external_services_users` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_services_users` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_external_tokens` +-- + +DROP TABLE IF EXISTS `m_external_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_external_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `privatetoken` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tokentype` smallint NOT NULL, + `userid` bigint NOT NULL, + `externalserviceid` bigint NOT NULL, + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `creatorid` bigint NOT NULL DEFAULT '1', + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_extetoke_use_ix` (`userid`), + KEY `m_extetoke_ext_ix` (`externalserviceid`), + KEY `m_extetoke_con_ix` (`contextid`), + KEY `m_extetoke_cre_ix` (`creatorid`), + KEY `m_extetoke_tok_ix` (`token`), + KEY `m_extetoke_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Security tokens for accessing of external services'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_external_tokens` +-- + +LOCK TABLES `m_external_tokens` WRITE; +/*!40000 ALTER TABLE `m_external_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_external_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_favourite` +-- + +DROP TABLE IF EXISTS `m_favourite`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_favourite` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint NOT NULL, + `userid` bigint NOT NULL, + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`), + KEY `m_favo_con_ix` (`contextid`), + KEY `m_favo_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_favourite` +-- + +LOCK TABLES `m_favourite` WRITE; +/*!40000 ALTER TABLE `m_favourite` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_favourite` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback` +-- + +DROP TABLE IF EXISTS `m_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `anonymous` tinyint(1) NOT NULL DEFAULT '1', + `email_notification` tinyint(1) NOT NULL DEFAULT '1', + `multiple_submit` tinyint(1) NOT NULL DEFAULT '1', + `autonumbering` tinyint(1) NOT NULL DEFAULT '1', + `site_after_submit` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `page_after_submit` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `page_after_submitformat` tinyint NOT NULL DEFAULT '0', + `publish_stats` tinyint(1) NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feed_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all feedbacks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback` +-- + +LOCK TABLES `m_feedback` WRITE; +/*!40000 ALTER TABLE `m_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completed` +-- + +DROP TABLE IF EXISTS `m_feedback_completed`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completed` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use_ix` (`userid`), + KEY `m_feedcomp_fee_ix` (`feedback`), + KEY `m_feedcomp_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completed` +-- + +LOCK TABLES `m_feedback_completed` WRITE; +/*!40000 ALTER TABLE `m_feedback_completed` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completed` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_completedtmp` +-- + +DROP TABLE IF EXISTS `m_feedback_completedtmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_completedtmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `guestid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `random_response` bigint NOT NULL DEFAULT '0', + `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedcomp_use2_ix` (`userid`), + KEY `m_feedcomp_fee2_ix` (`feedback`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='filled out feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_completedtmp` +-- + +LOCK TABLES `m_feedback_completedtmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_completedtmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_completedtmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_item` +-- + +DROP TABLE IF EXISTS `m_feedback_item`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_item` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedback` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `presentation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `typ` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hasvalue` tinyint(1) NOT NULL DEFAULT '0', + `position` smallint NOT NULL DEFAULT '0', + `required` tinyint(1) NOT NULL DEFAULT '0', + `dependitem` bigint NOT NULL DEFAULT '0', + `dependvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feeditem_fee_ix` (`feedback`), + KEY `m_feeditem_tem_ix` (`template`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_item` +-- + +LOCK TABLES `m_feedback_item` WRITE; +/*!40000 ALTER TABLE `m_feedback_item` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_item` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_sitecourse_map` +-- + +DROP TABLE IF EXISTS `m_feedback_sitecourse_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_sitecourse_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `feedbackid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_feedsitemap_cou_ix` (`courseid`), + KEY `m_feedsitemap_fee_ix` (`feedbackid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='feedback sitecourse map'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_sitecourse_map` +-- + +LOCK TABLES `m_feedback_sitecourse_map` WRITE; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_sitecourse_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_template` +-- + +DROP TABLE IF EXISTS `m_feedback_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `ispublic` tinyint(1) NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_feedtemp_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='templates of feedbackstructures'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_template` +-- + +LOCK TABLES `m_feedback_template` WRITE; +/*!40000 ALTER TABLE `m_feedback_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_value` +-- + +DROP TABLE IF EXISTS `m_feedback_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou_ix` (`course_id`), + KEY `m_feedvalu_ite_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completeds'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_value` +-- + +LOCK TABLES `m_feedback_value` WRITE; +/*!40000 ALTER TABLE `m_feedback_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_feedback_valuetmp` +-- + +DROP TABLE IF EXISTS `m_feedback_valuetmp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_feedback_valuetmp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course_id` bigint NOT NULL DEFAULT '0', + `item` bigint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + `tmp_completed` bigint NOT NULL DEFAULT '0', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`), + KEY `m_feedvalu_cou2_ix` (`course_id`), + KEY `m_feedvalu_ite2_ix` (`item`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='values of the completedstmp'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_feedback_valuetmp` +-- + +LOCK TABLES `m_feedback_valuetmp` WRITE; +/*!40000 ALTER TABLE `m_feedback_valuetmp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_feedback_valuetmp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_file_conversion` +-- + +DROP TABLE IF EXISTS `m_file_conversion`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_file_conversion` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sourcefileid` bigint NOT NULL, + `targetformat` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `status` bigint DEFAULT '0', + `statusmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `converter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `destfileid` bigint DEFAULT NULL, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_fileconv_sou_ix` (`sourcefileid`), + KEY `m_fileconv_des_ix` (`destfileid`), + KEY `m_fileconv_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to track file conversions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_file_conversion` +-- + +LOCK TABLES `m_file_conversion` WRITE; +/*!40000 ALTER TABLE `m_file_conversion` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_file_conversion` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files` +-- + +DROP TABLE IF EXISTS `m_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filearea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `filepath` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `filesize` bigint NOT NULL, + `mimetype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `source` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `referencefileid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_file_pat_uix` (`pathnamehash`), + KEY `m_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`), + KEY `m_file_con_ix` (`contenthash`), + KEY `m_file_con2_ix` (`contextid`), + KEY `m_file_use_ix` (`userid`), + KEY `m_file_ref_ix` (`referencefileid`), + KEY `m_file_lic_ix` (`license`), + KEY `m_file_fil_ix` (`filename`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='description of files, content is stored in sha1 file pool'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files` +-- + +LOCK TABLES `m_files` WRITE; +/*!40000 ALTER TABLE `m_files` DISABLE KEYS */; +INSERT INTO `m_files` VALUES (1,'41cfeee5884a43a4650a851f4f85e7b28316fcc9','a48e186a2cc853a9e94e9305f4e9bc086391212d',1,'theme_more','backgroundimage',0,'/','background.jpg',2,4451,'image/jpeg',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(2,'da39a3ee5e6b4b0d3255bfef95601890afd80709','d1da7ab1bb9c08a926037367bf8ce9a838034ead',1,'theme_more','backgroundimage',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(3,'5f8e911d0da441e36f47c5c46f4393269211ca56','508e674d49c30d4fde325fe6c7f6fd3d56b247e1',1,'assignfeedback_editpdf','stamps',0,'/','smile.png',2,1085,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(4,'da39a3ee5e6b4b0d3255bfef95601890afd80709','70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5',1,'assignfeedback_editpdf','stamps',0,'/','.',2,0,NULL,0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(5,'75c101cb8cb34ea573cd25ac38f8157b1de901b8','68317eab56c67d32aeaee5acf509a0c4aa828b6b',1,'assignfeedback_editpdf','stamps',0,'/','sad.png',2,966,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(6,'0c5190a24c3943966541401c883eacaa20ca20cb','695a55ff780e61c9e59428aa425430b0d6bde53b',1,'assignfeedback_editpdf','stamps',0,'/','tick.png',2,1039,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL),(7,'8c96a486d5801e0f4ab8c411f561f1c687e1f865','373e63af262a9b8466ba8632551520be793c37ff',1,'assignfeedback_editpdf','stamps',0,'/','cross.png',2,861,'image/png',0,NULL,NULL,NULL,1566467708,1566467708,0,NULL); +/*!40000 ALTER TABLE `m_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_files_reference` +-- + +DROP TABLE IF EXISTS `m_files_reference`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_files_reference` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `repositoryid` bigint NOT NULL, + `lastsync` bigint DEFAULT NULL, + `reference` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `referencehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filerefe_refrep_uix` (`referencehash`,`repositoryid`), + KEY `m_filerefe_rep_ix` (`repositoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store files references'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_files_reference` +-- + +LOCK TABLES `m_files_reference` WRITE; +/*!40000 ALTER TABLE `m_files_reference` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_files_reference` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_active` +-- + +DROP TABLE IF EXISTS `m_filter_active`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_active` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `active` smallint NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtacti_confil_uix` (`contextid`,`filter`), + KEY `m_filtacti_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores information about which filters are active in which c'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_active` +-- + +LOCK TABLES `m_filter_active` WRITE; +/*!40000 ALTER TABLE `m_filter_active` DISABLE KEYS */; +INSERT INTO `m_filter_active` VALUES (1,'activitynames',1,1,3),(2,'mathjaxloader',1,1,1),(3,'mediaplugin',1,1,4),(4,'algebra',1,-9999,6),(5,'censor',1,-9999,7),(6,'data',1,-9999,8),(7,'emailprotect',1,-9999,9),(8,'emoticon',1,-9999,10),(9,'glossary',1,-9999,11),(10,'multilang',1,-9999,12),(11,'tex',1,-9999,13),(12,'tidy',1,-9999,14),(13,'urltolink',1,-9999,15),(14,'wiris',1,1,5),(15,'displayh5p',1,1,2); +/*!40000 ALTER TABLE `m_filter_active` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_config` +-- + +DROP TABLE IF EXISTS `m_filter_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filter` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtconf_confilnam_uix` (`contextid`,`filter`,`name`), + KEY `m_filtconf_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores per-context configuration settings for filters which '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_config` +-- + +LOCK TABLES `m_filter_config` WRITE; +/*!40000 ALTER TABLE `m_filter_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_filter_wiris_formulas` +-- + +DROP TABLE IF EXISTS `m_filter_wiris_formulas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_filter_wiris_formulas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `md5` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `alt` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_filtwiriform_md5_uix` (`md5`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for filter_wiris, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_filter_wiris_formulas` +-- + +LOCK TABLES `m_filter_wiris_formulas` WRITE; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_filter_wiris_formulas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_folder` +-- + +DROP TABLE IF EXISTS `m_folder`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_folder` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `display` smallint NOT NULL DEFAULT '0', + `showexpanded` tinyint(1) NOT NULL DEFAULT '1', + `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', + `forcedownload` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_fold_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one folder resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_folder` +-- + +LOCK TABLES `m_folder` WRITE; +/*!40000 ALTER TABLE `m_folder` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_folder` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum` +-- + +DROP TABLE IF EXISTS `m_forum`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'general', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `duedate` bigint NOT NULL DEFAULT '0', + `cutoffdate` bigint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `grade_forum` bigint NOT NULL DEFAULT '0', + `grade_forum_notify` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `maxattachments` bigint NOT NULL DEFAULT '1', + `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', + `trackingtype` tinyint NOT NULL DEFAULT '1', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `warnafter` bigint NOT NULL DEFAULT '0', + `blockafter` bigint NOT NULL DEFAULT '0', + `blockperiod` bigint NOT NULL DEFAULT '0', + `completiondiscussions` int NOT NULL DEFAULT '0', + `completionreplies` int NOT NULL DEFAULT '0', + `completionposts` int NOT NULL DEFAULT '0', + `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', + `lockdiscussionafter` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foru_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums contain and structure discussion'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum` +-- + +LOCK TABLES `m_forum` WRITE; +/*!40000 ALTER TABLE `m_forum` DISABLE KEYS */; +INSERT INTO `m_forum` VALUES (1,2,'news','Announcements','General news and announcements',1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1566468838,0,0,0,0,0,0,0,0); +/*!40000 ALTER TABLE `m_forum` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_digests` +-- + +DROP TABLE IF EXISTS `m_forum_digests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_digests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `forum` bigint NOT NULL, + `maildigest` tinyint(1) NOT NULL DEFAULT '-1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`), + KEY `m_forudige_use_ix` (`userid`), + KEY `m_forudige_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of user mail delivery preferences for each forum'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_digests` +-- + +LOCK TABLES `m_forum_digests` WRITE; +/*!40000 ALTER TABLE `m_forum_digests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_digests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussion_subs` +-- + +DROP TABLE IF EXISTS `m_forum_discussion_subs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussion_subs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `userid` bigint NOT NULL, + `discussion` bigint NOT NULL, + `preference` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forudiscsubs_usedis_uix` (`userid`,`discussion`), + KEY `m_forudiscsubs_for_ix` (`forum`), + KEY `m_forudiscsubs_use_ix` (`userid`), + KEY `m_forudiscsubs_dis_ix` (`discussion`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users may choose to subscribe and unsubscribe from specific '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussion_subs` +-- + +LOCK TABLES `m_forum_discussion_subs` WRITE; +/*!40000 ALTER TABLE `m_forum_discussion_subs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_discussion_subs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_discussions` +-- + +DROP TABLE IF EXISTS `m_forum_discussions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_discussions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstpost` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '-1', + `assessed` tinyint(1) NOT NULL DEFAULT '1', + `timemodified` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `pinned` tinyint(1) NOT NULL DEFAULT '0', + `timelocked` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forudisc_use_ix` (`userid`), + KEY `m_forudisc_cou_ix` (`course`), + KEY `m_forudisc_for_ix` (`forum`), + KEY `m_forudisc_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Forums are composed of discussions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_discussions` +-- + +LOCK TABLES `m_forum_discussions` WRITE; +/*!40000 ALTER TABLE `m_forum_discussions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_discussions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_grades` +-- + +DROP TABLE IF EXISTS `m_forum_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `forum` bigint NOT NULL, + `itemnumber` bigint NOT NULL, + `userid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`), + KEY `m_forugrad_use_ix` (`userid`), + KEY `m_forugrad_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_grades` +-- + +LOCK TABLES `m_forum_grades` WRITE; +/*!40000 ALTER TABLE `m_forum_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_posts` +-- + +DROP TABLE IF EXISTS `m_forum_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_posts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `discussion` bigint NOT NULL DEFAULT '0', + `parent` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `modified` bigint NOT NULL DEFAULT '0', + `mailed` tinyint NOT NULL DEFAULT '0', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` tinyint NOT NULL DEFAULT '0', + `messagetrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `totalscore` smallint NOT NULL DEFAULT '0', + `mailnow` bigint NOT NULL DEFAULT '0', + `privatereplyto` bigint NOT NULL DEFAULT '0', + `wordcount` bigint DEFAULT NULL, + `charcount` bigint DEFAULT NULL, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forupost_use_ix` (`userid`), + KEY `m_forupost_cre_ix` (`created`), + KEY `m_forupost_mai_ix` (`mailed`), + KEY `m_forupost_dis_ix` (`discussion`), + KEY `m_forupost_par_ix` (`parent`), + KEY `m_forupost_pri_ix` (`privatereplyto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='All posts are stored in this table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_posts` +-- + +LOCK TABLES `m_forum_posts` WRITE; +/*!40000 ALTER TABLE `m_forum_posts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_posts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_queue` +-- + +DROP TABLE IF EXISTS `m_forum_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruqueu_use_ix` (`userid`), + KEY `m_foruqueu_dis_ix` (`discussionid`), + KEY `m_foruqueu_pos_ix` (`postid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For keeping track of posts that will be mailed in digest for'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_queue` +-- + +LOCK TABLES `m_forum_queue` WRITE; +/*!40000 ALTER TABLE `m_forum_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_read` +-- + +DROP TABLE IF EXISTS `m_forum_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + `discussionid` bigint NOT NULL DEFAULT '0', + `postid` bigint NOT NULL DEFAULT '0', + `firstread` bigint NOT NULL DEFAULT '0', + `lastread` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_foruread_posuse_ix` (`postid`,`userid`), + KEY `m_foruread_use_ix` (`userid`), + KEY `m_foruread_foruse_ix` (`forumid`,`userid`), + KEY `m_foruread_disuse_ix` (`discussionid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users read posts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_read` +-- + +LOCK TABLES `m_forum_read` WRITE; +/*!40000 ALTER TABLE `m_forum_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_subscriptions` +-- + +DROP TABLE IF EXISTS `m_forum_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forum` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_forusubs_usefor_uix` (`userid`,`forum`), + KEY `m_forusubs_use_ix` (`userid`), + KEY `m_forusubs_for_ix` (`forum`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of who is subscribed to what forum'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_subscriptions` +-- + +LOCK TABLES `m_forum_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_forum_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_forum_track_prefs` +-- + +DROP TABLE IF EXISTS `m_forum_track_prefs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_forum_track_prefs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `forumid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_forutracpref_usefor_ix` (`userid`,`forumid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks each users untracked forums'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_forum_track_prefs` +-- + +LOCK TABLES `m_forum_track_prefs` WRITE; +/*!40000 ALTER TABLE `m_forum_track_prefs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_forum_track_prefs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary` +-- + +DROP TABLE IF EXISTS `m_glossary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', + `displayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'dictionary', + `mainglossary` tinyint NOT NULL DEFAULT '0', + `showspecial` tinyint NOT NULL DEFAULT '1', + `showalphabet` tinyint NOT NULL DEFAULT '1', + `showall` tinyint NOT NULL DEFAULT '1', + `allowcomments` tinyint NOT NULL DEFAULT '0', + `allowprintview` tinyint NOT NULL DEFAULT '1', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `defaultapproval` tinyint NOT NULL DEFAULT '1', + `approvaldisplayformat` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'default', + `globalglossary` tinyint NOT NULL DEFAULT '0', + `entbypage` smallint NOT NULL DEFAULT '10', + `editalways` tinyint NOT NULL DEFAULT '0', + `rsstype` tinyint NOT NULL DEFAULT '0', + `rssarticles` tinyint NOT NULL DEFAULT '0', + `assessed` bigint NOT NULL DEFAULT '0', + `assesstimestart` bigint NOT NULL DEFAULT '0', + `assesstimefinish` bigint NOT NULL DEFAULT '0', + `scale` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionentries` int NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glos_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossaries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary` +-- + +LOCK TABLES `m_glossary` WRITE; +/*!40000 ALTER TABLE `m_glossary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_alias` +-- + +DROP TABLE IF EXISTS `m_glossary_alias`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_alias` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `entryid` bigint NOT NULL DEFAULT '0', + `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_glosalia_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='entries alias'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_alias` +-- + +LOCK TABLES `m_glossary_alias` WRITE; +/*!40000 ALTER TABLE `m_glossary_alias` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_alias` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usedynalink` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_gloscate_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all categories for glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_categories` +-- + +LOCK TABLES `m_glossary_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries` +-- + +DROP TABLE IF EXISTS `m_glossary_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `glossaryid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `concept` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `definitionformat` tinyint NOT NULL DEFAULT '0', + `definitiontrust` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `teacherentry` tinyint NOT NULL DEFAULT '0', + `sourceglossaryid` bigint NOT NULL DEFAULT '0', + `usedynalink` tinyint NOT NULL DEFAULT '1', + `casesensitive` tinyint NOT NULL DEFAULT '0', + `fullmatch` tinyint NOT NULL DEFAULT '1', + `approved` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_glosentr_use_ix` (`userid`), + KEY `m_glosentr_con_ix` (`concept`), + KEY `m_glosentr_glo_ix` (`glossaryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='all glossary entries'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries` +-- + +LOCK TABLES `m_glossary_entries` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_entries_categories` +-- + +DROP TABLE IF EXISTS `m_glossary_entries_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_entries_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL DEFAULT '0', + `entryid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_glosentrcate_cat_ix` (`categoryid`), + KEY `m_glosentrcate_ent_ix` (`entryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='categories of each glossary entry'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_entries_categories` +-- + +LOCK TABLES `m_glossary_entries_categories` WRITE; +/*!40000 ALTER TABLE `m_glossary_entries_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_glossary_entries_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_glossary_formats` +-- + +DROP TABLE IF EXISTS `m_glossary_formats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_glossary_formats` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `popupformatname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint NOT NULL DEFAULT '1', + `showgroup` tinyint NOT NULL DEFAULT '1', + `showtabs` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `defaultmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaulthook` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Setting of the display formats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_glossary_formats` +-- + +LOCK TABLES `m_glossary_formats` WRITE; +/*!40000 ALTER TABLE `m_glossary_formats` DISABLE KEYS */; +INSERT INTO `m_glossary_formats` VALUES (1,'continuous','continuous',1,1,'standard,category,date','','','',''),(2,'dictionary','dictionary',1,1,'standard','','','',''),(3,'encyclopedia','encyclopedia',1,1,'standard,category,date,author','','','',''),(4,'entrylist','entrylist',1,1,'standard,category,date,author','','','',''),(5,'faq','faq',1,1,'standard,category,date,author','','','',''),(6,'fullwithauthor','fullwithauthor',1,1,'standard,category,date,author','','','',''),(7,'fullwithoutauthor','fullwithoutauthor',1,1,'standard,category,date','','','',''); +/*!40000 ALTER TABLE `m_glossary_formats` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories` +-- + +DROP TABLE IF EXISTS `m_grade_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcate_cou_ix` (`courseid`), + KEY `m_gradcate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about categories, used for grou'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories` +-- + +LOCK TABLES `m_grade_categories` WRITE; +/*!40000 ALTER TABLE `m_grade_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_categories_history` +-- + +DROP TABLE IF EXISTS `m_grade_categories_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_categories_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL, + `parent` bigint DEFAULT NULL, + `depth` bigint NOT NULL DEFAULT '0', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` bigint NOT NULL DEFAULT '0', + `keephigh` bigint NOT NULL DEFAULT '0', + `droplow` bigint NOT NULL DEFAULT '0', + `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', + `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', + `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradcatehist_act_ix` (`action`), + KEY `m_gradcatehist_tim_ix` (`timemodified`), + KEY `m_gradcatehist_old_ix` (`oldid`), + KEY `m_gradcatehist_cou_ix` (`courseid`), + KEY `m_gradcatehist_par_ix` (`parent`), + KEY `m_gradcatehist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_categories_history` +-- + +LOCK TABLES `m_grade_categories_history` WRITE; +/*!40000 ALTER TABLE `m_grade_categories_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_categories_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades` +-- + +DROP TABLE IF EXISTS `m_grade_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `rawscaleid` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `aggregationstatus` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'unknown', + `aggregationweight` decimal(10,5) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradgrad_useite_uix` (`userid`,`itemid`), + KEY `m_gradgrad_locloc_ix` (`locked`,`locktime`), + KEY `m_gradgrad_ite_ix` (`itemid`), + KEY `m_gradgrad_use_ix` (`userid`), + KEY `m_gradgrad_raw_ix` (`rawscaleid`), + KEY `m_gradgrad_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='grade_grades This table keeps individual grades for each us'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades` +-- + +LOCK TABLES `m_grade_grades` WRITE; +/*!40000 ALTER TABLE `m_grade_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_grades_history` +-- + +DROP TABLE IF EXISTS `m_grade_grades_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_grades_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `rawscaleid` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `exported` bigint NOT NULL DEFAULT '0', + `overridden` bigint NOT NULL DEFAULT '0', + `excluded` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` bigint NOT NULL DEFAULT '0', + `information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `informationformat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradgradhist_act_ix` (`action`), + KEY `m_gradgradhist_tim_ix` (`timemodified`), + KEY `m_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`), + KEY `m_gradgradhist_old_ix` (`oldid`), + KEY `m_gradgradhist_ite_ix` (`itemid`), + KEY `m_gradgradhist_use_ix` (`userid`), + KEY `m_gradgradhist_raw_ix` (`rawscaleid`), + KEY `m_gradgradhist_use2_ix` (`usermodified`), + KEY `m_gradgradhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_grades_history` +-- + +LOCK TABLES `m_grade_grades_history` WRITE; +/*!40000 ALTER TABLE `m_grade_grades_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_grades_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_newitem` +-- + +DROP TABLE IF EXISTS `m_grade_import_newitem`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_newitem` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `importcode` bigint NOT NULL, + `importer` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradimponewi_imp_ix` (`importer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='temporary table for storing new grade_item names from grade '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_newitem` +-- + +LOCK TABLES `m_grade_import_newitem` WRITE; +/*!40000 ALTER TABLE `m_grade_import_newitem` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_newitem` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_import_values` +-- + +DROP TABLE IF EXISTS `m_grade_import_values`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_import_values` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `itemid` bigint DEFAULT NULL, + `newgradeitem` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `finalgrade` decimal(10,5) DEFAULT NULL, + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `importcode` bigint NOT NULL, + `importer` bigint DEFAULT NULL, + `importonlyfeedback` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradimpovalu_ite_ix` (`itemid`), + KEY `m_gradimpovalu_new_ix` (`newgradeitem`), + KEY `m_gradimpovalu_imp_ix` (`importer`), + KEY `m_gradimpovalu_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Temporary table for importing grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_import_values` +-- + +LOCK TABLES `m_grade_import_values` WRITE; +/*!40000 ALTER TABLE `m_grade_import_values` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_import_values` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items` +-- + +DROP TABLE IF EXISTS `m_grade_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint DEFAULT NULL, + `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', + `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', + `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', + `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', + `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', + `sortorder` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_graditem_locloc_ix` (`locked`,`locktime`), + KEY `m_graditem_itenee_ix` (`itemtype`,`needsupdate`), + KEY `m_graditem_gra_ix` (`gradetype`), + KEY `m_graditem_idncou_ix` (`idnumber`,`courseid`), + KEY `m_graditem_cou_ix` (`courseid`), + KEY `m_graditem_cat_ix` (`categoryid`), + KEY `m_graditem_sca_ix` (`scaleid`), + KEY `m_graditem_out_ix` (`outcomeid`), + KEY `m_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about gradeable items (ie colum'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items` +-- + +LOCK TABLES `m_grade_items` WRITE; +/*!40000 ALTER TABLE `m_grade_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_items_history` +-- + +DROP TABLE IF EXISTS `m_grade_items_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_items_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `itemname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemmodule` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iteminstance` bigint DEFAULT NULL, + `itemnumber` bigint DEFAULT NULL, + `iteminfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `calculation` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `gradetype` smallint NOT NULL DEFAULT '1', + `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', + `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', + `scaleid` bigint DEFAULT NULL, + `outcomeid` bigint DEFAULT NULL, + `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', + `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', + `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', + `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', + `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', + `sortorder` bigint NOT NULL DEFAULT '0', + `hidden` bigint NOT NULL DEFAULT '0', + `locked` bigint NOT NULL DEFAULT '0', + `locktime` bigint NOT NULL DEFAULT '0', + `needsupdate` bigint NOT NULL DEFAULT '0', + `display` bigint NOT NULL DEFAULT '0', + `decimals` tinyint(1) DEFAULT NULL, + `weightoverride` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_graditemhist_act_ix` (`action`), + KEY `m_graditemhist_tim_ix` (`timemodified`), + KEY `m_graditemhist_old_ix` (`oldid`), + KEY `m_graditemhist_cou_ix` (`courseid`), + KEY `m_graditemhist_cat_ix` (`categoryid`), + KEY `m_graditemhist_sca_ix` (`scaleid`), + KEY `m_graditemhist_out_ix` (`outcomeid`), + KEY `m_graditemhist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History of grade_items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_items_history` +-- + +LOCK TABLES `m_grade_items_history` WRITE; +/*!40000 ALTER TABLE `m_grade_items_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_items_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_letters` +-- + +DROP TABLE IF EXISTS `m_grade_letters`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_letters` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `lowerboundary` decimal(10,5) NOT NULL, + `letter` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Repository for grade letters, for courses and other moodle e'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_letters` +-- + +LOCK TABLES `m_grade_letters` WRITE; +/*!40000 ALTER TABLE `m_grade_letters` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_letters` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutc_cousho_uix` (`courseid`,`shortname`), + KEY `m_gradoutc_cou_ix` (`courseid`), + KEY `m_gradoutc_sca_ix` (`scaleid`), + KEY `m_gradoutc_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table describes the outcomes used in the system. An out'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes` +-- + +LOCK TABLES `m_grade_outcomes` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_courses` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `outcomeid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradoutccour_couout_uix` (`courseid`,`outcomeid`), + KEY `m_gradoutccour_cou_ix` (`courseid`), + KEY `m_gradoutccour_out_ix` (`outcomeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores what outcomes are used in what courses.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_courses` +-- + +LOCK TABLES `m_grade_outcomes_courses` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_outcomes_history` +-- + +DROP TABLE IF EXISTS `m_grade_outcomes_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_outcomes_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scaleid` bigint DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_gradoutchist_act_ix` (`action`), + KEY `m_gradoutchist_tim_ix` (`timemodified`), + KEY `m_gradoutchist_old_ix` (`oldid`), + KEY `m_gradoutchist_cou_ix` (`courseid`), + KEY `m_gradoutchist_sca_ix` (`scaleid`), + KEY `m_gradoutchist_log_ix` (`loggeduser`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_outcomes_history` +-- + +LOCK TABLES `m_grade_outcomes_history` WRITE; +/*!40000 ALTER TABLE `m_grade_outcomes_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_outcomes_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grade_settings` +-- + +DROP TABLE IF EXISTS `m_grade_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grade_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradsett_counam_uix` (`courseid`,`name`), + KEY `m_gradsett_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='gradebook settings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grade_settings` +-- + +LOCK TABLES `m_grade_settings` WRITE; +/*!40000 ALTER TABLE `m_grade_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grade_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_areas` +-- + +DROP TABLE IF EXISTS `m_grading_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `areaname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `activemethod` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradarea_concomare_uix` (`contextid`,`component`,`areaname`), + KEY `m_gradarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Identifies gradable areas where advanced grading can happen.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_areas` +-- + +LOCK TABLES `m_grading_areas` WRITE; +/*!40000 ALTER TABLE `m_grading_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_definitions` +-- + +DROP TABLE IF EXISTS `m_grading_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `method` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `copiedfromid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `usercreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `timecopied` bigint DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_graddefi_aremet_uix` (`areaid`,`method`), + KEY `m_graddefi_are_ix` (`areaid`), + KEY `m_graddefi_use_ix` (`usermodified`), + KEY `m_graddefi_use2_ix` (`usercreated`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains the basic information about an advanced grading for'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_definitions` +-- + +LOCK TABLES `m_grading_definitions` WRITE; +/*!40000 ALTER TABLE `m_grading_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_grading_instances` +-- + +DROP TABLE IF EXISTS `m_grading_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_grading_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `raterid` bigint NOT NULL, + `itemid` bigint DEFAULT NULL, + `rawgrade` decimal(10,5) DEFAULT NULL, + `status` bigint NOT NULL DEFAULT '0', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackformat` tinyint DEFAULT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradinst_def_ix` (`definitionid`), + KEY `m_gradinst_rat_ix` (`raterid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Grading form instance is an assessment record for one gradab'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_grading_instances` +-- + +LOCK TABLES `m_grading_instances` WRITE; +/*!40000 ALTER TABLE `m_grading_instances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_grading_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_comments` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcomm_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='frequently used comments used in marking guide'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_comments` +-- + +LOCK TABLES `m_gradingform_guide_comments` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + `descriptionmarkers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionmarkersformat` tinyint DEFAULT NULL, + `maxscore` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_gradguidcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the criteria grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_criteria` +-- + +LOCK TABLES `m_gradingform_guide_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_guide_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_guide_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_guide_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + `score` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradguidfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradguidfill_ins_ix` (`instanceid`), + KEY `m_gradguidfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the data of how the guide is filled by a particular r'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_guide_fillings` +-- + +LOCK TABLES `m_gradingform_guide_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_guide_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_criteria` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_criteria`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_criteria` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definitionid` bigint NOT NULL, + `sortorder` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrcrit_def_ix` (`definitionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the rows of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_criteria` +-- + +LOCK TABLES `m_gradingform_rubric_criteria` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_criteria` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_fillings` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_fillings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_fillings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `criterionid` bigint NOT NULL, + `levelid` bigint DEFAULT NULL, + `remark` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `remarkformat` tinyint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`), + KEY `m_gradrubrfill_lev_ix` (`levelid`), + KEY `m_gradrubrfill_ins_ix` (`instanceid`), + KEY `m_gradrubrfill_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the data of how the rubric is filled by a particular '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_fillings` +-- + +LOCK TABLES `m_gradingform_rubric_fillings` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_fillings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_gradingform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_gradingform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_gradingform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `criterionid` bigint NOT NULL, + `score` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_gradrubrleve_cri_ix` (`criterionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the columns of the rubric grid.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_gradingform_rubric_levels` +-- + +LOCK TABLES `m_gradingform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_gradingform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings` +-- + +DROP TABLE IF EXISTS `m_groupings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn2_ix` (`idnumber`), + KEY `m_grou_cou2_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A grouping is a collection of groups. WAS: groups_groupings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groupings` +-- + +LOCK TABLES `m_groupings` WRITE; +/*!40000 ALTER TABLE `m_groupings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groupings_groups` +-- + +DROP TABLE IF EXISTS `m_groupings_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groupings_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupingid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grougrou_gro_ix` (`groupingid`), + KEY `m_grougrou_gro2_ix` (`groupid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a grouping to a group (note, groups can be in multiple '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groupings_groups` +-- + +LOCK TABLES `m_groupings_groups` WRITE; +/*!40000 ALTER TABLE `m_groupings_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groupings_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups` +-- + +DROP TABLE IF EXISTS `m_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `enrolmentkey` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `picture` bigint NOT NULL DEFAULT '0', + `visibility` tinyint(1) NOT NULL DEFAULT '0', + `participation` tinyint(1) NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_grou_idn_ix` (`idnumber`), + KEY `m_grou_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record represents a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups` +-- + +LOCK TABLES `m_groups` WRITE; +/*!40000 ALTER TABLE `m_groups` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_groups_members` +-- + +DROP TABLE IF EXISTS `m_groups_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_groups_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timeadded` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_groumemb_usegro_uix` (`userid`,`groupid`), + KEY `m_groumemb_gro_ix` (`groupid`), + KEY `m_groumemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Link a user to a group.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_groups_members` +-- + +LOCK TABLES `m_groups_members` WRITE; +/*!40000 ALTER TABLE `m_groups_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_groups_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p` +-- + +DROP TABLE IF EXISTS `m_h5p`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `jsoncontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `mainlibraryid` bigint NOT NULL, + `displayoptions` smallint DEFAULT NULL, + `pathnamehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_h5p_mai_ix` (`mainlibraryid`), + KEY `m_h5p_pat_ix` (`pathnamehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p` +-- + +LOCK TABLES `m_h5p` WRITE; +/*!40000 ALTER TABLE `m_h5p` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_contents_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_contents_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_contents_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pid` bigint NOT NULL, + `libraryid` bigint NOT NULL, + `dependencytype` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dropcss` tinyint(1) NOT NULL, + `weight` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_h5pcontlibr_h5p_ix` (`h5pid`), + KEY `m_h5pcontlibr_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_contents_libraries` +-- + +LOCK TABLES `m_h5p_contents_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_contents_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `machinename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `majorversion` smallint NOT NULL, + `minorversion` smallint NOT NULL, + `patchversion` smallint NOT NULL, + `runnable` tinyint(1) NOT NULL, + `fullscreen` tinyint(1) NOT NULL DEFAULT '0', + `embedtypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preloadedjs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `preloadedcss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `droplibrarycss` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `semantics` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `addto` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `coremajor` smallint DEFAULT NULL, + `coreminor` smallint DEFAULT NULL, + `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint(1) DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries` +-- + +LOCK TABLES `m_h5p_libraries` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_libraries_cachedassets` +-- + +DROP TABLE IF EXISTS `m_h5p_libraries_cachedassets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_libraries_cachedassets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrcach_lib_ix` (`libraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_libraries_cachedassets` +-- + +LOCK TABLES `m_h5p_libraries_cachedassets` WRITE; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_libraries_cachedassets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5p_library_dependencies` +-- + +DROP TABLE IF EXISTS `m_h5p_library_dependencies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5p_library_dependencies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `libraryid` bigint NOT NULL, + `requiredlibraryid` bigint NOT NULL, + `dependencytype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_h5plibrdepe_lib_ix` (`libraryid`), + KEY `m_h5plibrdepe_req_ix` (`requiredlibraryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5p_library_dependencies` +-- + +LOCK TABLES `m_h5p_library_dependencies` WRITE; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5p_library_dependencies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity` +-- + +DROP TABLE IF EXISTS `m_h5pactivity`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `grade` bigint DEFAULT '0', + `displayoptions` smallint NOT NULL DEFAULT '0', + `enabletracking` tinyint(1) NOT NULL DEFAULT '1', + `grademethod` smallint NOT NULL DEFAULT '1', + `reviewmode` smallint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_h5pa_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the h5pactivity activity module instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity` +-- + +LOCK TABLES `m_h5pactivity` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `h5pactivityid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `attempt` mediumint NOT NULL DEFAULT '1', + `rawscore` bigint DEFAULT '0', + `maxscore` bigint DEFAULT '0', + `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`), + KEY `m_h5paatte_tim_ix` (`timecreated`), + KEY `m_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`), + KEY `m_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`), + KEY `m_h5paatte_h5p_ix` (`h5pactivityid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users attempts inside H5P activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts` +-- + +LOCK TABLES `m_h5pactivity_attempts` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_h5pactivity_attempts_results` +-- + +DROP TABLE IF EXISTS `m_h5pactivity_attempts_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_h5pactivity_attempts_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptid` bigint NOT NULL, + `subcontent` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `interactiontype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctpattern` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `additionals` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rawscore` bigint NOT NULL DEFAULT '0', + `maxscore` bigint NOT NULL DEFAULT '0', + `duration` bigint DEFAULT '0', + `completion` tinyint(1) DEFAULT NULL, + `success` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`), + KEY `m_h5paatteresu_att_ix` (`attemptid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='H5Pactivities_attempts tracking info'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_h5pactivity_attempts_results` +-- + +LOCK TABLES `m_h5pactivity_attempts_results` WRITE; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_h5pactivity_attempts_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_imscp` +-- + +DROP TABLE IF EXISTS `m_imscp`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_imscp` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `keepold` bigint NOT NULL DEFAULT '-1', + `structure` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_imsc_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one imscp resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_imscp` +-- + +LOCK TABLES `m_imscp` WRITE; +/*!40000 ALTER TABLE `m_imscp` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_imscp` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_infected_files` +-- + +DROP TABLE IF EXISTS `m_infected_files`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_infected_files` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `filename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `quarantinedfile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `reason` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_infefile_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_infected_files` +-- + +LOCK TABLES `m_infected_files` WRITE; +/*!40000 ALTER TABLE `m_infected_files` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_infected_files` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_label` +-- + +DROP TABLE IF EXISTS `m_label`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_label` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_labe_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines labels'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_label` +-- + +LOCK TABLES `m_label` WRITE; +/*!40000 ALTER TABLE `m_label` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_label` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson` +-- + +DROP TABLE IF EXISTS `m_lesson`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `practice` smallint NOT NULL DEFAULT '0', + `modattempts` smallint NOT NULL DEFAULT '0', + `usepassword` smallint NOT NULL DEFAULT '0', + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dependency` bigint NOT NULL DEFAULT '0', + `conditions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grade` bigint NOT NULL DEFAULT '0', + `custom` smallint NOT NULL DEFAULT '0', + `ongoing` smallint NOT NULL DEFAULT '0', + `usemaxgrade` smallint NOT NULL DEFAULT '0', + `maxanswers` smallint NOT NULL DEFAULT '4', + `maxattempts` smallint NOT NULL DEFAULT '5', + `review` smallint NOT NULL DEFAULT '0', + `nextpagedefault` smallint NOT NULL DEFAULT '0', + `feedback` smallint NOT NULL DEFAULT '1', + `minquestions` smallint NOT NULL DEFAULT '0', + `maxpages` smallint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `retake` smallint NOT NULL DEFAULT '1', + `activitylink` bigint NOT NULL DEFAULT '0', + `mediafile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mediaheight` bigint NOT NULL DEFAULT '100', + `mediawidth` bigint NOT NULL DEFAULT '650', + `mediaclose` smallint NOT NULL DEFAULT '0', + `slideshow` smallint NOT NULL DEFAULT '0', + `width` bigint NOT NULL DEFAULT '640', + `height` bigint NOT NULL DEFAULT '480', + `bgcolor` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '#FFFFFF', + `displayleft` smallint NOT NULL DEFAULT '0', + `displayleftif` smallint NOT NULL DEFAULT '0', + `progressbar` smallint NOT NULL DEFAULT '0', + `available` bigint NOT NULL DEFAULT '0', + `deadline` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionendreached` tinyint(1) DEFAULT '0', + `completiontimespent` bigint DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_less_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson` +-- + +LOCK TABLES `m_lesson` WRITE; +/*!40000 ALTER TABLE `m_lesson` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_answers` +-- + +DROP TABLE IF EXISTS `m_lesson_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `jumpto` bigint NOT NULL DEFAULT '0', + `grade` smallint NOT NULL DEFAULT '0', + `score` bigint NOT NULL DEFAULT '0', + `flags` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `answerformat` tinyint NOT NULL DEFAULT '0', + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responseformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessansw_les_ix` (`lessonid`), + KEY `m_lessansw_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_answers'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_answers` +-- + +LOCK TABLES `m_lesson_answers` WRITE; +/*!40000 ALTER TABLE `m_lesson_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_attempts` +-- + +DROP TABLE IF EXISTS `m_lesson_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `answerid` bigint NOT NULL DEFAULT '0', + `retry` smallint NOT NULL DEFAULT '0', + `correct` bigint NOT NULL DEFAULT '0', + `useranswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeseen` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessatte_use_ix` (`userid`), + KEY `m_lessatte_les_ix` (`lessonid`), + KEY `m_lessatte_pag_ix` (`pageid`), + KEY `m_lessatte_ans_ix` (`answerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_attempts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_attempts` +-- + +LOCK TABLES `m_lesson_attempts` WRITE; +/*!40000 ALTER TABLE `m_lesson_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_branch` +-- + +DROP TABLE IF EXISTS `m_lesson_branch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_branch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `retry` bigint NOT NULL DEFAULT '0', + `flag` smallint NOT NULL DEFAULT '0', + `timeseen` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessbran_use_ix` (`userid`), + KEY `m_lessbran_les_ix` (`lessonid`), + KEY `m_lessbran_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='branches for each lesson/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_branch` +-- + +LOCK TABLES `m_lesson_branch` WRITE; +/*!40000 ALTER TABLE `m_lesson_branch` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_branch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_grades` +-- + +DROP TABLE IF EXISTS `m_lesson_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` double NOT NULL DEFAULT '0', + `late` smallint NOT NULL DEFAULT '0', + `completed` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lessgrad_use_ix` (`userid`), + KEY `m_lessgrad_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_grades'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_grades` +-- + +LOCK TABLES `m_lesson_grades` WRITE; +/*!40000 ALTER TABLE `m_lesson_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_overrides` +-- + +DROP TABLE IF EXISTS `m_lesson_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `available` bigint DEFAULT NULL, + `deadline` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `review` smallint DEFAULT NULL, + `maxattempts` smallint DEFAULT NULL, + `retake` smallint DEFAULT NULL, + `password` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_lessover_les_ix` (`lessonid`), + KEY `m_lessover_gro_ix` (`groupid`), + KEY `m_lessover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to lesson settings.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_overrides` +-- + +LOCK TABLES `m_lesson_overrides` WRITE; +/*!40000 ALTER TABLE `m_lesson_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_pages` +-- + +DROP TABLE IF EXISTS `m_lesson_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `prevpageid` bigint NOT NULL DEFAULT '0', + `nextpageid` bigint NOT NULL DEFAULT '0', + `qtype` smallint NOT NULL DEFAULT '0', + `qoption` smallint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '1', + `display` smallint NOT NULL DEFAULT '1', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contents` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentsformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesspage_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines lesson_pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_pages` +-- + +LOCK TABLES `m_lesson_pages` WRITE; +/*!40000 ALTER TABLE `m_lesson_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lesson_timer` +-- + +DROP TABLE IF EXISTS `m_lesson_timer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lesson_timer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lessonid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `starttime` bigint NOT NULL DEFAULT '0', + `lessontime` bigint NOT NULL DEFAULT '0', + `completed` tinyint(1) DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_lesstime_use_ix` (`userid`), + KEY `m_lesstime_les_ix` (`lessonid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='lesson timer for each lesson'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lesson_timer` +-- + +LOCK TABLES `m_lesson_timer` WRITE; +/*!40000 ALTER TABLE `m_lesson_timer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lesson_timer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_license` +-- + +DROP TABLE IF EXISTS `m_license`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_license` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fullname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `version` bigint NOT NULL DEFAULT '0', + `custom` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='store licenses used by moodle'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_license` +-- + +LOCK TABLES `m_license` WRITE; +/*!40000 ALTER TABLE `m_license` DISABLE KEYS */; +INSERT INTO `m_license` VALUES (1,'unknown','Licence not specified','',1,2010033100,0,1),(2,'allrightsreserved','All rights reserved','https://en.wikipedia.org/wiki/All_rights_reserved',1,2010033100,0,2),(3,'public','Public domain','https://en.wikipedia.org/wiki/Public_domain',1,2010033100,0,3),(4,'cc','Creative Commons','https://creativecommons.org/licenses/by/3.0/',0,2010033100,0,4),(5,'cc-nd','Creative Commons - NoDerivs','https://creativecommons.org/licenses/by-nd/3.0/',0,2010033100,0,5),(6,'cc-nc-nd','Creative Commons - No Commercial NoDerivs','https://creativecommons.org/licenses/by-nc-nd/3.0/',0,2010033100,0,6),(7,'cc-nc','Creative Commons - No Commercial','https://creativecommons.org/licenses/by-nc/3.0/',0,2010033100,0,7),(8,'cc-nc-sa','Creative Commons - No Commercial ShareAlike','https://creativecommons.org/licenses/by-nc-sa/3.0/',0,2010033100,0,8),(9,'cc-sa','Creative Commons - ShareAlike','https://creativecommons.org/licenses/by-sa/3.0/',0,2010033100,0,9),(10,'cc-4.0','Creative Commons - 4.0 International','https://creativecommons.org/licenses/by/4.0/',1,2022120100,0,10),(11,'cc-nc-4.0','Creative Commons - NonCommercial 4.0 International','https://creativecommons.org/licenses/by-nc/4.0/',1,2022120100,0,13),(12,'cc-nd-4.0','Creative Commons - NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nd/4.0/',1,2022120100,0,11),(13,'cc-nc-nd-4.0','Creative Commons - NonCommercial-NoDerivatives 4.0 International','https://creativecommons.org/licenses/by-nc-nd/4.0/',1,2022120100,0,12),(14,'cc-nc-sa-4.0','Creative Commons - NonCommercial-ShareAlike 4.0 International','https://creativecommons.org/licenses/by-nc-sa/4.0/',1,2022120100,0,14),(15,'cc-sa-4.0','Creative Commons - ShareAlike 4.0 International','https://creativecommons.org/licenses/by-sa/4.0/',1,2022120100,0,15); +/*!40000 ALTER TABLE `m_license` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lock_db` +-- + +DROP TABLE IF EXISTS `m_lock_db`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lock_db` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint DEFAULT NULL, + `owner` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_lockdb_res_uix` (`resourcekey`), + KEY `m_lockdb_exp_ix` (`expires`), + KEY `m_lockdb_own_ix` (`owner`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores active and inactive lock types for db locking method.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lock_db` +-- + +LOCK TABLES `m_lock_db` WRITE; +/*!40000 ALTER TABLE `m_lock_db` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lock_db` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log` +-- + +DROP TABLE IF EXISTS `m_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_log_coumodact_ix` (`course`,`module`,`action`), + KEY `m_log_tim_ix` (`time`), + KEY `m_log_act_ix` (`action`), + KEY `m_log_usecou_ix` (`userid`,`course`), + KEY `m_log_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Every action is logged as far as possible'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log` +-- + +LOCK TABLES `m_log` WRITE; +/*!40000 ALTER TABLE `m_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_display` +-- + +DROP TABLE IF EXISTS `m_log_display`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_display` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mtable` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_logdisp_modact_uix` (`module`,`action`) +) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='For a particular module/action, specifies a moodle table/fie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_display` +-- + +LOCK TABLES `m_log_display` WRITE; +/*!40000 ALTER TABLE `m_log_display` DISABLE KEYS */; +INSERT INTO `m_log_display` VALUES (1,'course','user report','user','CONCAT(firstname, \' \', lastname)','moodle'),(2,'course','view','course','fullname','moodle'),(3,'course','view section','course_sections','name','moodle'),(4,'course','update','course','fullname','moodle'),(5,'course','hide','course','fullname','moodle'),(6,'course','show','course','fullname','moodle'),(7,'course','move','course','fullname','moodle'),(8,'course','enrol','course','fullname','moodle'),(9,'course','unenrol','course','fullname','moodle'),(10,'course','report log','course','fullname','moodle'),(11,'course','report live','course','fullname','moodle'),(12,'course','report outline','course','fullname','moodle'),(13,'course','report participation','course','fullname','moodle'),(14,'course','report stats','course','fullname','moodle'),(15,'category','add','course_categories','name','moodle'),(16,'category','hide','course_categories','name','moodle'),(17,'category','move','course_categories','name','moodle'),(18,'category','show','course_categories','name','moodle'),(19,'category','update','course_categories','name','moodle'),(20,'message','write','user','CONCAT(firstname, \' \', lastname)','moodle'),(21,'message','read','user','CONCAT(firstname, \' \', lastname)','moodle'),(22,'message','add contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(23,'message','remove contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(24,'message','block contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(25,'message','unblock contact','user','CONCAT(firstname, \' \', lastname)','moodle'),(26,'group','view','groups','name','moodle'),(27,'tag','update','tag','name','moodle'),(28,'tag','flag','tag','name','moodle'),(29,'user','view','user','CONCAT(firstname, \' \', lastname)','moodle'),(30,'assign','add','assign','name','mod_assign'),(31,'assign','delete mod','assign','name','mod_assign'),(32,'assign','download all submissions','assign','name','mod_assign'),(33,'assign','grade submission','assign','name','mod_assign'),(34,'assign','lock submission','assign','name','mod_assign'),(35,'assign','reveal identities','assign','name','mod_assign'),(36,'assign','revert submission to draft','assign','name','mod_assign'),(37,'assign','set marking workflow state','assign','name','mod_assign'),(38,'assign','submission statement accepted','assign','name','mod_assign'),(39,'assign','submit','assign','name','mod_assign'),(40,'assign','submit for grading','assign','name','mod_assign'),(41,'assign','unlock submission','assign','name','mod_assign'),(42,'assign','update','assign','name','mod_assign'),(43,'assign','upload','assign','name','mod_assign'),(44,'assign','view','assign','name','mod_assign'),(45,'assign','view all','course','fullname','mod_assign'),(46,'assign','view confirm submit assignment form','assign','name','mod_assign'),(47,'assign','view grading form','assign','name','mod_assign'),(48,'assign','view submission','assign','name','mod_assign'),(49,'assign','view submission grading table','assign','name','mod_assign'),(50,'assign','view submit assignment form','assign','name','mod_assign'),(51,'assign','view feedback','assign','name','mod_assign'),(52,'assign','view batch set marking workflow state','assign','name','mod_assign'),(58,'book','add','book','name','mod_book'),(59,'book','update','book','name','mod_book'),(60,'book','view','book','name','mod_book'),(61,'book','add chapter','book_chapters','title','mod_book'),(62,'book','update chapter','book_chapters','title','mod_book'),(63,'book','view chapter','book_chapters','title','mod_book'),(64,'chat','view','chat','name','mod_chat'),(65,'chat','add','chat','name','mod_chat'),(66,'chat','update','chat','name','mod_chat'),(67,'chat','report','chat','name','mod_chat'),(68,'chat','talk','chat','name','mod_chat'),(69,'choice','view','choice','name','mod_choice'),(70,'choice','update','choice','name','mod_choice'),(71,'choice','add','choice','name','mod_choice'),(72,'choice','report','choice','name','mod_choice'),(73,'choice','choose','choice','name','mod_choice'),(74,'choice','choose again','choice','name','mod_choice'),(75,'data','view','data','name','mod_data'),(76,'data','add','data','name','mod_data'),(77,'data','update','data','name','mod_data'),(78,'data','record delete','data','name','mod_data'),(79,'data','fields add','data_fields','name','mod_data'),(80,'data','fields update','data_fields','name','mod_data'),(81,'data','templates saved','data','name','mod_data'),(82,'data','templates def','data','name','mod_data'),(83,'feedback','startcomplete','feedback','name','mod_feedback'),(84,'feedback','submit','feedback','name','mod_feedback'),(85,'feedback','delete','feedback','name','mod_feedback'),(86,'feedback','view','feedback','name','mod_feedback'),(87,'feedback','view all','course','shortname','mod_feedback'),(88,'folder','view','folder','name','mod_folder'),(89,'folder','view all','folder','name','mod_folder'),(90,'folder','update','folder','name','mod_folder'),(91,'folder','add','folder','name','mod_folder'),(92,'forum','add','forum','name','mod_forum'),(93,'forum','update','forum','name','mod_forum'),(94,'forum','add discussion','forum_discussions','name','mod_forum'),(95,'forum','add post','forum_posts','subject','mod_forum'),(96,'forum','update post','forum_posts','subject','mod_forum'),(97,'forum','user report','user','CONCAT(firstname, \' \', lastname)','mod_forum'),(98,'forum','move discussion','forum_discussions','name','mod_forum'),(99,'forum','view subscribers','forum','name','mod_forum'),(100,'forum','view discussion','forum_discussions','name','mod_forum'),(101,'forum','view forum','forum','name','mod_forum'),(102,'forum','subscribe','forum','name','mod_forum'),(103,'forum','unsubscribe','forum','name','mod_forum'),(104,'forum','pin discussion','forum_discussions','name','mod_forum'),(105,'forum','unpin discussion','forum_discussions','name','mod_forum'),(106,'glossary','add','glossary','name','mod_glossary'),(107,'glossary','update','glossary','name','mod_glossary'),(108,'glossary','view','glossary','name','mod_glossary'),(109,'glossary','view all','glossary','name','mod_glossary'),(110,'glossary','add entry','glossary','name','mod_glossary'),(111,'glossary','update entry','glossary','name','mod_glossary'),(112,'glossary','add category','glossary','name','mod_glossary'),(113,'glossary','update category','glossary','name','mod_glossary'),(114,'glossary','delete category','glossary','name','mod_glossary'),(115,'glossary','approve entry','glossary','name','mod_glossary'),(116,'glossary','disapprove entry','glossary','name','mod_glossary'),(117,'glossary','view entry','glossary_entries','concept','mod_glossary'),(118,'imscp','view','imscp','name','mod_imscp'),(119,'imscp','view all','imscp','name','mod_imscp'),(120,'imscp','update','imscp','name','mod_imscp'),(121,'imscp','add','imscp','name','mod_imscp'),(122,'label','add','label','name','mod_label'),(123,'label','update','label','name','mod_label'),(124,'lesson','start','lesson','name','mod_lesson'),(125,'lesson','end','lesson','name','mod_lesson'),(126,'lesson','view','lesson_pages','title','mod_lesson'),(127,'lti','view','lti','name','mod_lti'),(128,'lti','launch','lti','name','mod_lti'),(129,'lti','view all','lti','name','mod_lti'),(130,'page','view','page','name','mod_page'),(131,'page','view all','page','name','mod_page'),(132,'page','update','page','name','mod_page'),(133,'page','add','page','name','mod_page'),(134,'quiz','add','quiz','name','mod_quiz'),(135,'quiz','update','quiz','name','mod_quiz'),(136,'quiz','view','quiz','name','mod_quiz'),(137,'quiz','report','quiz','name','mod_quiz'),(138,'quiz','attempt','quiz','name','mod_quiz'),(139,'quiz','submit','quiz','name','mod_quiz'),(140,'quiz','review','quiz','name','mod_quiz'),(141,'quiz','editquestions','quiz','name','mod_quiz'),(142,'quiz','preview','quiz','name','mod_quiz'),(143,'quiz','start attempt','quiz','name','mod_quiz'),(144,'quiz','close attempt','quiz','name','mod_quiz'),(145,'quiz','continue attempt','quiz','name','mod_quiz'),(146,'quiz','edit override','quiz','name','mod_quiz'),(147,'quiz','delete override','quiz','name','mod_quiz'),(148,'quiz','view summary','quiz','name','mod_quiz'),(149,'resource','view','resource','name','mod_resource'),(150,'resource','view all','resource','name','mod_resource'),(151,'resource','update','resource','name','mod_resource'),(152,'resource','add','resource','name','mod_resource'),(153,'scorm','view','scorm','name','mod_scorm'),(154,'scorm','review','scorm','name','mod_scorm'),(155,'scorm','update','scorm','name','mod_scorm'),(156,'scorm','add','scorm','name','mod_scorm'),(157,'survey','add','survey','name','mod_survey'),(158,'survey','update','survey','name','mod_survey'),(159,'survey','download','survey','name','mod_survey'),(160,'survey','view form','survey','name','mod_survey'),(161,'survey','view graph','survey','name','mod_survey'),(162,'survey','view report','survey','name','mod_survey'),(163,'survey','submit','survey','name','mod_survey'),(164,'url','view','url','name','mod_url'),(165,'url','view all','url','name','mod_url'),(166,'url','update','url','name','mod_url'),(167,'url','add','url','name','mod_url'),(168,'workshop','add','workshop','name','mod_workshop'),(169,'workshop','update','workshop','name','mod_workshop'),(170,'workshop','view','workshop','name','mod_workshop'),(171,'workshop','view all','workshop','name','mod_workshop'),(172,'workshop','add submission','workshop_submissions','title','mod_workshop'),(173,'workshop','update submission','workshop_submissions','title','mod_workshop'),(174,'workshop','view submission','workshop_submissions','title','mod_workshop'),(175,'workshop','add assessment','workshop_submissions','title','mod_workshop'),(176,'workshop','update assessment','workshop_submissions','title','mod_workshop'),(177,'workshop','add example','workshop_submissions','title','mod_workshop'),(178,'workshop','update example','workshop_submissions','title','mod_workshop'),(179,'workshop','view example','workshop_submissions','title','mod_workshop'),(180,'workshop','add reference assessment','workshop_submissions','title','mod_workshop'),(181,'workshop','update reference assessment','workshop_submissions','title','mod_workshop'),(182,'workshop','add example assessment','workshop_submissions','title','mod_workshop'),(183,'workshop','update example assessment','workshop_submissions','title','mod_workshop'),(184,'workshop','update aggregate grades','workshop','name','mod_workshop'),(185,'workshop','update clear aggregated grades','workshop','name','mod_workshop'),(186,'workshop','update clear assessments','workshop','name','mod_workshop'),(187,'book','exportimscp','book','name','booktool_exportimscp'),(188,'book','print','book','name','booktool_print'),(189,'book','print chapter','book_chapters','title','booktool_print'),(190,'bigbluebuttonbn','add','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(191,'bigbluebuttonbn','update','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(192,'bigbluebuttonbn','view','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(193,'bigbluebuttonbn','view all','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(194,'bigbluebuttonbn','create','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(195,'bigbluebuttonbn','end','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(196,'bigbluebuttonbn','join','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(197,'bigbluebuttonbn','left','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(198,'bigbluebuttonbn','publish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(199,'bigbluebuttonbn','unpublish','bigbluebuttonbn','name','mod_bigbluebuttonbn'),(200,'bigbluebuttonbn','delete','bigbluebuttonbn','name','mod_bigbluebuttonbn'); +/*!40000 ALTER TABLE `m_log_display` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_log_queries` +-- + +DROP TABLE IF EXISTS `m_log_queries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_log_queries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `qtype` mediumint NOT NULL, + `sqltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sqlparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `error` mediumint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `exectime` decimal(10,5) NOT NULL, + `timelogged` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Logged database queries.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_log_queries` +-- + +LOCK TABLES `m_log_queries` WRITE; +/*!40000 ALTER TABLE `m_log_queries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_log_queries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_logstore_standard_log` +-- + +DROP TABLE IF EXISTS `m_logstore_standard_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_logstore_standard_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `target` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `objecttable` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `objectid` bigint DEFAULT NULL, + `crud` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `edulevel` tinyint(1) NOT NULL, + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `userid` bigint NOT NULL, + `courseid` bigint DEFAULT NULL, + `relateduserid` bigint DEFAULT NULL, + `anonymous` tinyint(1) NOT NULL DEFAULT '0', + `other` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `origin` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `realuserid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_logsstanlog_tim_ix` (`timecreated`), + KEY `m_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`), + KEY `m_logsstanlog_useconconcrue_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`), + KEY `m_logsstanlog_con_ix` (`contextid`), + KEY `m_logsstanlog_use_ix` (`userid`), + KEY `m_logsstanlog_cou_ix` (`courseid`), + KEY `m_logsstanlog_rea_ix` (`realuserid`), + KEY `m_logsstanlog_rel_ix` (`relateduserid`) +) ENGINE=InnoDB AUTO_INCREMENT=1788 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Standard log table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_logstore_standard_log` +-- + +LOCK TABLES `m_logstore_standard_log` WRITE; +/*!40000 ALTER TABLE `m_logstore_standard_log` DISABLE KEYS */; +INSERT INTO `m_logstore_standard_log` VALUES (1,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1566468604,'web','172.19.0.1',NULL),(2,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,2,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1566468652,'web','172.19.0.1',NULL),(3,'\\core\\event\\user_updated','core','updated','user','user',2,'u',0,5,30,2,2,0,2,0,'N;',1566468652,'web','172.19.0.1',NULL),(4,'\\core\\event\\config_log_created','core','created','config_log','config_log',543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(5,'\\core\\event\\config_log_created','core','created','config_log','config_log',544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(6,'\\core\\event\\config_log_created','core','created','config_log','config_log',545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(7,'\\core\\event\\config_log_created','core','created','config_log','config_log',546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(8,'\\core\\event\\config_log_created','core','created','config_log','config_log',547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(9,'\\core\\event\\config_log_created','core','created','config_log','config_log',548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(10,'\\core\\event\\config_log_created','core','created','config_log','config_log',549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(11,'\\core\\event\\config_log_created','core','created','config_log','config_log',550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(12,'\\core\\event\\config_log_created','core','created','config_log','config_log',551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(13,'\\core\\event\\config_log_created','core','created','config_log','config_log',552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1566468655,'web','172.19.0.1',NULL),(14,'\\core\\event\\config_log_created','core','created','config_log','config_log',553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}',1566468655,'web','172.19.0.1',NULL),(15,'\\core\\event\\config_log_created','core','created','config_log','config_log',554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(16,'\\core\\event\\config_log_created','core','created','config_log','config_log',555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468655,'web','172.19.0.1',NULL),(17,'\\core\\event\\config_log_created','core','created','config_log','config_log',556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}',1566468655,'web','172.19.0.1',NULL),(18,'\\core\\event\\config_log_created','core','created','config_log','config_log',557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(19,'\\core\\event\\config_log_created','core','created','config_log','config_log',558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(20,'\\core\\event\\config_log_created','core','created','config_log','config_log',559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(21,'\\core\\event\\config_log_created','core','created','config_log','config_log',560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This assignment is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(22,'\\core\\event\\config_log_created','core','created','config_log','config_log',561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(23,'\\core\\event\\config_log_created','core','created','config_log','config_log',562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(24,'\\core\\event\\config_log_created','core','created','config_log','config_log',563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(25,'\\core\\event\\config_log_created','core','created','config_log','config_log',564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(26,'\\core\\event\\config_log_created','core','created','config_log','config_log',565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(27,'\\core\\event\\config_log_created','core','created','config_log','config_log',566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(28,'\\core\\event\\config_log_created','core','created','config_log','config_log',567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(29,'\\core\\event\\config_log_created','core','created','config_log','config_log',568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(30,'\\core\\event\\config_log_created','core','created','config_log','config_log',569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(31,'\\core\\event\\config_log_created','core','created','config_log','config_log',570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(32,'\\core\\event\\config_log_created','core','created','config_log','config_log',571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(33,'\\core\\event\\config_log_created','core','created','config_log','config_log',572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(34,'\\core\\event\\config_log_created','core','created','config_log','config_log',573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(35,'\\core\\event\\config_log_created','core','created','config_log','config_log',574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(36,'\\core\\event\\config_log_created','core','created','config_log','config_log',575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(37,'\\core\\event\\config_log_created','core','created','config_log','config_log',576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(38,'\\core\\event\\config_log_created','core','created','config_log','config_log',577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(39,'\\core\\event\\config_log_created','core','created','config_log','config_log',578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(40,'\\core\\event\\config_log_created','core','created','config_log','config_log',579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(41,'\\core\\event\\config_log_created','core','created','config_log','config_log',580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(42,'\\core\\event\\config_log_created','core','created','config_log','config_log',581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(43,'\\core\\event\\config_log_created','core','created','config_log','config_log',582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(44,'\\core\\event\\config_log_created','core','created','config_log','config_log',583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(45,'\\core\\event\\config_log_created','core','created','config_log','config_log',584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(46,'\\core\\event\\config_log_created','core','created','config_log','config_log',585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(47,'\\core\\event\\config_log_created','core','created','config_log','config_log',586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(48,'\\core\\event\\config_log_created','core','created','config_log','config_log',587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(49,'\\core\\event\\config_log_created','core','created','config_log','config_log',588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(50,'\\core\\event\\config_log_created','core','created','config_log','config_log',589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(51,'\\core\\event\\config_log_created','core','created','config_log','config_log',590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(52,'\\core\\event\\config_log_created','core','created','config_log','config_log',591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(53,'\\core\\event\\config_log_created','core','created','config_log','config_log',592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(54,'\\core\\event\\config_log_created','core','created','config_log','config_log',593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(55,'\\core\\event\\config_log_created','core','created','config_log','config_log',594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(56,'\\core\\event\\config_log_created','core','created','config_log','config_log',595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(57,'\\core\\event\\config_log_created','core','created','config_log','config_log',596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(58,'\\core\\event\\config_log_created','core','created','config_log','config_log',597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(59,'\\core\\event\\config_log_created','core','created','config_log','config_log',598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(60,'\\core\\event\\config_log_created','core','created','config_log','config_log',599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(61,'\\core\\event\\config_log_created','core','created','config_log','config_log',600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(62,'\\core\\event\\config_log_created','core','created','config_log','config_log',601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(63,'\\core\\event\\config_log_created','core','created','config_log','config_log',602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(64,'\\core\\event\\config_log_created','core','created','config_log','config_log',603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(65,'\\core\\event\\config_log_created','core','created','config_log','config_log',604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(66,'\\core\\event\\config_log_created','core','created','config_log','config_log',605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(67,'\\core\\event\\config_log_created','core','created','config_log','config_log',606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(68,'\\core\\event\\config_log_created','core','created','config_log','config_log',607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(69,'\\core\\event\\config_log_created','core','created','config_log','config_log',608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(70,'\\core\\event\\config_log_created','core','created','config_log','config_log',609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(71,'\\core\\event\\config_log_created','core','created','config_log','config_log',610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468655,'web','172.19.0.1',NULL),(72,'\\core\\event\\config_log_created','core','created','config_log','config_log',611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(73,'\\core\\event\\config_log_created','core','created','config_log','config_log',612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(74,'\\core\\event\\config_log_created','core','created','config_log','config_log',613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(75,'\\core\\event\\config_log_created','core','created','config_log','config_log',614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(76,'\\core\\event\\config_log_created','core','created','config_log','config_log',615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(77,'\\core\\event\\config_log_created','core','created','config_log','config_log',616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(78,'\\core\\event\\config_log_created','core','created','config_log','config_log',617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1566468656,'web','172.19.0.1',NULL),(79,'\\core\\event\\config_log_created','core','created','config_log','config_log',618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(80,'\\core\\event\\config_log_created','core','created','config_log','config_log',619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(81,'\\core\\event\\config_log_created','core','created','config_log','config_log',620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(82,'\\core\\event\\config_log_created','core','created','config_log','config_log',621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}',1566468656,'web','172.19.0.1',NULL),(83,'\\core\\event\\config_log_created','core','created','config_log','config_log',622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}',1566468656,'web','172.19.0.1',NULL),(84,'\\core\\event\\config_log_created','core','created','config_log','config_log',623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(85,'\\core\\event\\config_log_created','core','created','config_log','config_log',624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(86,'\\core\\event\\config_log_created','core','created','config_log','config_log',625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(87,'\\core\\event\\config_log_created','core','created','config_log','config_log',626,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}',1566468656,'web','172.19.0.1',NULL),(88,'\\core\\event\\config_log_created','core','created','config_log','config_log',627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(89,'\\core\\event\\config_log_created','core','created','config_log','config_log',628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}',1566468656,'web','172.19.0.1',NULL),(90,'\\core\\event\\config_log_created','core','created','config_log','config_log',629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}',1566468656,'web','172.19.0.1',NULL),(91,'\\core\\event\\config_log_created','core','created','config_log','config_log',630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}',1566468656,'web','172.19.0.1',NULL),(92,'\\core\\event\\config_log_created','core','created','config_log','config_log',631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(93,'\\core\\event\\config_log_created','core','created','config_log','config_log',632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(94,'\\core\\event\\config_log_created','core','created','config_log','config_log',633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(95,'\\core\\event\\config_log_created','core','created','config_log','config_log',634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}',1566468656,'web','172.19.0.1',NULL),(96,'\\core\\event\\config_log_created','core','created','config_log','config_log',635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(97,'\\core\\event\\config_log_created','core','created','config_log','config_log',636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(98,'\\core\\event\\config_log_created','core','created','config_log','config_log',637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(99,'\\core\\event\\config_log_created','core','created','config_log','config_log',638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(100,'\\core\\event\\config_log_created','core','created','config_log','config_log',639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(101,'\\core\\event\\config_log_created','core','created','config_log','config_log',640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(102,'\\core\\event\\config_log_created','core','created','config_log','config_log',641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(103,'\\core\\event\\config_log_created','core','created','config_log','config_log',642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(104,'\\core\\event\\config_log_created','core','created','config_log','config_log',643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(105,'\\core\\event\\config_log_created','core','created','config_log','config_log',644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(106,'\\core\\event\\config_log_created','core','created','config_log','config_log',645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(107,'\\core\\event\\config_log_created','core','created','config_log','config_log',646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(108,'\\core\\event\\config_log_created','core','created','config_log','config_log',647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(109,'\\core\\event\\config_log_created','core','created','config_log','config_log',648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(110,'\\core\\event\\config_log_created','core','created','config_log','config_log',649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(111,'\\core\\event\\config_log_created','core','created','config_log','config_log',650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(112,'\\core\\event\\config_log_created','core','created','config_log','config_log',651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(113,'\\core\\event\\config_log_created','core','created','config_log','config_log',652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(114,'\\core\\event\\config_log_created','core','created','config_log','config_log',653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(115,'\\core\\event\\config_log_created','core','created','config_log','config_log',654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(116,'\\core\\event\\config_log_created','core','created','config_log','config_log',655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}',1566468656,'web','172.19.0.1',NULL),(117,'\\core\\event\\config_log_created','core','created','config_log','config_log',656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(118,'\\core\\event\\config_log_created','core','created','config_log','config_log',657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}',1566468656,'web','172.19.0.1',NULL),(119,'\\core\\event\\config_log_created','core','created','config_log','config_log',658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(120,'\\core\\event\\config_log_created','core','created','config_log','config_log',659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(121,'\\core\\event\\config_log_created','core','created','config_log','config_log',660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(122,'\\core\\event\\config_log_created','core','created','config_log','config_log',661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(123,'\\core\\event\\config_log_created','core','created','config_log','config_log',662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(124,'\\core\\event\\config_log_created','core','created','config_log','config_log',663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(125,'\\core\\event\\config_log_created','core','created','config_log','config_log',664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(126,'\\core\\event\\config_log_created','core','created','config_log','config_log',665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(127,'\\core\\event\\config_log_created','core','created','config_log','config_log',666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(128,'\\core\\event\\config_log_created','core','created','config_log','config_log',667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(129,'\\core\\event\\config_log_created','core','created','config_log','config_log',668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(130,'\\core\\event\\config_log_created','core','created','config_log','config_log',669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(131,'\\core\\event\\config_log_created','core','created','config_log','config_log',670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(132,'\\core\\event\\config_log_created','core','created','config_log','config_log',671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(133,'\\core\\event\\config_log_created','core','created','config_log','config_log',672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(134,'\\core\\event\\config_log_created','core','created','config_log','config_log',673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(135,'\\core\\event\\config_log_created','core','created','config_log','config_log',674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(136,'\\core\\event\\config_log_created','core','created','config_log','config_log',675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(137,'\\core\\event\\config_log_created','core','created','config_log','config_log',676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(138,'\\core\\event\\config_log_created','core','created','config_log','config_log',677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(139,'\\core\\event\\config_log_created','core','created','config_log','config_log',678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(140,'\\core\\event\\config_log_created','core','created','config_log','config_log',679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(141,'\\core\\event\\config_log_created','core','created','config_log','config_log',680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(142,'\\core\\event\\config_log_created','core','created','config_log','config_log',681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(143,'\\core\\event\\config_log_created','core','created','config_log','config_log',682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468656,'web','172.19.0.1',NULL),(144,'\\core\\event\\config_log_created','core','created','config_log','config_log',683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(145,'\\core\\event\\config_log_created','core','created','config_log','config_log',684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}',1566468656,'web','172.19.0.1',NULL),(146,'\\core\\event\\config_log_created','core','created','config_log','config_log',685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(147,'\\core\\event\\config_log_created','core','created','config_log','config_log',686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(148,'\\core\\event\\config_log_created','core','created','config_log','config_log',687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}',1566468656,'web','172.19.0.1',NULL),(149,'\\core\\event\\config_log_created','core','created','config_log','config_log',688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(150,'\\core\\event\\config_log_created','core','created','config_log','config_log',689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(151,'\\core\\event\\config_log_created','core','created','config_log','config_log',690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(152,'\\core\\event\\config_log_created','core','created','config_log','config_log',691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(153,'\\core\\event\\config_log_created','core','created','config_log','config_log',692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(154,'\\core\\event\\config_log_created','core','created','config_log','config_log',693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(155,'\\core\\event\\config_log_created','core','created','config_log','config_log',694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(156,'\\core\\event\\config_log_created','core','created','config_log','config_log',695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(157,'\\core\\event\\config_log_created','core','created','config_log','config_log',696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(158,'\\core\\event\\config_log_created','core','created','config_log','config_log',697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(159,'\\core\\event\\config_log_created','core','created','config_log','config_log',698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(160,'\\core\\event\\config_log_created','core','created','config_log','config_log',699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(161,'\\core\\event\\config_log_created','core','created','config_log','config_log',700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(162,'\\core\\event\\config_log_created','core','created','config_log','config_log',701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(163,'\\core\\event\\config_log_created','core','created','config_log','config_log',702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(164,'\\core\\event\\config_log_created','core','created','config_log','config_log',703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(165,'\\core\\event\\config_log_created','core','created','config_log','config_log',704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(166,'\\core\\event\\config_log_created','core','created','config_log','config_log',705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(167,'\\core\\event\\config_log_created','core','created','config_log','config_log',706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(168,'\\core\\event\\config_log_created','core','created','config_log','config_log',707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(169,'\\core\\event\\config_log_created','core','created','config_log','config_log',708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(170,'\\core\\event\\config_log_created','core','created','config_log','config_log',709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(171,'\\core\\event\\config_log_created','core','created','config_log','config_log',710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(172,'\\core\\event\\config_log_created','core','created','config_log','config_log',711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(173,'\\core\\event\\config_log_created','core','created','config_log','config_log',712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(174,'\\core\\event\\config_log_created','core','created','config_log','config_log',713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(175,'\\core\\event\\config_log_created','core','created','config_log','config_log',714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(176,'\\core\\event\\config_log_created','core','created','config_log','config_log',715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(177,'\\core\\event\\config_log_created','core','created','config_log','config_log',716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(178,'\\core\\event\\config_log_created','core','created','config_log','config_log',717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(179,'\\core\\event\\config_log_created','core','created','config_log','config_log',718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(180,'\\core\\event\\config_log_created','core','created','config_log','config_log',719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(181,'\\core\\event\\config_log_created','core','created','config_log','config_log',720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(182,'\\core\\event\\config_log_created','core','created','config_log','config_log',721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(183,'\\core\\event\\config_log_created','core','created','config_log','config_log',722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(184,'\\core\\event\\config_log_created','core','created','config_log','config_log',723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(185,'\\core\\event\\config_log_created','core','created','config_log','config_log',724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(186,'\\core\\event\\config_log_created','core','created','config_log','config_log',725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(187,'\\core\\event\\config_log_created','core','created','config_log','config_log',726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(188,'\\core\\event\\config_log_created','core','created','config_log','config_log',727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(189,'\\core\\event\\config_log_created','core','created','config_log','config_log',728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(190,'\\core\\event\\config_log_created','core','created','config_log','config_log',729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(191,'\\core\\event\\config_log_created','core','created','config_log','config_log',730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(192,'\\core\\event\\config_log_created','core','created','config_log','config_log',731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(193,'\\core\\event\\config_log_created','core','created','config_log','config_log',732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(194,'\\core\\event\\config_log_created','core','created','config_log','config_log',733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(195,'\\core\\event\\config_log_created','core','created','config_log','config_log',734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(196,'\\core\\event\\config_log_created','core','created','config_log','config_log',735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}',1566468656,'web','172.19.0.1',NULL),(197,'\\core\\event\\config_log_created','core','created','config_log','config_log',736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(198,'\\core\\event\\config_log_created','core','created','config_log','config_log',737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(199,'\\core\\event\\config_log_created','core','created','config_log','config_log',738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(200,'\\core\\event\\config_log_created','core','created','config_log','config_log',739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(201,'\\core\\event\\config_log_created','core','created','config_log','config_log',740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(202,'\\core\\event\\config_log_created','core','created','config_log','config_log',741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}',1566468656,'web','172.19.0.1',NULL),(203,'\\core\\event\\config_log_created','core','created','config_log','config_log',742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(204,'\\core\\event\\config_log_created','core','created','config_log','config_log',743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(205,'\\core\\event\\config_log_created','core','created','config_log','config_log',744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(206,'\\core\\event\\config_log_created','core','created','config_log','config_log',745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(207,'\\core\\event\\config_log_created','core','created','config_log','config_log',746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(208,'\\core\\event\\config_log_created','core','created','config_log','config_log',747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(209,'\\core\\event\\config_log_created','core','created','config_log','config_log',748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(210,'\\core\\event\\config_log_created','core','created','config_log','config_log',749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(211,'\\core\\event\\config_log_created','core','created','config_log','config_log',750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(212,'\\core\\event\\config_log_created','core','created','config_log','config_log',751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(213,'\\core\\event\\config_log_created','core','created','config_log','config_log',752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(214,'\\core\\event\\config_log_created','core','created','config_log','config_log',753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(215,'\\core\\event\\config_log_created','core','created','config_log','config_log',754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(216,'\\core\\event\\config_log_created','core','created','config_log','config_log',755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(217,'\\core\\event\\config_log_created','core','created','config_log','config_log',756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(218,'\\core\\event\\config_log_created','core','created','config_log','config_log',757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(219,'\\core\\event\\config_log_created','core','created','config_log','config_log',758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(220,'\\core\\event\\config_log_created','core','created','config_log','config_log',759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(221,'\\core\\event\\config_log_created','core','created','config_log','config_log',760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(222,'\\core\\event\\config_log_created','core','created','config_log','config_log',761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(223,'\\core\\event\\config_log_created','core','created','config_log','config_log',762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(224,'\\core\\event\\config_log_created','core','created','config_log','config_log',763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(225,'\\core\\event\\config_log_created','core','created','config_log','config_log',764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(226,'\\core\\event\\config_log_created','core','created','config_log','config_log',765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(227,'\\core\\event\\config_log_created','core','created','config_log','config_log',766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(228,'\\core\\event\\config_log_created','core','created','config_log','config_log',767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(229,'\\core\\event\\config_log_created','core','created','config_log','config_log',768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(230,'\\core\\event\\config_log_created','core','created','config_log','config_log',769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(231,'\\core\\event\\config_log_created','core','created','config_log','config_log',770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(232,'\\core\\event\\config_log_created','core','created','config_log','config_log',771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}',1566468656,'web','172.19.0.1',NULL),(233,'\\core\\event\\config_log_created','core','created','config_log','config_log',772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(234,'\\core\\event\\config_log_created','core','created','config_log','config_log',773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(235,'\\core\\event\\config_log_created','core','created','config_log','config_log',774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(236,'\\core\\event\\config_log_created','core','created','config_log','config_log',775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(237,'\\core\\event\\config_log_created','core','created','config_log','config_log',776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(238,'\\core\\event\\config_log_created','core','created','config_log','config_log',777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(239,'\\core\\event\\config_log_created','core','created','config_log','config_log',778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(240,'\\core\\event\\config_log_created','core','created','config_log','config_log',779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(241,'\\core\\event\\config_log_created','core','created','config_log','config_log',780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(242,'\\core\\event\\config_log_created','core','created','config_log','config_log',781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(243,'\\core\\event\\config_log_created','core','created','config_log','config_log',782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(244,'\\core\\event\\config_log_created','core','created','config_log','config_log',783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(245,'\\core\\event\\config_log_created','core','created','config_log','config_log',784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(246,'\\core\\event\\config_log_created','core','created','config_log','config_log',785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(247,'\\core\\event\\config_log_created','core','created','config_log','config_log',786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(248,'\\core\\event\\config_log_created','core','created','config_log','config_log',787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(249,'\\core\\event\\config_log_created','core','created','config_log','config_log',788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(250,'\\core\\event\\config_log_created','core','created','config_log','config_log',789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(251,'\\core\\event\\config_log_created','core','created','config_log','config_log',790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(252,'\\core\\event\\config_log_created','core','created','config_log','config_log',791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}',1566468657,'web','172.19.0.1',NULL),(253,'\\core\\event\\config_log_created','core','created','config_log','config_log',792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(254,'\\core\\event\\config_log_created','core','created','config_log','config_log',793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(255,'\\core\\event\\config_log_created','core','created','config_log','config_log',794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(256,'\\core\\event\\config_log_created','core','created','config_log','config_log',795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(257,'\\core\\event\\config_log_created','core','created','config_log','config_log',796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(258,'\\core\\event\\config_log_created','core','created','config_log','config_log',797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(259,'\\core\\event\\config_log_created','core','created','config_log','config_log',798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(260,'\\core\\event\\config_log_created','core','created','config_log','config_log',799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(261,'\\core\\event\\config_log_created','core','created','config_log','config_log',800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(262,'\\core\\event\\config_log_created','core','created','config_log','config_log',801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(263,'\\core\\event\\config_log_created','core','created','config_log','config_log',802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(264,'\\core\\event\\config_log_created','core','created','config_log','config_log',803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(265,'\\core\\event\\config_log_created','core','created','config_log','config_log',804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(266,'\\core\\event\\config_log_created','core','created','config_log','config_log',805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(267,'\\core\\event\\config_log_created','core','created','config_log','config_log',806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(268,'\\core\\event\\config_log_created','core','created','config_log','config_log',807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(269,'\\core\\event\\config_log_created','core','created','config_log','config_log',808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(270,'\\core\\event\\config_log_created','core','created','config_log','config_log',809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(271,'\\core\\event\\config_log_created','core','created','config_log','config_log',810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(272,'\\core\\event\\config_log_created','core','created','config_log','config_log',811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(273,'\\core\\event\\config_log_created','core','created','config_log','config_log',812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(274,'\\core\\event\\config_log_created','core','created','config_log','config_log',813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(275,'\\core\\event\\config_log_created','core','created','config_log','config_log',814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(276,'\\core\\event\\config_log_created','core','created','config_log','config_log',815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(277,'\\core\\event\\config_log_created','core','created','config_log','config_log',816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(278,'\\core\\event\\config_log_created','core','created','config_log','config_log',817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(279,'\\core\\event\\config_log_created','core','created','config_log','config_log',818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(280,'\\core\\event\\config_log_created','core','created','config_log','config_log',819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(281,'\\core\\event\\config_log_created','core','created','config_log','config_log',820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(282,'\\core\\event\\config_log_created','core','created','config_log','config_log',821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(283,'\\core\\event\\config_log_created','core','created','config_log','config_log',822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(284,'\\core\\event\\config_log_created','core','created','config_log','config_log',823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(285,'\\core\\event\\config_log_created','core','created','config_log','config_log',824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(286,'\\core\\event\\config_log_created','core','created','config_log','config_log',825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(287,'\\core\\event\\config_log_created','core','created','config_log','config_log',826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(288,'\\core\\event\\config_log_created','core','created','config_log','config_log',827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(289,'\\core\\event\\config_log_created','core','created','config_log','config_log',828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(290,'\\core\\event\\config_log_created','core','created','config_log','config_log',829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(291,'\\core\\event\\config_log_created','core','created','config_log','config_log',830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(292,'\\core\\event\\config_log_created','core','created','config_log','config_log',831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(293,'\\core\\event\\config_log_created','core','created','config_log','config_log',832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(294,'\\core\\event\\config_log_created','core','created','config_log','config_log',833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(295,'\\core\\event\\config_log_created','core','created','config_log','config_log',834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(296,'\\core\\event\\config_log_created','core','created','config_log','config_log',835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(297,'\\core\\event\\config_log_created','core','created','config_log','config_log',836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(298,'\\core\\event\\config_log_created','core','created','config_log','config_log',837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(299,'\\core\\event\\config_log_created','core','created','config_log','config_log',838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(300,'\\core\\event\\config_log_created','core','created','config_log','config_log',839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(301,'\\core\\event\\config_log_created','core','created','config_log','config_log',840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(302,'\\core\\event\\config_log_created','core','created','config_log','config_log',841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(303,'\\core\\event\\config_log_created','core','created','config_log','config_log',842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(304,'\\core\\event\\config_log_created','core','created','config_log','config_log',843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(305,'\\core\\event\\config_log_created','core','created','config_log','config_log',844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(306,'\\core\\event\\config_log_created','core','created','config_log','config_log',845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(307,'\\core\\event\\config_log_created','core','created','config_log','config_log',846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}',1566468657,'web','172.19.0.1',NULL),(308,'\\core\\event\\config_log_created','core','created','config_log','config_log',847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(309,'\\core\\event\\config_log_created','core','created','config_log','config_log',848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(310,'\\core\\event\\config_log_created','core','created','config_log','config_log',849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(311,'\\core\\event\\config_log_created','core','created','config_log','config_log',850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(312,'\\core\\event\\config_log_created','core','created','config_log','config_log',851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(313,'\\core\\event\\config_log_created','core','created','config_log','config_log',852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(314,'\\core\\event\\config_log_created','core','created','config_log','config_log',853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(315,'\\core\\event\\config_log_created','core','created','config_log','config_log',854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}',1566468657,'web','172.19.0.1',NULL),(316,'\\core\\event\\config_log_created','core','created','config_log','config_log',855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(317,'\\core\\event\\config_log_created','core','created','config_log','config_log',856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(318,'\\core\\event\\config_log_created','core','created','config_log','config_log',857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(319,'\\core\\event\\config_log_created','core','created','config_log','config_log',858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(320,'\\core\\event\\config_log_created','core','created','config_log','config_log',859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(321,'\\core\\event\\config_log_created','core','created','config_log','config_log',860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}',1566468657,'web','172.19.0.1',NULL),(322,'\\core\\event\\config_log_created','core','created','config_log','config_log',861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}',1566468657,'web','172.19.0.1',NULL),(323,'\\core\\event\\config_log_created','core','created','config_log','config_log',862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(324,'\\core\\event\\config_log_created','core','created','config_log','config_log',863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}',1566468657,'web','172.19.0.1',NULL),(325,'\\core\\event\\config_log_created','core','created','config_log','config_log',864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}',1566468657,'web','172.19.0.1',NULL),(326,'\\core\\event\\config_log_created','core','created','config_log','config_log',865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(327,'\\core\\event\\config_log_created','core','created','config_log','config_log',866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(328,'\\core\\event\\config_log_created','core','created','config_log','config_log',867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(329,'\\core\\event\\config_log_created','core','created','config_log','config_log',868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(330,'\\core\\event\\config_log_created','core','created','config_log','config_log',869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}',1566468657,'web','172.19.0.1',NULL),(331,'\\core\\event\\config_log_created','core','created','config_log','config_log',870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(332,'\\core\\event\\config_log_created','core','created','config_log','config_log',871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(333,'\\core\\event\\config_log_created','core','created','config_log','config_log',872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(334,'\\core\\event\\config_log_created','core','created','config_log','config_log',873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1566468657,'web','172.19.0.1',NULL),(335,'\\core\\event\\config_log_created','core','created','config_log','config_log',874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(336,'\\core\\event\\config_log_created','core','created','config_log','config_log',875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"baseuri\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(337,'\\core\\event\\config_log_created','core','created','config_log','config_log',876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(338,'\\core\\event\\config_log_created','core','created','config_log','config_log',877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"casversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"2.0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(339,'\\core\\event\\config_log_created','core','created','config_log','config_log',878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"language\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"CAS_Languages_English\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(340,'\\core\\event\\config_log_created','core','created','config_log','config_log',879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"proxycas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(341,'\\core\\event\\config_log_created','core','created','config_log','config_log',880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logoutcas\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(342,'\\core\\event\\config_log_created','core','created','config_log','config_log',881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"multiauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(343,'\\core\\event\\config_log_created','core','created','config_log','config_log',882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"certificate_check\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(344,'\\core\\event\\config_log_created','core','created','config_log','config_log',883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"certificate_path\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(345,'\\core\\event\\config_log_created','core','created','config_log','config_log',884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"curl_ssl_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(346,'\\core\\event\\config_log_created','core','created','config_log','config_log',885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(347,'\\core\\event\\config_log_created','core','created','config_log','config_log',886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(348,'\\core\\event\\config_log_created','core','created','config_log','config_log',887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(349,'\\core\\event\\config_log_created','core','created','config_log','config_log',888,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(350,'\\core\\event\\config_log_created','core','created','config_log','config_log',889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(351,'\\core\\event\\config_log_created','core','created','config_log','config_log',890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(352,'\\core\\event\\config_log_created','core','created','config_log','config_log',891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(353,'\\core\\event\\config_log_created','core','created','config_log','config_log',892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(354,'\\core\\event\\config_log_created','core','created','config_log','config_log',893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(355,'\\core\\event\\config_log_created','core','created','config_log','config_log',894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(356,'\\core\\event\\config_log_created','core','created','config_log','config_log',895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(357,'\\core\\event\\config_log_created','core','created','config_log','config_log',896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(358,'\\core\\event\\config_log_created','core','created','config_log','config_log',897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(359,'\\core\\event\\config_log_created','core','created','config_log','config_log',898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(360,'\\core\\event\\config_log_created','core','created','config_log','config_log',899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(361,'\\core\\event\\config_log_created','core','created','config_log','config_log',900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(362,'\\core\\event\\config_log_created','core','created','config_log','config_log',901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"attrcreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(363,'\\core\\event\\config_log_created','core','created','config_log','config_log',902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"groupecreators\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(364,'\\core\\event\\config_log_created','core','created','config_log','config_log',903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(365,'\\core\\event\\config_log_created','core','created','config_log','config_log',904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(366,'\\core\\event\\config_log_created','core','created','config_log','config_log',905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(367,'\\core\\event\\config_log_created','core','created','config_log','config_log',906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(368,'\\core\\event\\config_log_created','core','created','config_log','config_log',907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(369,'\\core\\event\\config_log_created','core','created','config_log','config_log',908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(370,'\\core\\event\\config_log_created','core','created','config_log','config_log',909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(371,'\\core\\event\\config_log_created','core','created','config_log','config_log',910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(372,'\\core\\event\\config_log_created','core','created','config_log','config_log',911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(373,'\\core\\event\\config_log_created','core','created','config_log','config_log',912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(374,'\\core\\event\\config_log_created','core','created','config_log','config_log',913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(375,'\\core\\event\\config_log_created','core','created','config_log','config_log',914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(376,'\\core\\event\\config_log_created','core','created','config_log','config_log',915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(377,'\\core\\event\\config_log_created','core','created','config_log','config_log',916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(378,'\\core\\event\\config_log_created','core','created','config_log','config_log',917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(379,'\\core\\event\\config_log_created','core','created','config_log','config_log',918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(380,'\\core\\event\\config_log_created','core','created','config_log','config_log',919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(381,'\\core\\event\\config_log_created','core','created','config_log','config_log',920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(382,'\\core\\event\\config_log_created','core','created','config_log','config_log',921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(383,'\\core\\event\\config_log_created','core','created','config_log','config_log',922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(384,'\\core\\event\\config_log_created','core','created','config_log','config_log',923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(385,'\\core\\event\\config_log_created','core','created','config_log','config_log',924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(386,'\\core\\event\\config_log_created','core','created','config_log','config_log',925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(387,'\\core\\event\\config_log_created','core','created','config_log','config_log',926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(388,'\\core\\event\\config_log_created','core','created','config_log','config_log',927,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(389,'\\core\\event\\config_log_created','core','created','config_log','config_log',928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(390,'\\core\\event\\config_log_created','core','created','config_log','config_log',929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(391,'\\core\\event\\config_log_created','core','created','config_log','config_log',930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(392,'\\core\\event\\config_log_created','core','created','config_log','config_log',931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(393,'\\core\\event\\config_log_created','core','created','config_log','config_log',932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(394,'\\core\\event\\config_log_created','core','created','config_log','config_log',933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(395,'\\core\\event\\config_log_created','core','created','config_log','config_log',934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(396,'\\core\\event\\config_log_created','core','created','config_log','config_log',935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(397,'\\core\\event\\config_log_created','core','created','config_log','config_log',936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(398,'\\core\\event\\config_log_created','core','created','config_log','config_log',937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(399,'\\core\\event\\config_log_created','core','created','config_log','config_log',938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(400,'\\core\\event\\config_log_created','core','created','config_log','config_log',939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(401,'\\core\\event\\config_log_created','core','created','config_log','config_log',940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(402,'\\core\\event\\config_log_created','core','created','config_log','config_log',941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(403,'\\core\\event\\config_log_created','core','created','config_log','config_log',942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(404,'\\core\\event\\config_log_created','core','created','config_log','config_log',943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(405,'\\core\\event\\config_log_created','core','created','config_log','config_log',944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(406,'\\core\\event\\config_log_created','core','created','config_log','config_log',945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(407,'\\core\\event\\config_log_created','core','created','config_log','config_log',946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(408,'\\core\\event\\config_log_created','core','created','config_log','config_log',947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(409,'\\core\\event\\config_log_created','core','created','config_log','config_log',948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(410,'\\core\\event\\config_log_created','core','created','config_log','config_log',949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(411,'\\core\\event\\config_log_created','core','created','config_log','config_log',950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(412,'\\core\\event\\config_log_created','core','created','config_log','config_log',951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(413,'\\core\\event\\config_log_created','core','created','config_log','config_log',952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(414,'\\core\\event\\config_log_created','core','created','config_log','config_log',953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(415,'\\core\\event\\config_log_created','core','created','config_log','config_log',954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(416,'\\core\\event\\config_log_created','core','created','config_log','config_log',955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(417,'\\core\\event\\config_log_created','core','created','config_log','config_log',956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(418,'\\core\\event\\config_log_created','core','created','config_log','config_log',957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(419,'\\core\\event\\config_log_created','core','created','config_log','config_log',958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(420,'\\core\\event\\config_log_created','core','created','config_log','config_log',959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(421,'\\core\\event\\config_log_created','core','created','config_log','config_log',960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(422,'\\core\\event\\config_log_created','core','created','config_log','config_log',961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(423,'\\core\\event\\config_log_created','core','created','config_log','config_log',962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(424,'\\core\\event\\config_log_created','core','created','config_log','config_log',963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(425,'\\core\\event\\config_log_created','core','created','config_log','config_log',964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(426,'\\core\\event\\config_log_created','core','created','config_log','config_log',965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(427,'\\core\\event\\config_log_created','core','created','config_log','config_log',966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(428,'\\core\\event\\config_log_created','core','created','config_log','config_log',967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468657,'web','172.19.0.1',NULL),(429,'\\core\\event\\config_log_created','core','created','config_log','config_log',968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(430,'\\core\\event\\config_log_created','core','created','config_log','config_log',969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(431,'\\core\\event\\config_log_created','core','created','config_log','config_log',970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(432,'\\core\\event\\config_log_created','core','created','config_log','config_log',971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(433,'\\core\\event\\config_log_created','core','created','config_log','config_log',972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(434,'\\core\\event\\config_log_created','core','created','config_log','config_log',973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(435,'\\core\\event\\config_log_created','core','created','config_log','config_log',974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(436,'\\core\\event\\config_log_created','core','created','config_log','config_log',975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}',1566468658,'web','172.19.0.1',NULL),(437,'\\core\\event\\config_log_created','core','created','config_log','config_log',976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(438,'\\core\\event\\config_log_created','core','created','config_log','config_log',977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(439,'\\core\\event\\config_log_created','core','created','config_log','config_log',978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(440,'\\core\\event\\config_log_created','core','created','config_log','config_log',979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(441,'\\core\\event\\config_log_created','core','created','config_log','config_log',980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(442,'\\core\\event\\config_log_created','core','created','config_log','config_log',981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(443,'\\core\\event\\config_log_created','core','created','config_log','config_log',982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(444,'\\core\\event\\config_log_created','core','created','config_log','config_log',983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(445,'\\core\\event\\config_log_created','core','created','config_log','config_log',984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(446,'\\core\\event\\config_log_created','core','created','config_log','config_log',985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(447,'\\core\\event\\config_log_created','core','created','config_log','config_log',986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(448,'\\core\\event\\config_log_created','core','created','config_log','config_log',987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(449,'\\core\\event\\config_log_created','core','created','config_log','config_log',988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(450,'\\core\\event\\config_log_created','core','created','config_log','config_log',989,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(451,'\\core\\event\\config_log_created','core','created','config_log','config_log',990,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(452,'\\core\\event\\config_log_created','core','created','config_log','config_log',991,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(453,'\\core\\event\\config_log_created','core','created','config_log','config_log',992,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(454,'\\core\\event\\config_log_created','core','created','config_log','config_log',993,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(455,'\\core\\event\\config_log_created','core','created','config_log','config_log',994,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}',1566468658,'web','172.19.0.1',NULL),(456,'\\core\\event\\config_log_created','core','created','config_log','config_log',995,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(457,'\\core\\event\\config_log_created','core','created','config_log','config_log',996,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(458,'\\core\\event\\config_log_created','core','created','config_log','config_log',997,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(459,'\\core\\event\\config_log_created','core','created','config_log','config_log',998,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(460,'\\core\\event\\config_log_created','core','created','config_log','config_log',999,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1000,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1001,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1002,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1003,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1004,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1005,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1006,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1007,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1008,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1009,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1010,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1011,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1012,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1013,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1014,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1015,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1016,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(478,'\\core\\event\\config_log_created','core','created','config_log','config_log',1017,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(479,'\\core\\event\\config_log_created','core','created','config_log','config_log',1018,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(480,'\\core\\event\\config_log_created','core','created','config_log','config_log',1019,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(481,'\\core\\event\\config_log_created','core','created','config_log','config_log',1020,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(482,'\\core\\event\\config_log_created','core','created','config_log','config_log',1021,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(483,'\\core\\event\\config_log_created','core','created','config_log','config_log',1022,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(484,'\\core\\event\\config_log_created','core','created','config_log','config_log',1023,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(485,'\\core\\event\\config_log_created','core','created','config_log','config_log',1024,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(486,'\\core\\event\\config_log_created','core','created','config_log','config_log',1025,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(487,'\\core\\event\\config_log_created','core','created','config_log','config_log',1026,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(488,'\\core\\event\\config_log_created','core','created','config_log','config_log',1027,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(489,'\\core\\event\\config_log_created','core','created','config_log','config_log',1028,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(490,'\\core\\event\\config_log_created','core','created','config_log','config_log',1029,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(491,'\\core\\event\\config_log_created','core','created','config_log','config_log',1030,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1031,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1032,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1033,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1034,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1035,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1036,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1037,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1038,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1039,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1040,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1041,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1042,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1043,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1044,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1045,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1046,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1047,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1048,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(510,'\\core\\event\\config_log_created','core','created','config_log','config_log',1049,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(511,'\\core\\event\\config_log_created','core','created','config_log','config_log',1050,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(512,'\\core\\event\\config_log_created','core','created','config_log','config_log',1051,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(513,'\\core\\event\\config_log_created','core','created','config_log','config_log',1052,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(514,'\\core\\event\\config_log_created','core','created','config_log','config_log',1053,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(515,'\\core\\event\\config_log_created','core','created','config_log','config_log',1054,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(516,'\\core\\event\\config_log_created','core','created','config_log','config_log',1055,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(517,'\\core\\event\\config_log_created','core','created','config_log','config_log',1056,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(518,'\\core\\event\\config_log_created','core','created','config_log','config_log',1057,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(519,'\\core\\event\\config_log_created','core','created','config_log','config_log',1058,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(520,'\\core\\event\\config_log_created','core','created','config_log','config_log',1059,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(521,'\\core\\event\\config_log_created','core','created','config_log','config_log',1060,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(522,'\\core\\event\\config_log_created','core','created','config_log','config_log',1061,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(523,'\\core\\event\\config_log_created','core','created','config_log','config_log',1062,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(524,'\\core\\event\\config_log_created','core','created','config_log','config_log',1063,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(525,'\\core\\event\\config_log_created','core','created','config_log','config_log',1064,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(526,'\\core\\event\\config_log_created','core','created','config_log','config_log',1065,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(527,'\\core\\event\\config_log_created','core','created','config_log','config_log',1066,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(528,'\\core\\event\\config_log_created','core','created','config_log','config_log',1067,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(529,'\\core\\event\\config_log_created','core','created','config_log','config_log',1068,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(530,'\\core\\event\\config_log_created','core','created','config_log','config_log',1069,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(531,'\\core\\event\\config_log_created','core','created','config_log','config_log',1070,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(532,'\\core\\event\\config_log_created','core','created','config_log','config_log',1071,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(533,'\\core\\event\\config_log_created','core','created','config_log','config_log',1072,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(534,'\\core\\event\\config_log_created','core','created','config_log','config_log',1073,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(535,'\\core\\event\\config_log_created','core','created','config_log','config_log',1074,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(536,'\\core\\event\\config_log_created','core','created','config_log','config_log',1075,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(537,'\\core\\event\\config_log_created','core','created','config_log','config_log',1076,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(538,'\\core\\event\\config_log_created','core','created','config_log','config_log',1077,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(539,'\\core\\event\\config_log_created','core','created','config_log','config_log',1078,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(540,'\\core\\event\\config_log_created','core','created','config_log','config_log',1079,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(541,'\\core\\event\\config_log_created','core','created','config_log','config_log',1080,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(542,'\\core\\event\\config_log_created','core','created','config_log','config_log',1081,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(543,'\\core\\event\\config_log_created','core','created','config_log','config_log',1082,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}',1566468658,'web','172.19.0.1',NULL),(544,'\\core\\event\\config_log_created','core','created','config_log','config_log',1083,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(545,'\\core\\event\\config_log_created','core','created','config_log','config_log',1084,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(546,'\\core\\event\\config_log_created','core','created','config_log','config_log',1085,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(547,'\\core\\event\\config_log_created','core','created','config_log','config_log',1086,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(548,'\\core\\event\\config_log_created','core','created','config_log','config_log',1087,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(549,'\\core\\event\\config_log_created','core','created','config_log','config_log',1088,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"preventpassindb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(550,'\\core\\event\\config_log_created','core','created','config_log','config_log',1089,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(551,'\\core\\event\\config_log_created','core','created','config_log','config_log',1090,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(552,'\\core\\event\\config_log_created','core','created','config_log','config_log',1091,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1092,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1093,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1094,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1095,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1096,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"suspended_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1097,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"memberattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1098,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1099,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1100,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"forcechangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1101,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"stdchangepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1102,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1103,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1104,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1105,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1106,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expireattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1107,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"gracelogins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1108,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"graceattr\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1109,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"auth_user_create\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1110,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"create_context\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1111,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"managercontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1112,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"coursecreatorcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1113,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1114,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"sync_suspended\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1115,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ntlmsso_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1116,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"ntlmsso_subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1117,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ntlmsso_ie_fastpath\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1118,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ntlmsso_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ntlm\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1119,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"ntlmsso_remoteuserformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1120,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1121,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1122,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1123,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1124,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1125,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1126,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1127,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1128,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1129,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1130,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1131,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1132,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1133,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1134,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1135,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1136,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1137,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1138,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1139,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1140,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1141,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1142,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1143,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1144,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1145,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1146,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1147,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468658,'web','172.19.0.1',NULL),(609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1148,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1149,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1150,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1151,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1152,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1153,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1154,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1155,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1156,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1157,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1158,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1159,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1160,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1161,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1162,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1163,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1164,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(626,'\\core\\event\\config_log_created','core','created','config_log','config_log',1165,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(627,'\\core\\event\\config_log_created','core','created','config_log','config_log',1166,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(628,'\\core\\event\\config_log_created','core','created','config_log','config_log',1167,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(629,'\\core\\event\\config_log_created','core','created','config_log','config_log',1168,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(630,'\\core\\event\\config_log_created','core','created','config_log','config_log',1169,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(631,'\\core\\event\\config_log_created','core','created','config_log','config_log',1170,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(632,'\\core\\event\\config_log_created','core','created','config_log','config_log',1171,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(633,'\\core\\event\\config_log_created','core','created','config_log','config_log',1172,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(634,'\\core\\event\\config_log_created','core','created','config_log','config_log',1173,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(635,'\\core\\event\\config_log_created','core','created','config_log','config_log',1174,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(636,'\\core\\event\\config_log_created','core','created','config_log','config_log',1175,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(637,'\\core\\event\\config_log_created','core','created','config_log','config_log',1176,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(638,'\\core\\event\\config_log_created','core','created','config_log','config_log',1177,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(639,'\\core\\event\\config_log_created','core','created','config_log','config_log',1178,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(640,'\\core\\event\\config_log_created','core','created','config_log','config_log',1179,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(641,'\\core\\event\\config_log_created','core','created','config_log','config_log',1180,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(642,'\\core\\event\\config_log_created','core','created','config_log','config_log',1181,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(643,'\\core\\event\\config_log_created','core','created','config_log','config_log',1182,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(644,'\\core\\event\\config_log_created','core','created','config_log','config_log',1183,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(645,'\\core\\event\\config_log_created','core','created','config_log','config_log',1184,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(646,'\\core\\event\\config_log_created','core','created','config_log','config_log',1185,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(647,'\\core\\event\\config_log_created','core','created','config_log','config_log',1186,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(648,'\\core\\event\\config_log_created','core','created','config_log','config_log',1187,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(649,'\\core\\event\\config_log_created','core','created','config_log','config_log',1188,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1189,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(651,'\\core\\event\\config_log_created','core','created','config_log','config_log',1190,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(652,'\\core\\event\\config_log_created','core','created','config_log','config_log',1191,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}',1566468659,'web','172.19.0.1',NULL),(653,'\\core\\event\\config_log_created','core','created','config_log','config_log',1192,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(654,'\\core\\event\\config_log_created','core','created','config_log','config_log',1193,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(655,'\\core\\event\\config_log_created','core','created','config_log','config_log',1194,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(656,'\\core\\event\\config_log_created','core','created','config_log','config_log',1195,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1196,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1197,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1198,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1199,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1200,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1201,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1202,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1203,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1204,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1205,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1206,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1207,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1208,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1209,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1210,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1211,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1212,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}',1566468659,'web','172.19.0.1',NULL),(674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1213,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}',1566468659,'web','172.19.0.1',NULL),(675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1214,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1215,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1216,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1217,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1218,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1219,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1220,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1221,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1222,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1223,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1224,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1225,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1226,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1227,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1228,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1229,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1230,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1231,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}',1566468659,'web','172.19.0.1',NULL),(693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1232,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1233,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(695,'\\core\\event\\config_log_created','core','created','config_log','config_log',1234,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(696,'\\core\\event\\config_log_created','core','created','config_log','config_log',1235,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(697,'\\core\\event\\config_log_created','core','created','config_log','config_log',1236,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(698,'\\core\\event\\config_log_created','core','created','config_log','config_log',1237,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(699,'\\core\\event\\config_log_created','core','created','config_log','config_log',1238,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(700,'\\core\\event\\config_log_created','core','created','config_log','config_log',1239,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(701,'\\core\\event\\config_log_created','core','created','config_log','config_log',1240,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(702,'\\core\\event\\config_log_created','core','created','config_log','config_log',1241,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(703,'\\core\\event\\config_log_created','core','created','config_log','config_log',1242,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(704,'\\core\\event\\config_log_created','core','created','config_log','config_log',1243,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(705,'\\core\\event\\config_log_created','core','created','config_log','config_log',1244,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(706,'\\core\\event\\config_log_created','core','created','config_log','config_log',1245,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(707,'\\core\\event\\config_log_created','core','created','config_log','config_log',1246,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(708,'\\core\\event\\config_log_created','core','created','config_log','config_log',1247,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(709,'\\core\\event\\config_log_created','core','created','config_log','config_log',1248,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(710,'\\core\\event\\config_log_created','core','created','config_log','config_log',1249,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}',1566468659,'web','172.19.0.1',NULL),(711,'\\core\\event\\config_log_created','core','created','config_log','config_log',1250,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(712,'\\core\\event\\config_log_created','core','created','config_log','config_log',1251,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(713,'\\core\\event\\config_log_created','core','created','config_log','config_log',1252,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(714,'\\core\\event\\config_log_created','core','created','config_log','config_log',1253,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(715,'\\core\\event\\config_log_created','core','created','config_log','config_log',1254,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(716,'\\core\\event\\config_log_created','core','created','config_log','config_log',1255,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(717,'\\core\\event\\config_log_created','core','created','config_log','config_log',1256,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1257,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:203:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1258,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1259,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1260,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1261,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1262,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1263,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1264,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1265,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1266,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1267,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1268,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1269,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1270,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1271,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1272,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1273,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1274,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1275,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1276,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1277,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1278,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1279,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1280,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1281,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1282,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1283,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1284,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1285,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1286,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1287,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1288,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1289,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1290,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1291,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1292,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1293,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1294,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1295,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1296,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1297,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1298,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1299,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1300,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1301,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1302,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1303,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1304,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1305,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1306,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1307,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1308,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1309,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1310,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1311,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1312,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1566468659,'web','172.19.0.1',NULL),(774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1313,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1314,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1315,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1316,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1317,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1318,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(780,'\\core\\event\\config_log_created','core','created','config_log','config_log',1319,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(781,'\\core\\event\\config_log_created','core','created','config_log','config_log',1320,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(782,'\\core\\event\\config_log_created','core','created','config_log','config_log',1321,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(783,'\\core\\event\\config_log_created','core','created','config_log','config_log',1322,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(784,'\\core\\event\\config_log_created','core','created','config_log','config_log',1323,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(785,'\\core\\event\\config_log_created','core','created','config_log','config_log',1324,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}',1566468659,'web','172.19.0.1',NULL),(786,'\\core\\event\\config_log_created','core','created','config_log','config_log',1325,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"defaulttab\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"timeline\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1566468659,'web','172.19.0.1',NULL),(787,'\\core\\event\\config_log_created','core','created','config_log','config_log',1326,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(788,'\\core\\event\\config_log_created','core','created','config_log','config_log',1327,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(789,'\\core\\event\\config_log_created','core','created','config_log','config_log',1328,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(790,'\\core\\event\\config_log_created','core','created','config_log','config_log',1329,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(791,'\\core\\event\\config_log_created','core','created','config_log','config_log',1330,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(792,'\\core\\event\\config_log_created','core','created','config_log','config_log',1331,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}',1566468659,'web','172.19.0.1',NULL),(793,'\\core\\event\\config_log_created','core','created','config_log','config_log',1332,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(794,'\\core\\event\\config_log_created','core','created','config_log','config_log',1333,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(795,'\\core\\event\\config_log_created','core','created','config_log','config_log',1334,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(796,'\\core\\event\\config_log_created','core','created','config_log','config_log',1335,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}',1566468660,'web','172.19.0.1',NULL),(797,'\\core\\event\\config_log_created','core','created','config_log','config_log',1336,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}',1566468660,'web','172.19.0.1',NULL),(798,'\\core\\event\\config_log_created','core','created','config_log','config_log',1337,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}',1566468660,'web','172.19.0.1',NULL),(799,'\\core\\event\\config_log_created','core','created','config_log','config_log',1338,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}',1566468660,'web','172.19.0.1',NULL),(800,'\\core\\event\\config_log_created','core','created','config_log','config_log',1339,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}',1566468660,'web','172.19.0.1',NULL),(801,'\\core\\event\\config_log_created','core','created','config_log','config_log',1340,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(802,'\\core\\event\\config_log_created','core','created','config_log','config_log',1341,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}',1566468660,'web','172.19.0.1',NULL),(803,'\\core\\event\\config_log_created','core','created','config_log','config_log',1342,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(804,'\\core\\event\\config_log_created','core','created','config_log','config_log',1343,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(805,'\\core\\event\\config_log_created','core','created','config_log','config_log',1344,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(806,'\\core\\event\\config_log_created','core','created','config_log','config_log',1345,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}',1566468660,'web','172.19.0.1',NULL),(807,'\\core\\event\\config_log_created','core','created','config_log','config_log',1346,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(808,'\\core\\event\\config_log_created','core','created','config_log','config_log',1347,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(809,'\\core\\event\\config_log_created','core','created','config_log','config_log',1348,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(810,'\\core\\event\\config_log_created','core','created','config_log','config_log',1349,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(811,'\\core\\event\\config_log_created','core','created','config_log','config_log',1350,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(812,'\\core\\event\\config_log_created','core','created','config_log','config_log',1351,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(813,'\\core\\event\\config_log_created','core','created','config_log','config_log',1352,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(814,'\\core\\event\\config_log_created','core','created','config_log','config_log',1353,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(815,'\\core\\event\\config_log_created','core','created','config_log','config_log',1354,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(816,'\\core\\event\\config_log_created','core','created','config_log','config_log',1355,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(817,'\\core\\event\\config_log_created','core','created','config_log','config_log',1356,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(818,'\\core\\event\\config_log_created','core','created','config_log','config_log',1357,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(819,'\\core\\event\\config_log_created','core','created','config_log','config_log',1358,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(820,'\\core\\event\\config_log_created','core','created','config_log','config_log',1359,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(821,'\\core\\event\\config_log_created','core','created','config_log','config_log',1360,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(822,'\\core\\event\\config_log_created','core','created','config_log','config_log',1361,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(823,'\\core\\event\\config_log_created','core','created','config_log','config_log',1362,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(824,'\\core\\event\\config_log_created','core','created','config_log','config_log',1363,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(825,'\\core\\event\\config_log_created','core','created','config_log','config_log',1364,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(826,'\\core\\event\\config_log_created','core','created','config_log','config_log',1365,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(827,'\\core\\event\\config_log_created','core','created','config_log','config_log',1366,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(828,'\\core\\event\\config_log_created','core','created','config_log','config_log',1367,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(829,'\\core\\event\\config_log_created','core','created','config_log','config_log',1368,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(830,'\\core\\event\\config_log_created','core','created','config_log','config_log',1369,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(831,'\\core\\event\\config_log_created','core','created','config_log','config_log',1370,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(832,'\\core\\event\\config_log_created','core','created','config_log','config_log',1371,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(833,'\\core\\event\\config_log_created','core','created','config_log','config_log',1372,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(834,'\\core\\event\\config_log_created','core','created','config_log','config_log',1373,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}',1566468660,'web','172.19.0.1',NULL),(835,'\\core\\event\\config_log_created','core','created','config_log','config_log',1374,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(836,'\\core\\event\\config_log_created','core','created','config_log','config_log',1375,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(837,'\\core\\event\\config_log_created','core','created','config_log','config_log',1376,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(838,'\\core\\event\\config_log_created','core','created','config_log','config_log',1377,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(839,'\\core\\event\\config_log_created','core','created','config_log','config_log',1378,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(840,'\\core\\event\\config_log_created','core','created','config_log','config_log',1379,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(841,'\\core\\event\\config_log_created','core','created','config_log','config_log',1380,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}',1566468660,'web','172.19.0.1',NULL),(842,'\\core\\event\\config_log_created','core','created','config_log','config_log',1381,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(843,'\\core\\event\\config_log_created','core','created','config_log','config_log',1382,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(844,'\\core\\event\\config_log_created','core','created','config_log','config_log',1383,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(845,'\\core\\event\\config_log_created','core','created','config_log','config_log',1384,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(846,'\\core\\event\\config_log_created','core','created','config_log','config_log',1385,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(847,'\\core\\event\\config_log_created','core','created','config_log','config_log',1386,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}',1566468660,'web','172.19.0.1',NULL),(848,'\\core\\event\\config_log_created','core','created','config_log','config_log',1387,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(849,'\\core\\event\\config_log_created','core','created','config_log','config_log',1388,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(850,'\\core\\event\\config_log_created','core','created','config_log','config_log',1389,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(851,'\\core\\event\\config_log_created','core','created','config_log','config_log',1390,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(852,'\\core\\event\\config_log_created','core','created','config_log','config_log',1391,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(853,'\\core\\event\\config_log_created','core','created','config_log','config_log',1392,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(854,'\\core\\event\\config_log_created','core','created','config_log','config_log',1393,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(855,'\\core\\event\\config_log_created','core','created','config_log','config_log',1394,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(856,'\\core\\event\\config_log_created','core','created','config_log','config_log',1395,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(857,'\\core\\event\\config_log_created','core','created','config_log','config_log',1396,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(858,'\\core\\event\\config_log_created','core','created','config_log','config_log',1397,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(859,'\\core\\event\\config_log_created','core','created','config_log','config_log',1398,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(860,'\\core\\event\\config_log_created','core','created','config_log','config_log',1399,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(861,'\\core\\event\\config_log_created','core','created','config_log','config_log',1400,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(862,'\\core\\event\\config_log_created','core','created','config_log','config_log',1401,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(863,'\\core\\event\\config_log_created','core','created','config_log','config_log',1402,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(864,'\\core\\event\\config_log_created','core','created','config_log','config_log',1403,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(865,'\\core\\event\\config_log_created','core','created','config_log','config_log',1404,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(866,'\\core\\event\\config_log_created','core','created','config_log','config_log',1405,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(867,'\\core\\event\\config_log_created','core','created','config_log','config_log',1406,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(868,'\\core\\event\\config_log_created','core','created','config_log','config_log',1407,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(869,'\\core\\event\\config_log_created','core','created','config_log','config_log',1408,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(870,'\\core\\event\\config_log_created','core','created','config_log','config_log',1409,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(871,'\\core\\event\\config_log_created','core','created','config_log','config_log',1410,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(872,'\\core\\event\\config_log_created','core','created','config_log','config_log',1411,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(873,'\\core\\event\\config_log_created','core','created','config_log','config_log',1412,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(874,'\\core\\event\\config_log_created','core','created','config_log','config_log',1413,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(875,'\\core\\event\\config_log_created','core','created','config_log','config_log',1414,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(876,'\\core\\event\\config_log_created','core','created','config_log','config_log',1415,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(877,'\\core\\event\\config_log_created','core','created','config_log','config_log',1416,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1566468660,'web','172.19.0.1',NULL),(878,'\\core\\event\\config_log_created','core','created','config_log','config_log',1417,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"host_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(879,'\\core\\event\\config_log_created','core','created','config_log','config_log',1418,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"start_tls\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(880,'\\core\\event\\config_log_created','core','created','config_log','config_log',1419,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldap_version\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(881,'\\core\\event\\config_log_created','core','created','config_log','config_log',1420,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"ldapencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(882,'\\core\\event\\config_log_created','core','created','config_log','config_log',1421,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"pagesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"250\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(883,'\\core\\event\\config_log_created','core','created','config_log','config_log',1422,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_dn\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(884,'\\core\\event\\config_log_created','core','created','config_log','config_log',1423,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"bind_pw\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(885,'\\core\\event\\config_log_created','core','created','config_log','config_log',1424,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"course_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(886,'\\core\\event\\config_log_created','core','created','config_log','config_log',1425,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"memberattribute_isdn\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(887,'\\core\\event\\config_log_created','core','created','config_log','config_log',1426,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"user_contexts\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(888,'\\core\\event\\config_log_created','core','created','config_log','config_log',1427,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"user_search_sub\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(889,'\\core\\event\\config_log_created','core','created','config_log','config_log',1428,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"user_type\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(890,'\\core\\event\\config_log_created','core','created','config_log','config_log',1429,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"opt_deref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(891,'\\core\\event\\config_log_created','core','created','config_log','config_log',1430,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"idnumber_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(892,'\\core\\event\\config_log_created','core','created','config_log','config_log',1431,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"objectclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(893,'\\core\\event\\config_log_created','core','created','config_log','config_log',1432,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(894,'\\core\\event\\config_log_created','core','created','config_log','config_log',1433,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"course_shortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(895,'\\core\\event\\config_log_created','core','created','config_log','config_log',1434,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"course_fullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(896,'\\core\\event\\config_log_created','core','created','config_log','config_log',1435,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"course_summary\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(897,'\\core\\event\\config_log_created','core','created','config_log','config_log',1436,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(898,'\\core\\event\\config_log_created','core','created','config_log','config_log',1437,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(899,'\\core\\event\\config_log_created','core','created','config_log','config_log',1438,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autocreate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(900,'\\core\\event\\config_log_created','core','created','config_log','config_log',1439,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"category\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(901,'\\core\\event\\config_log_created','core','created','config_log','config_log',1440,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"template\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(902,'\\core\\event\\config_log_created','core','created','config_log','config_log',1441,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"course_shortname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(903,'\\core\\event\\config_log_created','core','created','config_log','config_log',1442,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"course_fullname_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(904,'\\core\\event\\config_log_created','core','created','config_log','config_log',1443,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"course_summary_updateonsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(905,'\\core\\event\\config_log_created','core','created','config_log','config_log',1444,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"nested_groups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(906,'\\core\\event\\config_log_created','core','created','config_log','config_log',1445,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"group_memberofattribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_ldap\";}',1566468660,'web','172.19.0.1',NULL),(907,'\\core\\event\\config_log_created','core','created','config_log','config_log',1446,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(908,'\\core\\event\\config_log_created','core','created','config_log','config_log',1447,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(909,'\\core\\event\\config_log_created','core','created','config_log','config_log',1448,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(910,'\\core\\event\\config_log_created','core','created','config_log','config_log',1449,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(911,'\\core\\event\\config_log_created','core','created','config_log','config_log',1450,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(912,'\\core\\event\\config_log_created','core','created','config_log','config_log',1451,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(913,'\\core\\event\\config_log_created','core','created','config_log','config_log',1452,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(914,'\\core\\event\\config_log_created','core','created','config_log','config_log',1453,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(915,'\\core\\event\\config_log_created','core','created','config_log','config_log',1454,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}',1566468660,'web','172.19.0.1',NULL),(916,'\\core\\event\\config_log_created','core','created','config_log','config_log',1455,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(917,'\\core\\event\\config_log_created','core','created','config_log','config_log',1456,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}',1566468660,'web','172.19.0.1',NULL),(918,'\\core\\event\\config_log_created','core','created','config_log','config_log',1457,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(919,'\\core\\event\\config_log_created','core','created','config_log','config_log',1458,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(920,'\\core\\event\\config_log_created','core','created','config_log','config_log',1459,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(921,'\\core\\event\\config_log_created','core','created','config_log','config_log',1460,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(922,'\\core\\event\\config_log_created','core','created','config_log','config_log',1461,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(923,'\\core\\event\\config_log_created','core','created','config_log','config_log',1462,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(924,'\\core\\event\\config_log_created','core','created','config_log','config_log',1463,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(925,'\\core\\event\\config_log_created','core','created','config_log','config_log',1464,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(926,'\\core\\event\\config_log_created','core','created','config_log','config_log',1465,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(927,'\\core\\event\\config_log_created','core','created','config_log','config_log',1466,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}',1566468660,'web','172.19.0.1',NULL),(928,'\\core\\event\\config_log_created','core','created','config_log','config_log',1467,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(929,'\\core\\event\\config_log_created','core','created','config_log','config_log',1468,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(930,'\\core\\event\\config_log_created','core','created','config_log','config_log',1469,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(931,'\\core\\event\\config_log_created','core','created','config_log','config_log',1470,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(932,'\\core\\event\\config_log_created','core','created','config_log','config_log',1471,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(933,'\\core\\event\\config_log_created','core','created','config_log','config_log',1472,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}',1566468660,'web','172.19.0.1',NULL),(934,'\\core\\event\\config_log_created','core','created','config_log','config_log',1473,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(935,'\\core\\event\\config_log_created','core','created','config_log','config_log',1474,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(936,'\\core\\event\\config_log_created','core','created','config_log','config_log',1475,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(937,'\\core\\event\\config_log_created','core','created','config_log','config_log',1476,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(938,'\\core\\event\\config_log_created','core','created','config_log','config_log',1477,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(939,'\\core\\event\\config_log_created','core','created','config_log','config_log',1478,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(940,'\\core\\event\\config_log_created','core','created','config_log','config_log',1479,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(941,'\\core\\event\\config_log_created','core','created','config_log','config_log',1480,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(942,'\\core\\event\\config_log_created','core','created','config_log','config_log',1481,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(943,'\\core\\event\\config_log_created','core','created','config_log','config_log',1482,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(944,'\\core\\event\\config_log_created','core','created','config_log','config_log',1483,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(945,'\\core\\event\\config_log_created','core','created','config_log','config_log',1484,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(946,'\\core\\event\\config_log_created','core','created','config_log','config_log',1485,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(947,'\\core\\event\\config_log_created','core','created','config_log','config_log',1486,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(948,'\\core\\event\\config_log_created','core','created','config_log','config_log',1487,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468660,'web','172.19.0.1',NULL),(949,'\\core\\event\\config_log_created','core','created','config_log','config_log',1488,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}',1566468661,'web','172.19.0.1',NULL),(950,'\\core\\event\\config_log_created','core','created','config_log','config_log',1489,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(951,'\\core\\event\\config_log_created','core','created','config_log','config_log',1490,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}',1566468661,'web','172.19.0.1',NULL),(952,'\\core\\event\\config_log_created','core','created','config_log','config_log',1491,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}',1566468661,'web','172.19.0.1',NULL),(953,'\\core\\event\\config_log_created','core','created','config_log','config_log',1492,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(954,'\\core\\event\\config_log_created','core','created','config_log','config_log',1493,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(955,'\\core\\event\\config_log_created','core','created','config_log','config_log',1494,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(956,'\\core\\event\\config_log_created','core','created','config_log','config_log',1495,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}',1566468661,'web','172.19.0.1',NULL),(957,'\\core\\event\\config_log_created','core','created','config_log','config_log',1496,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(958,'\\core\\event\\config_log_created','core','created','config_log','config_log',1497,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(959,'\\core\\event\\config_log_created','core','created','config_log','config_log',1498,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(960,'\\core\\event\\config_log_created','core','created','config_log','config_log',1499,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(961,'\\core\\event\\config_log_created','core','created','config_log','config_log',1500,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(962,'\\core\\event\\config_log_created','core','created','config_log','config_log',1501,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:14:\"/usr/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(963,'\\core\\event\\config_log_created','core','created','config_log','config_log',1502,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(964,'\\core\\event\\config_log_created','core','created','config_log','config_log',1503,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(965,'\\core\\event\\config_log_created','core','created','config_log','config_log',1504,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(966,'\\core\\event\\config_log_created','core','created','config_log','config_log',1505,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}',1566468661,'web','172.19.0.1',NULL),(967,'\\core\\event\\config_log_created','core','created','config_log','config_log',1506,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(968,'\\core\\event\\config_log_created','core','created','config_log','config_log',1507,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(969,'\\core\\event\\config_log_created','core','created','config_log','config_log',1508,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(970,'\\core\\event\\config_log_created','core','created','config_log','config_log',1509,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(971,'\\core\\event\\config_log_created','core','created','config_log','config_log',1510,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(972,'\\core\\event\\config_log_created','core','created','config_log','config_log',1511,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(973,'\\core\\event\\config_log_created','core','created','config_log','config_log',1512,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(974,'\\core\\event\\config_log_created','core','created','config_log','config_log',1513,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(975,'\\core\\event\\config_log_created','core','created','config_log','config_log',1514,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(976,'\\core\\event\\config_log_created','core','created','config_log','config_log',1515,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(977,'\\core\\event\\config_log_created','core','created','config_log','config_log',1516,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(978,'\\core\\event\\config_log_created','core','created','config_log','config_log',1517,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(979,'\\core\\event\\config_log_created','core','created','config_log','config_log',1518,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(980,'\\core\\event\\config_log_created','core','created','config_log','config_log',1519,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(981,'\\core\\event\\config_log_created','core','created','config_log','config_log',1520,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(982,'\\core\\event\\config_log_created','core','created','config_log','config_log',1521,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(983,'\\core\\event\\config_log_created','core','created','config_log','config_log',1522,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}',1566468661,'web','172.19.0.1',NULL),(984,'\\core\\event\\config_log_created','core','created','config_log','config_log',1523,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}',1566468661,'web','172.19.0.1',NULL),(985,'\\core\\event\\config_log_created','core','created','config_log','config_log',1524,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(986,'\\core\\event\\config_log_created','core','created','config_log','config_log',1525,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(987,'\\core\\event\\config_log_created','core','created','config_log','config_log',1526,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(988,'\\core\\event\\config_log_created','core','created','config_log','config_log',1527,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(989,'\\core\\event\\config_log_created','core','created','config_log','config_log',1528,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}',1566468661,'web','172.19.0.1',NULL),(990,'\\core\\event\\config_log_created','core','created','config_log','config_log',1529,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(991,'\\core\\event\\config_log_created','core','created','config_log','config_log',1530,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(992,'\\core\\event\\config_log_created','core','created','config_log','config_log',1531,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(993,'\\core\\event\\config_log_created','core','created','config_log','config_log',1532,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(994,'\\core\\event\\config_log_created','core','created','config_log','config_log',1533,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(995,'\\core\\event\\config_log_created','core','created','config_log','config_log',1534,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(996,'\\core\\event\\config_log_created','core','created','config_log','config_log',1535,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(997,'\\core\\event\\config_log_created','core','created','config_log','config_log',1536,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}',1566468661,'web','172.19.0.1',NULL),(998,'\\core\\event\\config_log_created','core','created','config_log','config_log',1537,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(999,'\\core\\event\\config_log_created','core','created','config_log','config_log',1538,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1000,'\\core\\event\\config_log_created','core','created','config_log','config_log',1539,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1001,'\\core\\event\\config_log_created','core','created','config_log','config_log',1540,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1002,'\\core\\event\\config_log_created','core','created','config_log','config_log',1541,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1003,'\\core\\event\\config_log_created','core','created','config_log','config_log',1542,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1004,'\\core\\event\\config_log_created','core','created','config_log','config_log',1543,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1005,'\\core\\event\\config_log_created','core','created','config_log','config_log',1544,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1006,'\\core\\event\\config_log_created','core','created','config_log','config_log',1545,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1007,'\\core\\event\\config_log_created','core','created','config_log','config_log',1546,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1008,'\\core\\event\\config_log_created','core','created','config_log','config_log',1547,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1009,'\\core\\event\\config_log_created','core','created','config_log','config_log',1548,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1010,'\\core\\event\\config_log_created','core','created','config_log','config_log',1549,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1566468661,'web','172.19.0.1',NULL),(1011,'\\core\\event\\config_log_created','core','created','config_log','config_log',1550,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1012,'\\core\\event\\config_log_created','core','created','config_log','config_log',1551,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"indexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1013,'\\core\\event\\config_log_created','core','created','config_log','config_log',1552,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1014,'\\core\\event\\config_log_created','core','created','config_log','config_log',1553,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"server_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1015,'\\core\\event\\config_log_created','core','created','config_log','config_log',1554,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1016,'\\core\\event\\config_log_created','core','created','config_log','config_log',1555,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"server_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1017,'\\core\\event\\config_log_created','core','created','config_log','config_log',1556,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"server_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1018,'\\core\\event\\config_log_created','core','created','config_log','config_log',1557,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"ssl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1019,'\\core\\event\\config_log_created','core','created','config_log','config_log',1558,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"ssl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1020,'\\core\\event\\config_log_created','core','created','config_log','config_log',1559,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"ssl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1021,'\\core\\event\\config_log_created','core','created','config_log','config_log',1560,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1022,'\\core\\event\\config_log_created','core','created','config_log','config_log',1561,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ssl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1023,'\\core\\event\\config_log_created','core','created','config_log','config_log',1562,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"fileindexing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1024,'\\core\\event\\config_log_created','core','created','config_log','config_log',1563,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"maxindexfilekb\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2097152\";s:6:\"plugin\";s:11:\"search_solr\";}',1566468661,'web','172.19.0.1',NULL),(1025,'\\core\\event\\config_log_created','core','created','config_log','config_log',1564,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1026,'\\core\\event\\config_log_created','core','created','config_log','config_log',1565,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}',1566468661,'web','172.19.0.1',NULL),(1027,'\\core\\event\\config_log_created','core','created','config_log','config_log',1566,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}',1566468661,'web','172.19.0.1',NULL),(1028,'\\core\\event\\config_log_created','core','created','config_log','config_log',1567,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1029,'\\core\\event\\config_log_created','core','created','config_log','config_log',1568,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1030,'\\core\\event\\config_log_created','core','created','config_log','config_log',1569,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1031,'\\core\\event\\config_log_created','core','created','config_log','config_log',1570,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"atto_equation\";}',1566468661,'web','172.19.0.1',NULL),(1032,'\\core\\event\\config_log_created','core','created','config_log','config_log',1571,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1033,'\\core\\event\\config_log_created','core','created','config_log','config_log',1572,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1034,'\\core\\event\\config_log_created','core','created','config_log','config_log',1573,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1035,'\\core\\event\\config_log_created','core','created','config_log','config_log',1574,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1566468661,'web','172.19.0.1',NULL),(1036,'\\core\\event\\config_log_created','core','created','config_log','config_log',1575,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1037,'\\core\\event\\config_log_created','core','created','config_log','config_log',1576,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1038,'\\core\\event\\config_log_created','core','created','config_log','config_log',1577,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}',1566468661,'web','172.19.0.1',NULL),(1039,'\\core\\event\\config_log_created','core','created','config_log','config_log',1578,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1040,'\\core\\event\\config_log_created','core','created','config_log','config_log',1579,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1041,'\\core\\event\\config_log_created','core','created','config_log','config_log',1580,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}',1566468661,'web','172.19.0.1',NULL),(1042,'\\core\\event\\config_log_created','core','created','config_log','config_log',1581,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}',1566468661,'web','172.19.0.1',NULL),(1043,'\\core\\event\\config_log_created','core','created','config_log','config_log',1582,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1044,'\\core\\event\\config_log_created','core','created','config_log','config_log',1583,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}',1566468661,'web','172.19.0.1',NULL),(1045,'\\core\\event\\config_log_created','core','created','config_log','config_log',1584,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1046,'\\core\\event\\config_log_created','core','created','config_log','config_log',1585,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1047,'\\core\\event\\config_log_created','core','created','config_log','config_log',1586,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1048,'\\core\\event\\config_log_created','core','created','config_log','config_log',1587,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1049,'\\core\\event\\config_log_created','core','created','config_log','config_log',1588,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1050,'\\core\\event\\config_log_created','core','created','config_log','config_log',1589,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1051,'\\core\\event\\config_log_created','core','created','config_log','config_log',1590,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1052,'\\core\\event\\config_log_created','core','created','config_log','config_log',1591,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1053,'\\core\\event\\config_log_created','core','created','config_log','config_log',1592,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1054,'\\core\\event\\config_log_created','core','created','config_log','config_log',1593,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1055,'\\core\\event\\config_log_created','core','created','config_log','config_log',1594,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1056,'\\core\\event\\config_log_created','core','created','config_log','config_log',1595,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1057,'\\core\\event\\config_log_created','core','created','config_log','config_log',1596,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1058,'\\core\\event\\config_log_created','core','created','config_log','config_log',1597,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1059,'\\core\\event\\config_log_created','core','created','config_log','config_log',1598,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1060,'\\core\\event\\config_log_created','core','created','config_log','config_log',1599,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1566468661,'web','172.19.0.1',NULL),(1061,'\\core\\event\\config_log_created','core','created','config_log','config_log',1600,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1566468661,'web','172.19.0.1',NULL),(1062,'\\core\\event\\config_log_created','core','created','config_log','config_log',1601,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"Europe/London\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1063,'\\core\\event\\config_log_created','core','created','config_log','config_log',1602,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"registerauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1064,'\\core\\event\\config_log_created','core','created','config_log','config_log',1603,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"noreplyaddress\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"noreply@localhost.com\";s:6:\"plugin\";N;}',1566468807,'web','172.19.0.1',NULL),(1065,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1566468809,'web','172.19.0.1',NULL),(1066,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566468812,'web','172.19.0.1',NULL),(1067,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',1,'r',2,2,50,1,2,1,NULL,0,'a:1:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";}',1566468813,'web','172.19.0.1',NULL),(1068,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',1,'r',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"tourid\";i:1;s:9:\"stepindex\";i:0;}',1566468813,'web','172.19.0.1',NULL),(1069,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',1,'c',2,2,50,1,2,1,NULL,0,'a:3:{s:7:\"pageurl\";s:33:\"http://localhost:8000/?redirect=0\";s:6:\"stepid\";i:1;s:9:\"stepindex\";i:0;}',1566468814,'web','172.19.0.1',NULL),(1070,'\\core\\event\\course_created','core','created','course','course',2,'c',1,21,50,2,2,2,NULL,0,'a:2:{s:9:\"shortname\";s:2:\"C1\";s:8:\"fullname\";s:11:\"Test course\";}',1566468838,'web','172.19.0.1',NULL),(1071,'\\core\\event\\course_section_created','core','created','course_section','course_sections',1,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:0;}',1566468838,'web','172.19.0.1',NULL),(1072,'\\core\\event\\course_section_created','core','created','course_section','course_sections',2,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:1;}',1566468838,'web','172.19.0.1',NULL),(1073,'\\core\\event\\course_section_created','core','created','course_section','course_sections',3,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:2;}',1566468838,'web','172.19.0.1',NULL),(1074,'\\core\\event\\course_section_created','core','created','course_section','course_sections',4,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:3;}',1566468838,'web','172.19.0.1',NULL),(1075,'\\core\\event\\course_section_created','core','created','course_section','course_sections',5,'c',1,21,50,2,2,2,NULL,0,'a:1:{s:10:\"sectionnum\";i:4;}',1566468838,'web','172.19.0.1',NULL),(1076,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',1,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566468838,'web','172.19.0.1',NULL),(1077,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',2,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:5:\"guest\";}',1566468838,'web','172.19.0.1',NULL),(1078,'\\core\\event\\enrol_instance_created','core','created','enrol_instance','enrol',3,'c',0,21,50,2,2,2,NULL,0,'a:1:{s:5:\"enrol\";s:4:\"self\";}',1566468838,'web','172.19.0.1',NULL),(1079,'\\core\\event\\course_category_viewed','core','viewed','course_category','course_categories',1,'r',0,3,40,1,2,0,NULL,0,'N;',1566468838,'web','172.19.0.1',NULL),(1080,'\\core\\event\\user_created','core','created','user','user',3,'c',0,22,30,3,2,0,3,0,'N;',1566471364,'web','172.19.0.1',NULL),(1081,'\\core\\event\\user_created','core','created','user','user',4,'c',0,23,30,4,2,0,4,0,'N;',1566471397,'web','172.19.0.1',NULL),(1082,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471401,'web','172.19.0.1',NULL),(1083,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471402,'web','172.19.0.1',NULL),(1084,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',2,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1566471402,'web','172.19.0.1',NULL),(1085,'\\tool_usertours\\event\\step_shown','tool_usertours','shown','step','tool_usertours_steps',7,'r',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"tourid\";i:2;s:9:\"stepindex\";i:0;}',1566471402,'web','172.19.0.1',NULL),(1086,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',2,'c',2,21,50,2,2,2,NULL,0,'a:3:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";s:6:\"stepid\";i:7;s:9:\"stepindex\";i:0;}',1566471403,'web','172.19.0.1',NULL),(1087,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,2,1,NULL,0,'N;',1566471417,'web','172.19.0.1',NULL),(1088,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471418,'web','172.19.0.1',NULL),(1089,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471422,'web','172.19.0.1',NULL),(1090,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471432,'web','172.19.0.1',NULL),(1091,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',1,'c',0,21,50,2,2,2,3,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471448,'web','172.19.0.1',NULL),(1092,'\\core\\event\\role_assigned','core','assigned','role','role',3,'c',0,21,50,2,2,2,3,0,'a:3:{s:2:\"id\";i:1;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471448,'web','172.19.0.1',NULL),(1093,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471449,'web','172.19.0.1',NULL),(1094,'\\core\\event\\user_enrolment_created','core','created','user_enrolment','user_enrolments',2,'c',0,21,50,2,2,2,4,0,'a:1:{s:5:\"enrol\";s:6:\"manual\";}',1566471456,'web','172.19.0.1',NULL),(1095,'\\core\\event\\role_assigned','core','assigned','role','role',5,'c',0,21,50,2,2,2,4,0,'a:3:{s:2:\"id\";i:2;s:9:\"component\";s:0:\"\";s:6:\"itemid\";i:0;}',1566471456,'web','172.19.0.1',NULL),(1096,'\\core\\event\\user_list_viewed','core','viewed','user_list','course',2,'r',0,21,50,2,2,2,NULL,0,'a:2:{s:15:\"courseshortname\";s:2:\"C1\";s:14:\"coursefullname\";s:11:\"Test course\";}',1566471456,'web','172.19.0.1',NULL),(1097,'\\core\\event\\config_log_created','core','created','config_log','config_log',1604,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471608,'web','172.19.0.1',NULL),(1098,'\\core\\event\\config_log_created','core','created','config_log','config_log',1605,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"chem_editor_enable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1099,'\\core\\event\\config_log_created','core','created','config_log','config_log',1606,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"allow_editorplugin_active_course\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1100,'\\core\\event\\config_log_created','core','created','config_log','config_log',1607,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicehost\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"www.wiris.net\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1101,'\\core\\event\\config_log_created','core','created','config_log','config_log',1608,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"imageservicepath\";s:8:\"oldvalue\";N;s:5:\"value\";s:19:\"/demo/editor/render\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1102,'\\core\\event\\config_log_created','core','created','config_log','config_log',1609,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"imageserviceprotocol\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"https\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1103,'\\core\\event\\config_log_created','core','created','config_log','config_log',1610,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"imageformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"svg\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1104,'\\core\\event\\config_log_created','core','created','config_log','config_log',1611,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"pluginperformance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1105,'\\core\\event\\config_log_created','core','created','config_log','config_log',1612,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"editormodalwindowfullscreen\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1106,'\\core\\event\\config_log_created','core','created','config_log','config_log',1613,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1566471609,'web','172.19.0.1',NULL),(1107,'\\core\\event\\config_log_created','core','created','config_log','config_log',1614,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:7:\"algebra\";}',1566471699,'web','172.19.0.1',NULL),(1108,'\\core\\event\\config_log_created','core','created','config_log','config_log',1615,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:6:\"censor\";}',1566471699,'web','172.19.0.1',NULL),(1109,'\\core\\event\\config_log_created','core','created','config_log','config_log',1616,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"data\";}',1566471699,'web','172.19.0.1',NULL),(1110,'\\core\\event\\config_log_created','core','created','config_log','config_log',1617,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:12:\"emailprotect\";}',1566471699,'web','172.19.0.1',NULL),(1111,'\\core\\event\\config_log_created','core','created','config_log','config_log',1618,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"emoticon\";}',1566471699,'web','172.19.0.1',NULL),(1112,'\\core\\event\\config_log_created','core','created','config_log','config_log',1619,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:8:\"glossary\";}',1566471699,'web','172.19.0.1',NULL),(1113,'\\core\\event\\config_log_created','core','created','config_log','config_log',1620,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"multilang\";}',1566471699,'web','172.19.0.1',NULL),(1114,'\\core\\event\\config_log_created','core','created','config_log','config_log',1621,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:3:\"tex\";}',1566471699,'web','172.19.0.1',NULL),(1115,'\\core\\event\\config_log_created','core','created','config_log','config_log',1622,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:4:\"tidy\";}',1566471699,'web','172.19.0.1',NULL),(1116,'\\core\\event\\config_log_created','core','created','config_log','config_log',1623,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:9:\"urltolink\";}',1566471699,'web','172.19.0.1',NULL),(1117,'\\core\\event\\config_log_created','core','created','config_log','config_log',1624,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:-9999;s:6:\"plugin\";s:5:\"wiris\";}',1566471699,'web','172.19.0.1',NULL),(1118,'\\core\\event\\config_log_created','core','created','config_log','config_log',1625,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:5:\"-9999\";s:5:\"value\";i:1;s:6:\"plugin\";s:5:\"wiris\";}',1566471707,'web','172.19.0.1',NULL),(1119,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1566471729,'web','172.19.0.1',NULL),(1120,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471730,'web','172.19.0.1',NULL),(1121,'\\mod_forum\\event\\course_module_viewed','mod_forum','viewed','course_module','forum',1,'r',2,24,70,1,2,2,NULL,0,'N;',1566471738,'web','172.19.0.1',NULL),(1122,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"block/community:myaddinstance\";}',1612456668,'cli',NULL,NULL),(1123,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1124,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:27:\"block/community:addinstance\";}',1612456668,'cli',NULL,NULL),(1125,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1126,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/participants:addinstance\";}',1612456668,'cli',NULL,NULL),(1127,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/site:senderrormessage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1128,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/site:viewanonymousevents\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1129,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1130,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/category:viewcourselist\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1131,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1132,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:creategroupconversations\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1133,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1134,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1135,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1136,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/site:messageanyuser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1137,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:togglecompletion\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1138,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"moodle/analytics:listowninsights\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1139,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/h5p:setdisplayoptions\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1140,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1141,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"moodle/h5p:deploy\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1142,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/h5p:updatelibraries\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1143,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"moodle/course:recommendactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1144,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1145,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1146,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1147,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1148,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1149,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/contentbank:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1150,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1151,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1152,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:deleteowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1153,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1154,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1155,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1156,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1157,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/contentbank:manageowncontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1158,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1159,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1160,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/contentbank:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1161,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1162,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1163,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"moodle/contentbank:downloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1164,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1165,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1166,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1167,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"moodle/course:downloadcoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1168,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1169,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/course:configuredownloadcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456670,'cli',NULL,NULL),(1170,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1171,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:29:\"moodle/backup:backuptargethub\";}',1612456670,'cli',NULL,NULL),(1172,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1173,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:31:\"moodle/restore:restoretargethub\";}',1612456670,'cli',NULL,NULL),(1174,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"moodle/course:publish\";}',1612456670,'cli',NULL,NULL),(1175,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1176,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1177,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"moodle/community:add\";}',1612456670,'cli',NULL,NULL),(1178,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1179,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"moodle/community:download\";}',1612456670,'cli',NULL,NULL),(1180,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1181,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1182,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/assign:showhiddengrader\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1183,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1184,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456673,'cli',NULL,NULL),(1185,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"mod/forum:postprivatereply\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1186,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1187,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1188,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:readprivatereplies\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1189,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1190,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1191,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:21:\"mod/forum:exportforum\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1192,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1193,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1194,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/forum:canoverridecutoff\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1195,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"mod/forum:cantogglefavourite\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1196,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1197,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1198,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:15:\"mod/forum:grade\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1199,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1200,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1201,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1202,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1203,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/h5pactivity:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1204,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1205,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"mod/h5pactivity:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1206,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/h5pactivity:submit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456674,'cli',NULL,NULL),(1207,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1208,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"mod/h5pactivity:reviewattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1209,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1210,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:32:\"mod/lti:addpreconfiguredinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1211,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1212,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456674,'cli',NULL,NULL),(1213,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:config\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1214,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1215,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:16:\"enrol/fee:manage\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1216,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"enrol/fee:unenrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1217,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"enrol/self:enrolself\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456676,'cli',NULL,NULL),(1218,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:13:\"block/lp:view\";}',1612456678,'cli',NULL,NULL),(1219,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1220,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:28:\"block/myoverview:addinstance\";}',1612456678,'cli',NULL,NULL),(1221,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"block/recentlyaccessedcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1222,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"block/recentlyaccesseditems:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456678,'cli',NULL,NULL),(1223,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"block/starredcourses:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1224,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"block/timeline:myaddinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1612456679,'cli',NULL,NULL),(1225,'\\core\\event\\config_log_created','core','created','config_log','config_log',1626,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"filter_active\";s:8:\"oldvalue\";s:0:\"\";s:5:\"value\";i:1;s:6:\"plugin\";s:10:\"displayh5p\";}',1612456679,'cli',NULL,NULL),(1226,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"report/status:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456681,'cli',NULL,NULL),(1227,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1228,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1229,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"repository/contentbank:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1230,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1231,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1232,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"repository/contentbank:accesscoursecontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1233,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1234,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:50:\"repository/contentbank:accesscoursecategorycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1235,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"repository/contentbank:accessgeneralcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1236,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"repository/nextcloud:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456683,'cli',NULL,NULL),(1237,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"tool/customlang:export\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1238,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"tool/dataprivacy:requestdelete\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456685,'cli',NULL,NULL),(1239,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1240,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1241,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:access\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1242,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1243,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1244,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"contenttype/h5p:upload\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1245,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1246,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1247,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"contenttype/h5p:useeditor\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456687,'cli',NULL,NULL),(1248,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1249,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1250,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"forumreport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1251,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1252,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1253,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"forumreport/summary:viewall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456689,'cli',NULL,NULL),(1254,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"quizaccess/seb:managetemplates\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1255,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1256,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"quizaccess/seb:bypassseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1257,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1258,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_requiresafeexambrowser\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1259,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1260,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"quizaccess/seb:manage_seb_templateid\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1261,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1262,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_filemanager_sebconfigfile\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1263,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1264,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:45:\"quizaccess/seb:manage_seb_showsebdownloadlink\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1265,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1266,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:48:\"quizaccess/seb:manage_seb_allowedbrowserexamkeys\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1267,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1268,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"quizaccess/seb:manage_seb_linkquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1269,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1270,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_userconfirmquit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1271,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1272,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_allowuserquitseb\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1273,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1274,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_quitpassword\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1275,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1276,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"quizaccess/seb:manage_seb_allowreloadinexam\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1277,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1278,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:40:\"quizaccess/seb:manage_seb_showsebtaskbar\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1279,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1280,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"quizaccess/seb:manage_seb_showreloadbutton\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1281,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1282,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:34:\"quizaccess/seb:manage_seb_showtime\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1283,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1284,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_showkeyboardlayout\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1285,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1286,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"quizaccess/seb:manage_seb_showwificontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1287,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1288,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_enableaudiocontrol\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1289,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1290,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"quizaccess/seb:manage_seb_muteonstartup\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1291,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1292,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_allowspellchecking\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1293,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1294,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:46:\"quizaccess/seb:manage_seb_activateurlfiltering\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1295,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1296,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:47:\"quizaccess/seb:manage_seb_filterembeddedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1297,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1298,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1299,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1300,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexallowed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1301,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1302,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"quizaccess/seb:manage_seb_expressionsblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1303,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1304,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"quizaccess/seb:manage_seb_regexblocked\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456690,'cli',NULL,NULL),(1305,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"atto/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1306,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1307,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"atto/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1612456692,'cli',NULL,NULL),(1308,'\\core\\event\\config_log_created','core','created','config_log','config_log',1627,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"enableuserfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1309,'\\core\\event\\config_log_created','core','created','config_log','config_log',1628,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"userfeedback_nextreminder\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1310,'\\core\\event\\config_log_created','core','created','config_log','config_log',1629,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"userfeedback_remindafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"90\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1311,'\\core\\event\\config_log_created','core','created','config_log','config_log',1630,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enableanalytics\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1312,'\\core\\event\\config_log_created','core','created','config_log','config_log',1631,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"allowemojipicker\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1313,'\\core\\event\\config_log_created','core','created','config_log','config_log',1632,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"userfiltersdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"realname\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1314,'\\core\\event\\config_log_created','core','created','config_log','config_log',1633,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1315,'\\core\\event\\config_log_created','core','created','config_log','config_log',1634,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1612456698,'cli',NULL,NULL),(1316,'\\core\\event\\config_log_created','core','created','config_log','config_log',1635,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"downloadcontentsitedefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1612456698,'cli',NULL,NULL),(1317,'\\core\\event\\config_log_created','core','created','config_log','config_log',1636,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"downloadcoursecontentallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1318,'\\core\\event\\config_log_created','core','created','config_log','config_log',1637,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"maxsizeperdownloadcoursefile\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"52428800\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1319,'\\core\\event\\config_log_created','core','created','config_log','config_log',1638,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"activitychoosertabmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1320,'\\core\\event\\config_log_created','core','created','config_log','config_log',1639,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"activitychooseractivefooter\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"hidden\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1321,'\\core\\event\\config_log_created','core','created','config_log','config_log',1640,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_general_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1322,'\\core\\event\\config_log_created','core','created','config_log','config_log',1641,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"backup_general_files_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1323,'\\core\\event\\config_log_created','core','created','config_log','config_log',1642,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1324,'\\core\\event\\config_log_created','core','created','config_log','config_log',1643,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"backup_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1325,'\\core\\event\\config_log_created','core','created','config_log','config_log',1644,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1326,'\\core\\event\\config_log_created','core','created','config_log','config_log',1645,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"backup_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1327,'\\core\\event\\config_log_created','core','created','config_log','config_log',1646,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1328,'\\core\\event\\config_log_created','core','created','config_log','config_log',1647,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"backup_import_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1329,'\\core\\event\\config_log_created','core','created','config_log','config_log',1648,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1330,'\\core\\event\\config_log_created','core','created','config_log','config_log',1649,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1331,'\\core\\event\\config_log_created','core','created','config_log','config_log',1650,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"backup_auto_files\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1332,'\\core\\event\\config_log_created','core','created','config_log','config_log',1651,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:30:\"backup_auto_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1333,'\\core\\event\\config_log_created','core','created','config_log','config_log',1652,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"backup_auto_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1334,'\\core\\event\\config_log_created','core','created','config_log','config_log',1653,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_contentbankcontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1335,'\\core\\event\\config_log_created','core','created','config_log','config_log',1654,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"restore_general_contentbankcontent_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1336,'\\core\\event\\config_log_created','core','created','config_log','config_log',1655,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_legacyfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1337,'\\core\\event\\config_log_created','core','created','config_log','config_log',1656,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_legacyfiles_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1612456698,'cli',NULL,NULL),(1338,'\\core\\event\\config_log_created','core','created','config_log','config_log',1657,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"enableasyncbackup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1339,'\\core\\event\\config_log_created','core','created','config_log','config_log',1658,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"backup_async_message_users\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1340,'\\core\\event\\config_log_created','core','created','config_log','config_log',1659,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"backup_async_message_subject\";s:8:\"oldvalue\";N;s:5:\"value\";s:41:\"Moodle {operation} completed successfully\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1341,'\\core\\event\\config_log_created','core','created','config_log','config_log',1660,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"backup_async_message\";s:8:\"oldvalue\";N;s:5:\"value\";s:129:\"Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.\";s:6:\"plugin\";s:6:\"backup\";}',1612456698,'cli',NULL,NULL),(1342,'\\core\\event\\config_log_created','core','created','config_log','config_log',1661,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"modeinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1343,'\\core\\event\\config_log_created','core','created','config_log','config_log',1662,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"percentonline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1344,'\\core\\event\\config_log_created','core','created','config_log','config_log',1663,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"typeinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1345,'\\core\\event\\config_log_created','core','created','config_log','config_log',1664,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"levelinstitution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"analytics\";}',1612456698,'cli',NULL,NULL),(1346,'\\core\\event\\config_log_created','core','created','config_log','config_log',1665,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1347,'\\core\\event\\config_log_created','core','created','config_log','config_log',1666,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"rememberuserlicensepref\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1348,'\\core\\event\\config_log_created','core','created','config_log','config_log',1667,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"autolangusercreation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456698,'cli',NULL,NULL),(1349,'\\core\\event\\config_log_created','core','created','config_log','config_log',1668,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1350,'\\core\\event\\config_log_created','core','created','config_log','config_log',1669,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1351,'\\core\\event\\config_log_created','core','created','config_log','config_log',1670,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1352,'\\core\\event\\config_log_created','core','created','config_log','config_log',1671,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1353,'\\core\\event\\config_log_created','core','created','config_log','config_log',1672,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}',1612456698,'cli',NULL,NULL),(1354,'\\core\\event\\config_log_created','core','created','config_log','config_log',1673,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}',1612456698,'cli',NULL,NULL),(1355,'\\core\\event\\config_log_created','core','created','config_log','config_log',1674,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1356,'\\core\\event\\config_log_created','core','created','config_log','config_log',1675,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1357,'\\core\\event\\config_log_created','core','created','config_log','config_log',1676,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}',1612456699,'cli',NULL,NULL),(1358,'\\core\\event\\config_log_created','core','created','config_log','config_log',1677,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1359,'\\core\\event\\config_log_created','core','created','config_log','config_log',1678,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1360,'\\core\\event\\config_log_created','core','created','config_log','config_log',1679,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1361,'\\core\\event\\config_log_created','core','created','config_log','config_log',1680,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1362,'\\core\\event\\config_log_created','core','created','config_log','config_log',1681,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1363,'\\core\\event\\config_log_created','core','created','config_log','config_log',1682,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}',1612456699,'cli',NULL,NULL),(1364,'\\core\\event\\config_log_created','core','created','config_log','config_log',1683,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifyemail\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1365,'\\core\\event\\config_log_created','core','created','config_log','config_log',1684,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"enablequarantine\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1366,'\\core\\event\\config_log_created','core','created','config_log','config_log',1685,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quarantinetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";s:9:\"antivirus\";}',1612456699,'cli',NULL,NULL),(1367,'\\core\\event\\config_log_created','core','created','config_log','config_log',1686,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1368,'\\core\\event\\config_log_created','core','created','config_log','config_log',1687,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1369,'\\core\\event\\config_log_created','core','created','config_log','config_log',1688,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}',1612456699,'cli',NULL,NULL),(1370,'\\core\\event\\config_log_created','core','created','config_log','config_log',1689,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"CAS\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1371,'\\core\\event\\config_log_created','core','created','config_log','config_log',1690,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}',1612456699,'cli',NULL,NULL),(1372,'\\core\\event\\config_log_created','core','created','config_log','config_log',1691,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}',1612456699,'cli',NULL,NULL),(1373,'\\core\\event\\config_log_created','core','created','config_log','config_log',1692,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1374,'\\core\\event\\config_log_created','core','created','config_log','config_log',1693,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1375,'\\core\\event\\config_log_created','core','created','config_log','config_log',1694,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1376,'\\core\\event\\config_log_created','core','created','config_log','config_log',1695,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1377,'\\core\\event\\config_log_created','core','created','config_log','config_log',1696,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1378,'\\core\\event\\config_log_created','core','created','config_log','config_log',1697,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1379,'\\core\\event\\config_log_created','core','created','config_log','config_log',1698,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1380,'\\core\\event\\config_log_created','core','created','config_log','config_log',1699,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1381,'\\core\\event\\config_log_created','core','created','config_log','config_log',1700,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1382,'\\core\\event\\config_log_created','core','created','config_log','config_log',1701,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1383,'\\core\\event\\config_log_created','core','created','config_log','config_log',1702,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}',1612456699,'cli',NULL,NULL),(1384,'\\core\\event\\config_log_created','core','created','config_log','config_log',1703,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1385,'\\core\\event\\config_log_created','core','created','config_log','config_log',1704,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}',1612456699,'cli',NULL,NULL),(1386,'\\core\\event\\config_log_created','core','created','config_log','config_log',1705,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}',1612456699,'cli',NULL,NULL),(1387,'\\core\\event\\config_log_created','core','created','config_log','config_log',1706,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1388,'\\core\\event\\config_log_created','core','created','config_log','config_log',1707,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1389,'\\core\\event\\config_log_created','core','created','config_log','config_log',1708,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1390,'\\core\\event\\config_log_created','core','created','config_log','config_log',1709,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1391,'\\core\\event\\config_log_created','core','created','config_log','config_log',1710,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1392,'\\core\\event\\config_log_created','core','created','config_log','config_log',1711,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}',1612456699,'cli',NULL,NULL),(1393,'\\core\\event\\config_log_created','core','created','config_log','config_log',1712,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}',1612456699,'cli',NULL,NULL),(1394,'\\core\\event\\config_log_created','core','created','config_log','config_log',1713,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1395,'\\core\\event\\config_log_created','core','created','config_log','config_log',1714,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1396,'\\core\\event\\config_log_created','core','created','config_log','config_log',1715,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1397,'\\core\\event\\config_log_created','core','created','config_log','config_log',1716,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1398,'\\core\\event\\config_log_created','core','created','config_log','config_log',1717,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1399,'\\core\\event\\config_log_created','core','created','config_log','config_log',1718,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}',1612456699,'cli',NULL,NULL),(1400,'\\core\\event\\config_log_created','core','created','config_log','config_log',1719,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}',1612456699,'cli',NULL,NULL),(1401,'\\core\\event\\config_log_created','core','created','config_log','config_log',1720,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"quizzesserviceurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"http://www.wiris.net/demo/quizzes\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1402,'\\core\\event\\config_log_created','core','created','config_log','config_log',1721,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"quizzeseditorurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:32:\"http://www.wiris.net/demo/editor\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1403,'\\core\\event\\config_log_created','core','created','config_log','config_log',1722,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"quizzeshandurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:30:\"http://www.wiris.net/demo/hand\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1404,'\\core\\event\\config_log_created','core','created','config_log','config_log',1723,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"quizzeswirislauncherurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:36:\"http://stateful.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1405,'\\core\\event\\config_log_created','core','created','config_log','config_log',1724,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"quizzeswirisurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"http://www.wiris.net/demo/wiris\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1406,'\\core\\event\\config_log_created','core','created','config_log','config_log',1725,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"access_provider_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1612456699,'cli',NULL,NULL),(1407,'\\core\\event\\config_log_created','core','created','config_log','config_log',1726,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"searchincludeallcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1408,'\\core\\event\\config_log_created','core','created','config_log','config_log',1727,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"searchenablecategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1409,'\\core\\event\\config_log_created','core','created','config_log','config_log',1728,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchdefaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"core-all\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1410,'\\core\\event\\config_log_created','core','created','config_log','config_log',1729,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchhideallcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1411,'\\core\\event\\config_log_created','core','created','config_log','config_log',1730,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"searchenginequeryonly\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1412,'\\core\\event\\config_log_created','core','created','config_log','config_log',1731,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchbannerenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1413,'\\core\\event\\config_log_created','core','created','config_log','config_log',1732,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"searchbanner\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456699,'cli',NULL,NULL),(1414,'\\core\\event\\config_log_created','core','created','config_log','config_log',1733,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_hostname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456699,'cli',NULL,NULL),(1415,'\\core\\event\\config_log_created','core','created','config_log','config_log',1734,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"alternateindexname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1416,'\\core\\event\\config_log_created','core','created','config_log','config_log',1735,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"alternatesecure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1417,'\\core\\event\\config_log_created','core','created','config_log','config_log',1736,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"alternateserver_port\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"8983\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1418,'\\core\\event\\config_log_created','core','created','config_log','config_log',1737,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_username\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1419,'\\core\\event\\config_log_created','core','created','config_log','config_log',1738,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternateserver_password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1420,'\\core\\event\\config_log_created','core','created','config_log','config_log',1739,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"alternatessl_cert\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1421,'\\core\\event\\config_log_created','core','created','config_log','config_log',1740,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"alternatessl_key\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1422,'\\core\\event\\config_log_created','core','created','config_log','config_log',1741,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"alternatessl_keypassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1423,'\\core\\event\\config_log_created','core','created','config_log','config_log',1742,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_cainfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1424,'\\core\\event\\config_log_created','core','created','config_log','config_log',1743,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"alternatessl_capath\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"search_solr\";}',1612456700,'cli',NULL,NULL),(1425,'\\core\\event\\config_log_created','core','created','config_log','config_log',1744,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"passwordpolicycheckonlogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1426,'\\core\\event\\config_log_created','core','created','config_log','config_log',1745,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"referrerpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1427,'\\core\\event\\config_log_created','core','created','config_log','config_log',1746,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"langmenuinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1428,'\\core\\event\\config_log_created','core','created','config_log','config_log',1747,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"logininfoinsecurelayout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1429,'\\core\\event\\config_log_created','core','created','config_log','config_log',1748,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"navbardark\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1430,'\\core\\event\\config_log_created','core','created','config_log','config_log',1749,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"preset\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"default.scss\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1431,'\\core\\event\\config_log_created','core','created','config_log','config_log',1750,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"presetfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1432,'\\core\\event\\config_log_created','core','created','config_log','config_log',1751,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"backgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1433,'\\core\\event\\config_log_created','core','created','config_log','config_log',1752,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"brandcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1434,'\\core\\event\\config_log_created','core','created','config_log','config_log',1753,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"scsspre\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1435,'\\core\\event\\config_log_created','core','created','config_log','config_log',1754,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:4:\"scss\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1612456700,'cli',NULL,NULL),(1436,'\\core\\event\\config_log_created','core','created','config_log','config_log',1755,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"navsortmycourseshiddenlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1437,'\\core\\event\\config_log_created','core','created','config_log','config_log',1756,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursecontactduplicates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1438,'\\core\\event\\config_log_created','core','created','config_log','config_log',1757,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"coursegraceperiodbefore\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1439,'\\core\\event\\config_log_created','core','created','config_log','config_log',1758,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"coursegraceperiodafter\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1440,'\\core\\event\\config_log_created','core','created','config_log','config_log',1759,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cachetemplates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1441,'\\core\\event\\config_log_created','core','created','config_log','config_log',1760,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"reverseproxyignore\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1442,'\\core\\event\\config_log_created','core','created','config_log','config_log',1761,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"filescleanupperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1443,'\\core\\event\\config_log_created','core','created','config_log','config_log',1762,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"cron_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1444,'\\core\\event\\config_log_created','core','created','config_log','config_log',1763,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"task_scheduled_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1445,'\\core\\event\\config_log_created','core','created','config_log','config_log',1764,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"task_scheduled_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1446,'\\core\\event\\config_log_created','core','created','config_log','config_log',1765,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"task_adhoc_concurrency_limit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1447,'\\core\\event\\config_log_created','core','created','config_log','config_log',1766,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:22:\"task_adhoc_max_runtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1448,'\\core\\event\\config_log_created','core','created','config_log','config_log',1767,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"task_logmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1449,'\\core\\event\\config_log_created','core','created','config_log','config_log',1768,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"task_logtostdout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1450,'\\core\\event\\config_log_created','core','created','config_log','config_log',1769,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"task_logretention\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2419200\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1451,'\\core\\event\\config_log_created','core','created','config_log','config_log',1770,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"task_logretainruns\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1452,'\\core\\event\\config_log_created','core','created','config_log','config_log',1771,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"divertallemailsto\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1453,'\\core\\event\\config_log_created','core','created','config_log','config_log',1772,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"divertallemailsexcept\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1454,'\\core\\event\\config_log_created','core','created','config_log','config_log',1773,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"emaildkimselector\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1455,'\\core\\event\\config_log_created','core','created','config_log','config_log',1774,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"emailsubjectprefix\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1456,'\\core\\event\\config_log_created','core','created','config_log','config_log',1775,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"emailheaders\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1457,'\\core\\event\\config_log_created','core','created','config_log','config_log',1776,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1458,'\\core\\event\\config_log_created','core','created','config_log','config_log',1777,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1459,'\\core\\event\\config_log_created','core','created','config_log','config_log',1778,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1460,'\\core\\event\\config_log_created','core','created','config_log','config_log',1779,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1461,'\\core\\event\\config_log_created','core','created','config_log','config_log',1780,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1462,'\\core\\event\\config_log_created','core','created','config_log','config_log',1781,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1463,'\\core\\event\\config_log_created','core','created','config_log','config_log',1782,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1464,'\\core\\event\\config_log_created','core','created','config_log','config_log',1783,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1465,'\\core\\event\\config_log_created','core','created','config_log','config_log',1784,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1466,'\\core\\event\\config_log_created','core','created','config_log','config_log',1785,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1467,'\\core\\event\\config_log_created','core','created','config_log','config_log',1786,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1468,'\\core\\event\\config_log_created','core','created','config_log','config_log',1787,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1469,'\\core\\event\\config_log_created','core','created','config_log','config_log',1788,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1612456700,'cli',NULL,NULL),(1470,'\\core\\event\\config_log_created','core','created','config_log','config_log',1789,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"contextlocking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1471,'\\core\\event\\config_log_created','core','created','config_log','config_log',1790,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"contextlockappliestoadmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1472,'\\core\\event\\config_log_created','core','created','config_log','config_log',1791,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"enablecourserelativedates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1473,'\\core\\event\\config_log_created','core','created','config_log','config_log',1792,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"debugsqltrace\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1474,'\\core\\event\\config_log_created','core','created','config_log','config_log',1793,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"profilingslow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1612456700,'cli',NULL,NULL),(1475,'\\core\\event\\config_log_created','core','created','config_log','config_log',1794,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1476,'\\core\\event\\config_log_created','core','created','config_log','config_log',1795,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1477,'\\core\\event\\config_log_created','core','created','config_log','config_log',1796,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}',1612456700,'cli',NULL,NULL),(1478,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1479,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:38:\"moodle/contentbank:viewunlistedcontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589940,'cli',NULL,NULL),(1480,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:35:\"mod/assign:viewownsubmissionsummary\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589942,'cli',NULL,NULL),(1481,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1482,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1483,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:22:\"mod/quiz:viewoverrides\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589943,'cli',NULL,NULL),(1484,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1485,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"block/accessreview:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1621589945,'cli',NULL,NULL),(1486,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1487,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"block/accessreview:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589945,'cli',NULL,NULL),(1488,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1489,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1490,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewcoursetools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1491,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"tool/brickfield:viewsystemtools\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1621589953,'cli',NULL,NULL),(1492,'\\core\\event\\config_log_created','core','created','config_log','config_log',1797,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1493,'\\core\\event\\config_log_created','core','created','config_log','config_log',1798,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"defaultpreference_core_contentbank_visibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1621589966,'cli',NULL,NULL),(1494,'\\core\\event\\config_log_created','core','created','config_log','config_log',1799,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"showactivitydates\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1495,'\\core\\event\\config_log_created','core','created','config_log','config_log',1800,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"showcompletionconditions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1621589966,'cli',NULL,NULL),(1496,'\\core\\event\\config_log_created','core','created','config_log','config_log',1801,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"backup_import_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1497,'\\core\\event\\config_log_created','core','created','config_log','config_log',1802,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"backup_import_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1621589966,'cli',NULL,NULL),(1498,'\\core\\event\\config_log_created','core','created','config_log','config_log',1803,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"restore_general_permissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1499,'\\core\\event\\config_log_created','core','created','config_log','config_log',1804,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"restore_general_permissions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1621589966,'cli',NULL,NULL),(1500,'\\core\\event\\config_log_created','core','created','config_log','config_log',1805,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"calclifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";s:9:\"analytics\";}',1621589966,'cli',NULL,NULL),(1501,'\\core\\event\\config_log_created','core','created','config_log','config_log',1806,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1502,'\\core\\event\\config_log_created','core','created','config_log','config_log',1807,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1503,'\\core\\event\\config_log_created','core','created','config_log','config_log',1808,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1504,'\\core\\event\\config_log_created','core','created','config_log','config_log',1809,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}',1621589966,'cli',NULL,NULL),(1505,'\\core\\event\\config_log_created','core','created','config_log','config_log',1810,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1506,'\\core\\event\\config_log_created','core','created','config_log','config_log',1811,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1507,'\\core\\event\\config_log_created','core','created','config_log','config_log',1812,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}',1621589966,'cli',NULL,NULL),(1508,'\\core\\event\\config_log_created','core','created','config_log','config_log',1813,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}',1621589966,'cli',NULL,NULL),(1509,'\\core\\event\\config_log_created','core','created','config_log','config_log',1814,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"pathtopdftoppm\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1621589967,'cli',NULL,NULL),(1510,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1621590303,'web','172.18.0.1',NULL),(1511,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:1:{s:8:\"username\";s:5:\"admin\";}',1621590307,'web','172.18.0.1',NULL),(1512,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1621590307,'web','172.18.0.1',NULL),(1513,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1514,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:30:\"block/quiz_results:addinstance\";}',1680158618,'cli',NULL,NULL),(1515,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1516,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:25:\"moodle/reportbuilder:edit\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158622,'cli',NULL,NULL),(1517,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1518,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:31:\"mod/bigbluebuttonbn:addinstance\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1519,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1520,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"mod/bigbluebuttonbn:addinstancewithmeeting\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1521,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1522,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:44:\"mod/bigbluebuttonbn:addinstancewithrecording\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158627,'cli',NULL,NULL),(1523,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1524,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1525,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1526,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1527,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:join\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1528,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1529,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1530,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1531,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"mod/bigbluebuttonbn:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1532,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1533,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:managerecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1534,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1535,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:publishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1536,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1537,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unpublishrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1538,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1539,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:37:\"mod/bigbluebuttonbn:protectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1540,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1541,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:39:\"mod/bigbluebuttonbn:unprotectrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1542,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1543,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:deleterecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1544,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1545,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:36:\"mod/bigbluebuttonbn:importrecordings\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158627,'cli',NULL,NULL),(1546,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1547,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:27:\"moodle/question:commentmine\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1548,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1549,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"moodle/question:commentall\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1680158656,'cli',NULL,NULL),(1550,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"qbank/customfields:changelockedcustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1551,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1552,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:41:\"qbank/customfields:viewhiddencustomfields\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1680158656,'cli',NULL,NULL),(1553,'\\core\\event\\config_log_created','core','created','config_log','config_log',1815,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablecustomreports\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1554,'\\core\\event\\config_log_created','core','created','config_log','config_log',1816,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"participantsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1680158681,'cli',NULL,NULL),(1555,'\\core\\event\\config_log_created','core','created','config_log','config_log',1817,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}',1680158681,'cli',NULL,NULL),(1556,'\\core\\event\\config_log_created','core','created','config_log','config_log',1818,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1557,'\\core\\event\\config_log_created','core','created','config_log','config_log',1819,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1558,'\\core\\event\\config_log_created','core','created','config_log','config_log',1820,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1559,'\\core\\event\\config_log_created','core','created','config_log','config_log',1821,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1560,'\\core\\event\\config_log_created','core','created','config_log','config_log',1822,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1561,'\\core\\event\\config_log_created','core','created','config_log','config_log',1823,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1562,'\\core\\event\\config_log_created','core','created','config_log','config_log',1824,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1563,'\\core\\event\\config_log_created','core','created','config_log','config_log',1825,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1564,'\\core\\event\\config_log_created','core','created','config_log','config_log',1826,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1565,'\\core\\event\\config_log_created','core','created','config_log','config_log',1827,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1566,'\\core\\event\\config_log_created','core','created','config_log','config_log',1828,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1567,'\\core\\event\\config_log_created','core','created','config_log','config_log',1829,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1568,'\\core\\event\\config_log_created','core','created','config_log','config_log',1830,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1569,'\\core\\event\\config_log_created','core','created','config_log','config_log',1831,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1570,'\\core\\event\\config_log_created','core','created','config_log','config_log',1832,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1571,'\\core\\event\\config_log_created','core','created','config_log','config_log',1833,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1572,'\\core\\event\\config_log_created','core','created','config_log','config_log',1834,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1573,'\\core\\event\\config_log_created','core','created','config_log','config_log',1835,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1574,'\\core\\event\\config_log_created','core','created','config_log','config_log',1836,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1575,'\\core\\event\\config_log_created','core','created','config_log','config_log',1837,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1576,'\\core\\event\\config_log_created','core','created','config_log','config_log',1838,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1577,'\\core\\event\\config_log_created','core','created','config_log','config_log',1839,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1578,'\\core\\event\\config_log_created','core','created','config_log','config_log',1840,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1579,'\\core\\event\\config_log_created','core','created','config_log','config_log',1841,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1580,'\\core\\event\\config_log_created','core','created','config_log','config_log',1842,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1581,'\\core\\event\\config_log_created','core','created','config_log','config_log',1843,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1582,'\\core\\event\\config_log_created','core','created','config_log','config_log',1844,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1583,'\\core\\event\\config_log_created','core','created','config_log','config_log',1845,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1584,'\\core\\event\\config_log_created','core','created','config_log','config_log',1846,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}',1680158681,'cli',NULL,NULL),(1585,'\\core\\event\\config_log_created','core','created','config_log','config_log',1847,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1586,'\\core\\event\\config_log_created','core','created','config_log','config_log',1848,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1587,'\\core\\event\\config_log_created','core','created','config_log','config_log',1849,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158681,'cli',NULL,NULL),(1588,'\\core\\event\\config_log_created','core','created','config_log','config_log',1850,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1589,'\\core\\event\\config_log_created','core','created','config_log','config_log',1851,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1590,'\\core\\event\\config_log_created','core','created','config_log','config_log',1852,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1591,'\\core\\event\\config_log_created','core','created','config_log','config_log',1853,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1592,'\\core\\event\\config_log_created','core','created','config_log','config_log',1854,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1593,'\\core\\event\\config_log_created','core','created','config_log','config_log',1855,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1594,'\\core\\event\\config_log_created','core','created','config_log','config_log',1856,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1595,'\\core\\event\\config_log_created','core','created','config_log','config_log',1857,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1596,'\\core\\event\\config_log_created','core','created','config_log','config_log',1858,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1597,'\\core\\event\\config_log_created','core','created','config_log','config_log',1859,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1598,'\\core\\event\\config_log_created','core','created','config_log','config_log',1860,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1599,'\\core\\event\\config_log_created','core','created','config_log','config_log',1861,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1600,'\\core\\event\\config_log_created','core','created','config_log','config_log',1862,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1601,'\\core\\event\\config_log_created','core','created','config_log','config_log',1863,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1602,'\\core\\event\\config_log_created','core','created','config_log','config_log',1864,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_lockonjoin_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1603,'\\core\\event\\config_log_created','core','created','config_log','config_log',1865,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_lockonjoin_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1604,'\\core\\event\\config_log_created','core','created','config_log','config_log',1866,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1605,'\\core\\event\\config_log_created','core','created','config_log','config_log',1867,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158682,'cli',NULL,NULL),(1606,'\\core\\event\\config_log_created','core','created','config_log','config_log',1868,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}',1680158682,'cli',NULL,NULL),(1607,'\\core\\event\\config_log_created','core','created','config_log','config_log',1869,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"notifylevel\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1608,'\\core\\event\\config_log_created','core','created','config_log','config_log',1870,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"threshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1200\";s:6:\"plugin\";s:9:\"antivirus\";}',1680158682,'cli',NULL,NULL),(1609,'\\core\\event\\config_log_created','core','created','config_log','config_log',1871,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"test_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1680158682,'cli',NULL,NULL),(1610,'\\core\\event\\config_log_created','core','created','config_log','config_log',1872,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:33:\"filternavigationwithsystemcontext\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1611,'\\core\\event\\config_log_created','core','created','config_log','config_log',1873,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"rendertype\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"php\";s:6:\"plugin\";s:12:\"filter_wiris\";}',1680158683,'cli',NULL,NULL),(1612,'\\core\\event\\config_log_created','core','created','config_log','config_log',1874,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"filtercodes_compatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1613,'\\core\\event\\config_log_created','core','created','config_log','config_log',1875,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"debug_mode_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"qtype_wq\";}',1680158683,'cli',NULL,NULL),(1614,'\\core\\event\\config_log_created','core','created','config_log','config_log',1876,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"searchmaxtopresults\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1615,'\\core\\event\\config_log_created','core','created','config_log','config_log',1877,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"searchteacherroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1616,'\\core\\event\\config_log_created','core','created','config_log','config_log',1878,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1617,'\\core\\event\\config_log_created','core','created','config_log','config_log',1879,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}',1680158683,'cli',NULL,NULL),(1618,'\\core\\event\\config_log_created','core','created','config_log','config_log',1880,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"sensiblesettings\";s:8:\"oldvalue\";N;s:5:\"value\";s:630:\"recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none\";s:6:\"plugin\";s:12:\"adminpresets\";}',1680158683,'cli',NULL,NULL),(1619,'\\core\\event\\config_log_created','core','created','config_log','config_log',1881,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:45:\"navigation,settings,course_list,section_links\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1620,'\\core\\event\\config_log_created','core','created','config_log','config_log',1882,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"theme_boost\";}',1680158683,'cli',NULL,NULL),(1621,'\\core\\event\\config_log_created','core','created','config_log','config_log',1883,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"unaddableblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1622,'\\core\\event\\config_log_created','core','created','config_log','config_log',1884,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"loginbackgroundimage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:13:\"theme_classic\";}',1680158683,'cli',NULL,NULL),(1623,'\\core\\event\\config_log_created','core','created','config_log','config_log',1885,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enabledashboard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1680158683,'cli',NULL,NULL),(1624,'\\core\\event\\config_log_created','core','created','config_log','config_log',1886,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1625,'\\core\\event\\config_log_created','core','created','config_log','config_log',1887,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1680158683,'cli',NULL,NULL),(1626,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',6,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1627,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1628,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1629,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1630,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:19:\"mod/assignment:view\";}',1683023468,'cli',NULL,NULL),(1631,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1632,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:26:\"mod/assignment:addinstance\";}',1683023468,'cli',NULL,NULL),(1633,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:21:\"mod/assignment:submit\";}',1683023468,'cli',NULL,NULL),(1634,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1635,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1636,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:20:\"mod/assignment:grade\";}',1683023468,'cli',NULL,NULL),(1637,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023468,'cli',NULL,NULL),(1638,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1639,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1640,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:34:\"mod/assignment:exportownsubmission\";}',1683023469,'cli',NULL,NULL),(1641,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1642,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1643,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/course:viewhiddengroups\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1644,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1645,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/moodlenet:shareactivity\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023469,'cli',NULL,NULL),(1646,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1647,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:43:\"mod/bigbluebuttonbn:viewallrecordingformats\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023471,'cli',NULL,NULL),(1648,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1649,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:23:\"mod/quiz:reopenattempts\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023472,'cli',NULL,NULL),(1650,'\\core\\event\\config_log_created','core','created','config_log','config_log',1888,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"editor_visibility\";s:8:\"oldvalue\";b:0;s:5:\"value\";i:1;s:6:\"plugin\";s:4:\"tiny\";}',1683023479,'cli',NULL,NULL),(1651,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1652,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1653,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:24:\"gradereport/summary:view\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023481,'cli',NULL,NULL),(1654,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:17:\"tiny/h5p:addembed\";s:13:\"oldpermission\";i:0;s:10:\"permission\";s:1:\"1\";}',1683023495,'cli',NULL,NULL),(1655,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordaudio\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1656,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:26:\"tiny/recordrtc:recordvideo\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1683023495,'cli',NULL,NULL),(1657,'\\core\\event\\config_log_created','core','created','config_log','config_log',1889,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"backup_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1658,'\\core\\event\\config_log_created','core','created','config_log','config_log',1890,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:31:\"backup_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1659,'\\core\\event\\config_log_created','core','created','config_log','config_log',1891,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:21:\"backup_auto_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"backup\";}',1683023502,'cli',NULL,NULL),(1660,'\\core\\event\\config_log_created','core','created','config_log','config_log',1892,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:25:\"restore_general_xapistate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1661,'\\core\\event\\config_log_created','core','created','config_log','config_log',1893,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:32:\"restore_general_xapistate_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"restore\";}',1683023502,'cli',NULL,NULL),(1662,'\\core\\event\\config_log_created','core','created','config_log','config_log',1894,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"enablepdfexportfont\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1663,'\\core\\event\\config_log_created','core','created','config_log','config_log',1895,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1664,'\\core\\event\\config_log_created','core','created','config_log','config_log',1896,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}',1683023502,'cli',NULL,NULL),(1665,'\\core\\event\\config_log_created','core','created','config_log','config_log',1897,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1666,'\\core\\event\\config_log_created','core','created','config_log','config_log',1898,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1667,'\\core\\event\\config_log_created','core','created','config_log','config_log',1899,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1668,'\\core\\event\\config_log_created','core','created','config_log','config_log',1900,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1669,'\\core\\event\\config_log_created','core','created','config_log','config_log',1901,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023502,'cli',NULL,NULL),(1670,'\\core\\event\\config_log_created','core','created','config_log','config_log',1902,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1671,'\\core\\event\\config_log_created','core','created','config_log','config_log',1903,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}',1683023502,'cli',NULL,NULL),(1672,'\\core\\event\\config_log_created','core','created','config_log','config_log',1904,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}',1683023502,'cli',NULL,NULL),(1673,'\\core\\event\\config_log_created','core','created','config_log','config_log',1905,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:23:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}',1683023503,'cli',NULL,NULL),(1674,'\\core\\event\\config_log_created','core','created','config_log','config_log',1906,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}',1683023503,'cli',NULL,NULL),(1675,'\\core\\event\\config_log_created','core','created','config_log','config_log',1907,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1676,'\\core\\event\\config_log_created','core','created','config_log','config_log',1908,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1677,'\\core\\event\\config_log_created','core','created','config_log','config_log',1909,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1678,'\\core\\event\\config_log_created','core','created','config_log','config_log',1910,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:240:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"tiny_equation\";}',1683023503,'cli',NULL,NULL),(1679,'\\core\\event\\config_log_created','core','created','config_log','config_log',1911,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1680,'\\core\\event\\config_log_created','core','created','config_log','config_log',1912,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1681,'\\core\\event\\config_log_created','core','created','config_log','config_log',1913,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1682,'\\core\\event\\config_log_created','core','created','config_log','config_log',1914,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1683,'\\core\\event\\config_log_created','core','created','config_log','config_log',1915,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}',1683023503,'cli',NULL,NULL),(1684,'\\core\\event\\config_log_created','core','created','config_log','config_log',1916,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"favicon\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"core_admin\";}',1683023503,'cli',NULL,NULL),(1685,'\\core\\event\\config_log_created','core','created','config_log','config_log',1917,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"coursecreationguide\";s:8:\"oldvalue\";N;s:5:\"value\";s:39:\"https://moodle.academy/coursequickstart\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1686,'\\core\\event\\config_log_created','core','created','config_log','config_log',1918,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:12:\"servicespage\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1687,'\\core\\event\\config_log_created','core','created','config_log','config_log',1919,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxylogunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1688,'\\core\\event\\config_log_created','core','created','config_log','config_log',1920,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"proxyfixunsafe\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1689,'\\core\\event\\config_log_created','core','created','config_log','config_log',1921,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"cron_keepalive\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"180\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1690,'\\core\\event\\config_log_created','core','created','config_log','config_log',1922,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"customreportslimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1691,'\\core\\event\\config_log_created','core','created','config_log','config_log',1923,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"customreportsliveediting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1692,'\\core\\event\\config_log_created','core','created','config_log','config_log',1924,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1683023503,'cli',NULL,NULL),(1693,'\\core\\event\\config_log_created','core','created','config_log','config_log',1925,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:24:\"enablesharingtomoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1694,'\\core\\event\\config_log_created','core','created','config_log','config_log',1926,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:17:\"debugtemplateinfo\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1683023503,'cli',NULL,NULL),(1695,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1683023515,'web','172.18.0.1',NULL),(1696,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1683023521,'web','172.18.0.1',NULL),(1697,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,21,50,2,2,2,NULL,0,'N;',1683023521,'web','172.18.0.1',NULL),(1698,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',8,'r',2,21,50,2,2,2,NULL,0,'a:1:{s:7:\"pageurl\";s:42:\"http://localhost:8000/course/view.php?id=2\";}',1683023522,'web','172.18.0.1',NULL),(1699,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1700,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:33:\"moodle/contentbank:copyanycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1701,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1702,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',2,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1703,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"moodle/contentbank:copycontent\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1704,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1705,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:42:\"moodle/course:configurecoursecommunication\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1706,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1707,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:28:\"moodle/moodlenet:sharecourse\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857216,'cli',NULL,NULL),(1708,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',5,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1709,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1710,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1711,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:20:\"mod/forum:canmailnow\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857218,'cli',NULL,NULL),(1712,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1713,'\\core\\event\\capability_unassigned','core','unassigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:1:{s:10:\"capability\";s:25:\"mod/lti:addmanualinstance\";}',1696857219,'cli',NULL,NULL),(1714,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',3,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1715,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',1,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1716,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',4,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:30:\"communication/matrix:moderator\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857220,'cli',NULL,NULL),(1717,'\\core\\event\\capability_assigned','core','assigned','capability','role_capabilities',7,'u',0,1,10,0,0,0,NULL,0,'a:3:{s:10:\"capability\";s:18:\"tool/mfa:mfaaccess\";s:13:\"oldpermission\";i:0;s:10:\"permission\";i:1;}',1696857229,'cli',NULL,NULL),(1718,'\\core\\event\\config_log_created','core','created','config_log','config_log',1927,'c',0,1,10,0,0,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"disabled\";s:8:\"oldvalue\";b:0;s:5:\"value\";b:1;s:6:\"plugin\";s:15:\"tiny_noautolink\";}',1696857234,'cli',NULL,NULL),(1719,'\\core\\event\\config_log_created','core','created','config_log','config_log',1928,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}',1696857241,'cli',NULL,NULL),(1720,'\\core\\event\\config_log_created','core','created','config_log','config_log',1929,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:27:\"coursecommunicationprovider\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:12:\"moodlecourse\";}',1696857241,'cli',NULL,NULL),(1721,'\\core\\event\\config_log_created','core','created','config_log','config_log',1930,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}',1696857241,'cli',NULL,NULL),(1722,'\\core\\event\\config_log_created','core','created','config_log','config_log',1931,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}',1696857241,'cli',NULL,NULL),(1723,'\\core\\event\\config_log_created','core','created','config_log','config_log',1932,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1724,'\\core\\event\\config_log_created','core','created','config_log','config_log',1933,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1725,'\\core\\event\\config_log_created','core','created','config_log','config_log',1934,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1726,'\\core\\event\\config_log_created','core','created','config_log','config_log',1935,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1727,'\\core\\event\\config_log_created','core','created','config_log','config_log',1936,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1728,'\\core\\event\\config_log_created','core','created','config_log','config_log',1937,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1729,'\\core\\event\\config_log_created','core','created','config_log','config_log',1938,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}',1696857241,'cli',NULL,NULL),(1730,'\\core\\event\\config_log_created','core','created','config_log','config_log',1939,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1731,'\\core\\event\\config_log_created','core','created','config_log','config_log',1940,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}',1696857241,'cli',NULL,NULL),(1732,'\\core\\event\\config_log_created','core','created','config_log','config_log',1941,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1733,'\\core\\event\\config_log_created','core','created','config_log','config_log',1942,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1734,'\\core\\event\\config_log_created','core','created','config_log','config_log',1943,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}',1696857241,'cli',NULL,NULL),(1735,'\\core\\event\\config_log_created','core','created','config_log','config_log',1944,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1736,'\\core\\event\\config_log_created','core','created','config_log','config_log',1945,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1737,'\\core\\event\\config_log_created','core','created','config_log','config_log',1946,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}',1696857241,'cli',NULL,NULL),(1738,'\\core\\event\\config_log_created','core','created','config_log','config_log',1947,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1739,'\\core\\event\\config_log_created','core','created','config_log','config_log',1948,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}',1696857241,'cli',NULL,NULL),(1740,'\\core\\event\\config_log_created','core','created','config_log','config_log',1949,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1741,'\\core\\event\\config_log_created','core','created','config_log','config_log',1950,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1742,'\\core\\event\\config_log_created','core','created','config_log','config_log',1951,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1743,'\\core\\event\\config_log_created','core','created','config_log','config_log',1952,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}',1696857241,'cli',NULL,NULL),(1744,'\\core\\event\\config_log_created','core','created','config_log','config_log',1953,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1745,'\\core\\event\\config_log_created','core','created','config_log','config_log',1954,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1746,'\\core\\event\\config_log_created','core','created','config_log','config_log',1955,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1747,'\\core\\event\\config_log_created','core','created','config_log','config_log',1956,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1748,'\\core\\event\\config_log_created','core','created','config_log','config_log',1957,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1749,'\\core\\event\\config_log_created','core','created','config_log','config_log',1958,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}',1696857241,'cli',NULL,NULL),(1750,'\\core\\event\\config_log_created','core','created','config_log','config_log',1959,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1751,'\\core\\event\\config_log_created','core','created','config_log','config_log',1960,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1752,'\\core\\event\\config_log_created','core','created','config_log','config_log',1961,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}',1696857241,'cli',NULL,NULL),(1753,'\\core\\event\\config_log_created','core','created','config_log','config_log',1962,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1754,'\\core\\event\\config_log_created','core','created','config_log','config_log',1963,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}',1696857241,'cli',NULL,NULL),(1755,'\\core\\event\\config_log_created','core','created','config_log','config_log',1964,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1756,'\\core\\event\\config_log_created','core','created','config_log','config_log',1965,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1757,'\\core\\event\\config_log_created','core','created','config_log','config_log',1966,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}',1696857241,'cli',NULL,NULL),(1758,'\\core\\event\\config_log_created','core','created','config_log','config_log',1967,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1759,'\\core\\event\\config_log_created','core','created','config_log','config_log',1968,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1760,'\\core\\event\\config_log_created','core','created','config_log','config_log',1969,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1761,'\\core\\event\\config_log_created','core','created','config_log','config_log',1970,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}',1696857241,'cli',NULL,NULL),(1762,'\\core\\event\\config_log_created','core','created','config_log','config_log',1971,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1763,'\\core\\event\\config_log_created','core','created','config_log','config_log',1972,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1764,'\\core\\event\\config_log_created','core','created','config_log','config_log',1973,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1765,'\\core\\event\\config_log_created','core','created','config_log','config_log',1974,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}',1696857241,'cli',NULL,NULL),(1766,'\\core\\event\\config_log_created','core','created','config_log','config_log',1975,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1767,'\\core\\event\\config_log_created','core','created','config_log','config_log',1976,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1768,'\\core\\event\\config_log_created','core','created','config_log','config_log',1977,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1769,'\\core\\event\\config_log_created','core','created','config_log','config_log',1978,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}',1696857241,'cli',NULL,NULL),(1770,'\\core\\event\\config_log_created','core','created','config_log','config_log',1979,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:20:\"enableloginrecaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1771,'\\core\\event\\config_log_created','core','created','config_log','config_log',1980,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"test_encryption\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1772,'\\core\\event\\config_log_created','core','created','config_log','config_log',1981,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:11:\"test_cafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"cachestore_redis\";}',1696857241,'cli',NULL,NULL),(1773,'\\core\\event\\config_log_created','core','created','config_log','config_log',1982,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}',1696857241,'cli',NULL,NULL),(1774,'\\core\\event\\config_log_created','core','created','config_log','config_log',1983,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}',1696857241,'cli',NULL,NULL),(1775,'\\core\\event\\config_log_created','core','created','config_log','config_log',1984,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}',1696857241,'cli',NULL,NULL),(1776,'\\core\\event\\config_log_created','core','created','config_log','config_log',1985,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:15:\"sitenameintitle\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1777,'\\core\\event\\config_log_created','core','created','config_log','config_log',1986,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1778,'\\core\\event\\config_log_created','core','created','config_log','config_log',1987,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}',1696857241,'cli',NULL,NULL),(1779,'\\core\\event\\config_log_created','core','created','config_log','config_log',1988,'c',0,1,10,0,2,0,NULL,0,'a:4:{s:4:\"name\";s:28:\"enablecommunicationsubsystem\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}',1696857241,'cli',NULL,NULL),(1780,'\\core\\event\\course_viewed','core','viewed','course',NULL,NULL,'r',2,2,50,1,0,1,NULL,0,'N;',1696857291,'web','172.21.0.1',NULL),(1781,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1782,'\\core\\event\\user_password_updated','core','updated','user_password',NULL,NULL,'u',0,5,30,2,0,0,2,0,'a:1:{s:14:\"forgottenreset\";b:0;}',1696857375,'web','172.21.0.1',NULL),(1783,'\\core\\event\\user_loggedin','core','loggedin','user','user',2,'r',0,1,10,0,2,0,NULL,0,'a:2:{s:8:\"username\";s:5:\"admin\";s:13:\"extrauserinfo\";a:0:{}}',1696857375,'web','172.21.0.1',NULL),(1784,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857375,'web','172.21.0.1',NULL),(1785,'\\tool_usertours\\event\\tour_started','tool_usertours','started','tour','tool_usertours_tours',10,'r',2,5,30,2,2,0,2,0,'a:1:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";}',1696857376,'web','172.21.0.1',NULL),(1786,'\\tool_usertours\\event\\tour_ended','tool_usertours','ended','tour','tool_usertours_tours',10,'c',2,5,30,2,2,0,2,0,'a:3:{s:7:\"pageurl\";s:25:\"http://localhost:8000/my/\";s:6:\"stepid\";i:24;s:9:\"stepindex\";i:0;}',1696857378,'web','172.21.0.1',NULL),(1787,'\\core\\event\\dashboard_viewed','core','viewed','dashboard',NULL,NULL,'r',0,5,30,2,2,0,2,0,'N;',1696857382,'web','172.21.0.1',NULL); +/*!40000 ALTER TABLE `m_logstore_standard_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti` +-- + +DROP TABLE IF EXISTS `m_lti`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `typeid` bigint DEFAULT NULL, + `toolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `securetoolurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoicesendname` tinyint(1) DEFAULT NULL, + `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL, + `instructorchoiceallowroster` tinyint(1) DEFAULT NULL, + `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL, + `instructorcustomparameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL, + `grade` bigint NOT NULL DEFAULT '100', + `launchcontainer` tinyint NOT NULL DEFAULT '1', + `resourcekey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `debuglaunch` tinyint(1) NOT NULL DEFAULT '0', + `showtitlelaunch` tinyint(1) NOT NULL DEFAULT '0', + `showdescriptionlaunch` tinyint(1) NOT NULL DEFAULT '0', + `servicesalt` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_lti_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains Basic LTI activities instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti` +-- + +LOCK TABLES `m_lti` WRITE; +/*!40000 ALTER TABLE `m_lti` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_access_tokens` +-- + +DROP TABLE IF EXISTS `m_lti_access_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_access_tokens` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `token` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `validuntil` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastaccess` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltiaccetoke_tok_uix` (`token`), + KEY `m_ltiaccetoke_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_access_tokens` +-- + +LOCK TABLES `m_lti_access_tokens` WRITE; +/*!40000 ALTER TABLE `m_lti_access_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_access_tokens` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_coursevisible` +-- + +DROP TABLE IF EXISTS `m_lti_coursevisible`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_coursevisible` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_lticour_cou_ix` (`courseid`), + KEY `m_lticour_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_coursevisible` +-- + +LOCK TABLES `m_lti_coursevisible` WRITE; +/*!40000 ALTER TABLE `m_lti_coursevisible` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_coursevisible` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_submission` +-- + +DROP TABLE IF EXISTS `m_lti_submission`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_submission` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `ltiid` bigint NOT NULL, + `userid` bigint NOT NULL, + `datesubmitted` bigint NOT NULL, + `dateupdated` bigint NOT NULL, + `gradepercent` decimal(10,5) NOT NULL, + `originalgrade` decimal(10,5) NOT NULL, + `launchid` bigint NOT NULL, + `state` tinyint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltisubm_lti_ix` (`ltiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps track of individual submissions for LTI activities.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_submission` +-- + +LOCK TABLES `m_lti_submission` WRITE; +/*!40000 ALTER TABLE `m_lti_submission` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_submission` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_proxies` +-- + +DROP TABLE IF EXISTS `m_lti_tool_proxies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_proxies` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Tool Provider', + `regurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `state` tinyint NOT NULL DEFAULT '1', + `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `vendorcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `capabilityoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `serviceoffered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `toolproxy` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitoolprox_gui_uix` (`guid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool proxy registrations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_proxies` +-- + +LOCK TABLES `m_lti_tool_proxies` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_proxies` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_proxies` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_tool_settings` +-- + +DROP TABLE IF EXISTS `m_lti_tool_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_tool_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `toolproxyid` bigint NOT NULL, + `typeid` bigint DEFAULT NULL, + `course` bigint DEFAULT NULL, + `coursemoduleid` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitoolsett_too_ix` (`toolproxyid`), + KEY `m_ltitoolsett_cou_ix` (`course`), + KEY `m_ltitoolsett_cou2_ix` (`coursemoduleid`), + KEY `m_ltitoolsett_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='LTI tool setting values'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_tool_settings` +-- + +LOCK TABLES `m_lti_tool_settings` WRITE; +/*!40000 ALTER TABLE `m_lti_tool_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_tool_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types` +-- + +DROP TABLE IF EXISTS `m_lti_types`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'basiclti Activity', + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `tooldomain` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `state` tinyint NOT NULL DEFAULT '2', + `course` bigint NOT NULL, + `coursevisible` tinyint(1) NOT NULL DEFAULT '0', + `ltiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `clientid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `toolproxyid` bigint DEFAULT NULL, + `enabledcapability` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameter` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `icon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `secureicon` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `createdby` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_ltitype_cli_uix` (`clientid`), + KEY `m_ltitype_cou_ix` (`course`), + KEY `m_ltitype_too_ix` (`tooldomain`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI pre-configured activities'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types` +-- + +LOCK TABLES `m_lti_types` WRITE; +/*!40000 ALTER TABLE `m_lti_types` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_categories` +-- + +DROP TABLE IF EXISTS `m_lti_types_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypecate_typ_ix` (`typeid`), + KEY `m_ltitypecate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_categories` +-- + +LOCK TABLES `m_lti_types_categories` WRITE; +/*!40000 ALTER TABLE `m_lti_types_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_lti_types_config` +-- + +DROP TABLE IF EXISTS `m_lti_types_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_lti_types_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `typeid` bigint NOT NULL, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_ltitypeconf_typ_ix` (`typeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Basic LTI types configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_lti_types_config` +-- + +LOCK TABLES `m_lti_types_config` WRITE; +/*!40000 ALTER TABLE `m_lti_types_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_lti_types_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_ltiservice_gradebookservices` +-- + +DROP TABLE IF EXISTS `m_ltiservice_gradebookservices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_ltiservice_gradebookservices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `gradeitemid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `toolproxyid` bigint DEFAULT NULL, + `typeid` bigint DEFAULT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `ltilinkid` bigint DEFAULT NULL, + `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resourceid` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `subreviewurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `subreviewparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_ltisgrad_lti_ix` (`ltilinkid`), + KEY `m_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This file records the grade items created by the LTI Gradebo'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_ltiservice_gradebookservices` +-- + +LOCK TABLES `m_ltiservice_gradebookservices` WRITE; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_ltiservice_gradebookservices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_matrix_room` +-- + +DROP TABLE IF EXISTS `m_matrix_room`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_matrix_room` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `commid` bigint NOT NULL, + `roomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `topic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_matrroom_com_ix` (`commid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the matrix room information associated with the commu'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_matrix_room` +-- + +LOCK TABLES `m_matrix_room` WRITE; +/*!40000 ALTER TABLE `m_matrix_room` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_matrix_room` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message` +-- + +DROP TABLE IF EXISTS `m_message`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all unread messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message` +-- + +LOCK TABLES `m_message` WRITE; +/*!40000 ALTER TABLE `m_message` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_airnotifier_devices` +-- + +DROP TABLE IF EXISTS `m_message_airnotifier_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_airnotifier_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userdeviceid` bigint NOT NULL, + `enable` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messairndevi_use_uix` (`userdeviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store information about the devices registered in Airnotifie'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_airnotifier_devices` +-- + +LOCK TABLES `m_message_airnotifier_devices` WRITE; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_airnotifier_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contact_requests` +-- + +DROP TABLE IF EXISTS `m_message_contact_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contact_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `requesteduserid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcontrequ_usereq_uix` (`userid`,`requesteduserid`), + KEY `m_messcontrequ_use_ix` (`userid`), + KEY `m_messcontrequ_req_ix` (`requesteduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contact_requests` +-- + +LOCK TABLES `m_message_contact_requests` WRITE; +/*!40000 ALTER TABLE `m_message_contact_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contact_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_contacts` +-- + +DROP TABLE IF EXISTS `m_message_contacts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_contacts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `contactid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messcont_usecon_uix` (`userid`,`contactid`), + KEY `m_messcont_use_ix` (`userid`), + KEY `m_messcont_con_ix` (`contactid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Maintains lists of relationships between users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_contacts` +-- + +LOCK TABLES `m_message_contacts` WRITE; +/*!40000 ALTER TABLE `m_message_contacts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_contacts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_actions` +-- + +DROP TABLE IF EXISTS `m_message_conversation_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvacti_use_ix` (`userid`), + KEY `m_messconvacti_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_actions` +-- + +LOCK TABLES `m_message_conversation_actions` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversation_members` +-- + +DROP TABLE IF EXISTS `m_message_conversation_members`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversation_members` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `conversationid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconvmemb_con_ix` (`conversationid`), + KEY `m_messconvmemb_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all members in a conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversation_members` +-- + +LOCK TABLES `m_message_conversation_members` WRITE; +/*!40000 ALTER TABLE `m_message_conversation_members` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversation_members` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_conversations` +-- + +DROP TABLE IF EXISTS `m_message_conversations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_conversations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '1', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `convhash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messconv_typ_ix` (`type`), + KEY `m_messconv_con_ix` (`convhash`), + KEY `m_messconv_con2_ix` (`contextid`), + KEY `m_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all message conversations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_conversations` +-- + +LOCK TABLES `m_message_conversations` WRITE; +/*!40000 ALTER TABLE `m_message_conversations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_conversations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_email_messages` +-- + +DROP TABLE IF EXISTS `m_message_email_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_email_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridto` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `messageid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messemaimess_use_ix` (`useridto`), + KEY `m_messemaimess_con_ix` (`conversationid`), + KEY `m_messemaimess_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_email_messages` +-- + +LOCK TABLES `m_message_email_messages` WRITE; +/*!40000 ALTER TABLE `m_message_email_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_email_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup` +-- + +DROP TABLE IF EXISTS `m_message_popup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` bigint NOT NULL, + `isread` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messpopu_mesisr_uix` (`messageid`,`isread`), + KEY `m_messpopu_isr_ix` (`isread`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keep state of notifications for the popup message processor'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_popup` +-- + +LOCK TABLES `m_message_popup` WRITE; +/*!40000 ALTER TABLE `m_message_popup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_popup_notifications` +-- + +DROP TABLE IF EXISTS `m_message_popup_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_popup_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `notificationid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messpopunoti_not_ix` (`notificationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of notifications to display in the message output popup'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_popup_notifications` +-- + +LOCK TABLES `m_message_popup_notifications` WRITE; +/*!40000 ALTER TABLE `m_message_popup_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_popup_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_processors` +-- + +DROP TABLE IF EXISTS `m_message_processors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_processors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(166) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of message output plugins'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_processors` +-- + +LOCK TABLES `m_message_processors` WRITE; +/*!40000 ALTER TABLE `m_message_processors` DISABLE KEYS */; +INSERT INTO `m_message_processors` VALUES (1,'airnotifier',0),(2,'email',1),(4,'popup',1); +/*!40000 ALTER TABLE `m_message_processors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_providers` +-- + +DROP TABLE IF EXISTS `m_message_providers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_providers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messprov_comnam_uix` (`component`,`name`) +) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores the message providers (modules and core sy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_providers` +-- + +LOCK TABLES `m_message_providers` WRITE; +/*!40000 ALTER TABLE `m_message_providers` DISABLE KEYS */; +INSERT INTO `m_message_providers` VALUES (1,'notices','moodle','moodle/site:config'),(2,'errors','moodle','moodle/site:config'),(3,'availableupdate','moodle','moodle/site:config'),(4,'instantmessage','moodle',NULL),(5,'backup','moodle','moodle/site:config'),(6,'courserequested','moodle','moodle/site:approvecourse'),(7,'courserequestapproved','moodle','moodle/course:request'),(8,'courserequestrejected','moodle','moodle/course:request'),(9,'badgerecipientnotice','moodle','moodle/badges:earnbadge'),(10,'badgecreatornotice','moodle',NULL),(11,'competencyplancomment','moodle',NULL),(12,'competencyusercompcomment','moodle',NULL),(13,'insights','moodle',NULL),(14,'assign_notification','mod_assign',NULL),(16,'submission','mod_feedback',NULL),(17,'message','mod_feedback',NULL),(18,'posts','mod_forum',NULL),(19,'digests','mod_forum',NULL),(20,'graded_essay','mod_lesson',NULL),(21,'submission','mod_quiz','mod/quiz:emailnotifysubmission'),(22,'confirmation','mod_quiz','mod/quiz:emailconfirmsubmission'),(23,'attempt_overdue','mod_quiz','mod/quiz:emailwarnoverdue'),(24,'flatfile_enrolment','enrol_flatfile',NULL),(25,'imsenterprise_enrolment','enrol_imsenterprise',NULL),(26,'expiry_notification','enrol_manual',NULL),(27,'paypal_enrolment','enrol_paypal',NULL),(28,'expiry_notification','enrol_self',NULL),(29,'contactdataprotectionofficer','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(30,'datarequestprocessingresults','tool_dataprivacy',NULL),(31,'notifyexceptions','tool_dataprivacy','tool/dataprivacy:managedatarequests'),(32,'invalidrecipienthandler','tool_messageinbound',NULL),(33,'messageprocessingerror','tool_messageinbound',NULL),(34,'messageprocessingsuccess','tool_messageinbound',NULL),(35,'notification','tool_monitor','tool/monitor:subscribe'),(36,'coursecompleted','moodle',NULL),(37,'messagecontactrequests','moodle',NULL),(38,'asyncbackupnotification','moodle',NULL),(39,'gradenotifications','moodle',NULL),(40,'infected','moodle','moodle/site:config'),(41,'newlogin','moodle',NULL),(42,'coursecontentupdated','moodle',NULL),(43,'reportbuilderschedule','moodle',NULL),(44,'recording_ready','mod_bigbluebuttonbn',NULL),(45,'instance_updated','mod_bigbluebuttonbn',NULL),(46,'attempt_grading_complete','mod_quiz','mod/quiz:emailnotifyattemptgraded'); +/*!40000 ALTER TABLE `m_message_providers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_read` +-- + +DROP TABLE IF EXISTS `m_message_read`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_read` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL DEFAULT '0', + `useridto` bigint NOT NULL DEFAULT '0', + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` smallint DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `notification` tinyint(1) DEFAULT '0', + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL DEFAULT '0', + `timeread` bigint NOT NULL DEFAULT '0', + `timeuserfromdeleted` bigint NOT NULL DEFAULT '0', + `timeusertodeleted` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`), + KEY `m_messread_nottim_ix` (`notification`,`timeread`), + KEY `m_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`), + KEY `m_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages that have been read'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_read` +-- + +LOCK TABLES `m_message_read` WRITE; +/*!40000 ALTER TABLE `m_message_read` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_read` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_user_actions` +-- + +DROP TABLE IF EXISTS `m_message_user_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_user_actions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `messageid` bigint NOT NULL, + `action` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`), + KEY `m_messuseracti_use_ix` (`userid`), + KEY `m_messuseracti_mes_ix` (`messageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all per-user actions on individual messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_user_actions` +-- + +LOCK TABLES `m_message_user_actions` WRITE; +/*!40000 ALTER TABLE `m_message_user_actions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_user_actions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_message_users_blocked` +-- + +DROP TABLE IF EXISTS `m_message_users_blocked`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_message_users_blocked` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `blockeduserid` bigint NOT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messuserbloc_useblo_uix` (`userid`,`blockeduserid`), + KEY `m_messuserbloc_use_ix` (`userid`), + KEY `m_messuserbloc_blo_ix` (`blockeduserid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_message_users_blocked` +-- + +LOCK TABLES `m_message_users_blocked` WRITE; +/*!40000 ALTER TABLE `m_message_users_blocked` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_message_users_blocked` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_datakeys` +-- + +DROP TABLE IF EXISTS `m_messageinbound_datakeys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_datakeys` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `handler` bigint NOT NULL, + `datavalue` bigint NOT NULL, + `datakey` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `expires` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_messdata_handat_uix` (`handler`,`datavalue`), + KEY `m_messdata_han_ix` (`handler`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message data item secret keys.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_datakeys` +-- + +LOCK TABLES `m_messageinbound_datakeys` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_datakeys` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_handlers` +-- + +DROP TABLE IF EXISTS `m_messageinbound_handlers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_handlers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `defaultexpiration` bigint NOT NULL DEFAULT '86400', + `validateaddress` tinyint(1) NOT NULL DEFAULT '1', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_messhand_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Inbound Message Handler definitions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_handlers` +-- + +LOCK TABLES `m_messageinbound_handlers` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_handlers` DISABLE KEYS */; +INSERT INTO `m_messageinbound_handlers` VALUES (1,'core','\\core\\message\\inbound\\private_files_handler',0,1,0),(2,'mod_forum','\\mod_forum\\message\\inbound\\reply_handler',604800,1,0),(3,'tool_messageinbound','\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler',604800,0,1); +/*!40000 ALTER TABLE `m_messageinbound_handlers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messageinbound_messagelist` +-- + +DROP TABLE IF EXISTS `m_messageinbound_messagelist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messageinbound_messagelist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `messageid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `userid` bigint NOT NULL, + `address` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_messmess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of message IDs for existing replies'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messageinbound_messagelist` +-- + +LOCK TABLES `m_messageinbound_messagelist` WRITE; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messageinbound_messagelist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_messages` +-- + +DROP TABLE IF EXISTS `m_messages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_messages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `conversationid` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessagetrust` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mess_contim_ix` (`conversationid`,`timecreated`), + KEY `m_mess_use_ix` (`useridfrom`), + KEY `m_mess_con_ix` (`conversationid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all messages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_messages` +-- + +LOCK TABLES `m_messages` WRITE; +/*!40000 ALTER TABLE `m_messages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_messages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_application` +-- + +DROP TABLE IF EXISTS `m_mnet_application`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_application` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `display_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpc_server_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_land_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sso_jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about applications on remote hosts'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_application` +-- + +LOCK TABLES `m_mnet_application` WRITE; +/*!40000 ALTER TABLE `m_mnet_application` DISABLE KEYS */; +INSERT INTO `m_mnet_application` VALUES (1,'moodle','Moodle','/mnet/xmlrpc/server.php','/auth/mnet/land.php','/auth/mnet/jump.php'),(2,'mahara','Mahara','/api/xmlrpc/server.php','/auth/xmlrpc/land.php','/auth/xmlrpc/jump.php'); +/*!40000 ALTER TABLE `m_mnet_application` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host` +-- + +DROP TABLE IF EXISTS `m_mnet_host`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `wwwroot` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `public_key` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `public_key_expires` bigint NOT NULL DEFAULT '0', + `transport` tinyint NOT NULL DEFAULT '0', + `portno` mediumint NOT NULL DEFAULT '0', + `last_connect_time` bigint NOT NULL DEFAULT '0', + `last_log_id` bigint NOT NULL DEFAULT '0', + `force_theme` tinyint(1) NOT NULL DEFAULT '0', + `theme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `applicationid` bigint NOT NULL DEFAULT '1', + `sslverification` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mnethost_app_ix` (`applicationid`), + KEY `m_mnethost_las_ix` (`last_log_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the local and remote hosts for RPC'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host` +-- + +LOCK TABLES `m_mnet_host` WRITE; +/*!40000 ALTER TABLE `m_mnet_host` DISABLE KEYS */; +INSERT INTO `m_mnet_host` VALUES (1,0,'http://localhost:8000','172.19.0.6','','',0,0,0,0,0,0,NULL,1,0),(2,0,'','','All Hosts','',0,0,0,0,0,0,NULL,1,0); +/*!40000 ALTER TABLE `m_mnet_host` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_host2service` +-- + +DROP TABLE IF EXISTS `m_mnet_host2service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_host2service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `serviceid` bigint NOT NULL DEFAULT '0', + `publish` tinyint(1) NOT NULL DEFAULT '0', + `subscribe` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnethost_hosser_uix` (`hostid`,`serviceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Information about the services for a given host'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_host2service` +-- + +LOCK TABLES `m_mnet_host2service` WRITE; +/*!40000 ALTER TABLE `m_mnet_host2service` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_host2service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_log` +-- + +DROP TABLE IF EXISTS `m_mnet_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL DEFAULT '0', + `remoteid` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `ip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `course` bigint NOT NULL DEFAULT '0', + `coursename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cmid` bigint NOT NULL DEFAULT '0', + `action` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_log` +-- + +LOCK TABLES `m_mnet_log` WRITE; +/*!40000 ALTER TABLE `m_mnet_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table describes functions that might be called remotely'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_rpc` +-- + +LOCK TABLES `m_mnet_remote_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1),(15,'send_content_intent','portfolio/mahara/lib.php/send_content_intent','portfolio','mahara',1),(16,'send_content_ready','portfolio/mahara/lib.php/send_content_ready','portfolio','mahara',1); +/*!40000 ALTER TABLE `m_mnet_remote_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_remote_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_remote_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_remote_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_remote_service2rpc` +-- + +LOCK TABLES `m_mnet_remote_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_remote_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15),(16,4,16); +/*!40000 ALTER TABLE `m_mnet_remote_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `functionname` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `xmlrpcpath` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `plugintype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pluginname` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `help` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `profile` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `filename` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `static` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Functions or methods that we may publish or subscribe to'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_rpc` +-- + +LOCK TABLES `m_mnet_rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_rpc` VALUES (1,'user_authorise','auth/mnet/auth.php/user_authorise','auth','mnet',1,'Return user data for the provided token, compare with user_agent string.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}','auth.php','auth_plugin_mnet',0),(2,'keepalive_server','auth/mnet/auth.php/keepalive_server','auth','mnet',1,'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(3,'kill_children','auth/mnet/auth.php/kill_children','auth','mnet',1,'The IdP uses this function to kill child sessions on other hosts','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}','auth.php','auth_plugin_mnet',0),(4,'refresh_log','auth/mnet/auth.php/refresh_log','auth','mnet',1,'Receives an array of log entries from an SP and adds them to the mnet_log\ntable','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}','auth.php','auth_plugin_mnet',0),(5,'fetch_user_image','auth/mnet/auth.php/fetch_user_image','auth','mnet',1,'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1 - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2 - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}','auth.php','auth_plugin_mnet',0),(6,'fetch_theme_info','auth/mnet/auth.php/fetch_theme_info','auth','mnet',1,'Returns the theme information and logo url as strings.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}','auth.php','auth_plugin_mnet',0),(7,'update_enrolments','auth/mnet/auth.php/update_enrolments','auth','mnet',1,'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(8,'keepalive_client','auth/mnet/auth.php/keepalive_client','auth','mnet',1,'Poll the IdP server to let it know that a user it has authenticated is still\nonline','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','auth.php','auth_plugin_mnet',0),(9,'kill_child','auth/mnet/auth.php/kill_child','auth','mnet',1,'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}','auth.php','auth_plugin_mnet',0),(10,'available_courses','enrol/mnet/enrol.php/available_courses','enrol','mnet',1,'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(11,'user_enrolments','enrol/mnet/enrol.php/user_enrolments','enrol','mnet',1,'This method has never been implemented in Moodle MNet API','a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(12,'enrol_user','enrol/mnet/enrol.php/enrol_user','enrol','mnet',1,'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(13,'unenrol_user','enrol/mnet/enrol.php/unenrol_user','enrol','mnet',1,'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(14,'course_enrolments','enrol/mnet/enrol.php/course_enrolments','enrol','mnet',1,'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.','a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}','enrol.php','enrol_mnet_mnetservice_enrol',0),(15,'fetch_file','portfolio/mahara/lib.php/fetch_file','portfolio','mahara',1,'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.','a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}','lib.php','portfolio_plugin_mahara',1); +/*!40000 ALTER TABLE `m_mnet_rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service` +-- + +DROP TABLE IF EXISTS `m_mnet_service`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `apiversion` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `offer` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A service is a group of functions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service` +-- + +LOCK TABLES `m_mnet_service` WRITE; +/*!40000 ALTER TABLE `m_mnet_service` DISABLE KEYS */; +INSERT INTO `m_mnet_service` VALUES (1,'sso_idp','','1',1),(2,'sso_sp','','1',1),(3,'mnet_enrol','','1',1),(4,'pf','','1',1); +/*!40000 ALTER TABLE `m_mnet_service` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_service2rpc` +-- + +DROP TABLE IF EXISTS `m_mnet_service2rpc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_service2rpc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `serviceid` bigint NOT NULL DEFAULT '0', + `rpcid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetserv_rpcser_uix` (`rpcid`,`serviceid`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Group functions or methods under a service'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_service2rpc` +-- + +LOCK TABLES `m_mnet_service2rpc` WRITE; +/*!40000 ALTER TABLE `m_mnet_service2rpc` DISABLE KEYS */; +INSERT INTO `m_mnet_service2rpc` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,2,8),(9,2,9),(10,3,10),(11,3,11),(12,3,12),(13,3,13),(14,3,14),(15,4,15); +/*!40000 ALTER TABLE `m_mnet_service2rpc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_session` +-- + +DROP TABLE IF EXISTS `m_mnet_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `token` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnethostid` bigint NOT NULL DEFAULT '0', + `useragent` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirm_timeout` bigint NOT NULL DEFAULT '0', + `session_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `expires` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetsess_tok_uix` (`token`), + KEY `m_mnetsess_use_ix` (`userid`), + KEY `m_mnetsess_mne_ix` (`mnethostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Store session data from users migrating to other sites'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_session` +-- + +LOCK TABLES `m_mnet_session` WRITE; +/*!40000 ALTER TABLE `m_mnet_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnet_sso_access_control` +-- + +DROP TABLE IF EXISTS `m_mnet_sso_access_control`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnet_sso_access_control` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `mnet_host_id` bigint NOT NULL DEFAULT '0', + `accessctrl` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'allow', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users by host permitted (or not) to login from a remote prov'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnet_sso_access_control` +-- + +LOCK TABLES `m_mnet_sso_access_control` WRITE; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnet_sso_access_control` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_courses` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_courses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_courses` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `remoteid` bigint NOT NULL, + `categoryid` bigint NOT NULL, + `categoryname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + `fullname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint DEFAULT '0', + `startdate` bigint NOT NULL, + `roleid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Caches the information fetched via XML-RPC about courses on '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnetservice_enrol_courses` +-- + +LOCK TABLES `m_mnetservice_enrol_courses` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_courses` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_mnetservice_enrol_enrolments` +-- + +DROP TABLE IF EXISTS `m_mnetservice_enrol_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_mnetservice_enrol_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hostid` bigint NOT NULL, + `userid` bigint NOT NULL, + `remotecourseid` bigint NOT NULL, + `rolename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enroltime` bigint NOT NULL DEFAULT '0', + `enroltype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_mnetenroenro_use_ix` (`userid`), + KEY `m_mnetenroenro_hos_ix` (`hostid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Caches the information about enrolments of our local users i'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_mnetservice_enrol_enrolments` +-- + +LOCK TABLES `m_mnetservice_enrol_enrolments` WRITE; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_mnetservice_enrol_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_modules` +-- + +DROP TABLE IF EXISTS `m_modules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_modules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `cron` bigint NOT NULL DEFAULT '0', + `lastcron` bigint NOT NULL DEFAULT '0', + `search` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_modu_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='modules available in the site'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_modules` +-- + +LOCK TABLES `m_modules` WRITE; +/*!40000 ALTER TABLE `m_modules` DISABLE KEYS */; +INSERT INTO `m_modules` VALUES (1,'assign',0,0,'',1),(3,'book',0,0,'',1),(4,'chat',0,0,'',1),(5,'choice',0,0,'',1),(6,'data',0,0,'',1),(7,'feedback',0,0,'',1),(8,'folder',0,0,'',1),(9,'forum',0,0,'',1),(10,'glossary',0,0,'',1),(11,'imscp',0,0,'',1),(12,'label',0,0,'',1),(13,'lesson',0,0,'',1),(14,'lti',0,0,'',1),(15,'page',0,0,'',1),(16,'quiz',0,0,'',1),(17,'resource',0,0,'',1),(18,'scorm',0,0,'',1),(19,'survey',0,0,'',1),(20,'url',0,0,'',1),(21,'wiki',0,0,'',1),(22,'workshop',0,0,'',1),(23,'h5pactivity',0,0,'',1),(24,'bigbluebuttonbn',0,0,'',0); +/*!40000 ALTER TABLE `m_modules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_moodlenet_share_progress` +-- + +DROP TABLE IF EXISTS `m_moodlenet_share_progress`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_moodlenet_share_progress` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL, + `courseid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `resourceurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `status` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_moodlenet_share_progress` +-- + +LOCK TABLES `m_moodlenet_share_progress` WRITE; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_moodlenet_share_progress` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_my_pages` +-- + +DROP TABLE IF EXISTS `m_my_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_my_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint DEFAULT '0', + `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `private` tinyint(1) NOT NULL DEFAULT '1', + `sortorder` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_mypage_usepri_ix` (`userid`,`private`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra user pages for the My Moodle system'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_my_pages` +-- + +LOCK TABLES `m_my_pages` WRITE; +/*!40000 ALTER TABLE `m_my_pages` DISABLE KEYS */; +INSERT INTO `m_my_pages` VALUES (1,NULL,'__default',0,0),(2,NULL,'__default',1,0),(3,2,'__default',1,0),(4,NULL,'__courses',0,0); +/*!40000 ALTER TABLE `m_my_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_notifications` +-- + +DROP TABLE IF EXISTS `m_notifications`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_notifications` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `useridfrom` bigint NOT NULL, + `useridto` bigint NOT NULL, + `subject` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `fullmessageformat` tinyint(1) NOT NULL DEFAULT '0', + `fullmessagehtml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `smallmessage` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `eventtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contexturl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contexturlname` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timeread` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_noti_use_ix` (`useridfrom`), + KEY `m_noti_use2_ix` (`useridto`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores all notifications'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_notifications` +-- + +LOCK TABLES `m_notifications` WRITE; +/*!40000 ALTER TABLE `m_notifications` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_notifications` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_access_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_access_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_access_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `expires` bigint NOT NULL, + `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautaccetoke_iss_uix` (`issuerid`), + KEY `m_oautaccetoke_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_access_token` +-- + +LOCK TABLES `m_oauth2_access_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_access_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_access_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_endpoint` +-- + +DROP TABLE IF EXISTS `m_oauth2_endpoint`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_endpoint` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `issuerid` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_oautendp_iss_ix` (`issuerid`), + KEY `m_oautendp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Describes the named endpoint for an oauth2 service.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_endpoint` +-- + +LOCK TABLES `m_oauth2_endpoint` WRITE; +/*!40000 ALTER TABLE `m_oauth2_endpoint` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_endpoint` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_issuer` +-- + +DROP TABLE IF EXISTS `m_oauth2_issuer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_issuer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `baseurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientid` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `clientsecret` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginscopesoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparams` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `loginparamsoffline` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `alloweddomains` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopessupported` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `enabled` tinyint NOT NULL DEFAULT '1', + `showonloginpage` tinyint NOT NULL DEFAULT '1', + `basicauth` tinyint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL, + `requireconfirmation` tinyint NOT NULL DEFAULT '1', + `servicetype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `loginpagename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Details for an oauth 2 connect identity issuer.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_issuer` +-- + +LOCK TABLES `m_oauth2_issuer` WRITE; +/*!40000 ALTER TABLE `m_oauth2_issuer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_issuer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_refresh_token` +-- + +DROP TABLE IF EXISTS `m_oauth2_refresh_token`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_refresh_token` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `userid` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `token` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scopehash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`), + KEY `m_oautrefrtoke_iss_ix` (`issuerid`), + KEY `m_oautrefrtoke_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_refresh_token` +-- + +LOCK TABLES `m_oauth2_refresh_token` WRITE; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_refresh_token` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_system_account` +-- + +DROP TABLE IF EXISTS `m_oauth2_system_account`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_system_account` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `refreshtoken` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `grantedscopes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `email` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `username` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautsystacco_iss_uix` (`issuerid`), + KEY `m_oautsystacco_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stored details used to get an access token as a system user '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_system_account` +-- + +LOCK TABLES `m_oauth2_system_account` WRITE; +/*!40000 ALTER TABLE `m_oauth2_system_account` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_system_account` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_oauth2_user_field_mapping` +-- + +DROP TABLE IF EXISTS `m_oauth2_user_field_mapping`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_oauth2_user_field_mapping` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `issuerid` bigint NOT NULL, + `externalfield` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `internalfield` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_oautuserfielmapp_issint_uix` (`issuerid`,`internalfield`), + KEY `m_oautuserfielmapp_iss_ix` (`issuerid`), + KEY `m_oautuserfielmapp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of oauth user fields to moodle fields.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_oauth2_user_field_mapping` +-- + +LOCK TABLES `m_oauth2_user_field_mapping` WRITE; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_oauth2_user_field_mapping` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_page` +-- + +DROP TABLE IF EXISTS `m_page`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_page` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_page_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record is one page and its config data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_page` +-- + +LOCK TABLES `m_page` WRITE; +/*!40000 ALTER TABLE `m_page` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_page` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_paygw_paypal` +-- + +DROP TABLE IF EXISTS `m_paygw_paypal`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_paygw_paypal` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `paymentid` bigint NOT NULL, + `pp_orderid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'The ID of the order in PayPal', + PRIMARY KEY (`id`), + UNIQUE KEY `m_paygpayp_pay_uix` (`paymentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores PayPal related information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_paygw_paypal` +-- + +LOCK TABLES `m_paygw_paypal` WRITE; +/*!40000 ALTER TABLE `m_paygw_paypal` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_paygw_paypal` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_accounts` +-- + +DROP TABLE IF EXISTS `m_payment_accounts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_accounts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `archived` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_paymacco_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_accounts` +-- + +LOCK TABLES `m_payment_accounts` WRITE; +/*!40000 ALTER TABLE `m_payment_accounts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_accounts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payment_gateways` +-- + +DROP TABLE IF EXISTS `m_payment_gateways`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payment_gateways` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_paymgate_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payment_gateways` +-- + +LOCK TABLES `m_payment_gateways` WRITE; +/*!40000 ALTER TABLE `m_payment_gateways` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payment_gateways` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_payments` +-- + +DROP TABLE IF EXISTS `m_payments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_payments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `paymentarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `userid` bigint NOT NULL, + `amount` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `accountid` bigint NOT NULL, + `gateway` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_paym_gat_ix` (`gateway`), + KEY `m_paym_compayite_ix` (`component`,`paymentarea`,`itemid`), + KEY `m_paym_use_ix` (`userid`), + KEY `m_paym_acc_ix` (`accountid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_payments` +-- + +LOCK TABLES `m_payments` WRITE; +/*!40000 ALTER TABLE `m_payments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_payments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `plugin` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) NOT NULL DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='base table (not including config data) for instances of port'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance` +-- + +LOCK TABLES `m_portfolio_instance` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_config` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstconf_nam_ix` (`name`), + KEY `m_portinstconf_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='config for portfolio plugin instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_config` +-- + +LOCK TABLES `m_portfolio_instance_config` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_instance_user` +-- + +DROP TABLE IF EXISTS `m_portfolio_instance_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_instance_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instance` bigint NOT NULL, + `userid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_portinstuser_ins_ix` (`instance`), + KEY `m_portinstuser_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='user data for portfolio instances.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_instance_user` +-- + +LOCK TABLES `m_portfolio_instance_user` WRITE; +/*!40000 ALTER TABLE `m_portfolio_instance_user` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_instance_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_log` +-- + +DROP TABLE IF EXISTS `m_portfolio_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `time` bigint NOT NULL, + `portfolio` bigint NOT NULL, + `caller_class` varchar(150) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `caller_component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `caller_sha1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `tempdataid` bigint NOT NULL DEFAULT '0', + `returnurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `continueurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portlog_use_ix` (`userid`), + KEY `m_portlog_por_ix` (`portfolio`), + KEY `m_portlog_tem_ix` (`tempdataid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='log of portfolio transfers (used to later check for duplicat'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_log` +-- + +LOCK TABLES `m_portfolio_log` WRITE; +/*!40000 ALTER TABLE `m_portfolio_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_mahara_queue` +-- + +DROP TABLE IF EXISTS `m_portfolio_mahara_queue`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_mahara_queue` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `transferid` bigint NOT NULL, + `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_portmahaqueu_tok_ix` (`token`), + KEY `m_portmahaqueu_tra_ix` (`transferid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='maps mahara tokens to transfer ids'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_mahara_queue` +-- + +LOCK TABLES `m_portfolio_mahara_queue` WRITE; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_mahara_queue` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_portfolio_tempdata` +-- + +DROP TABLE IF EXISTS `m_portfolio_tempdata`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_portfolio_tempdata` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expirytime` bigint NOT NULL, + `userid` bigint NOT NULL, + `instance` bigint DEFAULT '0', + `queued` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_porttemp_use_ix` (`userid`), + KEY `m_porttemp_ins_ix` (`instance`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='stores temporary data for portfolio exports. the id of this '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_portfolio_tempdata` +-- + +LOCK TABLES `m_portfolio_tempdata` WRITE; +/*!40000 ALTER TABLE `m_portfolio_tempdata` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_portfolio_tempdata` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_post` +-- + +DROP TABLE IF EXISTS `m_post`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_post` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `module` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `moduleid` bigint NOT NULL DEFAULT '0', + `coursemoduleid` bigint NOT NULL DEFAULT '0', + `subject` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `uniquehash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rating` bigint NOT NULL DEFAULT '0', + `format` bigint NOT NULL DEFAULT '0', + `summaryformat` tinyint NOT NULL DEFAULT '0', + `attachment` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `publishstate` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'draft', + `lastmodified` bigint NOT NULL DEFAULT '0', + `created` bigint NOT NULL DEFAULT '0', + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_post_iduse_uix` (`id`,`userid`), + KEY `m_post_las_ix` (`lastmodified`), + KEY `m_post_mod_ix` (`module`), + KEY `m_post_sub_ix` (`subject`), + KEY `m_post_use_ix` (`usermodified`), + KEY `m_post_cou_ix` (`courseid`), + KEY `m_post_cou2_ix` (`coursemoduleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Generic post table to hold data blog entries etc in differen'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_post` +-- + +LOCK TABLES `m_post` WRITE; +/*!40000 ALTER TABLE `m_post` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_post` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_profiling` +-- + +DROP TABLE IF EXISTS `m_profiling`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_profiling` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `runid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `totalexecutiontime` bigint NOT NULL, + `totalcputime` bigint NOT NULL, + `totalcalls` bigint NOT NULL, + `totalmemory` bigint NOT NULL, + `runreference` tinyint NOT NULL DEFAULT '0', + `runcomment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_prof_run_uix` (`runid`), + KEY `m_prof_urlrun_ix` (`url`,`runreference`), + KEY `m_prof_timrun_ix` (`timecreated`,`runreference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the results of all the profiling runs'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_profiling` +-- + +LOCK TABLES `m_profiling` WRITE; +/*!40000 ALTER TABLE `m_profiling` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_profiling` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddim_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext` +-- + +LOCK TABLES `m_qtype_ddimageortext` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `draggroup` bigint NOT NULL DEFAULT '0', + `infinite` smallint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Images to drag. Actual file names are not stored here we use'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drags` +-- + +LOCK TABLES `m_qtype_ddimageortext_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddimageortext_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddimageortext_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddimageortext_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `xleft` bigint NOT NULL DEFAULT '0', + `ytop` bigint NOT NULL DEFAULT '0', + `choice` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_qtypddimdrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Drop boxes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddimageortext_drops` +-- + +LOCK TABLES `m_qtype_ddimageortext_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddimageortext_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showmisplaced` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddma_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (text or images onto a background imag'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker` +-- + +LOCK TABLES `m_qtype_ddmarker` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drags` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drags`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drags` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `label` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infinite` smallint NOT NULL DEFAULT '0', + `noofdrags` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrag_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Labels for markers to drag.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drags` +-- + +LOCK TABLES `m_qtype_ddmarker_drags` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drags` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_ddmarker_drops` +-- + +DROP TABLE IF EXISTS `m_qtype_ddmarker_drops`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_ddmarker_drops` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `no` bigint NOT NULL DEFAULT '0', + `shape` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `coords` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `choice` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_qtypddmadrop_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='drop regions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_ddmarker_drops` +-- + +LOCK TABLES `m_qtype_ddmarker_drops` WRITE; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_ddmarker_drops` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essay_options` +-- + +DROP TABLE IF EXISTS `m_qtype_essay_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essay_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responserequired` tinyint NOT NULL DEFAULT '1', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `minwordlimit` bigint DEFAULT NULL, + `maxwordlimit` bigint DEFAULT NULL, + `attachments` smallint NOT NULL DEFAULT '0', + `attachmentsrequired` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + `responsetemplate` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsetemplateformat` smallint NOT NULL DEFAULT '0', + `maxbytes` bigint NOT NULL DEFAULT '0', + `filetypeslist` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypessaopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Extra options for essay questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essay_options` +-- + +LOCK TABLES `m_qtype_essay_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_essay_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essay_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_essaywiris_backup` +-- + +DROP TABLE IF EXISTS `m_qtype_essaywiris_backup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_essaywiris_backup` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `responseformat` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'editor', + `responsefieldlines` smallint NOT NULL DEFAULT '15', + `attachments` smallint NOT NULL DEFAULT '0', + `graderinfo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `graderinfoformat` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='qtype_essay_options backup for 2.6 update'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_essaywiris_backup` +-- + +LOCK TABLES `m_qtype_essaywiris_backup` WRITE; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_essaywiris_backup` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_options` +-- + +DROP TABLE IF EXISTS `m_qtype_match_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmatcopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines the question-type specific options for matching ques'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_options` +-- + +LOCK TABLES `m_qtype_match_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_match_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_match_subquestions` +-- + +DROP TABLE IF EXISTS `m_qtype_match_subquestions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_match_subquestions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `answertext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_qtypmatcsubq_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The subquestions that make up a matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_match_subquestions` +-- + +LOCK TABLES `m_qtype_match_subquestions` WRITE; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_match_subquestions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_multichoice_options` +-- + +DROP TABLE IF EXISTS `m_qtype_multichoice_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_multichoice_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `layout` smallint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypmultopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multiple choice questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_multichoice_options` +-- + +LOCK TABLES `m_qtype_multichoice_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_multichoice_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_randomsamatch_options` +-- + +DROP TABLE IF EXISTS `m_qtype_randomsamatch_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_randomsamatch_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `choose` bigint NOT NULL DEFAULT '4', + `subcats` tinyint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtyprandopti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about a random short-answer matching question'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_randomsamatch_options` +-- + +LOCK TABLES `m_qtype_randomsamatch_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_randomsamatch_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_shortanswer_options` +-- + +DROP TABLE IF EXISTS `m_qtype_shortanswer_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_shortanswer_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `usecase` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_qtypshoropti_que_uix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for short answer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_shortanswer_options` +-- + +LOCK TABLES `m_qtype_shortanswer_options` WRITE; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_shortanswer_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq` +-- + +DROP TABLE IF EXISTS `m_qtype_wq`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `xml` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hash` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'hash', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'options', + PRIMARY KEY (`id`), + KEY `m_qtypwq_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='General table for all Wiris Quizzes questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq` +-- + +LOCK TABLES `m_qtype_wq` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_wq` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_qtype_wq_variables` +-- + +DROP TABLE IF EXISTS `m_qtype_wq_variables`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_qtype_wq_variables` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Wiris Quizzes persistent variables.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_qtype_wq_variables` +-- + +LOCK TABLES `m_qtype_wq_variables` WRITE; +/*!40000 ALTER TABLE `m_qtype_wq_variables` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_qtype_wq_variables` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question` +-- + +DROP TABLE IF EXISTS `m_question`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `parent` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questiontext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `questiontextformat` tinyint NOT NULL DEFAULT '0', + `generalfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `generalfeedbackformat` tinyint NOT NULL DEFAULT '0', + `defaultmark` decimal(12,7) NOT NULL DEFAULT '1.0000000', + `penalty` decimal(12,7) NOT NULL DEFAULT '0.3333333', + `qtype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `length` bigint NOT NULL DEFAULT '1', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `createdby` bigint DEFAULT NULL, + `modifiedby` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_ques_qty_ix` (`qtype`), + KEY `m_ques_par_ix` (`parent`), + KEY `m_ques_cre_ix` (`createdby`), + KEY `m_ques_mod_ix` (`modifiedby`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The questions themselves'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question` +-- + +LOCK TABLES `m_question` WRITE; +/*!40000 ALTER TABLE `m_question` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_answers` +-- + +DROP TABLE IF EXISTS `m_question_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answerformat` tinyint NOT NULL DEFAULT '0', + `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000', + `feedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbackformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Answers, with a fractional grade (0-1) and feedback'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_answers` +-- + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_step_data` +-- + +DROP TABLE IF EXISTS `m_question_attempt_step_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_step_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `attemptstepid` bigint NOT NULL, + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_quesattestepdata_att_ix` (`attemptstepid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each question_attempt_step has an associative array of the d'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_attempt_step_data` +-- + +LOCK TABLES `m_question_attempt_step_data` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_step_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_attempt_step_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempt_steps` +-- + +DROP TABLE IF EXISTS `m_question_attempt_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempt_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionattemptid` bigint NOT NULL, + `sequencenumber` bigint NOT NULL, + `state` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fraction` decimal(12,7) DEFAULT NULL, + `timecreated` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`), + KEY `m_quesattestep_que_ix` (`questionattemptid`), + KEY `m_quesattestep_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores one step in in a question attempt. As well as the dat'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_attempt_steps` +-- + +LOCK TABLES `m_question_attempt_steps` WRITE; +/*!40000 ALTER TABLE `m_question_attempt_steps` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_attempt_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_attempts` +-- + +DROP TABLE IF EXISTS `m_question_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `behaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `questionid` bigint NOT NULL, + `variant` bigint NOT NULL DEFAULT '1', + `maxmark` decimal(12,7) NOT NULL, + `minfraction` decimal(12,7) NOT NULL, + `maxfraction` decimal(12,7) NOT NULL DEFAULT '1.0000000', + `flagged` tinyint(1) NOT NULL DEFAULT '0', + `questionsummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `rightanswer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `responsesummary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesatte_queslo_uix` (`questionusageid`,`slot`), + KEY `m_quesatte_beh_ix` (`behaviour`), + KEY `m_quesatte_que_ix` (`questionid`), + KEY `m_quesatte_que2_ix` (`questionusageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each row here corresponds to an attempt at one question, as '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_attempts` +-- + +LOCK TABLES `m_question_attempts` WRITE; +/*!40000 ALTER TABLE `m_question_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_bank_entries` +-- + +DROP TABLE IF EXISTS `m_question_bank_entries`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_bank_entries` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questioncategoryid` bigint NOT NULL DEFAULT '0', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `ownerid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`), + KEY `m_quesbankentr_que_ix` (`questioncategoryid`), + KEY `m_quesbankentr_own_ix` (`ownerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_bank_entries` +-- + +LOCK TABLES `m_question_bank_entries` WRITE; +/*!40000 ALTER TABLE `m_question_bank_entries` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_bank_entries` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated` +-- + +DROP TABLE IF EXISTS `m_question_calculated`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + `tolerancetype` bigint NOT NULL DEFAULT '1', + `correctanswerlength` bigint NOT NULL DEFAULT '2', + `correctanswerformat` bigint NOT NULL DEFAULT '2', + PRIMARY KEY (`id`), + KEY `m_quescalc_ans_ix` (`answer`), + KEY `m_quescalc_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated` +-- + +LOCK TABLES `m_question_calculated` WRITE; +/*!40000 ALTER TABLE `m_question_calculated` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_calculated_options` +-- + +DROP TABLE IF EXISTS `m_question_calculated_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_calculated_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `synchronize` tinyint NOT NULL DEFAULT '0', + `single` smallint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `answernumbering` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'abc', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quescalcopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type calculated'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_calculated_options` +-- + +LOCK TABLES `m_question_calculated_options` WRITE; +/*!40000 ALTER TABLE `m_question_calculated_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_calculated_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_categories` +-- + +DROP TABLE IF EXISTS `m_question_categories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_categories` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL DEFAULT '0', + `info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `infoformat` tinyint NOT NULL DEFAULT '0', + `stamp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '999', + `idnumber` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quescate_consta_uix` (`contextid`,`stamp`), + UNIQUE KEY `m_quescate_conidn_uix` (`contextid`,`idnumber`), + KEY `m_quescate_con_ix` (`contextid`), + KEY `m_quescate_par_ix` (`parent`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Categories are for grouping questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_categories` +-- + +LOCK TABLES `m_question_categories` WRITE; +/*!40000 ALTER TABLE `m_question_categories` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_categories` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_definitions` +-- + +DROP TABLE IF EXISTS `m_question_dataset_definitions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_definitions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `category` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` bigint NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdatadefi_cat_ix` (`category`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Organises and stores properties for dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_definitions` +-- + +LOCK TABLES `m_question_dataset_definitions` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_definitions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_definitions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_dataset_items` +-- + +DROP TABLE IF EXISTS `m_question_dataset_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_dataset_items` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `definition` bigint NOT NULL DEFAULT '0', + `itemnumber` bigint NOT NULL DEFAULT '0', + `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesdataitem_def_ix` (`definition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Individual dataset items'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_dataset_items` +-- + +LOCK TABLES `m_question_dataset_items` WRITE; +/*!40000 ALTER TABLE `m_question_dataset_items` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_dataset_items` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_datasets` +-- + +DROP TABLE IF EXISTS `m_question_datasets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_datasets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `datasetdefinition` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesdata_quedat_ix` (`question`,`datasetdefinition`), + KEY `m_quesdata_que_ix` (`question`), + KEY `m_quesdata_dat_ix` (`datasetdefinition`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Many-many relation between questions and dataset definitions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_datasets` +-- + +LOCK TABLES `m_question_datasets` WRITE; +/*!40000 ALTER TABLE `m_question_datasets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_datasets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_ddwtos` +-- + +DROP TABLE IF EXISTS `m_question_ddwtos`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_ddwtos` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesddwt_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines drag and drop (words into sentences) questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_ddwtos` +-- + +LOCK TABLES `m_question_ddwtos` WRITE; +/*!40000 ALTER TABLE `m_question_ddwtos` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_ddwtos` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_gapselect` +-- + +DROP TABLE IF EXISTS `m_question_gapselect`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_gapselect` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL DEFAULT '0', + `shuffleanswers` smallint NOT NULL DEFAULT '1', + `correctfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `correctfeedbackformat` tinyint NOT NULL DEFAULT '0', + `partiallycorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `partiallycorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `incorrectfeedback` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `incorrectfeedbackformat` tinyint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quesgaps_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines select missing words questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_gapselect` +-- + +LOCK TABLES `m_question_gapselect` WRITE; +/*!40000 ALTER TABLE `m_question_gapselect` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_gapselect` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_hints` +-- + +DROP TABLE IF EXISTS `m_question_hints`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_hints` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionid` bigint NOT NULL, + `hint` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hintformat` smallint NOT NULL DEFAULT '0', + `shownumcorrect` tinyint(1) DEFAULT NULL, + `clearwrong` tinyint(1) DEFAULT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_queshint_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the the part of the question definition that gives di'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_hints` +-- + +LOCK TABLES `m_question_hints` WRITE; +/*!40000 ALTER TABLE `m_question_hints` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_hints` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_multianswer` +-- + +DROP TABLE IF EXISTS `m_question_multianswer`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_multianswer` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `sequence` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesmult_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for multianswer questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_multianswer` +-- + +LOCK TABLES `m_question_multianswer` WRITE; +/*!40000 ALTER TABLE `m_question_multianswer` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_multianswer` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical` +-- + +DROP TABLE IF EXISTS `m_question_numerical`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `answer` bigint NOT NULL DEFAULT '0', + `tolerance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '0.0', + PRIMARY KEY (`id`), + KEY `m_quesnume_ans_ix` (`answer`), + KEY `m_quesnume_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for numerical questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical` +-- + +LOCK TABLES `m_question_numerical` WRITE; +/*!40000 ALTER TABLE `m_question_numerical` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_options` +-- + +DROP TABLE IF EXISTS `m_question_numerical_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_options` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `showunits` smallint NOT NULL DEFAULT '0', + `unitsleft` smallint NOT NULL DEFAULT '0', + `unitgradingtype` smallint NOT NULL DEFAULT '0', + `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000', + PRIMARY KEY (`id`), + KEY `m_quesnumeopti_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for questions of type numerical This table is also u'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical_options` +-- + +LOCK TABLES `m_question_numerical_options` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_options` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_options` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_numerical_units` +-- + +DROP TABLE IF EXISTS `m_question_numerical_units`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_numerical_units` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `multiplier` decimal(38,19) NOT NULL DEFAULT '1.0000000000000000000', + `unit` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesnumeunit_queuni_uix` (`question`,`unit`), + KEY `m_quesnumeunit_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Optional unit options for numerical questions. This table is'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_numerical_units` +-- + +LOCK TABLES `m_question_numerical_units` WRITE; +/*!40000 ALTER TABLE `m_question_numerical_units` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_numerical_units` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_references` +-- + +DROP TABLE IF EXISTS `m_question_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quesrefe_usi_ix` (`usingcontextid`), + KEY `m_quesrefe_que_ix` (`questionbankentryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_references` +-- + +LOCK TABLES `m_question_references` WRITE; +/*!40000 ALTER TABLE `m_question_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_analysis` +-- + +DROP TABLE IF EXISTS `m_question_response_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichtries` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `variant` bigint DEFAULT NULL, + `subqid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `credit` decimal(15,5) NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespanal_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Analysis of student responses given to questions.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_analysis` +-- + +LOCK TABLES `m_question_response_analysis` WRITE; +/*!40000 ALTER TABLE `m_question_response_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_response_count` +-- + +DROP TABLE IF EXISTS `m_question_response_count`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_response_count` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `analysisid` bigint NOT NULL, + `try` bigint NOT NULL, + `rcount` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quesrespcoun_ana_ix` (`analysisid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Count for each responses for each try at a question.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_response_count` +-- + +LOCK TABLES `m_question_response_count` WRITE; +/*!40000 ALTER TABLE `m_question_response_count` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_response_count` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_set_references` +-- + +DROP TABLE IF EXISTS `m_question_set_references`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_set_references` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `usingcontextid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `questionarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `questionscontextid` bigint NOT NULL DEFAULT '0', + `filtercondition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quessetrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`), + KEY `m_quessetrefe_usi_ix` (`usingcontextid`), + KEY `m_quessetrefe_que_ix` (`questionscontextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_set_references` +-- + +LOCK TABLES `m_question_set_references` WRITE; +/*!40000 ALTER TABLE `m_question_set_references` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_set_references` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_statistics` +-- + +DROP TABLE IF EXISTS `m_question_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL, + `questionid` bigint NOT NULL, + `slot` bigint DEFAULT NULL, + `subquestion` smallint NOT NULL, + `variant` bigint DEFAULT NULL, + `s` bigint NOT NULL DEFAULT '0', + `effectiveweight` decimal(15,5) DEFAULT NULL, + `negcovar` tinyint NOT NULL DEFAULT '0', + `discriminationindex` decimal(15,5) DEFAULT NULL, + `discriminativeefficiency` decimal(15,5) DEFAULT NULL, + `sd` decimal(15,10) DEFAULT NULL, + `facility` decimal(15,10) DEFAULT NULL, + `subquestions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `maxmark` decimal(12,7) DEFAULT NULL, + `positions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `randomguessscore` decimal(12,7) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quesstat_que_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Statistics for individual questions used in an activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_statistics` +-- + +LOCK TABLES `m_question_statistics` WRITE; +/*!40000 ALTER TABLE `m_question_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_truefalse` +-- + +DROP TABLE IF EXISTS `m_question_truefalse`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_truefalse` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `question` bigint NOT NULL DEFAULT '0', + `trueanswer` bigint NOT NULL DEFAULT '0', + `falseanswer` bigint NOT NULL DEFAULT '0', + `showstandardinstruction` tinyint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_questrue_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Options for True-False questions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_truefalse` +-- + +LOCK TABLES `m_question_truefalse` WRITE; +/*!40000 ALTER TABLE `m_question_truefalse` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_truefalse` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_usages` +-- + +DROP TABLE IF EXISTS `m_question_usages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_usages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_quesusag_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table''s main purpose it to assign a unique id to each a'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_usages` +-- + +LOCK TABLES `m_question_usages` WRITE; +/*!40000 ALTER TABLE `m_question_usages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_usages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_question_versions` +-- + +DROP TABLE IF EXISTS `m_question_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_question_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionbankentryid` bigint NOT NULL DEFAULT '0', + `version` bigint NOT NULL DEFAULT '1', + `questionid` bigint NOT NULL DEFAULT '0', + `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'ready', + PRIMARY KEY (`id`), + KEY `m_quesvers_que_ix` (`questionbankentryid`), + KEY `m_quesvers_que2_ix` (`questionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_question_versions` +-- + +LOCK TABLES `m_question_versions` WRITE; +/*!40000 ALTER TABLE `m_question_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_question_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz` +-- + +DROP TABLE IF EXISTS `m_quiz`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timelimit` bigint NOT NULL DEFAULT '0', + `overduehandling` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'autoabandon', + `graceperiod` bigint NOT NULL DEFAULT '0', + `preferredbehaviour` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `canredoquestions` smallint NOT NULL DEFAULT '0', + `attempts` mediumint NOT NULL DEFAULT '0', + `attemptonlast` smallint NOT NULL DEFAULT '0', + `grademethod` smallint NOT NULL DEFAULT '1', + `decimalpoints` smallint NOT NULL DEFAULT '2', + `questiondecimalpoints` smallint NOT NULL DEFAULT '-1', + `reviewattempt` mediumint NOT NULL DEFAULT '0', + `reviewcorrectness` mediumint NOT NULL DEFAULT '0', + `reviewmaxmarks` mediumint NOT NULL DEFAULT '0', + `reviewmarks` mediumint NOT NULL DEFAULT '0', + `reviewspecificfeedback` mediumint NOT NULL DEFAULT '0', + `reviewgeneralfeedback` mediumint NOT NULL DEFAULT '0', + `reviewrightanswer` mediumint NOT NULL DEFAULT '0', + `reviewoverallfeedback` mediumint NOT NULL DEFAULT '0', + `questionsperpage` bigint NOT NULL DEFAULT '0', + `navmethod` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'free', + `shuffleanswers` smallint NOT NULL DEFAULT '0', + `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subnet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `browsersecurity` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `delay1` bigint NOT NULL DEFAULT '0', + `delay2` bigint NOT NULL DEFAULT '0', + `showuserpicture` smallint NOT NULL DEFAULT '0', + `showblocks` smallint NOT NULL DEFAULT '0', + `completionattemptsexhausted` tinyint(1) DEFAULT '0', + `completionminattempts` bigint NOT NULL DEFAULT '0', + `allowofflineattempts` tinyint(1) DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quiz_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The settings for each quiz.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz` +-- + +LOCK TABLES `m_quiz` WRITE; +/*!40000 ALTER TABLE `m_quiz` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_attempts` +-- + +DROP TABLE IF EXISTS `m_quiz_attempts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_attempts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `attempt` mediumint NOT NULL DEFAULT '0', + `uniqueid` bigint NOT NULL DEFAULT '0', + `layout` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `currentpage` bigint NOT NULL DEFAULT '0', + `preview` smallint NOT NULL DEFAULT '0', + `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'inprogress', + `timestart` bigint NOT NULL DEFAULT '0', + `timefinish` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timemodifiedoffline` bigint NOT NULL DEFAULT '0', + `timecheckstate` bigint DEFAULT '0', + `sumgrades` decimal(10,5) DEFAULT NULL, + `gradednotificationsenttime` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`), + UNIQUE KEY `m_quizatte_uni_uix` (`uniqueid`), + KEY `m_quizatte_statim_ix` (`state`,`timecheckstate`), + KEY `m_quizatte_qui_ix` (`quiz`), + KEY `m_quizatte_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores users attempts at quizzes.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_attempts` +-- + +LOCK TABLES `m_quiz_attempts` WRITE; +/*!40000 ALTER TABLE `m_quiz_attempts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_attempts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_feedback` +-- + +DROP TABLE IF EXISTS `m_quiz_feedback`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_feedback` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL DEFAULT '0', + `feedbacktext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `feedbacktextformat` tinyint NOT NULL DEFAULT '0', + `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000', + PRIMARY KEY (`id`), + KEY `m_quizfeed_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Feedback given to students based on which grade band their o'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_feedback` +-- + +LOCK TABLES `m_quiz_feedback` WRITE; +/*!40000 ALTER TABLE `m_quiz_feedback` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_feedback` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_grades` +-- + +DROP TABLE IF EXISTS `m_quiz_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `grade` decimal(10,5) NOT NULL DEFAULT '0.00000', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizgrad_use_ix` (`userid`), + KEY `m_quizgrad_qui_ix` (`quiz`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the overall grade for each user on the quiz, based on'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_grades` +-- + +LOCK TABLES `m_quiz_grades` WRITE; +/*!40000 ALTER TABLE `m_quiz_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overrides` +-- + +DROP TABLE IF EXISTS `m_quiz_overrides`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overrides` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quiz` bigint NOT NULL DEFAULT '0', + `groupid` bigint DEFAULT NULL, + `userid` bigint DEFAULT NULL, + `timeopen` bigint DEFAULT NULL, + `timeclose` bigint DEFAULT NULL, + `timelimit` bigint DEFAULT NULL, + `attempts` mediumint DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_quizover_qui_ix` (`quiz`), + KEY `m_quizover_gro_ix` (`groupid`), + KEY `m_quizover_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The overrides to quiz settings on a per-user and per-group b'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_overrides` +-- + +LOCK TABLES `m_quiz_overrides` WRITE; +/*!40000 ALTER TABLE `m_quiz_overrides` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overrides` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_overview_regrades` +-- + +DROP TABLE IF EXISTS `m_quiz_overview_regrades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_overview_regrades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `questionusageid` bigint NOT NULL, + `slot` bigint NOT NULL, + `newfraction` decimal(12,7) DEFAULT NULL, + `oldfraction` decimal(12,7) DEFAULT NULL, + `regraded` smallint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_quizoverregr_queslo_ix` (`questionusageid`,`slot`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table records which question attempts need regrading an'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_overview_regrades` +-- + +LOCK TABLES `m_quiz_overview_regrades` WRITE; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_overview_regrades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_reports` +-- + +DROP TABLE IF EXISTS `m_quiz_reports`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_reports` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `displayorder` bigint NOT NULL, + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizrepo_nam_uix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Lists all the installed quiz reports and their display order'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_reports` +-- + +LOCK TABLES `m_quiz_reports` WRITE; +/*!40000 ALTER TABLE `m_quiz_reports` DISABLE KEYS */; +INSERT INTO `m_quiz_reports` VALUES (1,'grading',6000,'mod/quiz:grade'),(2,'overview',10000,NULL),(3,'responses',9000,NULL),(4,'statistics',8000,'quiz/statistics:view'); +/*!40000 ALTER TABLE `m_quiz_reports` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_sections` +-- + +DROP TABLE IF EXISTS `m_quiz_sections`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_sections` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `firstslot` bigint NOT NULL, + `heading` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shufflequestions` smallint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsect_quifir_uix` (`quizid`,`firstslot`), + KEY `m_quizsect_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores sections of a quiz with section name (heading), from '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_sections` +-- + +LOCK TABLES `m_quiz_sections` WRITE; +/*!40000 ALTER TABLE `m_quiz_sections` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_sections` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_slots` +-- + +DROP TABLE IF EXISTS `m_quiz_slots`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_slots` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `slot` bigint NOT NULL, + `quizid` bigint NOT NULL DEFAULT '0', + `page` bigint NOT NULL, + `displaynumber` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `requireprevious` smallint NOT NULL DEFAULT '0', + `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizslot_quislo_uix` (`quizid`,`slot`), + KEY `m_quizslot_qui_ix` (`quizid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the question used in a quiz, with the order, and for '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_slots` +-- + +LOCK TABLES `m_quiz_slots` WRITE; +/*!40000 ALTER TABLE `m_quiz_slots` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_slots` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quiz_statistics` +-- + +DROP TABLE IF EXISTS `m_quiz_statistics`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quiz_statistics` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `hashcode` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `whichattempts` smallint NOT NULL, + `timemodified` bigint NOT NULL, + `firstattemptscount` bigint NOT NULL, + `highestattemptscount` bigint NOT NULL, + `lastattemptscount` bigint NOT NULL, + `allattemptscount` bigint NOT NULL, + `firstattemptsavg` decimal(15,5) DEFAULT NULL, + `highestattemptsavg` decimal(15,5) DEFAULT NULL, + `lastattemptsavg` decimal(15,5) DEFAULT NULL, + `allattemptsavg` decimal(15,5) DEFAULT NULL, + `median` decimal(15,5) DEFAULT NULL, + `standarddeviation` decimal(15,5) DEFAULT NULL, + `skewness` decimal(15,10) DEFAULT NULL, + `kurtosis` decimal(15,5) DEFAULT NULL, + `cic` decimal(15,10) DEFAULT NULL, + `errorratio` decimal(15,10) DEFAULT NULL, + `standarderror` decimal(15,10) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table to cache results from analysis done in statistics repo'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quiz_statistics` +-- + +LOCK TABLES `m_quiz_statistics` WRITE; +/*!40000 ALTER TABLE `m_quiz_statistics` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quiz_statistics` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_quizsettings` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_quizsettings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_quizsettings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `quizid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `templateid` bigint NOT NULL, + `requiresafeexambrowser` tinyint(1) NOT NULL, + `showsebtaskbar` tinyint(1) DEFAULT NULL, + `showwificontrol` tinyint(1) DEFAULT NULL, + `showreloadbutton` tinyint(1) DEFAULT NULL, + `showtime` tinyint(1) DEFAULT NULL, + `showkeyboardlayout` tinyint(1) DEFAULT NULL, + `allowuserquitseb` tinyint(1) DEFAULT NULL, + `quitpassword` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `linkquitseb` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userconfirmquit` tinyint(1) DEFAULT NULL, + `enableaudiocontrol` tinyint(1) DEFAULT NULL, + `muteonstartup` tinyint(1) DEFAULT NULL, + `allowspellchecking` tinyint(1) DEFAULT NULL, + `allowreloadinexam` tinyint(1) DEFAULT NULL, + `activateurlfiltering` tinyint(1) DEFAULT NULL, + `filterembeddedcontent` tinyint(1) DEFAULT NULL, + `expressionsallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexallowed` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expressionsblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `regexblocked` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `allowedbrowserexamkeys` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `showsebdownloadlink` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_quizsebquiz_qui_uix` (`quizid`), + UNIQUE KEY `m_quizsebquiz_cmi_uix` (`cmid`), + KEY `m_quizsebquiz_tem_ix` (`templateid`), + KEY `m_quizsebquiz_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the quiz level Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_quizsettings` +-- + +LOCK TABLES `m_quizaccess_seb_quizsettings` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_quizsettings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_quizaccess_seb_template` +-- + +DROP TABLE IF EXISTS `m_quizaccess_seb_template`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_quizaccess_seb_template` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `enabled` tinyint(1) NOT NULL, + `sortorder` bigint NOT NULL, + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_quizsebtemp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Templates for Safe Exam Browser configuration.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_quizaccess_seb_template` +-- + +LOCK TABLES `m_quizaccess_seb_template` WRITE; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_quizaccess_seb_template` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_rating` +-- + +DROP TABLE IF EXISTS `m_rating`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_rating` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `ratingarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `scaleid` bigint NOT NULL, + `rating` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`), + KEY `m_rati_con_ix` (`contextid`), + KEY `m_rati_use_ix` (`userid`), + KEY `m_rati_sca_ix` (`scaleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle ratings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_rating` +-- + +LOCK TABLES `m_rating` WRITE; +/*!40000 ALTER TABLE `m_rating` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_rating` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_registration_hubs` +-- + +DROP TABLE IF EXISTS `m_registration_hubs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_registration_hubs` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hubname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `huburl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='hub where the site is registered on with their associated to'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_registration_hubs` +-- + +LOCK TABLES `m_registration_hubs` WRITE; +/*!40000 ALTER TABLE `m_registration_hubs` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_registration_hubs` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_audience` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_audience`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_audience` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoaudi_rep_ix` (`reportid`), + KEY `m_repoaudi_use_ix` (`usercreated`), + KEY `m_repoaudi_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_audience` +-- + +LOCK TABLES `m_reportbuilder_audience` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_audience` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_audience` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_column` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_column`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_column` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `aggregation` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `columnorder` bigint NOT NULL, + `sortenabled` tinyint(1) NOT NULL DEFAULT '0', + `sortdirection` tinyint(1) NOT NULL, + `sortorder` bigint DEFAULT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repocolu_rep_ix` (`reportid`), + KEY `m_repocolu_use_ix` (`usercreated`), + KEY `m_repocolu_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_column` +-- + +LOCK TABLES `m_reportbuilder_column` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_column` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_column` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_filter` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_filter`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_filter` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `uniqueidentifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `heading` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `iscondition` tinyint(1) NOT NULL DEFAULT '0', + `filterorder` bigint NOT NULL, + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`), + KEY `m_repofilt_rep_ix` (`reportid`), + KEY `m_repofilt_use_ix` (`usercreated`), + KEY `m_repofilt_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_filter` +-- + +LOCK TABLES `m_reportbuilder_filter` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_filter` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_filter` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_report` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_report`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_report` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint NOT NULL DEFAULT '0', + `uniquerows` tinyint(1) NOT NULL DEFAULT '0', + `conditiondata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `settingsdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `area` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reporepo_use_ix` (`usercreated`), + KEY `m_reporepo_use2_ix` (`usermodified`), + KEY `m_reporepo_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_report` +-- + +LOCK TABLES `m_reportbuilder_report` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_report` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_report` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_reportbuilder_schedule` +-- + +DROP TABLE IF EXISTS `m_reportbuilder_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_reportbuilder_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `reportid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `audiences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `format` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `messageformat` bigint NOT NULL, + `userviewas` bigint NOT NULL DEFAULT '0', + `timescheduled` bigint NOT NULL DEFAULT '0', + `recurrence` bigint NOT NULL DEFAULT '0', + `reportempty` bigint NOT NULL DEFAULT '0', + `timelastsent` bigint NOT NULL DEFAULT '0', + `timenextsend` bigint NOT NULL DEFAULT '0', + `usercreated` bigint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reposche_rep_ix` (`reportid`), + KEY `m_reposche_use_ix` (`userviewas`), + KEY `m_reposche_use2_ix` (`usercreated`), + KEY `m_reposche_use3_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_reportbuilder_schedule` +-- + +LOCK TABLES `m_reportbuilder_schedule` WRITE; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_reportbuilder_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository` +-- + +DROP TABLE IF EXISTS `m_repository`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `visible` tinyint(1) DEFAULT '1', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository` +-- + +LOCK TABLES `m_repository` WRITE; +/*!40000 ALTER TABLE `m_repository` DISABLE KEYS */; +INSERT INTO `m_repository` VALUES (1,'areafiles',1,1),(2,'local',1,2),(3,'recent',1,3),(4,'upload',1,4),(5,'url',1,5),(6,'user',1,6),(7,'wikimedia',1,7),(8,'contentbank',1,8); +/*!40000 ALTER TABLE `m_repository` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instance_config` +-- + +DROP TABLE IF EXISTS `m_repository_instance_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instance_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `instanceid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The config for intances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instance_config` +-- + +LOCK TABLES `m_repository_instance_config` WRITE; +/*!40000 ALTER TABLE `m_repository_instance_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_instance_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_instances` +-- + +DROP TABLE IF EXISTS `m_repository_instances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_instances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `typeid` bigint NOT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL, + `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_repoinst_use_ix` (`userid`), + KEY `m_repoinst_con_ix` (`contextid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table contains one entry for every configured external '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_instances` +-- + +LOCK TABLES `m_repository_instances` WRITE; +/*!40000 ALTER TABLE `m_repository_instances` DISABLE KEYS */; +INSERT INTO `m_repository_instances` VALUES (1,'',1,0,1,NULL,NULL,1566467701,1566467701,0),(2,'',2,0,1,NULL,NULL,1566467702,1566467702,0),(3,'',3,0,1,NULL,NULL,1566467702,1566467702,0),(4,'',4,0,1,NULL,NULL,1566467702,1566467702,0),(5,'',5,0,1,NULL,NULL,1566467702,1566467702,0),(6,'',6,0,1,NULL,NULL,1566467702,1566467702,0),(7,'',7,0,1,NULL,NULL,1566467702,1566467702,0),(8,'',8,0,1,NULL,NULL,1612456683,1612456683,0); +/*!40000 ALTER TABLE `m_repository_instances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_repository_onedrive_access` +-- + +DROP TABLE IF EXISTS `m_repository_onedrive_access`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_repository_onedrive_access` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `usermodified` bigint NOT NULL, + `permissionid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_repoonedacce_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of temporary access grants.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_repository_onedrive_access` +-- + +LOCK TABLES `m_repository_onedrive_access` WRITE; +/*!40000 ALTER TABLE `m_repository_onedrive_access` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_repository_onedrive_access` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource` +-- + +DROP TABLE IF EXISTS `m_resource`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `tobemigrated` smallint NOT NULL DEFAULT '0', + `legacyfiles` smallint NOT NULL DEFAULT '0', + `legacyfileslast` bigint DEFAULT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `filterfiles` smallint NOT NULL DEFAULT '0', + `revision` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_reso_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record is one resource and its config data'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_resource` +-- + +LOCK TABLES `m_resource` WRITE; +/*!40000 ALTER TABLE `m_resource` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_resource_old` +-- + +DROP TABLE IF EXISTS `m_resource_old`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_resource_old` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `alltext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `popup` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `cmid` bigint DEFAULT NULL, + `newmodule` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `newid` bigint DEFAULT NULL, + `migrated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_resoold_old_uix` (`oldid`), + KEY `m_resoold_cmi_ix` (`cmid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='backup of all old resource instances from 1.9'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_resource_old` +-- + +LOCK TABLES `m_resource_old` WRITE; +/*!40000 ALTER TABLE `m_resource_old` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_resource_old` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role` +-- + +DROP TABLE IF EXISTS `m_role`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shortname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `archetype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_role_sor_uix` (`sortorder`), + UNIQUE KEY `m_role_sho_uix` (`shortname`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='moodle roles'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role` +-- + +LOCK TABLES `m_role` WRITE; +/*!40000 ALTER TABLE `m_role` DISABLE KEYS */; +INSERT INTO `m_role` VALUES (1,'','manager','',1,'manager'),(2,'','coursecreator','',2,'coursecreator'),(3,'','editingteacher','',3,'editingteacher'),(4,'','teacher','',4,'teacher'),(5,'','student','',5,'student'),(6,'','guest','',6,'guest'),(7,'','user','',7,'user'),(8,'','frontpage','',8,'frontpage'); +/*!40000 ALTER TABLE `m_role` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_assign` +-- + +DROP TABLE IF EXISTS `m_role_allow_assign`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_assign` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowassign` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloassi_rolall_uix` (`roleid`,`allowassign`), + KEY `m_rolealloassi_rol_ix` (`roleid`), + KEY `m_rolealloassi_all_ix` (`allowassign`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can assign what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_assign` +-- + +LOCK TABLES `m_role_allow_assign` WRITE; +/*!40000 ALTER TABLE `m_role_allow_assign` DISABLE KEYS */; +INSERT INTO `m_role_allow_assign` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,3,4),(7,3,5); +/*!40000 ALTER TABLE `m_role_allow_assign` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_override` +-- + +DROP TABLE IF EXISTS `m_role_allow_override`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_override` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `allowoverride` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloover_rolall_uix` (`roleid`,`allowoverride`), + KEY `m_rolealloover_rol_ix` (`roleid`), + KEY `m_rolealloover_all_ix` (`allowoverride`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='this defines what role can override what role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_override` +-- + +LOCK TABLES `m_role_allow_override` WRITE; +/*!40000 ALTER TABLE `m_role_allow_override` DISABLE KEYS */; +INSERT INTO `m_role_allow_override` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,3,4),(10,3,5),(11,3,6); +/*!40000 ALTER TABLE `m_role_allow_override` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_switch` +-- + +DROP TABLE IF EXISTS `m_role_allow_switch`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_switch` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowswitch` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloswit_rolall_uix` (`roleid`,`allowswitch`), + KEY `m_rolealloswit_rol_ix` (`roleid`), + KEY `m_rolealloswit_all_ix` (`allowswitch`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_switch` +-- + +LOCK TABLES `m_role_allow_switch` WRITE; +/*!40000 ALTER TABLE `m_role_allow_switch` DISABLE KEYS */; +INSERT INTO `m_role_allow_switch` VALUES (1,1,3),(2,1,4),(3,1,5),(4,1,6),(5,3,4),(6,3,5),(7,3,6),(8,4,5),(9,4,6); +/*!40000 ALTER TABLE `m_role_allow_switch` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_allow_view` +-- + +DROP TABLE IF EXISTS `m_role_allow_view`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_allow_view` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `allowview` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolealloview_rolall_uix` (`roleid`,`allowview`), + KEY `m_rolealloview_rol_ix` (`roleid`), + KEY `m_rolealloview_all_ix` (`allowview`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores which which other roles a user is allowed '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_allow_view` +-- + +LOCK TABLES `m_role_allow_view` WRITE; +/*!40000 ALTER TABLE `m_role_allow_view` DISABLE KEYS */; +INSERT INTO `m_role_allow_view` VALUES (1,1,1),(2,1,2),(3,1,3),(4,1,4),(5,1,5),(6,1,6),(7,1,7),(8,1,8),(9,2,2),(10,2,3),(11,2,4),(12,2,5),(13,3,2),(14,3,3),(15,3,4),(16,3,5),(17,4,2),(18,4,3),(19,4,4),(20,4,5),(21,5,2),(22,5,3),(23,5,4),(24,5,5); +/*!40000 ALTER TABLE `m_role_allow_view` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_assignments` +-- + +DROP TABLE IF EXISTS `m_role_assignments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_assignments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_roleassi_sor_ix` (`sortorder`), + KEY `m_roleassi_rolcon_ix` (`roleid`,`contextid`), + KEY `m_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`), + KEY `m_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`), + KEY `m_roleassi_rol_ix` (`roleid`), + KEY `m_roleassi_con_ix` (`contextid`), + KEY `m_roleassi_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='assigning roles in different context'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_assignments` +-- + +LOCK TABLES `m_role_assignments` WRITE; +/*!40000 ALTER TABLE `m_role_assignments` DISABLE KEYS */; +INSERT INTO `m_role_assignments` VALUES (1,3,21,3,1566471448,2,'',0,0),(2,5,21,4,1566471456,2,'',0,0); +/*!40000 ALTER TABLE `m_role_assignments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_capabilities` +-- + +DROP TABLE IF EXISTS `m_role_capabilities`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_capabilities` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `capability` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `permission` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `modifierid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`), + KEY `m_rolecapa_rol_ix` (`roleid`), + KEY `m_rolecapa_con_ix` (`contextid`), + KEY `m_rolecapa_mod_ix` (`modifierid`), + KEY `m_rolecapa_cap_ix` (`capability`) +) ENGINE=InnoDB AUTO_INCREMENT=1537 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='permission has to be signed, overriding a capability for a p'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_capabilities` +-- + +LOCK TABLES `m_role_capabilities` WRITE; +/*!40000 ALTER TABLE `m_role_capabilities` DISABLE KEYS */; +INSERT INTO `m_role_capabilities` VALUES (1,1,1,'moodle/site:configview',1,1566467669,0),(2,1,2,'moodle/site:configview',1,1566467670,0),(3,1,1,'moodle/site:readallmessages',1,1566467670,0),(4,1,3,'moodle/site:readallmessages',1,1566467670,0),(5,1,1,'moodle/site:manageallmessaging',1,1566467670,0),(6,1,1,'moodle/site:deleteanymessage',1,1566467670,0),(7,1,1,'moodle/site:sendmessage',1,1566467670,0),(8,1,7,'moodle/site:sendmessage',1,1566467670,0),(9,1,7,'moodle/site:deleteownmessage',1,1566467670,0),(10,1,1,'moodle/site:approvecourse',1,1566467670,0),(11,1,3,'moodle/backup:backupcourse',1,1566467670,0),(12,1,1,'moodle/backup:backupcourse',1,1566467670,0),(13,1,3,'moodle/backup:backupsection',1,1566467670,0),(14,1,1,'moodle/backup:backupsection',1,1566467670,0),(15,1,3,'moodle/backup:backupactivity',1,1566467670,0),(16,1,1,'moodle/backup:backupactivity',1,1566467670,0),(19,1,3,'moodle/backup:backuptargetimport',1,1566467670,0),(20,1,1,'moodle/backup:backuptargetimport',1,1566467670,0),(21,1,3,'moodle/backup:downloadfile',1,1566467670,0),(22,1,1,'moodle/backup:downloadfile',1,1566467670,0),(23,1,3,'moodle/backup:configure',1,1566467670,0),(24,1,1,'moodle/backup:configure',1,1566467670,0),(25,1,1,'moodle/backup:userinfo',1,1566467670,0),(26,1,1,'moodle/backup:anonymise',1,1566467670,0),(27,1,3,'moodle/restore:restorecourse',1,1566467670,0),(28,1,1,'moodle/restore:restorecourse',1,1566467670,0),(29,1,3,'moodle/restore:restoresection',1,1566467670,0),(30,1,1,'moodle/restore:restoresection',1,1566467670,0),(31,1,3,'moodle/restore:restoreactivity',1,1566467670,0),(32,1,1,'moodle/restore:restoreactivity',1,1566467670,0),(33,1,3,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(34,1,1,'moodle/restore:viewautomatedfilearea',1,1566467670,0),(37,1,3,'moodle/restore:restoretargetimport',1,1566467670,0),(38,1,1,'moodle/restore:restoretargetimport',1,1566467670,0),(39,1,3,'moodle/restore:uploadfile',1,1566467670,0),(40,1,1,'moodle/restore:uploadfile',1,1566467670,0),(41,1,3,'moodle/restore:configure',1,1566467670,0),(42,1,1,'moodle/restore:configure',1,1566467670,0),(43,1,2,'moodle/restore:rolldates',1,1566467670,0),(44,1,1,'moodle/restore:rolldates',1,1566467670,0),(45,1,1,'moodle/restore:userinfo',1,1566467670,0),(46,1,1,'moodle/restore:createuser',1,1566467670,0),(47,1,3,'moodle/site:manageblocks',1,1566467670,0),(48,1,1,'moodle/site:manageblocks',1,1566467670,0),(49,1,3,'moodle/site:accessallgroups',1,1566467670,0),(50,1,1,'moodle/site:accessallgroups',1,1566467670,0),(51,1,4,'moodle/site:viewfullnames',1,1566467670,0),(52,1,3,'moodle/site:viewfullnames',1,1566467670,0),(53,1,1,'moodle/site:viewfullnames',1,1566467670,0),(54,1,4,'moodle/site:viewuseridentity',1,1566467670,0),(55,1,3,'moodle/site:viewuseridentity',1,1566467670,0),(56,1,1,'moodle/site:viewuseridentity',1,1566467670,0),(57,1,4,'moodle/site:viewreports',1,1566467670,0),(58,1,3,'moodle/site:viewreports',1,1566467670,0),(59,1,1,'moodle/site:viewreports',1,1566467670,0),(60,1,3,'moodle/site:trustcontent',1,1566467670,0),(61,1,1,'moodle/site:trustcontent',1,1566467670,0),(62,1,1,'moodle/site:uploadusers',1,1566467670,0),(63,1,3,'moodle/filter:manage',1,1566467670,0),(64,1,1,'moodle/filter:manage',1,1566467670,0),(65,1,1,'moodle/user:create',1,1566467670,0),(66,1,1,'moodle/user:delete',1,1566467670,0),(67,1,1,'moodle/user:update',1,1566467670,0),(68,1,6,'moodle/user:viewdetails',1,1566467670,0),(69,1,5,'moodle/user:viewdetails',1,1566467670,0),(70,1,4,'moodle/user:viewdetails',1,1566467670,0),(71,1,3,'moodle/user:viewdetails',1,1566467670,0),(72,1,1,'moodle/user:viewdetails',1,1566467670,0),(73,1,1,'moodle/user:viewalldetails',1,1566467670,0),(74,1,1,'moodle/user:viewlastip',1,1566467670,0),(75,1,4,'moodle/user:viewhiddendetails',1,1566467670,0),(76,1,3,'moodle/user:viewhiddendetails',1,1566467670,0),(77,1,1,'moodle/user:viewhiddendetails',1,1566467670,0),(78,1,1,'moodle/user:loginas',1,1566467670,0),(79,1,1,'moodle/user:managesyspages',1,1566467670,0),(80,1,7,'moodle/user:manageownblocks',1,1566467670,0),(81,1,7,'moodle/user:manageownfiles',1,1566467670,0),(82,1,1,'moodle/my:configsyspages',1,1566467670,0),(83,1,3,'moodle/role:assign',1,1566467670,0),(84,1,1,'moodle/role:assign',1,1566467670,0),(85,1,4,'moodle/role:review',1,1566467670,0),(86,1,3,'moodle/role:review',1,1566467670,0),(87,1,1,'moodle/role:review',1,1566467670,0),(88,1,1,'moodle/role:override',1,1566467670,0),(89,1,3,'moodle/role:safeoverride',1,1566467670,0),(90,1,1,'moodle/role:manage',1,1566467670,0),(91,1,3,'moodle/role:switchroles',1,1566467670,0),(92,1,1,'moodle/role:switchroles',1,1566467670,0),(93,1,1,'moodle/category:manage',1,1566467670,0),(94,1,2,'moodle/category:viewhiddencategories',1,1566467670,0),(95,1,1,'moodle/category:viewhiddencategories',1,1566467670,0),(96,1,1,'moodle/cohort:manage',1,1566467670,0),(97,1,1,'moodle/cohort:assign',1,1566467670,0),(98,1,3,'moodle/cohort:view',1,1566467670,0),(99,1,1,'moodle/cohort:view',1,1566467670,0),(100,1,2,'moodle/course:create',1,1566467670,0),(101,1,1,'moodle/course:create',1,1566467670,0),(102,1,7,'moodle/course:request',1,1566467670,0),(103,1,1,'moodle/course:delete',1,1566467670,0),(104,1,3,'moodle/course:update',1,1566467670,0),(105,1,1,'moodle/course:update',1,1566467670,0),(106,1,1,'moodle/course:view',1,1566467670,0),(107,1,3,'moodle/course:enrolreview',1,1566467670,0),(108,1,1,'moodle/course:enrolreview',1,1566467670,0),(109,1,3,'moodle/course:enrolconfig',1,1566467670,0),(110,1,1,'moodle/course:enrolconfig',1,1566467670,0),(111,1,3,'moodle/course:reviewotherusers',1,1566467670,0),(112,1,1,'moodle/course:reviewotherusers',1,1566467670,0),(113,1,4,'moodle/course:bulkmessaging',1,1566467670,0),(114,1,3,'moodle/course:bulkmessaging',1,1566467670,0),(115,1,1,'moodle/course:bulkmessaging',1,1566467670,0),(116,1,4,'moodle/course:viewhiddenuserfields',1,1566467670,0),(117,1,3,'moodle/course:viewhiddenuserfields',1,1566467670,0),(118,1,1,'moodle/course:viewhiddenuserfields',1,1566467670,0),(119,1,2,'moodle/course:viewhiddencourses',1,1566467670,0),(120,1,4,'moodle/course:viewhiddencourses',1,1566467670,0),(121,1,3,'moodle/course:viewhiddencourses',1,1566467670,0),(122,1,1,'moodle/course:viewhiddencourses',1,1566467670,0),(123,1,3,'moodle/course:visibility',1,1566467670,0),(124,1,1,'moodle/course:visibility',1,1566467670,0),(125,1,3,'moodle/course:managefiles',1,1566467670,0),(126,1,1,'moodle/course:managefiles',1,1566467670,0),(127,1,1,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(128,1,2,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(129,1,3,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(130,1,4,'moodle/course:ignoreavailabilityrestrictions',1,1566467670,0),(131,1,3,'moodle/course:manageactivities',1,1566467670,0),(132,1,1,'moodle/course:manageactivities',1,1566467670,0),(133,1,3,'moodle/course:activityvisibility',1,1566467670,0),(134,1,1,'moodle/course:activityvisibility',1,1566467670,0),(135,1,4,'moodle/course:viewhiddenactivities',1,1566467670,0),(136,1,3,'moodle/course:viewhiddenactivities',1,1566467670,0),(137,1,1,'moodle/course:viewhiddenactivities',1,1566467670,0),(138,1,5,'moodle/course:viewparticipants',1,1566467670,0),(139,1,4,'moodle/course:viewparticipants',1,1566467670,0),(140,1,3,'moodle/course:viewparticipants',1,1566467670,0),(141,1,1,'moodle/course:viewparticipants',1,1566467670,0),(142,1,3,'moodle/course:changefullname',1,1566467670,0),(143,1,1,'moodle/course:changefullname',1,1566467670,0),(144,1,3,'moodle/course:changeshortname',1,1566467670,0),(145,1,1,'moodle/course:changeshortname',1,1566467670,0),(146,1,3,'moodle/course:renameroles',1,1566467670,0),(147,1,1,'moodle/course:renameroles',1,1566467670,0),(148,1,3,'moodle/course:changeidnumber',1,1566467670,0),(149,1,1,'moodle/course:changeidnumber',1,1566467670,0),(150,1,3,'moodle/course:changecategory',1,1566467670,0),(151,1,1,'moodle/course:changecategory',1,1566467670,0),(152,1,3,'moodle/course:changesummary',1,1566467670,0),(153,1,1,'moodle/course:changesummary',1,1566467670,0),(154,1,3,'moodle/course:setforcedlanguage',1,1566467670,0),(155,1,1,'moodle/course:setforcedlanguage',1,1566467670,0),(156,1,1,'moodle/site:viewparticipants',1,1566467670,0),(157,1,5,'moodle/course:isincompletionreports',1,1566467670,0),(158,1,5,'moodle/course:viewscales',1,1566467670,0),(159,1,4,'moodle/course:viewscales',1,1566467670,0),(160,1,3,'moodle/course:viewscales',1,1566467670,0),(161,1,1,'moodle/course:viewscales',1,1566467670,0),(162,1,3,'moodle/course:managescales',1,1566467670,0),(163,1,1,'moodle/course:managescales',1,1566467670,0),(164,1,3,'moodle/course:managegroups',1,1566467670,0),(165,1,1,'moodle/course:managegroups',1,1566467670,0),(166,1,3,'moodle/course:reset',1,1566467670,0),(167,1,1,'moodle/course:reset',1,1566467670,0),(168,1,3,'moodle/course:viewsuspendedusers',1,1566467670,0),(169,1,1,'moodle/course:viewsuspendedusers',1,1566467670,0),(170,1,1,'moodle/course:tag',1,1566467670,0),(171,1,3,'moodle/course:tag',1,1566467670,0),(172,1,6,'moodle/blog:view',1,1566467670,0),(173,1,7,'moodle/blog:view',1,1566467670,0),(174,1,5,'moodle/blog:view',1,1566467670,0),(175,1,4,'moodle/blog:view',1,1566467670,0),(176,1,3,'moodle/blog:view',1,1566467670,0),(177,1,1,'moodle/blog:view',1,1566467670,0),(178,1,6,'moodle/blog:search',1,1566467670,0),(179,1,7,'moodle/blog:search',1,1566467670,0),(180,1,5,'moodle/blog:search',1,1566467670,0),(181,1,4,'moodle/blog:search',1,1566467670,0),(182,1,3,'moodle/blog:search',1,1566467670,0),(183,1,1,'moodle/blog:search',1,1566467670,0),(184,1,1,'moodle/blog:viewdrafts',1,1566467670,0),(185,1,7,'moodle/blog:create',1,1566467670,0),(186,1,1,'moodle/blog:create',1,1566467670,0),(187,1,4,'moodle/blog:manageentries',1,1566467670,0),(188,1,3,'moodle/blog:manageentries',1,1566467670,0),(189,1,1,'moodle/blog:manageentries',1,1566467670,0),(190,1,5,'moodle/blog:manageexternal',1,1566467670,0),(191,1,7,'moodle/blog:manageexternal',1,1566467670,0),(192,1,4,'moodle/blog:manageexternal',1,1566467670,0),(193,1,3,'moodle/blog:manageexternal',1,1566467670,0),(194,1,1,'moodle/blog:manageexternal',1,1566467670,0),(195,1,7,'moodle/calendar:manageownentries',1,1566467670,0),(196,1,1,'moodle/calendar:manageownentries',1,1566467670,0),(197,1,4,'moodle/calendar:managegroupentries',1,1566467670,0),(198,1,3,'moodle/calendar:managegroupentries',1,1566467670,0),(199,1,1,'moodle/calendar:managegroupentries',1,1566467670,0),(200,1,4,'moodle/calendar:manageentries',1,1566467670,0),(201,1,3,'moodle/calendar:manageentries',1,1566467671,0),(202,1,1,'moodle/calendar:manageentries',1,1566467671,0),(203,1,1,'moodle/user:editprofile',1,1566467671,0),(204,1,6,'moodle/user:editownprofile',-1000,1566467671,0),(205,1,7,'moodle/user:editownprofile',1,1566467671,0),(206,1,1,'moodle/user:editownprofile',1,1566467671,0),(207,1,6,'moodle/user:changeownpassword',-1000,1566467671,0),(208,1,7,'moodle/user:changeownpassword',1,1566467671,0),(209,1,1,'moodle/user:changeownpassword',1,1566467671,0),(210,1,5,'moodle/user:readuserposts',1,1566467671,0),(211,1,4,'moodle/user:readuserposts',1,1566467671,0),(212,1,3,'moodle/user:readuserposts',1,1566467671,0),(213,1,1,'moodle/user:readuserposts',1,1566467671,0),(214,1,5,'moodle/user:readuserblogs',1,1566467671,0),(215,1,4,'moodle/user:readuserblogs',1,1566467671,0),(216,1,3,'moodle/user:readuserblogs',1,1566467671,0),(217,1,1,'moodle/user:readuserblogs',1,1566467671,0),(218,1,1,'moodle/user:editmessageprofile',1,1566467671,0),(219,1,6,'moodle/user:editownmessageprofile',-1000,1566467671,0),(220,1,7,'moodle/user:editownmessageprofile',1,1566467671,0),(221,1,1,'moodle/user:editownmessageprofile',1,1566467671,0),(222,1,3,'moodle/question:managecategory',1,1566467671,0),(223,1,1,'moodle/question:managecategory',1,1566467671,0),(224,1,3,'moodle/question:add',1,1566467671,0),(225,1,1,'moodle/question:add',1,1566467671,0),(226,1,3,'moodle/question:editmine',1,1566467671,0),(227,1,1,'moodle/question:editmine',1,1566467671,0),(228,1,3,'moodle/question:editall',1,1566467671,0),(229,1,1,'moodle/question:editall',1,1566467671,0),(230,1,3,'moodle/question:viewmine',1,1566467671,0),(231,1,1,'moodle/question:viewmine',1,1566467671,0),(232,1,3,'moodle/question:viewall',1,1566467671,0),(233,1,1,'moodle/question:viewall',1,1566467671,0),(234,1,3,'moodle/question:usemine',1,1566467671,0),(235,1,1,'moodle/question:usemine',1,1566467671,0),(236,1,3,'moodle/question:useall',1,1566467671,0),(237,1,1,'moodle/question:useall',1,1566467671,0),(238,1,3,'moodle/question:movemine',1,1566467671,0),(239,1,1,'moodle/question:movemine',1,1566467671,0),(240,1,3,'moodle/question:moveall',1,1566467671,0),(241,1,1,'moodle/question:moveall',1,1566467671,0),(242,1,1,'moodle/question:config',1,1566467671,0),(243,1,5,'moodle/question:flag',1,1566467671,0),(244,1,4,'moodle/question:flag',1,1566467671,0),(245,1,3,'moodle/question:flag',1,1566467671,0),(246,1,1,'moodle/question:flag',1,1566467671,0),(247,1,3,'moodle/question:tagmine',1,1566467671,0),(248,1,1,'moodle/question:tagmine',1,1566467671,0),(249,1,3,'moodle/question:tagall',1,1566467671,0),(250,1,1,'moodle/question:tagall',1,1566467671,0),(251,1,4,'moodle/site:doclinks',1,1566467671,0),(252,1,3,'moodle/site:doclinks',1,1566467671,0),(253,1,1,'moodle/site:doclinks',1,1566467671,0),(254,1,3,'moodle/course:sectionvisibility',1,1566467671,0),(255,1,1,'moodle/course:sectionvisibility',1,1566467671,0),(256,1,3,'moodle/course:useremail',1,1566467671,0),(257,1,1,'moodle/course:useremail',1,1566467671,0),(258,1,3,'moodle/course:viewhiddensections',1,1566467671,0),(259,1,1,'moodle/course:viewhiddensections',1,1566467671,0),(260,1,3,'moodle/course:setcurrentsection',1,1566467671,0),(261,1,1,'moodle/course:setcurrentsection',1,1566467671,0),(262,1,3,'moodle/course:movesections',1,1566467671,0),(263,1,1,'moodle/course:movesections',1,1566467671,0),(264,1,4,'moodle/grade:viewall',1,1566467671,0),(265,1,3,'moodle/grade:viewall',1,1566467671,0),(266,1,1,'moodle/grade:viewall',1,1566467671,0),(267,1,5,'moodle/grade:view',1,1566467671,0),(268,1,4,'moodle/grade:viewhidden',1,1566467671,0),(269,1,3,'moodle/grade:viewhidden',1,1566467671,0),(270,1,1,'moodle/grade:viewhidden',1,1566467671,0),(271,1,3,'moodle/grade:import',1,1566467671,0),(272,1,1,'moodle/grade:import',1,1566467671,0),(273,1,4,'moodle/grade:export',1,1566467671,0),(274,1,3,'moodle/grade:export',1,1566467671,0),(275,1,1,'moodle/grade:export',1,1566467671,0),(276,1,3,'moodle/grade:manage',1,1566467671,0),(277,1,1,'moodle/grade:manage',1,1566467671,0),(278,1,3,'moodle/grade:edit',1,1566467671,0),(279,1,1,'moodle/grade:edit',1,1566467671,0),(280,1,3,'moodle/grade:managegradingforms',1,1566467671,0),(281,1,1,'moodle/grade:managegradingforms',1,1566467671,0),(282,1,1,'moodle/grade:sharegradingforms',1,1566467671,0),(283,1,1,'moodle/grade:managesharedforms',1,1566467671,0),(284,1,3,'moodle/grade:manageoutcomes',1,1566467671,0),(285,1,1,'moodle/grade:manageoutcomes',1,1566467671,0),(286,1,3,'moodle/grade:manageletters',1,1566467671,0),(287,1,1,'moodle/grade:manageletters',1,1566467671,0),(288,1,3,'moodle/grade:hide',1,1566467671,0),(289,1,1,'moodle/grade:hide',1,1566467671,0),(290,1,3,'moodle/grade:lock',1,1566467671,0),(291,1,1,'moodle/grade:lock',1,1566467671,0),(292,1,3,'moodle/grade:unlock',1,1566467671,0),(293,1,1,'moodle/grade:unlock',1,1566467671,0),(294,1,7,'moodle/my:manageblocks',1,1566467671,0),(295,1,4,'moodle/notes:view',1,1566467671,0),(296,1,3,'moodle/notes:view',1,1566467671,0),(297,1,1,'moodle/notes:view',1,1566467671,0),(298,1,4,'moodle/notes:manage',1,1566467671,0),(299,1,3,'moodle/notes:manage',1,1566467671,0),(300,1,1,'moodle/notes:manage',1,1566467671,0),(301,1,1,'moodle/tag:manage',1,1566467671,0),(302,1,1,'moodle/tag:edit',1,1566467671,0),(303,1,7,'moodle/tag:flag',1,1566467671,0),(304,1,4,'moodle/tag:editblocks',1,1566467671,0),(305,1,3,'moodle/tag:editblocks',1,1566467671,0),(306,1,1,'moodle/tag:editblocks',1,1566467671,0),(307,1,6,'moodle/block:view',1,1566467671,0),(308,1,7,'moodle/block:view',1,1566467671,0),(309,1,5,'moodle/block:view',1,1566467671,0),(310,1,4,'moodle/block:view',1,1566467671,0),(311,1,3,'moodle/block:view',1,1566467671,0),(312,1,3,'moodle/block:edit',1,1566467671,0),(313,1,1,'moodle/block:edit',1,1566467671,0),(314,1,7,'moodle/portfolio:export',1,1566467671,0),(315,1,5,'moodle/portfolio:export',1,1566467671,0),(316,1,4,'moodle/portfolio:export',1,1566467671,0),(317,1,3,'moodle/portfolio:export',1,1566467671,0),(318,1,8,'moodle/comment:view',1,1566467671,0),(319,1,6,'moodle/comment:view',1,1566467671,0),(320,1,7,'moodle/comment:view',1,1566467671,0),(321,1,5,'moodle/comment:view',1,1566467671,0),(322,1,4,'moodle/comment:view',1,1566467671,0),(323,1,3,'moodle/comment:view',1,1566467671,0),(324,1,1,'moodle/comment:view',1,1566467671,0),(325,1,7,'moodle/comment:post',1,1566467671,0),(326,1,5,'moodle/comment:post',1,1566467671,0),(327,1,4,'moodle/comment:post',1,1566467671,0),(328,1,3,'moodle/comment:post',1,1566467671,0),(329,1,1,'moodle/comment:post',1,1566467671,0),(330,1,3,'moodle/comment:delete',1,1566467671,0),(331,1,1,'moodle/comment:delete',1,1566467671,0),(332,1,1,'moodle/webservice:createtoken',1,1566467671,0),(333,1,7,'moodle/webservice:createmobiletoken',1,1566467671,0),(334,1,7,'moodle/rating:view',1,1566467671,0),(335,1,5,'moodle/rating:view',1,1566467671,0),(336,1,4,'moodle/rating:view',1,1566467671,0),(337,1,3,'moodle/rating:view',1,1566467671,0),(338,1,1,'moodle/rating:view',1,1566467671,0),(339,1,7,'moodle/rating:viewany',1,1566467671,0),(340,1,5,'moodle/rating:viewany',1,1566467671,0),(341,1,4,'moodle/rating:viewany',1,1566467671,0),(342,1,3,'moodle/rating:viewany',1,1566467671,0),(343,1,1,'moodle/rating:viewany',1,1566467671,0),(344,1,7,'moodle/rating:viewall',1,1566467671,0),(345,1,5,'moodle/rating:viewall',1,1566467671,0),(346,1,4,'moodle/rating:viewall',1,1566467671,0),(347,1,3,'moodle/rating:viewall',1,1566467671,0),(348,1,1,'moodle/rating:viewall',1,1566467671,0),(349,1,7,'moodle/rating:rate',1,1566467671,0),(350,1,5,'moodle/rating:rate',1,1566467671,0),(351,1,4,'moodle/rating:rate',1,1566467671,0),(352,1,3,'moodle/rating:rate',1,1566467671,0),(353,1,1,'moodle/rating:rate',1,1566467671,0),(355,1,4,'moodle/course:markcomplete',1,1566467671,0),(356,1,3,'moodle/course:markcomplete',1,1566467671,0),(357,1,1,'moodle/course:markcomplete',1,1566467671,0),(358,1,4,'moodle/course:overridecompletion',1,1566467671,0),(359,1,3,'moodle/course:overridecompletion',1,1566467671,0),(360,1,1,'moodle/course:overridecompletion',1,1566467671,0),(366,1,1,'moodle/badges:manageglobalsettings',1,1566467671,0),(367,1,7,'moodle/badges:viewbadges',1,1566467671,0),(368,1,7,'moodle/badges:manageownbadges',1,1566467671,0),(369,1,7,'moodle/badges:viewotherbadges',1,1566467671,0),(370,1,7,'moodle/badges:earnbadge',1,1566467671,0),(371,1,1,'moodle/badges:createbadge',1,1566467671,0),(372,1,3,'moodle/badges:createbadge',1,1566467671,0),(373,1,1,'moodle/badges:deletebadge',1,1566467671,0),(374,1,3,'moodle/badges:deletebadge',1,1566467671,0),(375,1,1,'moodle/badges:configuredetails',1,1566467671,0),(376,1,3,'moodle/badges:configuredetails',1,1566467671,0),(377,1,1,'moodle/badges:configurecriteria',1,1566467672,0),(378,1,3,'moodle/badges:configurecriteria',1,1566467672,0),(379,1,1,'moodle/badges:configuremessages',1,1566467672,0),(380,1,3,'moodle/badges:configuremessages',1,1566467672,0),(381,1,1,'moodle/badges:awardbadge',1,1566467672,0),(382,1,4,'moodle/badges:awardbadge',1,1566467672,0),(383,1,3,'moodle/badges:awardbadge',1,1566467672,0),(384,1,1,'moodle/badges:revokebadge',1,1566467672,0),(385,1,4,'moodle/badges:revokebadge',1,1566467672,0),(386,1,3,'moodle/badges:revokebadge',1,1566467672,0),(387,1,1,'moodle/badges:viewawarded',1,1566467672,0),(388,1,4,'moodle/badges:viewawarded',1,1566467672,0),(389,1,3,'moodle/badges:viewawarded',1,1566467672,0),(390,1,6,'moodle/search:query',1,1566467672,0),(391,1,7,'moodle/search:query',1,1566467672,0),(392,1,5,'moodle/search:query',1,1566467672,0),(393,1,4,'moodle/search:query',1,1566467672,0),(394,1,3,'moodle/search:query',1,1566467672,0),(395,1,1,'moodle/search:query',1,1566467672,0),(396,1,1,'moodle/competency:competencymanage',1,1566467672,0),(397,1,7,'moodle/competency:competencyview',1,1566467672,0),(398,1,3,'moodle/competency:competencygrade',1,1566467672,0),(399,1,4,'moodle/competency:competencygrade',1,1566467672,0),(400,1,1,'moodle/competency:competencygrade',1,1566467672,0),(401,1,3,'moodle/competency:coursecompetencymanage',1,1566467672,0),(402,1,1,'moodle/competency:coursecompetencymanage',1,1566467672,0),(403,1,1,'moodle/competency:coursecompetencyconfigure',1,1566467672,0),(404,1,5,'moodle/competency:coursecompetencygradable',1,1566467672,0),(405,1,7,'moodle/competency:coursecompetencyview',1,1566467672,0),(406,1,1,'moodle/competency:planmanage',1,1566467672,0),(407,1,1,'moodle/competency:planmanagedraft',1,1566467672,0),(408,1,1,'moodle/competency:planview',1,1566467672,0),(409,1,1,'moodle/competency:planviewdraft',1,1566467672,0),(410,1,7,'moodle/competency:planviewown',1,1566467672,0),(411,1,1,'moodle/competency:planrequestreview',1,1566467672,0),(412,1,7,'moodle/competency:planrequestreviewown',1,1566467672,0),(413,1,1,'moodle/competency:planreview',1,1566467672,0),(414,1,1,'moodle/competency:plancomment',1,1566467672,0),(415,1,7,'moodle/competency:plancommentown',1,1566467672,0),(416,1,1,'moodle/competency:usercompetencyview',1,1566467672,0),(417,1,3,'moodle/competency:usercompetencyview',1,1566467672,0),(418,1,4,'moodle/competency:usercompetencyview',1,1566467672,0),(419,1,1,'moodle/competency:usercompetencyrequestreview',1,1566467672,0),(420,1,7,'moodle/competency:usercompetencyrequestreviewown',1,1566467672,0),(421,1,1,'moodle/competency:usercompetencyreview',1,1566467672,0),(422,1,1,'moodle/competency:usercompetencycomment',1,1566467672,0),(423,1,7,'moodle/competency:usercompetencycommentown',1,1566467672,0),(424,1,1,'moodle/competency:templatemanage',1,1566467672,0),(425,1,4,'moodle/analytics:listinsights',1,1566467672,0),(426,1,3,'moodle/analytics:listinsights',1,1566467672,0),(427,1,1,'moodle/analytics:listinsights',1,1566467672,0),(428,1,1,'moodle/analytics:managemodels',1,1566467672,0),(429,1,1,'moodle/competency:templateview',1,1566467672,0),(430,1,1,'moodle/competency:userevidencemanage',1,1566467672,0),(431,1,7,'moodle/competency:userevidencemanageown',1,1566467672,0),(432,1,1,'moodle/competency:userevidenceview',1,1566467672,0),(433,1,6,'mod/assign:view',1,1566467683,0),(434,1,5,'mod/assign:view',1,1566467683,0),(435,1,4,'mod/assign:view',1,1566467683,0),(436,1,3,'mod/assign:view',1,1566467683,0),(437,1,1,'mod/assign:view',1,1566467683,0),(438,1,5,'mod/assign:submit',1,1566467683,0),(439,1,4,'mod/assign:grade',1,1566467683,0),(440,1,3,'mod/assign:grade',1,1566467683,0),(441,1,1,'mod/assign:grade',1,1566467683,0),(442,1,4,'mod/assign:exportownsubmission',1,1566467683,0),(443,1,3,'mod/assign:exportownsubmission',1,1566467683,0),(444,1,1,'mod/assign:exportownsubmission',1,1566467683,0),(445,1,5,'mod/assign:exportownsubmission',1,1566467683,0),(446,1,3,'mod/assign:addinstance',1,1566467683,0),(447,1,1,'mod/assign:addinstance',1,1566467683,0),(448,1,4,'mod/assign:grantextension',1,1566467683,0),(449,1,3,'mod/assign:grantextension',1,1566467683,0),(450,1,1,'mod/assign:grantextension',1,1566467683,0),(451,1,3,'mod/assign:revealidentities',1,1566467683,0),(452,1,1,'mod/assign:revealidentities',1,1566467683,0),(453,1,3,'mod/assign:reviewgrades',1,1566467683,0),(454,1,1,'mod/assign:reviewgrades',1,1566467683,0),(455,1,3,'mod/assign:releasegrades',1,1566467683,0),(456,1,1,'mod/assign:releasegrades',1,1566467683,0),(457,1,3,'mod/assign:managegrades',1,1566467683,0),(458,1,1,'mod/assign:managegrades',1,1566467683,0),(459,1,3,'mod/assign:manageallocations',1,1566467683,0),(460,1,1,'mod/assign:manageallocations',1,1566467683,0),(461,1,3,'mod/assign:viewgrades',1,1566467683,0),(462,1,1,'mod/assign:viewgrades',1,1566467683,0),(463,1,4,'mod/assign:viewgrades',1,1566467683,0),(464,1,1,'mod/assign:viewblinddetails',1,1566467683,0),(465,1,4,'mod/assign:receivegradernotifications',1,1566467683,0),(466,1,3,'mod/assign:receivegradernotifications',1,1566467683,0),(467,1,1,'mod/assign:receivegradernotifications',1,1566467683,0),(468,1,3,'mod/assign:manageoverrides',1,1566467683,0),(469,1,1,'mod/assign:manageoverrides',1,1566467683,0),(485,1,3,'mod/book:addinstance',1,1566467684,0),(486,1,1,'mod/book:addinstance',1,1566467684,0),(487,1,6,'mod/book:read',1,1566467684,0),(488,1,8,'mod/book:read',1,1566467684,0),(489,1,5,'mod/book:read',1,1566467684,0),(490,1,4,'mod/book:read',1,1566467684,0),(491,1,3,'mod/book:read',1,1566467684,0),(492,1,1,'mod/book:read',1,1566467684,0),(493,1,4,'mod/book:viewhiddenchapters',1,1566467684,0),(494,1,3,'mod/book:viewhiddenchapters',1,1566467684,0),(495,1,1,'mod/book:viewhiddenchapters',1,1566467684,0),(496,1,3,'mod/book:edit',1,1566467684,0),(497,1,1,'mod/book:edit',1,1566467684,0),(498,1,3,'mod/chat:addinstance',1,1566467684,0),(499,1,1,'mod/chat:addinstance',1,1566467684,0),(500,1,5,'mod/chat:chat',1,1566467684,0),(501,1,4,'mod/chat:chat',1,1566467684,0),(502,1,3,'mod/chat:chat',1,1566467684,0),(503,1,1,'mod/chat:chat',1,1566467684,0),(504,1,5,'mod/chat:readlog',1,1566467684,0),(505,1,4,'mod/chat:readlog',1,1566467684,0),(506,1,3,'mod/chat:readlog',1,1566467684,0),(507,1,1,'mod/chat:readlog',1,1566467684,0),(508,1,4,'mod/chat:deletelog',1,1566467684,0),(509,1,3,'mod/chat:deletelog',1,1566467684,0),(510,1,1,'mod/chat:deletelog',1,1566467684,0),(511,1,4,'mod/chat:exportparticipatedsession',1,1566467684,0),(512,1,3,'mod/chat:exportparticipatedsession',1,1566467684,0),(513,1,1,'mod/chat:exportparticipatedsession',1,1566467684,0),(514,1,4,'mod/chat:exportsession',1,1566467684,0),(515,1,3,'mod/chat:exportsession',1,1566467684,0),(516,1,1,'mod/chat:exportsession',1,1566467684,0),(517,1,7,'mod/chat:view',1,1566467684,0),(518,1,6,'mod/chat:view',1,1566467684,0),(519,1,3,'mod/choice:addinstance',1,1566467684,0),(520,1,1,'mod/choice:addinstance',1,1566467684,0),(521,1,5,'mod/choice:choose',1,1566467684,0),(522,1,4,'mod/choice:choose',1,1566467684,0),(523,1,3,'mod/choice:choose',1,1566467684,0),(524,1,4,'mod/choice:readresponses',1,1566467684,0),(525,1,3,'mod/choice:readresponses',1,1566467684,0),(526,1,1,'mod/choice:readresponses',1,1566467684,0),(527,1,4,'mod/choice:deleteresponses',1,1566467684,0),(528,1,3,'mod/choice:deleteresponses',1,1566467684,0),(529,1,1,'mod/choice:deleteresponses',1,1566467684,0),(530,1,4,'mod/choice:downloadresponses',1,1566467685,0),(531,1,3,'mod/choice:downloadresponses',1,1566467685,0),(532,1,1,'mod/choice:downloadresponses',1,1566467685,0),(533,1,7,'mod/choice:view',1,1566467685,0),(534,1,6,'mod/choice:view',1,1566467685,0),(535,1,3,'mod/data:addinstance',1,1566467685,0),(536,1,1,'mod/data:addinstance',1,1566467685,0),(537,1,8,'mod/data:viewentry',1,1566467685,0),(538,1,6,'mod/data:viewentry',1,1566467685,0),(539,1,5,'mod/data:viewentry',1,1566467685,0),(540,1,4,'mod/data:viewentry',1,1566467685,0),(541,1,3,'mod/data:viewentry',1,1566467685,0),(542,1,1,'mod/data:viewentry',1,1566467685,0),(543,1,5,'mod/data:writeentry',1,1566467685,0),(544,1,4,'mod/data:writeentry',1,1566467685,0),(545,1,3,'mod/data:writeentry',1,1566467685,0),(546,1,1,'mod/data:writeentry',1,1566467685,0),(547,1,5,'mod/data:comment',1,1566467685,0),(548,1,4,'mod/data:comment',1,1566467685,0),(549,1,3,'mod/data:comment',1,1566467685,0),(550,1,1,'mod/data:comment',1,1566467685,0),(551,1,4,'mod/data:rate',1,1566467685,0),(552,1,3,'mod/data:rate',1,1566467685,0),(553,1,1,'mod/data:rate',1,1566467685,0),(554,1,4,'mod/data:viewrating',1,1566467685,0),(555,1,3,'mod/data:viewrating',1,1566467685,0),(556,1,1,'mod/data:viewrating',1,1566467685,0),(557,1,4,'mod/data:viewanyrating',1,1566467685,0),(558,1,3,'mod/data:viewanyrating',1,1566467685,0),(559,1,1,'mod/data:viewanyrating',1,1566467685,0),(560,1,4,'mod/data:viewallratings',1,1566467685,0),(561,1,3,'mod/data:viewallratings',1,1566467685,0),(562,1,1,'mod/data:viewallratings',1,1566467685,0),(563,1,4,'mod/data:approve',1,1566467685,0),(564,1,3,'mod/data:approve',1,1566467685,0),(565,1,1,'mod/data:approve',1,1566467685,0),(566,1,4,'mod/data:manageentries',1,1566467685,0),(567,1,3,'mod/data:manageentries',1,1566467685,0),(568,1,1,'mod/data:manageentries',1,1566467685,0),(569,1,4,'mod/data:managecomments',1,1566467685,0),(570,1,3,'mod/data:managecomments',1,1566467685,0),(571,1,1,'mod/data:managecomments',1,1566467685,0),(572,1,3,'mod/data:managetemplates',1,1566467685,0),(573,1,1,'mod/data:managetemplates',1,1566467685,0),(574,1,4,'mod/data:viewalluserpresets',1,1566467685,0),(575,1,3,'mod/data:viewalluserpresets',1,1566467685,0),(576,1,1,'mod/data:viewalluserpresets',1,1566467685,0),(577,1,1,'mod/data:manageuserpresets',1,1566467685,0),(578,1,1,'mod/data:exportentry',1,1566467685,0),(579,1,4,'mod/data:exportentry',1,1566467685,0),(580,1,3,'mod/data:exportentry',1,1566467685,0),(581,1,1,'mod/data:exportownentry',1,1566467685,0),(582,1,4,'mod/data:exportownentry',1,1566467685,0),(583,1,3,'mod/data:exportownentry',1,1566467685,0),(584,1,5,'mod/data:exportownentry',1,1566467685,0),(585,1,1,'mod/data:exportallentries',1,1566467685,0),(586,1,4,'mod/data:exportallentries',1,1566467685,0),(587,1,3,'mod/data:exportallentries',1,1566467685,0),(588,1,1,'mod/data:exportuserinfo',1,1566467685,0),(589,1,4,'mod/data:exportuserinfo',1,1566467685,0),(590,1,3,'mod/data:exportuserinfo',1,1566467685,0),(591,1,6,'mod/data:view',1,1566467685,0),(592,1,5,'mod/data:view',1,1566467685,0),(593,1,4,'mod/data:view',1,1566467685,0),(594,1,3,'mod/data:view',1,1566467685,0),(595,1,1,'mod/data:view',1,1566467685,0),(596,1,3,'mod/feedback:addinstance',1,1566467685,0),(597,1,1,'mod/feedback:addinstance',1,1566467685,0),(598,1,6,'mod/feedback:view',1,1566467685,0),(599,1,8,'mod/feedback:view',1,1566467685,0),(600,1,5,'mod/feedback:view',1,1566467685,0),(601,1,4,'mod/feedback:view',1,1566467685,0),(602,1,3,'mod/feedback:view',1,1566467685,0),(603,1,1,'mod/feedback:view',1,1566467685,0),(604,1,8,'mod/feedback:complete',1,1566467685,0),(605,1,5,'mod/feedback:complete',1,1566467685,0),(606,1,5,'mod/feedback:viewanalysepage',1,1566467685,0),(607,1,3,'mod/feedback:viewanalysepage',1,1566467685,0),(608,1,1,'mod/feedback:viewanalysepage',1,1566467685,0),(609,1,3,'mod/feedback:deletesubmissions',1,1566467685,0),(610,1,1,'mod/feedback:deletesubmissions',1,1566467685,0),(611,1,1,'mod/feedback:mapcourse',1,1566467685,0),(612,1,3,'mod/feedback:edititems',1,1566467685,0),(613,1,1,'mod/feedback:edititems',1,1566467685,0),(614,1,3,'mod/feedback:createprivatetemplate',1,1566467685,0),(615,1,1,'mod/feedback:createprivatetemplate',1,1566467685,0),(616,1,3,'mod/feedback:createpublictemplate',1,1566467685,0),(617,1,1,'mod/feedback:createpublictemplate',1,1566467685,0),(618,1,3,'mod/feedback:deletetemplate',1,1566467685,0),(619,1,1,'mod/feedback:deletetemplate',1,1566467685,0),(620,1,4,'mod/feedback:viewreports',1,1566467685,0),(621,1,3,'mod/feedback:viewreports',1,1566467685,0),(622,1,1,'mod/feedback:viewreports',1,1566467685,0),(623,1,4,'mod/feedback:receivemail',1,1566467685,0),(624,1,3,'mod/feedback:receivemail',1,1566467685,0),(625,1,3,'mod/folder:addinstance',1,1566467686,0),(626,1,1,'mod/folder:addinstance',1,1566467686,0),(627,1,6,'mod/folder:view',1,1566467686,0),(628,1,7,'mod/folder:view',1,1566467686,0),(629,1,3,'mod/folder:managefiles',1,1566467686,0),(630,1,3,'mod/forum:addinstance',1,1566467686,0),(631,1,1,'mod/forum:addinstance',1,1566467686,0),(632,1,8,'mod/forum:viewdiscussion',1,1566467686,0),(633,1,6,'mod/forum:viewdiscussion',1,1566467686,0),(634,1,5,'mod/forum:viewdiscussion',1,1566467686,0),(635,1,4,'mod/forum:viewdiscussion',1,1566467686,0),(636,1,3,'mod/forum:viewdiscussion',1,1566467686,0),(637,1,1,'mod/forum:viewdiscussion',1,1566467686,0),(638,1,4,'mod/forum:viewhiddentimedposts',1,1566467686,0),(639,1,3,'mod/forum:viewhiddentimedposts',1,1566467686,0),(640,1,1,'mod/forum:viewhiddentimedposts',1,1566467686,0),(641,1,5,'mod/forum:startdiscussion',1,1566467686,0),(642,1,4,'mod/forum:startdiscussion',1,1566467686,0),(643,1,3,'mod/forum:startdiscussion',1,1566467686,0),(644,1,1,'mod/forum:startdiscussion',1,1566467686,0),(645,1,5,'mod/forum:replypost',1,1566467686,0),(646,1,4,'mod/forum:replypost',1,1566467686,0),(647,1,3,'mod/forum:replypost',1,1566467686,0),(648,1,1,'mod/forum:replypost',1,1566467686,0),(649,1,4,'mod/forum:addnews',1,1566467686,0),(650,1,3,'mod/forum:addnews',1,1566467686,0),(651,1,1,'mod/forum:addnews',1,1566467686,0),(652,1,4,'mod/forum:replynews',1,1566467686,0),(653,1,3,'mod/forum:replynews',1,1566467686,0),(654,1,1,'mod/forum:replynews',1,1566467686,0),(655,1,5,'mod/forum:viewrating',1,1566467686,0),(656,1,4,'mod/forum:viewrating',1,1566467686,0),(657,1,3,'mod/forum:viewrating',1,1566467686,0),(658,1,1,'mod/forum:viewrating',1,1566467686,0),(659,1,4,'mod/forum:viewanyrating',1,1566467686,0),(660,1,3,'mod/forum:viewanyrating',1,1566467686,0),(661,1,1,'mod/forum:viewanyrating',1,1566467686,0),(662,1,4,'mod/forum:viewallratings',1,1566467686,0),(663,1,3,'mod/forum:viewallratings',1,1566467686,0),(664,1,1,'mod/forum:viewallratings',1,1566467686,0),(665,1,4,'mod/forum:rate',1,1566467686,0),(666,1,3,'mod/forum:rate',1,1566467686,0),(667,1,1,'mod/forum:rate',1,1566467686,0),(668,1,5,'mod/forum:createattachment',1,1566467686,0),(669,1,4,'mod/forum:createattachment',1,1566467686,0),(670,1,3,'mod/forum:createattachment',1,1566467686,0),(671,1,1,'mod/forum:createattachment',1,1566467686,0),(672,1,5,'mod/forum:deleteownpost',1,1566467686,0),(673,1,4,'mod/forum:deleteownpost',1,1566467686,0),(674,1,3,'mod/forum:deleteownpost',1,1566467686,0),(675,1,1,'mod/forum:deleteownpost',1,1566467686,0),(676,1,4,'mod/forum:deleteanypost',1,1566467686,0),(677,1,3,'mod/forum:deleteanypost',1,1566467686,0),(678,1,1,'mod/forum:deleteanypost',1,1566467686,0),(679,1,4,'mod/forum:splitdiscussions',1,1566467686,0),(680,1,3,'mod/forum:splitdiscussions',1,1566467686,0),(681,1,1,'mod/forum:splitdiscussions',1,1566467686,0),(682,1,4,'mod/forum:movediscussions',1,1566467686,0),(683,1,3,'mod/forum:movediscussions',1,1566467686,0),(684,1,1,'mod/forum:movediscussions',1,1566467686,0),(685,1,4,'mod/forum:pindiscussions',1,1566467686,0),(686,1,3,'mod/forum:pindiscussions',1,1566467686,0),(687,1,1,'mod/forum:pindiscussions',1,1566467686,0),(688,1,4,'mod/forum:editanypost',1,1566467686,0),(689,1,3,'mod/forum:editanypost',1,1566467686,0),(690,1,1,'mod/forum:editanypost',1,1566467686,0),(691,1,4,'mod/forum:viewqandawithoutposting',1,1566467686,0),(692,1,3,'mod/forum:viewqandawithoutposting',1,1566467686,0),(693,1,1,'mod/forum:viewqandawithoutposting',1,1566467686,0),(694,1,4,'mod/forum:viewsubscribers',1,1566467686,0),(695,1,3,'mod/forum:viewsubscribers',1,1566467686,0),(696,1,1,'mod/forum:viewsubscribers',1,1566467686,0),(697,1,4,'mod/forum:managesubscriptions',1,1566467686,0),(698,1,3,'mod/forum:managesubscriptions',1,1566467686,0),(699,1,1,'mod/forum:managesubscriptions',1,1566467686,0),(700,1,4,'mod/forum:postwithoutthrottling',1,1566467686,0),(701,1,3,'mod/forum:postwithoutthrottling',1,1566467686,0),(702,1,1,'mod/forum:postwithoutthrottling',1,1566467686,0),(703,1,4,'mod/forum:exportdiscussion',1,1566467686,0),(704,1,3,'mod/forum:exportdiscussion',1,1566467686,0),(705,1,1,'mod/forum:exportdiscussion',1,1566467686,0),(706,1,4,'mod/forum:exportpost',1,1566467686,0),(707,1,3,'mod/forum:exportpost',1,1566467686,0),(708,1,1,'mod/forum:exportpost',1,1566467686,0),(709,1,4,'mod/forum:exportownpost',1,1566467686,0),(710,1,3,'mod/forum:exportownpost',1,1566467686,0),(711,1,1,'mod/forum:exportownpost',1,1566467686,0),(712,1,5,'mod/forum:exportownpost',1,1566467686,0),(713,1,4,'mod/forum:addquestion',1,1566467686,0),(714,1,3,'mod/forum:addquestion',1,1566467686,0),(715,1,1,'mod/forum:addquestion',1,1566467686,0),(716,1,5,'mod/forum:allowforcesubscribe',1,1566467686,0),(717,1,4,'mod/forum:allowforcesubscribe',1,1566467686,0),(718,1,3,'mod/forum:allowforcesubscribe',1,1566467686,0),(719,1,8,'mod/forum:allowforcesubscribe',1,1566467686,0),(720,1,4,'mod/forum:canposttomygroups',1,1566467686,0),(721,1,3,'mod/forum:canposttomygroups',1,1566467686,0),(722,1,1,'mod/forum:canposttomygroups',1,1566467686,0),(723,1,4,'mod/forum:canoverridediscussionlock',1,1566467686,0),(724,1,3,'mod/forum:canoverridediscussionlock',1,1566467686,0),(725,1,1,'mod/forum:canoverridediscussionlock',1,1566467686,0),(726,1,3,'mod/glossary:addinstance',1,1566467687,0),(727,1,1,'mod/glossary:addinstance',1,1566467687,0),(728,1,8,'mod/glossary:view',1,1566467687,0),(729,1,6,'mod/glossary:view',1,1566467687,0),(730,1,5,'mod/glossary:view',1,1566467687,0),(731,1,4,'mod/glossary:view',1,1566467687,0),(732,1,3,'mod/glossary:view',1,1566467687,0),(733,1,1,'mod/glossary:view',1,1566467687,0),(734,1,5,'mod/glossary:write',1,1566467687,0),(735,1,4,'mod/glossary:write',1,1566467687,0),(736,1,3,'mod/glossary:write',1,1566467687,0),(737,1,1,'mod/glossary:write',1,1566467687,0),(738,1,4,'mod/glossary:manageentries',1,1566467687,0),(739,1,3,'mod/glossary:manageentries',1,1566467687,0),(740,1,1,'mod/glossary:manageentries',1,1566467687,0),(741,1,4,'mod/glossary:managecategories',1,1566467687,0),(742,1,3,'mod/glossary:managecategories',1,1566467687,0),(743,1,1,'mod/glossary:managecategories',1,1566467687,0),(744,1,5,'mod/glossary:comment',1,1566467687,0),(745,1,4,'mod/glossary:comment',1,1566467687,0),(746,1,3,'mod/glossary:comment',1,1566467687,0),(747,1,1,'mod/glossary:comment',1,1566467687,0),(748,1,4,'mod/glossary:managecomments',1,1566467687,0),(749,1,3,'mod/glossary:managecomments',1,1566467687,0),(750,1,1,'mod/glossary:managecomments',1,1566467687,0),(751,1,4,'mod/glossary:import',1,1566467687,0),(752,1,3,'mod/glossary:import',1,1566467687,0),(753,1,1,'mod/glossary:import',1,1566467687,0),(754,1,4,'mod/glossary:export',1,1566467687,0),(755,1,3,'mod/glossary:export',1,1566467687,0),(756,1,1,'mod/glossary:export',1,1566467687,0),(757,1,4,'mod/glossary:approve',1,1566467687,0),(758,1,3,'mod/glossary:approve',1,1566467687,0),(759,1,1,'mod/glossary:approve',1,1566467687,0),(760,1,4,'mod/glossary:rate',1,1566467687,0),(761,1,3,'mod/glossary:rate',1,1566467687,0),(762,1,1,'mod/glossary:rate',1,1566467687,0),(763,1,4,'mod/glossary:viewrating',1,1566467687,0),(764,1,3,'mod/glossary:viewrating',1,1566467687,0),(765,1,1,'mod/glossary:viewrating',1,1566467687,0),(766,1,4,'mod/glossary:viewanyrating',1,1566467687,0),(767,1,3,'mod/glossary:viewanyrating',1,1566467687,0),(768,1,1,'mod/glossary:viewanyrating',1,1566467687,0),(769,1,4,'mod/glossary:viewallratings',1,1566467687,0),(770,1,3,'mod/glossary:viewallratings',1,1566467687,0),(771,1,1,'mod/glossary:viewallratings',1,1566467687,0),(772,1,4,'mod/glossary:exportentry',1,1566467687,0),(773,1,3,'mod/glossary:exportentry',1,1566467687,0),(774,1,1,'mod/glossary:exportentry',1,1566467687,0),(775,1,4,'mod/glossary:exportownentry',1,1566467687,0),(776,1,3,'mod/glossary:exportownentry',1,1566467687,0),(777,1,1,'mod/glossary:exportownentry',1,1566467687,0),(778,1,5,'mod/glossary:exportownentry',1,1566467687,0),(779,1,6,'mod/imscp:view',1,1566467687,0),(780,1,7,'mod/imscp:view',1,1566467687,0),(781,1,3,'mod/imscp:addinstance',1,1566467687,0),(782,1,1,'mod/imscp:addinstance',1,1566467687,0),(783,1,3,'mod/label:addinstance',1,1566467687,0),(784,1,1,'mod/label:addinstance',1,1566467687,0),(785,1,7,'mod/label:view',1,1566467687,0),(786,1,6,'mod/label:view',1,1566467687,0),(787,1,3,'mod/lesson:addinstance',1,1566467687,0),(788,1,1,'mod/lesson:addinstance',1,1566467687,0),(789,1,3,'mod/lesson:edit',1,1566467688,0),(790,1,1,'mod/lesson:edit',1,1566467688,0),(791,1,4,'mod/lesson:grade',1,1566467688,0),(792,1,3,'mod/lesson:grade',1,1566467688,0),(793,1,1,'mod/lesson:grade',1,1566467688,0),(794,1,4,'mod/lesson:viewreports',1,1566467688,0),(795,1,3,'mod/lesson:viewreports',1,1566467688,0),(796,1,1,'mod/lesson:viewreports',1,1566467688,0),(797,1,4,'mod/lesson:manage',1,1566467688,0),(798,1,3,'mod/lesson:manage',1,1566467688,0),(799,1,1,'mod/lesson:manage',1,1566467688,0),(800,1,3,'mod/lesson:manageoverrides',1,1566467688,0),(801,1,1,'mod/lesson:manageoverrides',1,1566467688,0),(802,1,7,'mod/lesson:view',1,1566467688,0),(803,1,6,'mod/lesson:view',1,1566467688,0),(804,1,5,'mod/lti:view',1,1566467688,0),(805,1,4,'mod/lti:view',1,1566467688,0),(806,1,3,'mod/lti:view',1,1566467688,0),(807,1,1,'mod/lti:view',1,1566467688,0),(808,1,3,'mod/lti:addinstance',1,1566467688,0),(809,1,1,'mod/lti:addinstance',1,1566467688,0),(810,1,4,'mod/lti:manage',1,1566467688,0),(811,1,3,'mod/lti:manage',1,1566467688,0),(812,1,1,'mod/lti:manage',1,1566467688,0),(813,1,3,'mod/lti:addcoursetool',1,1566467688,0),(814,1,1,'mod/lti:addcoursetool',1,1566467688,0),(815,1,3,'mod/lti:requesttooladd',1,1566467688,0),(816,1,1,'mod/lti:requesttooladd',1,1566467688,0),(817,1,6,'mod/page:view',1,1566467688,0),(818,1,7,'mod/page:view',1,1566467688,0),(819,1,3,'mod/page:addinstance',1,1566467688,0),(820,1,1,'mod/page:addinstance',1,1566467688,0),(821,1,6,'mod/quiz:view',1,1566467688,0),(822,1,5,'mod/quiz:view',1,1566467688,0),(823,1,4,'mod/quiz:view',1,1566467688,0),(824,1,3,'mod/quiz:view',1,1566467688,0),(825,1,1,'mod/quiz:view',1,1566467688,0),(826,1,3,'mod/quiz:addinstance',1,1566467688,0),(827,1,1,'mod/quiz:addinstance',1,1566467688,0),(828,1,5,'mod/quiz:attempt',1,1566467688,0),(829,1,5,'mod/quiz:reviewmyattempts',1,1566467688,0),(830,1,3,'mod/quiz:manage',1,1566467688,0),(831,1,1,'mod/quiz:manage',1,1566467688,0),(832,1,3,'mod/quiz:manageoverrides',1,1566467688,0),(833,1,1,'mod/quiz:manageoverrides',1,1566467688,0),(834,1,4,'mod/quiz:preview',1,1566467688,0),(835,1,3,'mod/quiz:preview',1,1566467688,0),(836,1,1,'mod/quiz:preview',1,1566467688,0),(837,1,4,'mod/quiz:grade',1,1566467688,0),(838,1,3,'mod/quiz:grade',1,1566467688,0),(839,1,1,'mod/quiz:grade',1,1566467688,0),(840,1,4,'mod/quiz:regrade',1,1566467688,0),(841,1,3,'mod/quiz:regrade',1,1566467688,0),(842,1,1,'mod/quiz:regrade',1,1566467688,0),(843,1,4,'mod/quiz:viewreports',1,1566467688,0),(844,1,3,'mod/quiz:viewreports',1,1566467688,0),(845,1,1,'mod/quiz:viewreports',1,1566467688,0),(846,1,3,'mod/quiz:deleteattempts',1,1566467688,0),(847,1,1,'mod/quiz:deleteattempts',1,1566467688,0),(848,1,6,'mod/resource:view',1,1566467689,0),(849,1,7,'mod/resource:view',1,1566467689,0),(850,1,3,'mod/resource:addinstance',1,1566467689,0),(851,1,1,'mod/resource:addinstance',1,1566467689,0),(852,1,3,'mod/scorm:addinstance',1,1566467689,0),(853,1,1,'mod/scorm:addinstance',1,1566467689,0),(854,1,4,'mod/scorm:viewreport',1,1566467689,0),(855,1,3,'mod/scorm:viewreport',1,1566467689,0),(856,1,1,'mod/scorm:viewreport',1,1566467689,0),(857,1,5,'mod/scorm:skipview',1,1566467689,0),(858,1,5,'mod/scorm:savetrack',1,1566467689,0),(859,1,4,'mod/scorm:savetrack',1,1566467689,0),(860,1,3,'mod/scorm:savetrack',1,1566467689,0),(861,1,1,'mod/scorm:savetrack',1,1566467689,0),(862,1,5,'mod/scorm:viewscores',1,1566467689,0),(863,1,4,'mod/scorm:viewscores',1,1566467689,0),(864,1,3,'mod/scorm:viewscores',1,1566467689,0),(865,1,1,'mod/scorm:viewscores',1,1566467689,0),(866,1,4,'mod/scorm:deleteresponses',1,1566467689,0),(867,1,3,'mod/scorm:deleteresponses',1,1566467689,0),(868,1,1,'mod/scorm:deleteresponses',1,1566467689,0),(869,1,3,'mod/survey:addinstance',1,1566467689,0),(870,1,1,'mod/survey:addinstance',1,1566467689,0),(871,1,5,'mod/survey:participate',1,1566467689,0),(872,1,4,'mod/survey:participate',1,1566467689,0),(873,1,3,'mod/survey:participate',1,1566467689,0),(874,1,1,'mod/survey:participate',1,1566467689,0),(875,1,4,'mod/survey:readresponses',1,1566467689,0),(876,1,3,'mod/survey:readresponses',1,1566467689,0),(877,1,1,'mod/survey:readresponses',1,1566467689,0),(878,1,4,'mod/survey:download',1,1566467689,0),(879,1,3,'mod/survey:download',1,1566467689,0),(880,1,1,'mod/survey:download',1,1566467689,0),(881,1,6,'mod/url:view',1,1566467690,0),(882,1,7,'mod/url:view',1,1566467690,0),(883,1,3,'mod/url:addinstance',1,1566467690,0),(884,1,1,'mod/url:addinstance',1,1566467690,0),(885,1,3,'mod/wiki:addinstance',1,1566467690,0),(886,1,1,'mod/wiki:addinstance',1,1566467690,0),(887,1,6,'mod/wiki:viewpage',1,1566467690,0),(888,1,8,'mod/wiki:viewpage',1,1566467690,0),(889,1,5,'mod/wiki:viewpage',1,1566467690,0),(890,1,4,'mod/wiki:viewpage',1,1566467690,0),(891,1,3,'mod/wiki:viewpage',1,1566467690,0),(892,1,1,'mod/wiki:viewpage',1,1566467690,0),(893,1,5,'mod/wiki:editpage',1,1566467690,0),(894,1,4,'mod/wiki:editpage',1,1566467690,0),(895,1,3,'mod/wiki:editpage',1,1566467690,0),(896,1,1,'mod/wiki:editpage',1,1566467690,0),(897,1,5,'mod/wiki:createpage',1,1566467690,0),(898,1,4,'mod/wiki:createpage',1,1566467690,0),(899,1,3,'mod/wiki:createpage',1,1566467690,0),(900,1,1,'mod/wiki:createpage',1,1566467690,0),(901,1,5,'mod/wiki:viewcomment',1,1566467690,0),(902,1,4,'mod/wiki:viewcomment',1,1566467690,0),(903,1,3,'mod/wiki:viewcomment',1,1566467690,0),(904,1,1,'mod/wiki:viewcomment',1,1566467690,0),(905,1,5,'mod/wiki:editcomment',1,1566467690,0),(906,1,4,'mod/wiki:editcomment',1,1566467690,0),(907,1,3,'mod/wiki:editcomment',1,1566467690,0),(908,1,1,'mod/wiki:editcomment',1,1566467690,0),(909,1,4,'mod/wiki:managecomment',1,1566467690,0),(910,1,3,'mod/wiki:managecomment',1,1566467690,0),(911,1,1,'mod/wiki:managecomment',1,1566467690,0),(912,1,4,'mod/wiki:managefiles',1,1566467690,0),(913,1,3,'mod/wiki:managefiles',1,1566467690,0),(914,1,1,'mod/wiki:managefiles',1,1566467690,0),(915,1,4,'mod/wiki:overridelock',1,1566467690,0),(916,1,3,'mod/wiki:overridelock',1,1566467690,0),(917,1,1,'mod/wiki:overridelock',1,1566467690,0),(918,1,4,'mod/wiki:managewiki',1,1566467690,0),(919,1,3,'mod/wiki:managewiki',1,1566467690,0),(920,1,1,'mod/wiki:managewiki',1,1566467690,0),(921,1,6,'mod/workshop:view',1,1566467690,0),(922,1,5,'mod/workshop:view',1,1566467690,0),(923,1,4,'mod/workshop:view',1,1566467690,0),(924,1,3,'mod/workshop:view',1,1566467690,0),(925,1,1,'mod/workshop:view',1,1566467690,0),(926,1,3,'mod/workshop:addinstance',1,1566467690,0),(927,1,1,'mod/workshop:addinstance',1,1566467690,0),(928,1,4,'mod/workshop:switchphase',1,1566467690,0),(929,1,3,'mod/workshop:switchphase',1,1566467690,0),(930,1,1,'mod/workshop:switchphase',1,1566467690,0),(931,1,3,'mod/workshop:editdimensions',1,1566467690,0),(932,1,1,'mod/workshop:editdimensions',1,1566467690,0),(933,1,5,'mod/workshop:submit',1,1566467690,0),(934,1,5,'mod/workshop:peerassess',1,1566467690,0),(935,1,4,'mod/workshop:manageexamples',1,1566467690,0),(936,1,3,'mod/workshop:manageexamples',1,1566467690,0),(937,1,1,'mod/workshop:manageexamples',1,1566467690,0),(938,1,4,'mod/workshop:allocate',1,1566467690,0),(939,1,3,'mod/workshop:allocate',1,1566467690,0),(940,1,1,'mod/workshop:allocate',1,1566467690,0),(941,1,4,'mod/workshop:publishsubmissions',1,1566467690,0),(942,1,3,'mod/workshop:publishsubmissions',1,1566467690,0),(943,1,1,'mod/workshop:publishsubmissions',1,1566467690,0),(944,1,5,'mod/workshop:viewauthornames',1,1566467690,0),(945,1,4,'mod/workshop:viewauthornames',1,1566467690,0),(946,1,3,'mod/workshop:viewauthornames',1,1566467690,0),(947,1,1,'mod/workshop:viewauthornames',1,1566467690,0),(948,1,4,'mod/workshop:viewreviewernames',1,1566467690,0),(949,1,3,'mod/workshop:viewreviewernames',1,1566467690,0),(950,1,1,'mod/workshop:viewreviewernames',1,1566467690,0),(951,1,4,'mod/workshop:viewallsubmissions',1,1566467690,0),(952,1,3,'mod/workshop:viewallsubmissions',1,1566467690,0),(953,1,1,'mod/workshop:viewallsubmissions',1,1566467690,0),(954,1,5,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(955,1,4,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(956,1,3,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(957,1,1,'mod/workshop:viewpublishedsubmissions',1,1566467690,0),(958,1,5,'mod/workshop:viewauthorpublished',1,1566467690,0),(959,1,4,'mod/workshop:viewauthorpublished',1,1566467690,0),(960,1,3,'mod/workshop:viewauthorpublished',1,1566467690,0),(961,1,1,'mod/workshop:viewauthorpublished',1,1566467690,0),(962,1,4,'mod/workshop:viewallassessments',1,1566467690,0),(963,1,3,'mod/workshop:viewallassessments',1,1566467690,0),(964,1,1,'mod/workshop:viewallassessments',1,1566467690,0),(965,1,4,'mod/workshop:overridegrades',1,1566467690,0),(966,1,3,'mod/workshop:overridegrades',1,1566467690,0),(967,1,1,'mod/workshop:overridegrades',1,1566467690,0),(968,1,4,'mod/workshop:ignoredeadlines',1,1566467690,0),(969,1,3,'mod/workshop:ignoredeadlines',1,1566467690,0),(970,1,1,'mod/workshop:ignoredeadlines',1,1566467690,0),(971,1,4,'mod/workshop:deletesubmissions',1,1566467690,0),(972,1,3,'mod/workshop:deletesubmissions',1,1566467690,0),(973,1,1,'mod/workshop:deletesubmissions',1,1566467690,0),(974,1,1,'mod/workshop:exportsubmissions',1,1566467690,0),(975,1,4,'mod/workshop:exportsubmissions',1,1566467690,0),(976,1,3,'mod/workshop:exportsubmissions',1,1566467690,0),(977,1,5,'mod/workshop:exportsubmissions',1,1566467690,0),(978,1,7,'auth/oauth2:managelinkedlogins',1,1566467691,0),(979,1,1,'enrol/category:config',1,1566467691,0),(980,1,3,'enrol/category:config',1,1566467691,0),(981,1,3,'enrol/cohort:config',1,1566467692,0),(982,1,1,'enrol/cohort:config',1,1566467692,0),(983,1,1,'enrol/cohort:unenrol',1,1566467692,0),(984,1,1,'enrol/database:unenrol',1,1566467692,0),(985,1,1,'enrol/database:config',1,1566467692,0),(986,1,3,'enrol/database:config',1,1566467692,0),(987,1,1,'enrol/guest:config',1,1566467692,0),(988,1,3,'enrol/guest:config',1,1566467692,0),(989,1,1,'enrol/imsenterprise:config',1,1566467692,0),(990,1,3,'enrol/imsenterprise:config',1,1566467692,0),(991,1,1,'enrol/ldap:manage',1,1566467692,0),(992,1,1,'enrol/lti:config',1,1566467692,0),(993,1,3,'enrol/lti:config',1,1566467692,0),(994,1,1,'enrol/lti:unenrol',1,1566467692,0),(995,1,3,'enrol/lti:unenrol',1,1566467692,0),(996,1,1,'enrol/manual:config',1,1566467692,0),(997,1,1,'enrol/manual:enrol',1,1566467692,0),(998,1,3,'enrol/manual:enrol',1,1566467692,0),(999,1,1,'enrol/manual:manage',1,1566467692,0),(1000,1,3,'enrol/manual:manage',1,1566467692,0),(1001,1,1,'enrol/manual:unenrol',1,1566467692,0),(1002,1,3,'enrol/manual:unenrol',1,1566467692,0),(1003,1,1,'enrol/meta:config',1,1566467692,0),(1004,1,3,'enrol/meta:config',1,1566467692,0),(1005,1,1,'enrol/meta:selectaslinked',1,1566467692,0),(1006,1,1,'enrol/meta:unenrol',1,1566467692,0),(1007,1,1,'enrol/mnet:config',1,1566467692,0),(1008,1,3,'enrol/mnet:config',1,1566467692,0),(1009,1,1,'enrol/paypal:config',1,1566467693,0),(1010,1,1,'enrol/paypal:manage',1,1566467693,0),(1011,1,3,'enrol/paypal:manage',1,1566467693,0),(1012,1,1,'enrol/paypal:unenrol',1,1566467693,0),(1013,1,3,'enrol/self:config',1,1566467693,0),(1014,1,1,'enrol/self:config',1,1566467693,0),(1015,1,3,'enrol/self:manage',1,1566467693,0),(1016,1,1,'enrol/self:manage',1,1566467693,0),(1017,1,5,'enrol/self:unenrolself',1,1566467693,0),(1018,1,3,'enrol/self:unenrol',1,1566467693,0),(1019,1,1,'enrol/self:unenrol',1,1566467693,0),(1020,1,7,'message/airnotifier:managedevice',1,1566467693,0),(1021,1,3,'block/activity_modules:addinstance',1,1566467693,0),(1022,1,1,'block/activity_modules:addinstance',1,1566467693,0),(1023,1,3,'block/activity_results:addinstance',1,1566467694,0),(1024,1,1,'block/activity_results:addinstance',1,1566467694,0),(1025,1,7,'block/admin_bookmarks:myaddinstance',1,1566467694,0),(1026,1,3,'block/admin_bookmarks:addinstance',1,1566467694,0),(1027,1,1,'block/admin_bookmarks:addinstance',1,1566467694,0),(1028,1,3,'block/badges:addinstance',1,1566467694,0),(1029,1,1,'block/badges:addinstance',1,1566467694,0),(1030,1,7,'block/badges:myaddinstance',1,1566467694,0),(1031,1,3,'block/blog_menu:addinstance',1,1566467694,0),(1032,1,1,'block/blog_menu:addinstance',1,1566467694,0),(1033,1,3,'block/blog_recent:addinstance',1,1566467694,0),(1034,1,1,'block/blog_recent:addinstance',1,1566467694,0),(1035,1,3,'block/blog_tags:addinstance',1,1566467694,0),(1036,1,1,'block/blog_tags:addinstance',1,1566467694,0),(1037,1,7,'block/calendar_month:myaddinstance',1,1566467694,0),(1038,1,3,'block/calendar_month:addinstance',1,1566467694,0),(1039,1,1,'block/calendar_month:addinstance',1,1566467694,0),(1040,1,7,'block/calendar_upcoming:myaddinstance',1,1566467694,0),(1041,1,3,'block/calendar_upcoming:addinstance',1,1566467694,0),(1042,1,1,'block/calendar_upcoming:addinstance',1,1566467694,0),(1043,1,7,'block/comments:myaddinstance',1,1566467694,0),(1044,1,3,'block/comments:addinstance',1,1566467694,0),(1045,1,1,'block/comments:addinstance',1,1566467694,0),(1049,1,3,'block/completionstatus:addinstance',1,1566467694,0),(1050,1,1,'block/completionstatus:addinstance',1,1566467694,0),(1051,1,7,'block/course_list:myaddinstance',1,1566467694,0),(1052,1,3,'block/course_list:addinstance',1,1566467694,0),(1053,1,1,'block/course_list:addinstance',1,1566467694,0),(1054,1,3,'block/course_summary:addinstance',1,1566467694,0),(1055,1,1,'block/course_summary:addinstance',1,1566467694,0),(1056,1,3,'block/feedback:addinstance',1,1566467694,0),(1057,1,1,'block/feedback:addinstance',1,1566467694,0),(1058,1,7,'block/globalsearch:myaddinstance',1,1566467694,0),(1059,1,3,'block/globalsearch:addinstance',1,1566467694,0),(1060,1,1,'block/globalsearch:addinstance',1,1566467695,0),(1061,1,7,'block/glossary_random:myaddinstance',1,1566467695,0),(1062,1,3,'block/glossary_random:addinstance',1,1566467695,0),(1063,1,1,'block/glossary_random:addinstance',1,1566467695,0),(1064,1,7,'block/html:myaddinstance',1,1566467695,0),(1065,1,3,'block/html:addinstance',1,1566467695,0),(1066,1,1,'block/html:addinstance',1,1566467695,0),(1067,1,3,'block/login:addinstance',1,1566467695,0),(1068,1,1,'block/login:addinstance',1,1566467695,0),(1069,1,3,'block/lp:addinstance',1,1566467695,0),(1070,1,1,'block/lp:addinstance',1,1566467695,0),(1071,1,7,'block/lp:myaddinstance',1,1566467695,0),(1073,1,7,'block/mentees:myaddinstance',1,1566467695,0),(1074,1,3,'block/mentees:addinstance',1,1566467695,0),(1075,1,1,'block/mentees:addinstance',1,1566467695,0),(1076,1,7,'block/mnet_hosts:myaddinstance',1,1566467695,0),(1077,1,3,'block/mnet_hosts:addinstance',1,1566467695,0),(1078,1,1,'block/mnet_hosts:addinstance',1,1566467695,0),(1079,1,7,'block/myoverview:myaddinstance',1,1566467695,0),(1082,1,7,'block/myprofile:myaddinstance',1,1566467695,0),(1083,1,3,'block/myprofile:addinstance',1,1566467695,0),(1084,1,1,'block/myprofile:addinstance',1,1566467695,0),(1085,1,7,'block/navigation:myaddinstance',1,1566467695,0),(1086,1,3,'block/navigation:addinstance',1,1566467695,0),(1087,1,1,'block/navigation:addinstance',1,1566467695,0),(1088,1,7,'block/news_items:myaddinstance',1,1566467695,0),(1089,1,3,'block/news_items:addinstance',1,1566467695,0),(1090,1,1,'block/news_items:addinstance',1,1566467695,0),(1091,1,7,'block/online_users:myaddinstance',1,1566467695,0),(1092,1,3,'block/online_users:addinstance',1,1566467695,0),(1093,1,1,'block/online_users:addinstance',1,1566467695,0),(1094,1,7,'block/online_users:viewlist',1,1566467695,0),(1095,1,6,'block/online_users:viewlist',1,1566467695,0),(1096,1,5,'block/online_users:viewlist',1,1566467695,0),(1097,1,4,'block/online_users:viewlist',1,1566467695,0),(1098,1,3,'block/online_users:viewlist',1,1566467695,0),(1099,1,1,'block/online_users:viewlist',1,1566467695,0),(1102,1,7,'block/private_files:myaddinstance',1,1566467695,0),(1103,1,3,'block/private_files:addinstance',1,1566467696,0),(1104,1,1,'block/private_files:addinstance',1,1566467696,0),(1107,1,3,'block/recent_activity:addinstance',1,1566467696,0),(1108,1,1,'block/recent_activity:addinstance',1,1566467696,0),(1109,1,7,'block/recent_activity:viewaddupdatemodule',1,1566467696,0),(1110,1,7,'block/recent_activity:viewdeletemodule',1,1566467696,0),(1111,1,7,'block/rss_client:myaddinstance',1,1566467696,0),(1112,1,3,'block/rss_client:addinstance',1,1566467696,0),(1113,1,1,'block/rss_client:addinstance',1,1566467696,0),(1114,1,4,'block/rss_client:manageownfeeds',1,1566467696,0),(1115,1,3,'block/rss_client:manageownfeeds',1,1566467696,0),(1116,1,1,'block/rss_client:manageownfeeds',1,1566467696,0),(1117,1,1,'block/rss_client:manageanyfeeds',1,1566467696,0),(1118,1,3,'block/search_forums:addinstance',1,1566467696,0),(1119,1,1,'block/search_forums:addinstance',1,1566467696,0),(1120,1,3,'block/section_links:addinstance',1,1566467696,0),(1121,1,1,'block/section_links:addinstance',1,1566467696,0),(1122,1,3,'block/selfcompletion:addinstance',1,1566467696,0),(1123,1,1,'block/selfcompletion:addinstance',1,1566467696,0),(1124,1,7,'block/settings:myaddinstance',1,1566467696,0),(1125,1,3,'block/settings:addinstance',1,1566467696,0),(1126,1,1,'block/settings:addinstance',1,1566467696,0),(1127,1,3,'block/site_main_menu:addinstance',1,1566467696,0),(1128,1,1,'block/site_main_menu:addinstance',1,1566467696,0),(1129,1,3,'block/social_activities:addinstance',1,1566467696,0),(1130,1,1,'block/social_activities:addinstance',1,1566467696,0),(1131,1,3,'block/tag_flickr:addinstance',1,1566467696,0),(1132,1,1,'block/tag_flickr:addinstance',1,1566467696,0),(1133,1,3,'block/tag_youtube:addinstance',1,1566467696,0),(1134,1,1,'block/tag_youtube:addinstance',1,1566467696,0),(1135,1,7,'block/tags:myaddinstance',1,1566467696,0),(1136,1,3,'block/tags:addinstance',1,1566467696,0),(1137,1,1,'block/tags:addinstance',1,1566467696,0),(1138,1,4,'report/completion:view',1,1566467698,0),(1139,1,3,'report/completion:view',1,1566467698,0),(1140,1,1,'report/completion:view',1,1566467698,0),(1141,1,4,'report/courseoverview:view',1,1566467698,0),(1142,1,3,'report/courseoverview:view',1,1566467698,0),(1143,1,1,'report/courseoverview:view',1,1566467698,0),(1144,1,4,'report/log:view',1,1566467699,0),(1145,1,3,'report/log:view',1,1566467699,0),(1146,1,1,'report/log:view',1,1566467699,0),(1147,1,4,'report/log:viewtoday',1,1566467699,0),(1148,1,3,'report/log:viewtoday',1,1566467699,0),(1149,1,1,'report/log:viewtoday',1,1566467699,0),(1150,1,4,'report/loglive:view',1,1566467699,0),(1151,1,3,'report/loglive:view',1,1566467699,0),(1152,1,1,'report/loglive:view',1,1566467699,0),(1153,1,4,'report/outline:view',1,1566467699,0),(1154,1,3,'report/outline:view',1,1566467699,0),(1155,1,1,'report/outline:view',1,1566467699,0),(1156,1,4,'report/outline:viewuserreport',1,1566467699,0),(1157,1,3,'report/outline:viewuserreport',1,1566467699,0),(1158,1,1,'report/outline:viewuserreport',1,1566467699,0),(1159,1,4,'report/participation:view',1,1566467699,0),(1160,1,3,'report/participation:view',1,1566467699,0),(1161,1,1,'report/participation:view',1,1566467699,0),(1162,1,1,'report/performance:view',1,1566467699,0),(1163,1,4,'report/progress:view',1,1566467699,0),(1164,1,3,'report/progress:view',1,1566467699,0),(1165,1,1,'report/progress:view',1,1566467699,0),(1166,1,1,'report/security:view',1,1566467699,0),(1167,1,4,'report/stats:view',1,1566467699,0),(1168,1,3,'report/stats:view',1,1566467699,0),(1169,1,1,'report/stats:view',1,1566467699,0),(1170,1,6,'report/usersessions:manageownsessions',-1000,1566467699,0),(1171,1,7,'report/usersessions:manageownsessions',1,1566467699,0),(1172,1,1,'report/usersessions:manageownsessions',1,1566467699,0),(1173,1,4,'gradeexport/ods:view',1,1566467699,0),(1174,1,3,'gradeexport/ods:view',1,1566467699,0),(1175,1,1,'gradeexport/ods:view',1,1566467699,0),(1176,1,1,'gradeexport/ods:publish',1,1566467699,0),(1177,1,4,'gradeexport/txt:view',1,1566467699,0),(1178,1,3,'gradeexport/txt:view',1,1566467699,0),(1179,1,1,'gradeexport/txt:view',1,1566467699,0),(1180,1,1,'gradeexport/txt:publish',1,1566467699,0),(1181,1,4,'gradeexport/xls:view',1,1566467700,0),(1182,1,3,'gradeexport/xls:view',1,1566467700,0),(1183,1,1,'gradeexport/xls:view',1,1566467700,0),(1184,1,1,'gradeexport/xls:publish',1,1566467700,0),(1185,1,4,'gradeexport/xml:view',1,1566467700,0),(1186,1,3,'gradeexport/xml:view',1,1566467700,0),(1187,1,1,'gradeexport/xml:view',1,1566467700,0),(1188,1,1,'gradeexport/xml:publish',1,1566467700,0),(1189,1,3,'gradeimport/csv:view',1,1566467700,0),(1190,1,1,'gradeimport/csv:view',1,1566467700,0),(1191,1,3,'gradeimport/direct:view',1,1566467700,0),(1192,1,1,'gradeimport/direct:view',1,1566467700,0),(1193,1,3,'gradeimport/xml:view',1,1566467700,0),(1194,1,1,'gradeimport/xml:view',1,1566467700,0),(1195,1,1,'gradeimport/xml:publish',1,1566467700,0),(1196,1,4,'gradereport/grader:view',1,1566467700,0),(1197,1,3,'gradereport/grader:view',1,1566467700,0),(1198,1,1,'gradereport/grader:view',1,1566467700,0),(1199,1,4,'gradereport/history:view',1,1566467700,0),(1200,1,3,'gradereport/history:view',1,1566467700,0),(1201,1,1,'gradereport/history:view',1,1566467700,0),(1202,1,4,'gradereport/outcomes:view',1,1566467700,0),(1203,1,3,'gradereport/outcomes:view',1,1566467700,0),(1204,1,1,'gradereport/outcomes:view',1,1566467700,0),(1205,1,7,'gradereport/overview:view',1,1566467700,0),(1206,1,3,'gradereport/singleview:view',1,1566467700,0),(1207,1,1,'gradereport/singleview:view',1,1566467700,0),(1208,1,5,'gradereport/user:view',1,1566467700,0),(1209,1,4,'gradereport/user:view',1,1566467700,0),(1210,1,3,'gradereport/user:view',1,1566467700,0),(1211,1,1,'gradereport/user:view',1,1566467700,0),(1212,1,7,'repository/areafiles:view',1,1566467701,0),(1213,1,7,'repository/boxnet:view',1,1566467701,0),(1214,1,2,'repository/coursefiles:view',1,1566467701,0),(1215,1,4,'repository/coursefiles:view',1,1566467701,0),(1216,1,3,'repository/coursefiles:view',1,1566467701,0),(1217,1,1,'repository/coursefiles:view',1,1566467701,0),(1218,1,7,'repository/dropbox:view',1,1566467701,0),(1219,1,7,'repository/equella:view',1,1566467701,0),(1220,1,2,'repository/filesystem:view',1,1566467701,0),(1221,1,4,'repository/filesystem:view',1,1566467701,0),(1222,1,3,'repository/filesystem:view',1,1566467701,0),(1223,1,1,'repository/filesystem:view',1,1566467701,0),(1224,1,7,'repository/flickr:view',1,1566467701,0),(1225,1,7,'repository/flickr_public:view',1,1566467701,0),(1226,1,7,'repository/googledocs:view',1,1566467702,0),(1227,1,2,'repository/local:view',1,1566467702,0),(1228,1,4,'repository/local:view',1,1566467702,0),(1229,1,3,'repository/local:view',1,1566467702,0),(1230,1,1,'repository/local:view',1,1566467702,0),(1231,1,7,'repository/merlot:view',1,1566467702,0),(1232,1,7,'repository/onedrive:view',1,1566467702,0),(1233,1,7,'repository/picasa:view',1,1566467702,0),(1234,1,7,'repository/recent:view',1,1566467702,0),(1235,1,7,'repository/s3:view',1,1566467702,0),(1236,1,7,'repository/skydrive:view',1,1566467702,0),(1237,1,7,'repository/upload:view',1,1566467702,0),(1238,1,7,'repository/url:view',1,1566467702,0),(1239,1,7,'repository/user:view',1,1566467702,0),(1240,1,2,'repository/webdav:view',1,1566467702,0),(1241,1,4,'repository/webdav:view',1,1566467702,0),(1242,1,3,'repository/webdav:view',1,1566467702,0),(1243,1,1,'repository/webdav:view',1,1566467702,0),(1244,1,7,'repository/wikimedia:view',1,1566467702,0),(1245,1,7,'repository/youtube:view',1,1566467702,0),(1246,1,1,'tool/customlang:view',1,1566467704,0),(1247,1,1,'tool/customlang:edit',1,1566467704,0),(1248,1,7,'tool/dataprivacy:downloadownrequest',1,1566467705,0),(1249,1,1,'tool/lpmigrate:frameworksmigrate',1,1566467705,0),(1250,1,4,'tool/monitor:subscribe',1,1566467706,0),(1251,1,3,'tool/monitor:subscribe',1,1566467706,0),(1252,1,1,'tool/monitor:subscribe',1,1566467706,0),(1253,1,4,'tool/monitor:managerules',1,1566467706,0),(1254,1,3,'tool/monitor:managerules',1,1566467706,0),(1255,1,1,'tool/monitor:managerules',1,1566467706,0),(1256,1,1,'tool/monitor:managetool',1,1566467706,0),(1257,1,7,'tool/policy:accept',1,1566467706,0),(1258,1,1,'tool/policy:managedocs',1,1566467706,0),(1259,1,1,'tool/policy:viewacceptances',1,1566467706,0),(1260,1,3,'tool/recyclebin:deleteitems',1,1566467706,0),(1261,1,1,'tool/recyclebin:deleteitems',1,1566467706,0),(1262,1,3,'tool/recyclebin:restoreitems',1,1566467706,0),(1263,1,1,'tool/recyclebin:restoreitems',1,1566467706,0),(1264,1,4,'tool/recyclebin:viewitems',1,1566467706,0),(1265,1,3,'tool/recyclebin:viewitems',1,1566467706,0),(1266,1,1,'tool/recyclebin:viewitems',1,1566467706,0),(1267,1,1,'tool/uploaduser:uploaduserpictures',1,1566467706,0),(1268,1,1,'tool/usertours:managetours',1,1566467707,0),(1269,1,3,'booktool/importhtml:import',1,1566467708,0),(1270,1,1,'booktool/importhtml:import',1,1566467708,0),(1271,1,6,'booktool/print:print',1,1566467709,0),(1272,1,8,'booktool/print:print',1,1566467709,0),(1273,1,5,'booktool/print:print',1,1566467709,0),(1274,1,4,'booktool/print:print',1,1566467709,0),(1275,1,3,'booktool/print:print',1,1566467709,0),(1276,1,1,'booktool/print:print',1,1566467709,0),(1277,1,4,'quiz/grading:viewstudentnames',1,1566467709,0),(1278,1,3,'quiz/grading:viewstudentnames',1,1566467709,0),(1279,1,1,'quiz/grading:viewstudentnames',1,1566467709,0),(1280,1,4,'quiz/grading:viewidnumber',1,1566467709,0),(1281,1,3,'quiz/grading:viewidnumber',1,1566467710,0),(1282,1,1,'quiz/grading:viewidnumber',1,1566467710,0),(1283,1,4,'quiz/statistics:view',1,1566467710,0),(1284,1,3,'quiz/statistics:view',1,1566467710,0),(1285,1,1,'quiz/statistics:view',1,1566467710,0),(1286,1,7,'moodle/site:senderrormessage',1,1612456670,0),(1287,1,1,'moodle/site:viewanonymousevents',1,1612456670,0),(1288,1,6,'moodle/category:viewcourselist',1,1612456670,0),(1289,1,7,'moodle/category:viewcourselist',1,1612456670,0),(1290,1,3,'moodle/course:creategroupconversations',1,1612456670,0),(1291,1,1,'moodle/course:creategroupconversations',1,1612456670,0),(1292,1,1,'moodle/course:changelockedcustomfields',1,1612456670,0),(1293,1,4,'moodle/site:messageanyuser',1,1612456670,0),(1294,1,3,'moodle/site:messageanyuser',1,1612456670,0),(1295,1,1,'moodle/site:messageanyuser',1,1612456670,0),(1296,1,7,'moodle/course:togglecompletion',1,1612456670,0),(1297,1,7,'moodle/analytics:listowninsights',1,1612456670,0),(1298,1,3,'moodle/h5p:setdisplayoptions',1,1612456670,0),(1299,1,1,'moodle/h5p:deploy',1,1612456670,0),(1300,1,3,'moodle/h5p:deploy',1,1612456670,0),(1301,1,1,'moodle/h5p:updatelibraries',1,1612456670,0),(1302,1,1,'moodle/course:recommendactivity',1,1612456670,0),(1303,1,1,'moodle/contentbank:access',1,1612456670,0),(1304,1,2,'moodle/contentbank:access',1,1612456670,0),(1305,1,3,'moodle/contentbank:access',1,1612456670,0),(1306,1,1,'moodle/contentbank:upload',1,1612456670,0),(1307,1,2,'moodle/contentbank:upload',1,1612456670,0),(1308,1,3,'moodle/contentbank:upload',1,1612456670,0),(1309,1,1,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1310,1,2,'moodle/contentbank:deleteanycontent',1,1612456670,0),(1311,1,7,'moodle/contentbank:deleteowncontent',1,1612456670,0),(1312,1,1,'moodle/contentbank:manageanycontent',1,1612456670,0),(1313,1,2,'moodle/contentbank:manageanycontent',1,1612456670,0),(1314,1,1,'moodle/contentbank:manageowncontent',1,1612456670,0),(1315,1,2,'moodle/contentbank:manageowncontent',1,1612456670,0),(1316,1,3,'moodle/contentbank:manageowncontent',1,1612456670,0),(1317,1,1,'moodle/contentbank:useeditor',1,1612456670,0),(1318,1,2,'moodle/contentbank:useeditor',1,1612456670,0),(1319,1,3,'moodle/contentbank:useeditor',1,1612456670,0),(1320,1,1,'moodle/contentbank:downloadcontent',1,1612456670,0),(1321,1,2,'moodle/contentbank:downloadcontent',1,1612456670,0),(1322,1,3,'moodle/contentbank:downloadcontent',1,1612456670,0),(1323,1,5,'moodle/course:downloadcoursecontent',1,1612456670,0),(1324,1,4,'moodle/course:downloadcoursecontent',1,1612456670,0),(1325,1,3,'moodle/course:downloadcoursecontent',1,1612456670,0),(1326,1,1,'moodle/course:downloadcoursecontent',1,1612456670,0),(1327,1,3,'moodle/course:configuredownloadcontent',1,1612456670,0),(1328,1,1,'moodle/course:configuredownloadcontent',1,1612456670,0),(1329,1,4,'mod/assign:showhiddengrader',1,1612456673,0),(1330,1,3,'mod/assign:showhiddengrader',1,1612456673,0),(1331,1,1,'mod/assign:showhiddengrader',1,1612456673,0),(1332,1,4,'mod/forum:postprivatereply',1,1612456673,0),(1333,1,3,'mod/forum:postprivatereply',1,1612456673,0),(1334,1,1,'mod/forum:postprivatereply',1,1612456674,0),(1335,1,4,'mod/forum:readprivatereplies',1,1612456674,0),(1336,1,3,'mod/forum:readprivatereplies',1,1612456674,0),(1337,1,1,'mod/forum:readprivatereplies',1,1612456674,0),(1338,1,4,'mod/forum:exportforum',1,1612456674,0),(1339,1,3,'mod/forum:exportforum',1,1612456674,0),(1340,1,1,'mod/forum:exportforum',1,1612456674,0),(1341,1,4,'mod/forum:canoverridecutoff',1,1612456674,0),(1342,1,3,'mod/forum:canoverridecutoff',1,1612456674,0),(1343,1,1,'mod/forum:canoverridecutoff',1,1612456674,0),(1344,1,7,'mod/forum:cantogglefavourite',1,1612456674,0),(1345,1,4,'mod/forum:grade',1,1612456674,0),(1346,1,3,'mod/forum:grade',1,1612456674,0),(1347,1,1,'mod/forum:grade',1,1612456674,0),(1348,1,6,'mod/h5pactivity:view',1,1612456674,0),(1349,1,5,'mod/h5pactivity:view',1,1612456674,0),(1350,1,4,'mod/h5pactivity:view',1,1612456674,0),(1351,1,3,'mod/h5pactivity:view',1,1612456674,0),(1352,1,1,'mod/h5pactivity:view',1,1612456674,0),(1353,1,3,'mod/h5pactivity:addinstance',1,1612456674,0),(1354,1,1,'mod/h5pactivity:addinstance',1,1612456674,0),(1355,1,5,'mod/h5pactivity:submit',1,1612456674,0),(1356,1,3,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1357,1,1,'mod/h5pactivity:reviewattempts',1,1612456674,0),(1358,1,3,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1359,1,1,'mod/lti:addpreconfiguredinstance',1,1612456674,0),(1362,1,1,'enrol/fee:config',1,1612456676,0),(1363,1,1,'enrol/fee:manage',1,1612456676,0),(1364,1,3,'enrol/fee:manage',1,1612456676,0),(1365,1,1,'enrol/fee:unenrol',1,1612456676,0),(1366,1,7,'enrol/self:enrolself',1,1612456676,0),(1367,1,7,'block/recentlyaccessedcourses:myaddinstance',1,1612456678,0),(1368,1,7,'block/recentlyaccesseditems:myaddinstance',1,1612456678,0),(1369,1,7,'block/starredcourses:myaddinstance',1,1612456679,0),(1370,1,7,'block/timeline:myaddinstance',1,1612456679,0),(1371,1,1,'report/status:view',1,1612456681,0),(1372,1,2,'repository/contentbank:view',1,1612456683,0),(1373,1,3,'repository/contentbank:view',1,1612456683,0),(1374,1,1,'repository/contentbank:view',1,1612456683,0),(1375,1,2,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1376,1,3,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1377,1,1,'repository/contentbank:accesscoursecontent',1,1612456683,0),(1378,1,2,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1379,1,1,'repository/contentbank:accesscoursecategorycontent',1,1612456683,0),(1380,1,7,'repository/contentbank:accessgeneralcontent',1,1612456683,0),(1381,1,7,'repository/nextcloud:view',1,1612456683,0),(1382,1,1,'tool/customlang:export',1,1612456685,0),(1383,1,7,'tool/dataprivacy:requestdelete',1,1612456685,0),(1384,1,1,'contenttype/h5p:access',1,1612456687,0),(1385,1,2,'contenttype/h5p:access',1,1612456687,0),(1386,1,3,'contenttype/h5p:access',1,1612456687,0),(1387,1,1,'contenttype/h5p:upload',1,1612456687,0),(1388,1,2,'contenttype/h5p:upload',1,1612456687,0),(1389,1,3,'contenttype/h5p:upload',1,1612456687,0),(1390,1,1,'contenttype/h5p:useeditor',1,1612456687,0),(1391,1,2,'contenttype/h5p:useeditor',1,1612456687,0),(1392,1,3,'contenttype/h5p:useeditor',1,1612456687,0),(1393,1,4,'forumreport/summary:view',1,1612456689,0),(1394,1,3,'forumreport/summary:view',1,1612456689,0),(1395,1,1,'forumreport/summary:view',1,1612456689,0),(1396,1,4,'forumreport/summary:viewall',1,1612456689,0),(1397,1,3,'forumreport/summary:viewall',1,1612456689,0),(1398,1,1,'forumreport/summary:viewall',1,1612456689,0),(1399,1,1,'quizaccess/seb:managetemplates',1,1612456690,0),(1400,1,1,'quizaccess/seb:bypassseb',1,1612456690,0),(1401,1,3,'quizaccess/seb:bypassseb',1,1612456690,0),(1402,1,1,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1403,1,3,'quizaccess/seb:manage_seb_requiresafeexambrowser',1,1612456690,0),(1404,1,1,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1405,1,3,'quizaccess/seb:manage_seb_templateid',1,1612456690,0),(1406,1,1,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1407,1,3,'quizaccess/seb:manage_filemanager_sebconfigfile',1,1612456690,0),(1408,1,1,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1409,1,3,'quizaccess/seb:manage_seb_showsebdownloadlink',1,1612456690,0),(1410,1,1,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1411,1,3,'quizaccess/seb:manage_seb_allowedbrowserexamkeys',1,1612456690,0),(1412,1,1,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1413,1,3,'quizaccess/seb:manage_seb_linkquitseb',1,1612456690,0),(1414,1,1,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1415,1,3,'quizaccess/seb:manage_seb_userconfirmquit',1,1612456690,0),(1416,1,1,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1417,1,3,'quizaccess/seb:manage_seb_allowuserquitseb',1,1612456690,0),(1418,1,1,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1419,1,3,'quizaccess/seb:manage_seb_quitpassword',1,1612456690,0),(1420,1,1,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1421,1,3,'quizaccess/seb:manage_seb_allowreloadinexam',1,1612456690,0),(1422,1,1,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1423,1,3,'quizaccess/seb:manage_seb_showsebtaskbar',1,1612456690,0),(1424,1,1,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1425,1,3,'quizaccess/seb:manage_seb_showreloadbutton',1,1612456690,0),(1426,1,1,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1427,1,3,'quizaccess/seb:manage_seb_showtime',1,1612456690,0),(1428,1,1,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1429,1,3,'quizaccess/seb:manage_seb_showkeyboardlayout',1,1612456690,0),(1430,1,1,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1431,1,3,'quizaccess/seb:manage_seb_showwificontrol',1,1612456690,0),(1432,1,1,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1433,1,3,'quizaccess/seb:manage_seb_enableaudiocontrol',1,1612456690,0),(1434,1,1,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1435,1,3,'quizaccess/seb:manage_seb_muteonstartup',1,1612456690,0),(1436,1,1,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1437,1,3,'quizaccess/seb:manage_seb_allowspellchecking',1,1612456690,0),(1438,1,1,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1439,1,3,'quizaccess/seb:manage_seb_activateurlfiltering',1,1612456690,0),(1440,1,1,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1441,1,3,'quizaccess/seb:manage_seb_filterembeddedcontent',1,1612456690,0),(1442,1,1,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1443,1,3,'quizaccess/seb:manage_seb_expressionsallowed',1,1612456690,0),(1444,1,1,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1445,1,3,'quizaccess/seb:manage_seb_regexallowed',1,1612456690,0),(1446,1,1,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1447,1,3,'quizaccess/seb:manage_seb_expressionsblocked',1,1612456690,0),(1448,1,1,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1449,1,3,'quizaccess/seb:manage_seb_regexblocked',1,1612456690,0),(1450,1,3,'atto/h5p:addembed',1,1612456692,0),(1451,1,7,'atto/recordrtc:recordaudio',1,1612456692,0),(1452,1,7,'atto/recordrtc:recordvideo',1,1612456692,0),(1453,1,1,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1454,1,2,'moodle/contentbank:viewunlistedcontent',1,1621589940,0),(1455,1,5,'mod/assign:viewownsubmissionsummary',1,1621589942,0),(1456,1,4,'mod/quiz:viewoverrides',1,1621589943,0),(1457,1,3,'mod/quiz:viewoverrides',1,1621589943,0),(1458,1,1,'mod/quiz:viewoverrides',1,1621589943,0),(1459,1,3,'block/accessreview:addinstance',1,1621589945,0),(1460,1,1,'block/accessreview:addinstance',1,1621589945,0),(1461,1,3,'block/accessreview:view',1,1621589945,0),(1462,1,1,'block/accessreview:view',1,1621589945,0),(1463,1,4,'tool/brickfield:viewcoursetools',1,1621589953,0),(1464,1,3,'tool/brickfield:viewcoursetools',1,1621589953,0),(1465,1,1,'tool/brickfield:viewcoursetools',1,1621589953,0),(1466,1,1,'tool/brickfield:viewsystemtools',1,1621589953,0),(1467,1,7,'moodle/reportbuilder:view',1,1680158622,0),(1468,1,1,'moodle/reportbuilder:edit',1,1680158622,0),(1469,1,3,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1470,1,1,'mod/bigbluebuttonbn:addinstance',1,1680158627,0),(1471,1,3,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1472,1,1,'mod/bigbluebuttonbn:addinstancewithmeeting',1,1680158627,0),(1473,1,3,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1474,1,1,'mod/bigbluebuttonbn:addinstancewithrecording',1,1680158627,0),(1475,1,1,'mod/bigbluebuttonbn:join',1,1680158627,0),(1476,1,3,'mod/bigbluebuttonbn:join',1,1680158627,0),(1477,1,4,'mod/bigbluebuttonbn:join',1,1680158627,0),(1478,1,5,'mod/bigbluebuttonbn:join',1,1680158627,0),(1479,1,6,'mod/bigbluebuttonbn:join',1,1680158627,0),(1480,1,5,'mod/bigbluebuttonbn:view',1,1680158627,0),(1481,1,4,'mod/bigbluebuttonbn:view',1,1680158627,0),(1482,1,3,'mod/bigbluebuttonbn:view',1,1680158627,0),(1483,1,1,'mod/bigbluebuttonbn:view',1,1680158627,0),(1484,1,1,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1485,1,3,'mod/bigbluebuttonbn:managerecordings',1,1680158627,0),(1486,1,1,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1487,1,3,'mod/bigbluebuttonbn:publishrecordings',1,1680158627,0),(1488,1,1,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1489,1,3,'mod/bigbluebuttonbn:unpublishrecordings',1,1680158627,0),(1490,1,1,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1491,1,3,'mod/bigbluebuttonbn:protectrecordings',1,1680158627,0),(1492,1,1,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1493,1,3,'mod/bigbluebuttonbn:unprotectrecordings',1,1680158627,0),(1494,1,1,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1495,1,3,'mod/bigbluebuttonbn:deleterecordings',1,1680158627,0),(1496,1,1,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1497,1,3,'mod/bigbluebuttonbn:importrecordings',1,1680158627,0),(1498,1,3,'moodle/question:commentmine',1,1680158656,0),(1499,1,1,'moodle/question:commentmine',1,1680158656,0),(1500,1,3,'moodle/question:commentall',1,1680158656,0),(1501,1,1,'moodle/question:commentall',1,1680158656,0),(1502,1,1,'qbank/customfields:changelockedcustomfields',1,1680158656,0),(1503,1,3,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1504,1,1,'qbank/customfields:viewhiddencustomfields',1,1680158656,0),(1505,1,4,'moodle/course:viewhiddengroups',1,1683023469,0),(1506,1,3,'moodle/course:viewhiddengroups',1,1683023469,0),(1507,1,1,'moodle/course:viewhiddengroups',1,1683023469,0),(1508,1,3,'moodle/moodlenet:shareactivity',1,1683023469,0),(1509,1,1,'moodle/moodlenet:shareactivity',1,1683023469,0),(1510,1,1,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1511,1,3,'mod/bigbluebuttonbn:viewallrecordingformats',1,1683023471,0),(1512,1,3,'mod/quiz:reopenattempts',1,1683023472,0),(1513,1,1,'mod/quiz:reopenattempts',1,1683023472,0),(1514,1,3,'gradereport/summary:view',1,1683023481,0),(1515,1,4,'gradereport/summary:view',1,1683023481,0),(1516,1,1,'gradereport/summary:view',1,1683023481,0),(1517,1,3,'tiny/h5p:addembed',1,1683023495,0),(1518,1,7,'tiny/recordrtc:recordaudio',1,1683023495,0),(1519,1,7,'tiny/recordrtc:recordvideo',1,1683023495,0),(1520,1,1,'moodle/contentbank:copyanycontent',1,1696857216,0),(1521,1,2,'moodle/contentbank:copyanycontent',1,1696857216,0),(1522,1,1,'moodle/contentbank:copycontent',1,1696857216,0),(1523,1,2,'moodle/contentbank:copycontent',1,1696857216,0),(1524,1,3,'moodle/contentbank:copycontent',1,1696857216,0),(1525,1,3,'moodle/course:configurecoursecommunication',1,1696857216,0),(1526,1,1,'moodle/course:configurecoursecommunication',1,1696857216,0),(1527,1,3,'moodle/moodlenet:sharecourse',1,1696857216,0),(1528,1,1,'moodle/moodlenet:sharecourse',1,1696857216,0),(1529,1,5,'mod/forum:canmailnow',1,1696857218,0),(1530,1,4,'mod/forum:canmailnow',1,1696857218,0),(1531,1,3,'mod/forum:canmailnow',1,1696857218,0),(1532,1,1,'mod/forum:canmailnow',1,1696857218,0),(1533,1,3,'communication/matrix:moderator',1,1696857220,0),(1534,1,1,'communication/matrix:moderator',1,1696857220,0),(1535,1,4,'communication/matrix:moderator',1,1696857220,0),(1536,1,7,'tool/mfa:mfaaccess',1,1696857229,0); +/*!40000 ALTER TABLE `m_role_capabilities` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_context_levels` +-- + +DROP TABLE IF EXISTS `m_role_context_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_context_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolecontleve_conrol_uix` (`contextlevel`,`roleid`), + KEY `m_rolecontleve_rol_ix` (`roleid`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Lists which roles can be assigned at which context levels. T'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_context_levels` +-- + +LOCK TABLES `m_role_context_levels` WRITE; +/*!40000 ALTER TABLE `m_role_context_levels` DISABLE KEYS */; +INSERT INTO `m_role_context_levels` VALUES (1,1,10),(4,2,10),(2,1,40),(5,2,40),(3,1,50),(6,3,50),(8,4,50),(10,5,50),(7,3,70),(9,4,70),(11,5,70); +/*!40000 ALTER TABLE `m_role_context_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_role_names` +-- + +DROP TABLE IF EXISTS `m_role_names`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_role_names` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `roleid` bigint NOT NULL DEFAULT '0', + `contextid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_rolename_rolcon_uix` (`roleid`,`contextid`), + KEY `m_rolename_rol_ix` (`roleid`), + KEY `m_rolename_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='role names in native strings'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_role_names` +-- + +LOCK TABLES `m_role_names` WRITE; +/*!40000 ALTER TABLE `m_role_names` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_role_names` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale` +-- + +DROP TABLE IF EXISTS `m_scale`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scal_cou_ix` (`courseid`), + KEY `m_scal_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines grading scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale` +-- + +LOCK TABLES `m_scale` WRITE; +/*!40000 ALTER TABLE `m_scale` DISABLE KEYS */; +INSERT INTO `m_scale` VALUES (1,0,0,'Separate and Connected ways of knowing','Mostly separate knowing,Separate and connected,Mostly connected knowing','The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.',0,1566467672),(2,0,0,'Default competence scale','Not yet competent,Competent','A binary rating scale that provides no further information beyond whether someone has demonstrated proficiency or not.',0,1566467672); +/*!40000 ALTER TABLE `m_scale` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scale_history` +-- + +DROP TABLE IF EXISTS `m_scale_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scale_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `action` bigint NOT NULL DEFAULT '0', + `oldid` bigint NOT NULL, + `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `loggeduser` bigint DEFAULT NULL, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scale` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scalhist_act_ix` (`action`), + KEY `m_scalhist_tim_ix` (`timemodified`), + KEY `m_scalhist_old_ix` (`oldid`), + KEY `m_scalhist_cou_ix` (`courseid`), + KEY `m_scalhist_log_ix` (`loggeduser`), + KEY `m_scalhist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='History table'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scale_history` +-- + +LOCK TABLES `m_scale_history` WRITE; +/*!40000 ALTER TABLE `m_scale_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scale_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm` +-- + +DROP TABLE IF EXISTS `m_scorm`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scormtype` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'local', + `reference` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `version` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `maxgrade` double NOT NULL DEFAULT '0', + `grademethod` tinyint NOT NULL DEFAULT '0', + `whatgrade` bigint NOT NULL DEFAULT '0', + `maxattempt` bigint NOT NULL DEFAULT '1', + `forcecompleted` tinyint(1) NOT NULL DEFAULT '0', + `forcenewattempt` tinyint(1) NOT NULL DEFAULT '0', + `lastattemptlock` tinyint(1) NOT NULL DEFAULT '0', + `masteryoverride` tinyint(1) NOT NULL DEFAULT '1', + `displayattemptstatus` tinyint(1) NOT NULL DEFAULT '1', + `displaycoursestructure` tinyint(1) NOT NULL DEFAULT '0', + `updatefreq` tinyint(1) NOT NULL DEFAULT '0', + `sha1hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `md5hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `revision` bigint NOT NULL DEFAULT '0', + `launch` bigint NOT NULL DEFAULT '0', + `skipview` tinyint(1) NOT NULL DEFAULT '1', + `hidebrowse` tinyint(1) NOT NULL DEFAULT '0', + `hidetoc` tinyint(1) NOT NULL DEFAULT '0', + `nav` tinyint(1) NOT NULL DEFAULT '1', + `navpositionleft` bigint DEFAULT '-100', + `navpositiontop` bigint DEFAULT '-100', + `auto` tinyint(1) NOT NULL DEFAULT '0', + `popup` tinyint(1) NOT NULL DEFAULT '0', + `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `width` bigint NOT NULL DEFAULT '100', + `height` bigint NOT NULL DEFAULT '600', + `timeopen` bigint NOT NULL DEFAULT '0', + `timeclose` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `completionstatusrequired` tinyint(1) DEFAULT NULL, + `completionscorerequired` bigint DEFAULT NULL, + `completionstatusallscos` tinyint(1) DEFAULT NULL, + `autocommit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scor_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each table is one SCORM module and its configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm` +-- + +LOCK TABLES `m_scorm` WRITE; +/*!40000 ALTER TABLE `m_scorm` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_aicc_session` +-- + +DROP TABLE IF EXISTS `m_scorm_aicc_session`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_aicc_session` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `scormid` bigint NOT NULL DEFAULT '0', + `hacpsession` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `scoid` bigint DEFAULT '0', + `scormmode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `scormstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `attempt` bigint DEFAULT NULL, + `lessonstatus` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sessiontime` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scoraiccsess_sco_ix` (`scormid`), + KEY `m_scoraiccsess_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Used by AICC HACP to store session information'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_aicc_session` +-- + +LOCK TABLES `m_scorm_aicc_session` WRITE; +/*!40000 ALTER TABLE `m_scorm_aicc_session` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_aicc_session` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_attempt` +-- + +DROP TABLE IF EXISTS `m_scorm_attempt`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_attempt` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `scormid` bigint NOT NULL, + `attempt` bigint NOT NULL DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_scoratte_use_ix` (`userid`), + KEY `m_scoratte_sco_ix` (`scormid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_attempt` +-- + +LOCK TABLES `m_scorm_attempt` WRITE; +/*!40000 ALTER TABLE `m_scorm_attempt` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_attempt` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_element` +-- + +DROP TABLE IF EXISTS `m_scorm_element`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_element` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `element` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorelem_ele_uix` (`element`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_element` +-- + +LOCK TABLES `m_scorm_element` WRITE; +/*!40000 ALTER TABLE `m_scorm_element` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_element` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scorm` bigint NOT NULL DEFAULT '0', + `manifest` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `organization` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `parent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `launch` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `scormtype` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoe_sco_ix` (`scorm`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each SCO part of the SCORM module'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes` +-- + +LOCK TABLES `m_scorm_scoes` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_data` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_scorscoedata_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains variable data get from packages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_data` +-- + +LOCK TABLES `m_scorm_scoes_data` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_scoes_value` +-- + +DROP TABLE IF EXISTS `m_scorm_scoes_value`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_scoes_value` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL, + `attemptid` bigint NOT NULL, + `elementid` bigint NOT NULL, + `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_scorscoevalu_sco_ix` (`scoid`), + KEY `m_scorscoevalu_att_ix` (`attemptid`), + KEY `m_scorscoevalu_ele_ix` (`elementid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_scoes_value` +-- + +LOCK TABLES `m_scorm_scoes_value` WRITE; +/*!40000 ALTER TABLE `m_scorm_scoes_value` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_scoes_value` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_mapinfo` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_mapinfo`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_mapinfo` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `objectiveid` bigint NOT NULL DEFAULT '0', + `targetobjectiveid` bigint NOT NULL DEFAULT '0', + `readsatisfiedstatus` tinyint(1) NOT NULL DEFAULT '1', + `readnormalizedmeasure` tinyint(1) NOT NULL DEFAULT '1', + `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0', + `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`), + KEY `m_scorseqmapi_sco_ix` (`scoid`), + KEY `m_scorseqmapi_obj_ix` (`objectiveid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective mapinfo description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_mapinfo` +-- + +LOCK TABLES `m_scorm_seq_mapinfo` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_mapinfo` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_objective` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_objective`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_objective` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `primaryobj` tinyint(1) NOT NULL DEFAULT '0', + `objectiveid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1', + `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqobje_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqobje_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 objective description'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_objective` +-- + +LOCK TABLES `m_scorm_seq_objective` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_objective` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_objective` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprule` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `childactivityset` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `minimumcount` bigint NOT NULL DEFAULT '0', + `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `action` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqroll_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprule` +-- + +LOCK TABLES `m_scorm_seq_rolluprule` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rolluprulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rolluprulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rolluprulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `rollupruleid` bigint NOT NULL DEFAULT '0', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`), + KEY `m_scorseqroll_sco2_ix` (`scoid`), + KEY `m_scorseqroll_rol_ix` (`rollupruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 sequencing rule'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rolluprulecond` +-- + +LOCK TABLES `m_scorm_seq_rolluprulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rolluprulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_rulecond` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_rulecond`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_rulecond` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `ruleconditionsid` bigint NOT NULL DEFAULT '0', + `refrencedobjective` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000', + `operator` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'noOp', + `cond` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'always', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`), + KEY `m_scorseqrule_sco2_ix` (`scoid`), + KEY `m_scorseqrule_rul_ix` (`ruleconditionsid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule condition'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_rulecond` +-- + +LOCK TABLES `m_scorm_seq_rulecond` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_rulecond` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_scorm_seq_ruleconds` +-- + +DROP TABLE IF EXISTS `m_scorm_seq_ruleconds`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_scorm_seq_ruleconds` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `scoid` bigint NOT NULL DEFAULT '0', + `conditioncombination` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'all', + `ruletype` tinyint NOT NULL DEFAULT '0', + `action` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_scorseqrule_scoid_uix` (`scoid`,`id`), + KEY `m_scorseqrule_sco_ix` (`scoid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='SCORM2004 rule conditions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_scorm_seq_ruleconds` +-- + +LOCK TABLES `m_scorm_seq_ruleconds` WRITE; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_scorm_seq_ruleconds` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_index_requests` +-- + +DROP TABLE IF EXISTS `m_search_index_requests`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_index_requests` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `searcharea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timerequested` bigint NOT NULL, + `partialarea` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `partialtime` bigint NOT NULL, + `indexpriority` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_searinderequ_indtim_ix` (`indexpriority`,`timerequested`), + KEY `m_searinderequ_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Records requests for (re)indexing of specific contexts. Entr'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_index_requests` +-- + +LOCK TABLES `m_search_index_requests` WRITE; +/*!40000 ALTER TABLE `m_search_index_requests` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_index_requests` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_search_simpledb_index` +-- + +DROP TABLE IF EXISTS `m_search_simpledb_index`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_search_simpledb_index` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `docid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contextid` bigint NOT NULL, + `areaid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` tinyint(1) NOT NULL, + `courseid` bigint NOT NULL, + `owneruserid` bigint DEFAULT NULL, + `modified` bigint NOT NULL, + `userid` bigint DEFAULT NULL, + `description1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `description2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_searsimpinde_doc_uix` (`docid`), + KEY `m_searsimpinde_owncon_ix` (`owneruserid`,`contextid`), + KEY `m_searsimpinde_con_ix` (`contextid`), + KEY `m_searsimpinde_cou_ix` (`courseid`), + KEY `m_searsimpinde_are_ix` (`areaid`), + FULLTEXT KEY `m_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='search_simpledb table containing the index data.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_search_simpledb_index` +-- + +LOCK TABLES `m_search_simpledb_index` WRITE; +/*!40000 ALTER TABLE `m_search_simpledb_index` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_search_simpledb_index` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_sessions` +-- + +DROP TABLE IF EXISTS `m_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_sessions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `state` bigint NOT NULL DEFAULT '0', + `sid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `sessdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `firstip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_sess_sid_uix` (`sid`), + KEY `m_sess_sta_ix` (`state`), + KEY `m_sess_tim_ix` (`timecreated`), + KEY `m_sess_tim2_ix` (`timemodified`), + KEY `m_sess_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Database based session storage - now recommended'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_sessions` +-- + +LOCK TABLES `m_sessions` WRITE; +/*!40000 ALTER TABLE `m_sessions` DISABLE KEYS */; +INSERT INTO `m_sessions` VALUES (2,0,'aff060ab0e2a1e549372918b04de86ff',2,NULL,1566468604,1566471719,'172.19.0.1','172.19.0.1'),(4,0,'fd0a21cd73db997d9486f03dd5fe674b',2,NULL,1621590307,1621590308,'172.18.0.1','172.18.0.1'),(6,0,'564805483626a5f8d932d165fe71da8f',2,NULL,1683023521,1683023522,'172.18.0.1','172.18.0.1'),(8,0,'5c59e7b203564b7be20ba22c1d5fb13a',2,NULL,1696857375,1696857376,'172.21.0.1','172.21.0.1'); +/*!40000 ALTER TABLE `m_sessions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_daily` +-- + +DROP TABLE IF EXISTS `m_stats_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statdail_cou_ix` (`courseid`), + KEY `m_statdail_tim_ix` (`timeend`), + KEY `m_statdail_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='to accumulate daily stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_daily` +-- + +LOCK TABLES `m_stats_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statmont_cou_ix` (`courseid`), + KEY `m_statmont_tim_ix` (`timeend`), + KEY `m_statmont_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_monthly` +-- + +LOCK TABLES `m_stats_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_daily` +-- + +DROP TABLE IF EXISTS `m_stats_user_daily`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_daily` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserdail_cou_ix` (`courseid`), + KEY `m_statuserdail_use_ix` (`userid`), + KEY `m_statuserdail_rol_ix` (`roleid`), + KEY `m_statuserdail_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate daily stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_daily` +-- + +LOCK TABLES `m_stats_user_daily` WRITE; +/*!40000 ALTER TABLE `m_stats_user_daily` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_daily` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_monthly` +-- + +DROP TABLE IF EXISTS `m_stats_user_monthly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_monthly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statusermont_cou_ix` (`courseid`), + KEY `m_statusermont_use_ix` (`userid`), + KEY `m_statusermont_rol_ix` (`roleid`), + KEY `m_statusermont_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate monthly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_monthly` +-- + +LOCK TABLES `m_stats_user_monthly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_monthly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_monthly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_user_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_user_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_user_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `statsreads` bigint NOT NULL DEFAULT '0', + `statswrites` bigint NOT NULL DEFAULT '0', + `stattype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_statuserweek_cou_ix` (`courseid`), + KEY `m_statuserweek_use_ix` (`userid`), + KEY `m_statuserweek_rol_ix` (`roleid`), + KEY `m_statuserweek_tim_ix` (`timeend`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats per course/user'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_user_weekly` +-- + +LOCK TABLES `m_stats_user_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_user_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_user_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_stats_weekly` +-- + +DROP TABLE IF EXISTS `m_stats_weekly`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_stats_weekly` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '0', + `roleid` bigint NOT NULL DEFAULT '0', + `stattype` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'activity', + `stat1` bigint NOT NULL DEFAULT '0', + `stat2` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_statweek_cou_ix` (`courseid`), + KEY `m_statweek_tim_ix` (`timeend`), + KEY `m_statweek_rol_ix` (`roleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To accumulate weekly stats'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_stats_weekly` +-- + +LOCK TABLES `m_stats_weekly` WRITE; +/*!40000 ALTER TABLE `m_stats_weekly` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_stats_weekly` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey` +-- + +DROP TABLE IF EXISTS `m_survey`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `template` bigint NOT NULL DEFAULT '0', + `days` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `introformat` smallint NOT NULL DEFAULT '0', + `questions` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_surv_cou_ix` (`course`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Each record is one SURVEY module with its configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey` +-- + +LOCK TABLES `m_survey` WRITE; +/*!40000 ALTER TABLE `m_survey` DISABLE KEYS */; +INSERT INTO `m_survey` VALUES (1,0,0,0,985017600,985017600,'collesaname','collesaintro',0,'25,26,27,28,29,30,43,44',0),(2,0,0,0,985017600,985017600,'collespname','collespintro',0,'31,32,33,34,35,36,43,44',0),(3,0,0,0,985017600,985017600,'collesapname','collesapintro',0,'37,38,39,40,41,42,43,44',0),(4,0,0,0,985017600,985017600,'attlsname','attlsintro',0,'65,67,68',0),(5,0,0,0,985017600,985017600,'ciqname','ciqintro',0,'69,70,71,72,73',0); +/*!40000 ALTER TABLE `m_survey` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_analysis` +-- + +DROP TABLE IF EXISTS `m_survey_analysis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_analysis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `survey` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survanal_use_ix` (`userid`), + KEY `m_survanal_sur_ix` (`survey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='text about each survey submission'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_analysis` +-- + +LOCK TABLES `m_survey_analysis` WRITE; +/*!40000 ALTER TABLE `m_survey_analysis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_analysis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_answers` +-- + +DROP TABLE IF EXISTS `m_survey_answers`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_answers` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `survey` bigint NOT NULL DEFAULT '0', + `question` bigint NOT NULL DEFAULT '0', + `time` bigint NOT NULL DEFAULT '0', + `answer1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `answer2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_survansw_use_ix` (`userid`), + KEY `m_survansw_sur_ix` (`survey`), + KEY `m_survansw_que_ix` (`question`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the answers to each questions filled by the users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_answers` +-- + +LOCK TABLES `m_survey_answers` WRITE; +/*!40000 ALTER TABLE `m_survey_answers` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_survey_answers` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_survey_questions` +-- + +DROP TABLE IF EXISTS `m_survey_questions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_survey_questions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `shorttext` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `multi` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='the questions conforming one survey'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_survey_questions` +-- + +LOCK TABLES `m_survey_questions` WRITE; +/*!40000 ALTER TABLE `m_survey_questions` DISABLE KEYS */; +INSERT INTO `m_survey_questions` VALUES (1,'colles1','colles1short','','',1,'scaletimes5'),(2,'colles2','colles2short','','',1,'scaletimes5'),(3,'colles3','colles3short','','',1,'scaletimes5'),(4,'colles4','colles4short','','',1,'scaletimes5'),(5,'colles5','colles5short','','',1,'scaletimes5'),(6,'colles6','colles6short','','',1,'scaletimes5'),(7,'colles7','colles7short','','',1,'scaletimes5'),(8,'colles8','colles8short','','',1,'scaletimes5'),(9,'colles9','colles9short','','',1,'scaletimes5'),(10,'colles10','colles10short','','',1,'scaletimes5'),(11,'colles11','colles11short','','',1,'scaletimes5'),(12,'colles12','colles12short','','',1,'scaletimes5'),(13,'colles13','colles13short','','',1,'scaletimes5'),(14,'colles14','colles14short','','',1,'scaletimes5'),(15,'colles15','colles15short','','',1,'scaletimes5'),(16,'colles16','colles16short','','',1,'scaletimes5'),(17,'colles17','colles17short','','',1,'scaletimes5'),(18,'colles18','colles18short','','',1,'scaletimes5'),(19,'colles19','colles19short','','',1,'scaletimes5'),(20,'colles20','colles20short','','',1,'scaletimes5'),(21,'colles21','colles21short','','',1,'scaletimes5'),(22,'colles22','colles22short','','',1,'scaletimes5'),(23,'colles23','colles23short','','',1,'scaletimes5'),(24,'colles24','colles24short','','',1,'scaletimes5'),(25,'collesm1','collesm1short','1,2,3,4','collesmintro',1,'scaletimes5'),(26,'collesm2','collesm2short','5,6,7,8','collesmintro',1,'scaletimes5'),(27,'collesm3','collesm3short','9,10,11,12','collesmintro',1,'scaletimes5'),(28,'collesm4','collesm4short','13,14,15,16','collesmintro',1,'scaletimes5'),(29,'collesm5','collesm5short','17,18,19,20','collesmintro',1,'scaletimes5'),(30,'collesm6','collesm6short','21,22,23,24','collesmintro',1,'scaletimes5'),(31,'collesm1','collesm1short','1,2,3,4','collesmintro',2,'scaletimes5'),(32,'collesm2','collesm2short','5,6,7,8','collesmintro',2,'scaletimes5'),(33,'collesm3','collesm3short','9,10,11,12','collesmintro',2,'scaletimes5'),(34,'collesm4','collesm4short','13,14,15,16','collesmintro',2,'scaletimes5'),(35,'collesm5','collesm5short','17,18,19,20','collesmintro',2,'scaletimes5'),(36,'collesm6','collesm6short','21,22,23,24','collesmintro',2,'scaletimes5'),(37,'collesm1','collesm1short','1,2,3,4','collesmintro',3,'scaletimes5'),(38,'collesm2','collesm2short','5,6,7,8','collesmintro',3,'scaletimes5'),(39,'collesm3','collesm3short','9,10,11,12','collesmintro',3,'scaletimes5'),(40,'collesm4','collesm4short','13,14,15,16','collesmintro',3,'scaletimes5'),(41,'collesm5','collesm5short','17,18,19,20','collesmintro',3,'scaletimes5'),(42,'collesm6','collesm6short','21,22,23,24','collesmintro',3,'scaletimes5'),(43,'howlong','','','',1,'howlongoptions'),(44,'othercomments','','','',0,NULL),(45,'attls1','attls1short','','',1,'scaleagree5'),(46,'attls2','attls2short','','',1,'scaleagree5'),(47,'attls3','attls3short','','',1,'scaleagree5'),(48,'attls4','attls4short','','',1,'scaleagree5'),(49,'attls5','attls5short','','',1,'scaleagree5'),(50,'attls6','attls6short','','',1,'scaleagree5'),(51,'attls7','attls7short','','',1,'scaleagree5'),(52,'attls8','attls8short','','',1,'scaleagree5'),(53,'attls9','attls9short','','',1,'scaleagree5'),(54,'attls10','attls10short','','',1,'scaleagree5'),(55,'attls11','attls11short','','',1,'scaleagree5'),(56,'attls12','attls12short','','',1,'scaleagree5'),(57,'attls13','attls13short','','',1,'scaleagree5'),(58,'attls14','attls14short','','',1,'scaleagree5'),(59,'attls15','attls15short','','',1,'scaleagree5'),(60,'attls16','attls16short','','',1,'scaleagree5'),(61,'attls17','attls17short','','',1,'scaleagree5'),(62,'attls18','attls18short','','',1,'scaleagree5'),(63,'attls19','attls19short','','',1,'scaleagree5'),(64,'attls20','attls20short','','',1,'scaleagree5'),(65,'attlsm1','attlsm1','45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64','attlsmintro',1,'scaleagree5'),(66,'-','-','-','-',0,'-'),(67,'attlsm2','attlsm2','63,62,59,57,55,49,52,50,48,47','attlsmintro',-1,'scaleagree5'),(68,'attlsm3','attlsm3','46,54,45,51,60,53,56,58,61,64','attlsmintro',-1,'scaleagree5'),(69,'ciq1','ciq1short','','',0,NULL),(70,'ciq2','ciq2short','','',0,NULL),(71,'ciq3','ciq3short','','',0,NULL),(72,'ciq4','ciq4short','','',0,NULL),(73,'ciq5','ciq5short','','',0,NULL); +/*!40000 ALTER TABLE `m_survey_questions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag` +-- + +DROP TABLE IF EXISTS `m_tag`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `tagcollid` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `rawname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `isstandard` tinyint(1) NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `flag` smallint DEFAULT '0', + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tag_tagnam_uix` (`tagcollid`,`name`), + KEY `m_tag_tagiss_ix` (`tagcollid`,`isstandard`), + KEY `m_tag_use_ix` (`userid`), + KEY `m_tag_tag_ix` (`tagcollid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tag table - this generic table will replace the old "tags" t'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag` +-- + +LOCK TABLES `m_tag` WRITE; +/*!40000 ALTER TABLE `m_tag` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_area` +-- + +DROP TABLE IF EXISTS `m_tag_area`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_area` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `enabled` tinyint(1) NOT NULL DEFAULT '1', + `tagcollid` bigint NOT NULL, + `callback` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `callbackfile` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `showstandard` tinyint(1) NOT NULL DEFAULT '0', + `multiplecontexts` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tagarea_comite_uix` (`component`,`itemtype`), + KEY `m_tagarea_tag_ix` (`tagcollid`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines various tag areas, one area is identified by compone'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_area` +-- + +LOCK TABLES `m_tag_area` WRITE; +/*!40000 ALTER TABLE `m_tag_area` DISABLE KEYS */; +INSERT INTO `m_tag_area` VALUES (1,'core','user',1,1,'user_get_tagged_users','/user/lib.php',2,0),(2,'core','course',1,1,'course_get_tagged_courses','/course/lib.php',0,0),(3,'core_question','question',1,1,NULL,NULL,0,1),(4,'core','post',1,1,'blog_get_tagged_posts','/blog/lib.php',0,0),(5,'core','blog_external',1,1,NULL,NULL,0,0),(6,'core','course_modules',1,1,'course_get_tagged_course_modules','/course/lib.php',0,0),(7,'mod_book','book_chapters',1,1,'mod_book_get_tagged_chapters','/mod/book/locallib.php',0,0),(8,'mod_data','data_records',1,1,'mod_data_get_tagged_records','/mod/data/locallib.php',0,0),(9,'mod_forum','forum_posts',1,1,'mod_forum_get_tagged_posts','/mod/forum/locallib.php',0,0),(10,'mod_glossary','glossary_entries',1,1,'mod_glossary_get_tagged_entries','/mod/glossary/locallib.php',0,0),(11,'mod_wiki','wiki_pages',1,1,'mod_wiki_get_tagged_pages','/mod/wiki/locallib.php',0,0),(12,'core_badges','badge',1,1,'badge_get_tagged_badges','/badges/lib.php',0,0); +/*!40000 ALTER TABLE `m_tag_area` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_coll` +-- + +DROP TABLE IF EXISTS `m_tag_coll`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_coll` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `isdefault` tinyint NOT NULL DEFAULT '0', + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `sortorder` mediumint NOT NULL DEFAULT '0', + `searchable` tinyint NOT NULL DEFAULT '1', + `customurl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Defines different set of tags'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_coll` +-- + +LOCK TABLES `m_tag_coll` WRITE; +/*!40000 ALTER TABLE `m_tag_coll` DISABLE KEYS */; +INSERT INTO `m_tag_coll` VALUES (1,NULL,1,NULL,0,1,NULL); +/*!40000 ALTER TABLE `m_tag_coll` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_correlation` +-- + +DROP TABLE IF EXISTS `m_tag_correlation`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_correlation` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `correlatedtags` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tagcorr_tag_ix` (`tagid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The rationale for the ''tag_correlation'' table is performance'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_correlation` +-- + +LOCK TABLES `m_tag_correlation` WRITE; +/*!40000 ALTER TABLE `m_tag_correlation` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_correlation` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tag_instance` +-- + +DROP TABLE IF EXISTS `m_tag_instance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tag_instance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tagid` bigint NOT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemtype` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `itemid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `tiuserid` bigint NOT NULL DEFAULT '0', + `ordering` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_taginst_comiteitecontiut_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`), + KEY `m_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`), + KEY `m_taginst_tag_ix` (`tagid`), + KEY `m_taginst_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='tag_instance table holds the information of associations bet'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tag_instance` +-- + +LOCK TABLES `m_tag_instance` WRITE; +/*!40000 ALTER TABLE `m_tag_instance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tag_instance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_adhoc` +-- + +DROP TABLE IF EXISTS `m_task_adhoc`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_adhoc` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `nextruntime` bigint NOT NULL, + `faildelay` bigint DEFAULT NULL, + `customdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_taskadho_nex_ix` (`nextruntime`), + KEY `m_taskadho_use_ix` (`userid`), + KEY `m_taskadho_tim_ix` (`timestarted`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of adhoc tasks waiting to run.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_adhoc` +-- + +LOCK TABLES `m_task_adhoc` WRITE; +/*!40000 ALTER TABLE `m_task_adhoc` DISABLE KEYS */; +INSERT INTO `m_task_adhoc` VALUES (1,'core','\\core\\task\\clean_up_deleted_search_area_task',1612456666,NULL,'\"core_course-mycourse\"',NULL,0,NULL,NULL,NULL,0),(2,'mod_forum','\\mod_forum\\task\\refresh_forum_post_counts',1612456672,NULL,NULL,NULL,0,NULL,NULL,NULL,0),(3,'','\\core\\task\\build_installed_themes_task',1612456707,0,'',NULL,0,NULL,NULL,NULL,1612456708),(4,'tool_moodlenet','\\tool_moodlenet\\task\\send_enable_notification',1680158659,0,'',NULL,0,NULL,NULL,NULL,1680158660),(5,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(6,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1680158663,0,'',NULL,0,NULL,NULL,NULL,1680158664),(7,'','\\core\\task\\fix_file_timestamps_task',1683023465,0,'',NULL,0,NULL,NULL,NULL,1683023466),(8,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\send_bigbluebutton_module_disabled_notification',1683023470,0,'',NULL,0,NULL,NULL,NULL,1683023471),(9,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(10,'assignfeedback_editpdf','\\assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files',1683023489,0,'',NULL,0,NULL,NULL,NULL,1683023490),(11,'core','\\core\\task\\send_login_notifications',1696857374,0,'{\"ismoodleapp\":false,\"useragent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko\\/20100101 Firefox\\/118.0\",\"loginip\":\"172.21.0.1\",\"logintime\":1696857375}',2,0,NULL,NULL,NULL,1696857375); +/*!40000 ALTER TABLE `m_task_adhoc` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_log` +-- + +DROP TABLE IF EXISTS `m_task_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` smallint NOT NULL, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `timestart` decimal(20,10) NOT NULL, + `timeend` decimal(20,10) NOT NULL, + `dbreads` bigint NOT NULL, + `dbwrites` bigint NOT NULL, + `result` tinyint NOT NULL, + `output` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_tasklog_cla_ix` (`classname`), + KEY `m_tasklog_tim_ix` (`timestart`), + KEY `m_tasklog_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_log` +-- + +LOCK TABLES `m_task_log` WRITE; +/*!40000 ALTER TABLE `m_task_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_task_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_task_scheduled` +-- + +DROP TABLE IF EXISTS `m_task_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_task_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `classname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastruntime` bigint DEFAULT NULL, + `nextruntime` bigint DEFAULT NULL, + `blocking` tinyint NOT NULL DEFAULT '0', + `minute` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `hour` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `day` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `month` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dayofweek` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `faildelay` bigint DEFAULT NULL, + `customised` tinyint NOT NULL DEFAULT '0', + `disabled` tinyint(1) NOT NULL DEFAULT '0', + `timestarted` bigint DEFAULT NULL, + `hostname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `pid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tasksche_cla_uix` (`classname`) +) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of scheduled tasks to be run by cron.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_task_scheduled` +-- + +LOCK TABLES `m_task_scheduled` WRITE; +/*!40000 ALTER TABLE `m_task_scheduled` DISABLE KEYS */; +INSERT INTO `m_task_scheduled` VALUES (1,'moodle','\\core\\task\\session_cleanup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(2,'moodle','\\core\\task\\delete_unconfirmed_users_task',0,1696860000,0,'0','*','*','*','*',0,0,0,NULL,NULL,NULL),(3,'moodle','\\core\\task\\delete_incomplete_users_task',0,1696860300,0,'5','*','*','*','*',0,0,0,NULL,NULL,NULL),(4,'moodle','\\core\\task\\backup_cleanup_task',0,1696860600,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(5,'moodle','\\core\\task\\tag_cron_task',0,1696904220,0,'17','3','*','*','*',0,0,0,NULL,NULL,NULL),(6,'moodle','\\core\\task\\context_cleanup_task',0,1696857900,0,'25','*','*','*','*',0,0,0,NULL,NULL,NULL),(7,'moodle','\\core\\task\\cache_cleanup_task',0,1696858200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(8,'moodle','\\core\\task\\messaging_cleanup_task',0,1696858500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(9,'moodle','\\core\\task\\send_new_user_passwords_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(10,'moodle','\\core\\task\\send_failed_login_notifications_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(11,'moodle','\\core\\task\\create_contexts_task',0,1696892400,1,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(13,'moodle','\\core\\task\\grade_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(15,'moodle','\\core\\task\\completion_regular_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(16,'moodle','\\core\\task\\completion_daily_task',0,1696893960,0,'26','0','*','*','*',0,0,0,NULL,NULL,NULL),(17,'moodle','\\core\\task\\portfolio_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(18,'moodle','\\core\\task\\plagiarism_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(19,'moodle','\\core\\task\\calendar_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(20,'moodle','\\core\\task\\blog_cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(21,'moodle','\\core\\task\\question_preview_cleanup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(22,'moodle','\\core\\task\\registration_cron_task',0,1696953840,0,'4','17','*','*','2',0,0,0,NULL,NULL,NULL),(23,'moodle','\\core\\task\\check_for_updates_task',0,1696882620,0,'17','21','*','*','*',0,0,0,NULL,NULL,NULL),(24,'moodle','\\core\\task\\cache_cron_task',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(25,'moodle','\\core\\task\\automated_backup_task',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(26,'moodle','\\core\\task\\badges_cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(27,'moodle','\\core\\task\\file_temp_cleanup_task',0,1696874100,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(28,'moodle','\\core\\task\\file_trash_cleanup_task',0,1696874100,0,'55','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(29,'moodle','\\core\\task\\search_index_task',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(30,'moodle','\\core\\task\\search_optimize_task',0,1696893300,0,'15','*/12','*','*','*',0,0,0,NULL,NULL,NULL),(31,'moodle','\\core\\task\\stats_cron_task',0,1696892400,0,'0','0','*','*','*',0,0,0,NULL,NULL,NULL),(32,'moodle','\\core\\task\\password_reset_cleanup_task',0,1696870800,0,'0','*/6','*','*','*',0,0,0,NULL,NULL,NULL),(33,'moodle','\\core\\task\\complete_plans_task',0,1696858500,0,'35','*','*','*','*',0,0,0,NULL,NULL,NULL),(34,'moodle','\\core\\task\\sync_plans_from_template_cohorts_task',0,1696858020,0,'27','*','*','*','*',0,0,0,NULL,NULL,NULL),(35,'moodle','\\core_files\\task\\conversion_cleanup_task',0,1696902060,0,'41','2','*','*','*',0,0,0,NULL,NULL,NULL),(36,'moodle','\\core\\oauth2\\refresh_system_tokens_task',0,1696858200,0,'30','*','*','*','*',0,0,0,NULL,NULL,NULL),(37,'moodle','\\core\\task\\analytics_cleanup_task',0,1696858920,0,'42','*','*','*','*',0,0,0,NULL,NULL,NULL),(39,'mod_forum','\\mod_forum\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(40,'mod_scorm','\\mod_scorm\\task\\cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(41,'auth_cas','\\auth_cas\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(42,'auth_db','\\auth_db\\task\\sync_users',0,1696936500,0,'15','12','*','*','*',0,0,1,NULL,NULL,NULL),(43,'auth_ldap','\\auth_ldap\\task\\sync_roles',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(44,'auth_ldap','\\auth_ldap\\task\\sync_task',0,1696892400,0,'0','0','*','*','*',0,0,1,NULL,NULL,NULL),(45,'enrol_category','\\enrol_category\\task\\enrol_category_sync',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(46,'enrol_cohort','\\enrol_cohort\\task\\enrol_cohort_sync',0,1696859400,0,'50','*','*','*','*',0,0,0,NULL,NULL,NULL),(47,'enrol_flatfile','\\enrol_flatfile\\task\\flatfile_sync_task',0,1696857300,0,'15','*','*','*','*',0,0,0,NULL,NULL,NULL),(48,'enrol_imsenterprise','\\enrol_imsenterprise\\task\\cron_task',0,1696860600,0,'10','*','*','*','*',0,0,0,NULL,NULL,NULL),(49,'enrol_ldap','\\enrol_ldap\\task\\sync_enrolments',0,1696917420,0,'57','6','*','*','*',0,0,1,NULL,NULL,NULL),(50,'enrol_lti','\\enrol_lti\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(51,'enrol_lti','\\enrol_lti\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(52,'enrol_manual','\\enrol_manual\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(53,'enrol_manual','\\enrol_manual\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(54,'enrol_meta','\\enrol_meta\\task\\enrol_meta_sync',0,1696860480,0,'8','*','*','*','*',0,0,0,NULL,NULL,NULL),(55,'enrol_paypal','\\enrol_paypal\\task\\process_expirations',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(56,'enrol_self','\\enrol_self\\task\\sync_enrolments',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(57,'enrol_self','\\enrol_self\\task\\send_expiry_notifications',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(58,'editor_atto','\\editor_atto\\task\\autosave_cleanup_task',0,1697271060,0,'11','9','*','*','6',0,0,0,NULL,NULL,NULL),(59,'repository_onedrive','\\repository_onedrive\\remove_temp_access_task',0,1696908540,0,'29','4','*','*','2',0,0,0,NULL,NULL,NULL),(60,'tool_analytics','\\tool_analytics\\task\\train_models',0,1696928400,0,'0','10','*','*','*',0,0,0,NULL,NULL,NULL),(61,'tool_analytics','\\tool_analytics\\task\\predict_models',0,1696863600,0,'0','16','*','*','*',0,0,0,NULL,NULL,NULL),(62,'tool_cohortroles','\\tool_cohortroles\\task\\cohort_role_sync',0,1696857780,0,'23','*','*','*','*',0,0,0,NULL,NULL,NULL),(63,'tool_dataprivacy','\\tool_dataprivacy\\task\\expired_retention_period',0,1696903200,0,'0','3','*','*','*',0,0,0,NULL,NULL,NULL),(64,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_contexts',0,1696906800,0,'0','4','*','*','*',0,0,0,NULL,NULL,NULL),(65,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_expired_requests',0,1696911000,0,'10','5','*','*','*',0,0,0,NULL,NULL,NULL),(66,'tool_dataprivacy','\\tool_dataprivacy\\task\\delete_existing_deleted_users',0,1696870800,0,'0','18','*','*','*',0,0,1,NULL,NULL,NULL),(67,'tool_langimport','\\tool_langimport\\task\\update_langpacks_task',0,1696909140,0,'39','4','*','*','*',0,0,0,NULL,NULL,NULL),(68,'tool_messageinbound','\\tool_messageinbound\\task\\pickup_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(69,'tool_messageinbound','\\tool_messageinbound\\task\\cleanup_task',0,1696899300,0,'55','1','*','*','*',0,0,0,NULL,NULL,NULL),(70,'tool_monitor','\\tool_monitor\\task\\clean_events',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(71,'tool_monitor','\\tool_monitor\\task\\check_subscriptions',0,1696915020,0,'17','6','*','*','*',0,0,0,NULL,NULL,NULL),(72,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_course_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(73,'tool_recyclebin','\\tool_recyclebin\\task\\cleanup_category_bin',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(75,'ltiservice_gradebookservices','\\ltiservice_gradebookservices\\task\\cleanup_task',0,1696905540,0,'39','3','*','*','*',0,0,0,NULL,NULL,NULL),(77,'logstore_standard','\\logstore_standard\\task\\cleanup_task',0,1696907160,0,'6','4','*','*','*',0,0,0,NULL,NULL,NULL),(78,'moodle','\\core\\task\\grade_history_cleanup_task',0,1696893240,0,'*','0','*','*','*',0,0,0,NULL,NULL,NULL),(80,'moodle','\\core\\task\\badges_message_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(81,'moodle','\\core\\task\\task_log_cleanup_task',0,1696927140,0,'39','9','*','*','*',0,0,0,NULL,NULL,NULL),(82,'moodle','\\core\\task\\h5p_get_content_types_task',0,1698805140,0,'19','2','1','*','*',0,0,0,NULL,NULL,NULL),(83,'moodle','\\core\\task\\antivirus_cleanup_task',0,1696893660,0,'21','0','*','*','*',0,0,0,NULL,NULL,NULL),(84,'mod_assign','\\mod_assign\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(85,'mod_chat','\\mod_chat\\task\\cron_task',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(86,'mod_lti','\\mod_lti\\task\\clean_access_tokens',0,1696896660,0,'11','1','*','*','*',0,0,0,NULL,NULL,NULL),(87,'mod_quiz','\\mod_quiz\\task\\update_overdue_attempts',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(90,'mod_workshop','\\mod_workshop\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(92,'auth_mnet','\\auth_mnet\\task\\cron_task',0,1696857600,0,'*/10','*','*','*','*',0,0,0,NULL,NULL,NULL),(93,'enrol_database','\\enrol_database\\task\\sync_enrolments',0,1696862520,0,'42','15','*','*','*',0,0,1,NULL,NULL,NULL),(94,'message_email','\\message_email\\task\\send_email_task',0,1696885200,0,'0','22','*','*','*',0,0,0,NULL,NULL,NULL),(95,'block_recent_activity','\\block_recent_activity\\task\\cleanup',0,1696912200,0,'30','5','*','*','*',0,0,0,NULL,NULL,NULL),(96,'block_rss_client','\\block_rss_client\\task\\refreshfeeds',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(97,'repository_dropbox','\\repository_dropbox\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(98,'repository_filesystem','\\repository_filesystem\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(100,'workshopallocation_scheduled','\\workshopallocation_scheduled\\task\\cron_task',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(101,'moodle','\\core\\task\\h5p_clean_orphaned_records_task',0,1696893960,0,'26','0','*','*','*',0,0,0,NULL,NULL,NULL),(102,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_courses',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(103,'tool_brickfield','\\tool_brickfield\\task\\bulk_process_caches',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(104,'tool_brickfield','\\tool_brickfield\\task\\checkid_validation',0,1696925100,0,'05','9','*','*','*',0,0,0,NULL,NULL,NULL),(105,'tool_brickfield','\\tool_brickfield\\task\\update_summarydata',0,1696895400,0,'50','0','*','*','*',0,0,0,NULL,NULL,NULL),(106,'tool_brickfield','\\tool_brickfield\\task\\process_analysis_requests',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(107,'moodle','\\core_reportbuilder\\task\\send_schedules',0,1696857240,0,'*','*','*','*','*',0,0,0,NULL,NULL,NULL),(108,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_pending_recordings',0,1696857300,0,'*/5','*','*','*','*',0,0,0,NULL,NULL,NULL),(109,'mod_bigbluebuttonbn','\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings',0,1697030040,0,'*','*','*/10','*','*',0,0,0,NULL,NULL,NULL),(110,'mod_quiz','\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed',0,1696860780,0,'13','*','*','*','*',0,0,0,NULL,NULL,NULL),(111,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_members',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(112,'enrol_lti','\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades',0,1696858200,0,'*/30','*','*','*','*',0,0,0,NULL,NULL,NULL),(113,'cachestore_redis','\\cachestore_redis\\task\\ttl',0,1696857660,0,'21','*','*','*','*',0,0,0,NULL,NULL,NULL),(115,'moodle','\\core\\task\\task_lock_cleanup_task',0,1696894800,0,'40','0','*','*','*',0,0,0,NULL,NULL,NULL),(116,'moodle','\\core_xapi\\task\\state_cleanup_task',0,1696894320,0,'32','0','*','*','*',0,0,0,NULL,NULL,NULL),(117,'moodle','\\core\\task\\show_started_courses_task',0,1696896000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(118,'moodle','\\core\\task\\hide_ended_courses_task',0,1696896000,0,'00','01','*','*','*',0,0,1,NULL,NULL,NULL),(119,'factor_grace','\\factor_grace\\task\\revoke_expired_factors',0,1696894260,0,'31','0','*','*','*',0,0,0,NULL,NULL,NULL),(120,'factor_nosetup','\\factor_nosetup\\task\\delete_unusable_factors',0,1696894620,0,'37','0','*','*','*',0,0,0,NULL,NULL,NULL); +/*!40000 ALTER TABLE `m_task_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tiny_autosave` +-- + +DROP TABLE IF EXISTS `m_tiny_autosave`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tiny_autosave` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `elementid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `pagehash` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `drafttext` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `draftid` bigint DEFAULT NULL, + `pageinstance` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The content of the textarea saved during autosave operations'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tiny_autosave` +-- + +LOCK TABLES `m_tiny_autosave` WRITE; +/*!40000 ALTER TABLE `m_tiny_autosave` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tiny_autosave` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_areas` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_areas`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_areas` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` tinyint NOT NULL DEFAULT '0', + `contextid` bigint DEFAULT NULL, + `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `tablename` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `fieldorarea` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `itemid` bigint DEFAULT NULL, + `filename` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `reftable` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `refid` bigint DEFAULT NULL, + `cmid` bigint DEFAULT NULL, + `courseid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricarea_coucmi_ix` (`courseid`,`cmid`), + KEY `m_toolbricarea_typtabitefie_ix` (`type`,`tablename`,`itemid`,`fieldorarea`), + KEY `m_toolbricarea_typconcomfie_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`), + KEY `m_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`), + KEY `m_toolbricarea_cou_ix` (`courseid`), + KEY `m_toolbricarea_cmi_ix` (`cmid`), + KEY `m_toolbricarea_cat_ix` (`categoryid`), + KEY `m_toolbricarea_con_ix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Areas that have been checked for accessibility problems'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_areas` +-- + +LOCK TABLES `m_tool_brickfield_areas` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_areas` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_acts` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_acts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_acts` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `component` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `totalactivities` bigint DEFAULT NULL, + `failedactivities` bigint DEFAULT NULL, + `passedactivities` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachacts_sta_ix` (`status`), + KEY `m_toolbriccachacts_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per activity.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_acts` +-- + +LOCK TABLES `m_tool_brickfield_cache_acts` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_acts` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_cache_check` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_cache_check`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_cache_check` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `checkid` bigint DEFAULT NULL, + `checkcount` bigint DEFAULT NULL, + `errorcount` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccachchec_sta_ix` (`status`), + KEY `m_toolbriccachchec_err_ix` (`errorcount`), + KEY `m_toolbriccachchec_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility summary information per check.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_cache_check` +-- + +LOCK TABLES `m_tool_brickfield_cache_check` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_cache_check` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_checks` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_checks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_checks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `checktype` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `shortname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `checkgroup` bigint DEFAULT '0', + `status` smallint NOT NULL, + `severity` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricchec_che_ix` (`checktype`), + KEY `m_toolbricchec_che2_ix` (`checkgroup`), + KEY `m_toolbricchec_sta_ix` (`status`) +) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Checks details'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_checks` +-- + +LOCK TABLES `m_tool_brickfield_checks` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_checks` DISABLE KEYS */; +INSERT INTO `m_tool_brickfield_checks` VALUES (1,'full','a_links_dont_open_new_window',4,1,1),(2,'full','a_must_contain_text',4,1,1),(3,'full','area_dont_open_new_window',4,1,1),(4,'full','area_has_alt_value',4,1,1),(5,'full','a_suspicious_link_text',4,1,1),(6,'full','basefont_is_not_used',7,1,1),(7,'full','blink_is_not_used',7,1,1),(8,'full','bold_is_not_used',7,1,1),(9,'full','content_too_long',7,1,1),(10,'full','css_text_has_contrast',7,1,1),(11,'full','embed_has_associated_no_embed',7,1,1),(12,'full','header_h3',3,1,1),(13,'full','headers_have_text',3,1,1),(14,'full','i_is_not_used',7,1,1),(15,'full','img_alt_is_different',2,1,1),(16,'full','img_alt_is_too_long',2,1,1),(17,'full','img_alt_not_empty_in_anchor',2,1,1),(18,'full','img_alt_not_place_holder',2,1,1),(19,'full','img_has_alt',2,1,1),(20,'full','img_with_map_has_use_map',2,1,1),(21,'full','legend_text_not_empty',7,1,1),(22,'full','marquee_is_not_used',7,1,1),(23,'full','no_headings',3,1,1),(24,'full','object_must_have_embed',5,1,1),(25,'full','object_must_have_title',5,1,1),(26,'full','object_must_have_valid_title',5,1,1),(27,'full','strike_is_not_used',7,1,1),(28,'full','table_data_should_have_th',6,1,1),(29,'full','table_summary_does_not_duplicate_caption',6,1,1),(30,'full','table_td_should_not_merge',6,1,1),(31,'full','table_th_should_have_scope',6,1,1); +/*!40000 ALTER TABLE `m_tool_brickfield_checks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_content` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_content`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_content` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `areaid` bigint NOT NULL, + `contenthash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `iscurrent` tinyint(1) NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL, + `timechecked` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbriccont_sta_ix` (`status`), + KEY `m_toolbriccont_iscare_ix` (`iscurrent`,`areaid`), + KEY `m_toolbriccont_are_ix` (`areaid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Content of an area at a particular time (recognised by a has'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_content` +-- + +LOCK TABLES `m_tool_brickfield_content` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_content` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_content` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_errors` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_errors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_errors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `resultid` bigint NOT NULL, + `linenumber` bigint NOT NULL DEFAULT '0', + `errordata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `htmlcode` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + KEY `m_toolbricerro_res_ix` (`resultid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Errors during the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_errors` +-- + +LOCK TABLES `m_tool_brickfield_errors` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_errors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_process` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_process`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_process` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `item` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `contextid` bigint DEFAULT NULL, + `innercontextid` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `timecompleted` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricproc_tim_ix` (`timecompleted`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Queued records to initiate new processing of specific target'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_process` +-- + +LOCK TABLES `m_tool_brickfield_process` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_process` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_process` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_results` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_results`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_results` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contentid` bigint DEFAULT NULL, + `checkid` bigint NOT NULL, + `errorcount` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolbricresu_conche_ix` (`contentid`,`checkid`), + KEY `m_toolbricresu_con_ix` (`contentid`), + KEY `m_toolbricresu_che_ix` (`checkid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Results of the accessibility checks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_results` +-- + +LOCK TABLES `m_tool_brickfield_results` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_results` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_results` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_schedule` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_schedule`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_schedule` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` bigint NOT NULL DEFAULT '50', + `instanceid` bigint NOT NULL, + `contextid` bigint DEFAULT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timeanalyzed` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolbricsche_conins_uix` (`contextlevel`,`instanceid`), + KEY `m_toolbricsche_sta_ix` (`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Keeps the per course content analysis schedule.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_schedule` +-- + +LOCK TABLES `m_tool_brickfield_schedule` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_schedule` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_brickfield_summary` +-- + +DROP TABLE IF EXISTS `m_tool_brickfield_summary`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_brickfield_summary` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `activities` bigint DEFAULT NULL, + `activitiespassed` bigint DEFAULT NULL, + `activitiesfailed` bigint DEFAULT NULL, + `errorschecktype1` bigint DEFAULT NULL, + `errorschecktype2` bigint DEFAULT NULL, + `errorschecktype3` bigint DEFAULT NULL, + `errorschecktype4` bigint DEFAULT NULL, + `errorschecktype5` bigint DEFAULT NULL, + `errorschecktype6` bigint DEFAULT NULL, + `errorschecktype7` bigint DEFAULT NULL, + `failedchecktype1` bigint DEFAULT NULL, + `failedchecktype2` bigint DEFAULT NULL, + `failedchecktype3` bigint DEFAULT NULL, + `failedchecktype4` bigint DEFAULT NULL, + `failedchecktype5` bigint DEFAULT NULL, + `failedchecktype6` bigint DEFAULT NULL, + `failedchecktype7` bigint DEFAULT NULL, + `percentchecktype1` bigint DEFAULT NULL, + `percentchecktype2` bigint DEFAULT NULL, + `percentchecktype3` bigint DEFAULT NULL, + `percentchecktype4` bigint DEFAULT NULL, + `percentchecktype5` bigint DEFAULT NULL, + `percentchecktype6` bigint DEFAULT NULL, + `percentchecktype7` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolbricsumm_sta_ix` (`status`), + KEY `m_toolbricsumm_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains accessibility check results summary information.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_brickfield_summary` +-- + +LOCK TABLES `m_tool_brickfield_summary` WRITE; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_brickfield_summary` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_cohortroles` +-- + +DROP TABLE IF EXISTS `m_tool_cohortroles`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_cohortroles` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `cohortid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `usermodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Mapping of users to cohort role assignments.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_cohortroles` +-- + +LOCK TABLES `m_tool_cohortroles` WRITE; +/*!40000 ALTER TABLE `m_tool_cohortroles` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_cohortroles` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang` +-- + +DROP TABLE IF EXISTS `m_tool_customlang`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `lang` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `componentid` bigint NOT NULL, + `stringid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `original` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `master` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `local` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL, + `timecustomized` bigint DEFAULT NULL, + `outdated` smallint DEFAULT '0', + `modified` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`), + KEY `m_toolcust_com_ix` (`componentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains the working checkout of all strings and their custo'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_customlang` +-- + +LOCK TABLES `m_tool_customlang` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_customlang_components` +-- + +DROP TABLE IF EXISTS `m_tool_customlang_components`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_customlang_components` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains the list of all installed plugins that provide thei'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_customlang_components` +-- + +LOCK TABLES `m_tool_customlang_components` WRITE; +/*!40000 ALTER TABLE `m_tool_customlang_components` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_customlang_components` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_category` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_category` +-- + +LOCK TABLES `m_tool_dataprivacy_category` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_contextlist` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_contextlist`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_contextlist` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_contextlist` +-- + +LOCK TABLES `m_tool_dataprivacy_contextlist` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_contextlist` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxexpired` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxexpired`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxexpired` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `unexpiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `expiredroles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultexpired` tinyint(1) NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxe_con_uix` (`contextid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxexpired` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxexpired` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxexpired` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxinstance` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxinstance`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxinstance` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxi_con_uix` (`contextid`), + KEY `m_tooldatactxi_pur_ix` (`purposeid`), + KEY `m_tooldatactxi_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxinstance` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxinstance` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxinstance` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlevel` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlevel`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlevel` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextlevel` smallint NOT NULL, + `purposeid` bigint DEFAULT NULL, + `categoryid` bigint DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatactxl_con_uix` (`contextlevel`), + KEY `m_tooldatactxl_cat_ix` (`categoryid`), + KEY `m_tooldatactxl_pur_ix` (`purposeid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Default comment for the table, please edit me'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlevel` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlevel` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlevel` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_ctxlst_ctx`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_ctxlst_ctx` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `contextid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + `status` tinyint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatactxlctx_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_ctxlst_ctx` +-- + +LOCK TABLES `m_tool_dataprivacy_ctxlst_ctx` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_ctxlst_ctx` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purpose` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purpose`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purpose` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) DEFAULT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purposes'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purpose` +-- + +LOCK TABLES `m_tool_dataprivacy_purpose` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purpose` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_purposerole` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_purposerole`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_purposerole` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `purposeid` bigint NOT NULL, + `roleid` bigint NOT NULL, + `lawfulbases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `sensitivedatareasons` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `retentionperiod` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `protected` tinyint(1) DEFAULT NULL, + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatapurp_purrol_uix` (`purposeid`,`roleid`), + KEY `m_tooldatapurp_pur_ix` (`purposeid`), + KEY `m_tooldatapurp_rol_ix` (`roleid`), + KEY `m_tooldatapurp_use_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data purpose overrides for a specific role'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_purposerole` +-- + +LOCK TABLES `m_tool_dataprivacy_purposerole` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_purposerole` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_request` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_request`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_request` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL DEFAULT '0', + `comments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `commentsformat` tinyint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `requestedby` bigint NOT NULL DEFAULT '0', + `status` tinyint NOT NULL DEFAULT '0', + `dpo` bigint DEFAULT '0', + `dpocomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `dpocommentformat` tinyint NOT NULL DEFAULT '0', + `systemapproved` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `creationmethod` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_tooldatarequ_use_ix` (`userid`), + KEY `m_tooldatarequ_req_ix` (`requestedby`), + KEY `m_tooldatarequ_dpo_ix` (`dpo`), + KEY `m_tooldatarequ_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table for data requests'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_request` +-- + +LOCK TABLES `m_tool_dataprivacy_request` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_request` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +DROP TABLE IF EXISTS `m_tool_dataprivacy_rqst_ctxlst`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_dataprivacy_rqst_ctxlst` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `requestid` bigint NOT NULL, + `contextlistid` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_tooldatarqstctxl_reqcon_uix` (`requestid`,`contextlistid`), + KEY `m_tooldatarqstctxl_req_ix` (`requestid`), + KEY `m_tooldatarqstctxl_con_ix` (`contextlistid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_dataprivacy_rqst_ctxlst` +-- + +LOCK TABLES `m_tool_dataprivacy_rqst_ctxlst` WRITE; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_dataprivacy_rqst_ctxlst` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa` +-- + +DROP TABLE IF EXISTS `m_tool_mfa`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `label` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + `createdfromip` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timemodified` bigint DEFAULT NULL, + `lastverified` bigint DEFAULT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `lockcounter` mediumint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfa_use_ix` (`userid`), + KEY `m_toolmfa_fac_ix` (`factor`), + KEY `m_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor configurations for users'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa` +-- + +LOCK TABLES `m_tool_mfa` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_auth` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_auth`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_auth` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `lastverified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmfaauth_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the last time a successful MFA auth was registered fo'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_auth` +-- + +LOCK TABLES `m_tool_mfa_auth` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_auth` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_auth` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_mfa_secrets` +-- + +DROP TABLE IF EXISTS `m_tool_mfa_secrets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_mfa_secrets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `factor` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + `expiry` bigint NOT NULL, + `revoked` tinyint(1) NOT NULL DEFAULT '0', + `sessionid` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmfasecr_fac_ix` (`factor`), + KEY `m_toolmfasecr_exp_ix` (`expiry`), + KEY `m_toolmfasecr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store factor secrets'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_mfa_secrets` +-- + +LOCK TABLES `m_tool_mfa_secrets` WRITE; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_mfa_secrets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_events` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_events` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `contextid` bigint NOT NULL, + `contextlevel` bigint NOT NULL, + `contextinstanceid` bigint NOT NULL, + `link` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `courseid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonieven_cou_ix` (`courseid`), + KEY `m_toolmonieven_con_ix` (`contextid`), + KEY `m_toolmonieven_con2_ix` (`contextinstanceid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A table that keeps a log of events related to subscriptions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_events` +-- + +LOCK TABLES `m_tool_monitor_events` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_events` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_history` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timesent` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`), + KEY `m_toolmonihist_sid_ix` (`sid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store history of message notifications sent'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_history` +-- + +LOCK TABLES `m_tool_monitor_history` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_rules` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_rules`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_rules` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint(1) NOT NULL, + `name` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `courseid` bigint NOT NULL, + `plugin` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `eventname` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `template` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `templateformat` tinyint(1) NOT NULL, + `frequency` smallint NOT NULL, + `timewindow` mediumint NOT NULL, + `timemodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolmonirule_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonirule_eve_ix` (`eventname`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_rules` +-- + +LOCK TABLES `m_tool_monitor_rules` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_rules` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_rules` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_monitor_subscriptions` +-- + +DROP TABLE IF EXISTS `m_tool_monitor_subscriptions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_monitor_subscriptions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `ruleid` bigint NOT NULL, + `cmid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `lastnotificationsent` bigint NOT NULL DEFAULT '0', + `inactivedate` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolmonisubs_couuse_ix` (`courseid`,`userid`), + KEY `m_toolmonisubs_rul_ix` (`ruleid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Table to store user subscriptions to various rules'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_monitor_subscriptions` +-- + +LOCK TABLES `m_tool_monitor_subscriptions` WRITE; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_monitor_subscriptions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy` +-- + +DROP TABLE IF EXISTS `m_tool_policy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `sortorder` mediumint NOT NULL DEFAULT '999', + `currentversionid` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpoli_cur_ix` (`currentversionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Contains the list of policy documents defined on the site.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy` +-- + +LOCK TABLES `m_tool_policy` WRITE; +/*!40000 ALTER TABLE `m_tool_policy` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_acceptances` +-- + +DROP TABLE IF EXISTS `m_tool_policy_acceptances`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_acceptances` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `policyversionid` bigint NOT NULL, + `userid` bigint NOT NULL, + `status` tinyint(1) DEFAULT NULL, + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_toolpoliacce_poluse_uix` (`policyversionid`,`userid`), + KEY `m_toolpoliacce_pol_ix` (`policyversionid`), + KEY `m_toolpoliacce_use_ix` (`userid`), + KEY `m_toolpoliacce_use2_ix` (`usermodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Tracks users accepting the policy versions'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_acceptances` +-- + +LOCK TABLES `m_tool_policy_acceptances` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_acceptances` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_policy_versions` +-- + +DROP TABLE IF EXISTS `m_tool_policy_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_policy_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `type` smallint NOT NULL DEFAULT '0', + `audience` smallint NOT NULL DEFAULT '0', + `archived` smallint NOT NULL DEFAULT '0', + `usermodified` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `policyid` bigint NOT NULL, + `agreementstyle` smallint NOT NULL DEFAULT '0', + `optional` smallint NOT NULL DEFAULT '0', + `revision` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `summaryformat` smallint NOT NULL, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` smallint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolpolivers_use_ix` (`usermodified`), + KEY `m_toolpolivers_pol_ix` (`policyid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Holds versions of the policy documents'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_policy_versions` +-- + +LOCK TABLES `m_tool_policy_versions` WRITE; +/*!40000 ALTER TABLE `m_tool_policy_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_policy_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_category` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `categoryid` bigint NOT NULL, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `fullname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_toolrecycate_tim_ix` (`timecreated`), + KEY `m_toolrecycate_cat_ix` (`categoryid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of items in the category recycle bin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_recyclebin_category` +-- + +LOCK TABLES `m_tool_recyclebin_category` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_recyclebin_course` +-- + +DROP TABLE IF EXISTS `m_tool_recyclebin_course`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_recyclebin_course` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `courseid` bigint NOT NULL, + `section` bigint NOT NULL, + `module` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_toolrecycour_tim_ix` (`timecreated`), + KEY `m_toolrecycour_cou_ix` (`courseid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A list of items in the course recycle bin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_recyclebin_course` +-- + +LOCK TABLES `m_tool_recyclebin_course` WRITE; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_tool_recyclebin_course` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_steps` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_steps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_steps` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `tourid` bigint NOT NULL, + `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `targettype` tinyint NOT NULL, + `targetvalue` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `sortorder` bigint NOT NULL DEFAULT '0', + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + PRIMARY KEY (`id`), + KEY `m_tooluserstep_tousor_ix` (`tourid`,`sortorder`), + KEY `m_tooluserstep_tou_ix` (`tourid`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Steps in an tour'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_steps` +-- + +LOCK TABLES `m_tool_usertours_steps` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_steps` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_steps` VALUES (1,1,'tour1_title_welcome,tool_usertours','tour1_content_welcome,tool_usertours',0,2,'',0,'{}'),(2,1,'tour1_title_navigation,tool_usertours','tour1_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',1,'{}'),(3,1,'tour1_title_customisation,tool_usertours','tour1_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',2,'{\"placement\":\"bottom\"}'),(4,1,'tour1_title_blockregion,tool_usertours','tour1_content_blockregion,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',3,'{}'),(5,1,'tour1_title_addingblocks,tool_usertours','tour1_content_addingblocks,tool_usertours',0,0,'body.editing [data-region=\"blocks-column\"]',4,'{\"placement\":\"bottom\"}'),(6,1,'tour1_title_end,tool_usertours','tour1_content_end,tool_usertours',0,2,'',5,'{}'),(7,2,'tour2_title_welcome,tool_usertours','tour2_content_welcome,tool_usertours',0,2,'',0,'{}'),(8,2,'tour2_title_customisation,tool_usertours','tour2_content_customisation,tool_usertours',0,0,'body:not(.editing) #page-header .card-block',1,'{}'),(9,2,'tour2_title_navigation,tool_usertours','tour2_content_navigation,tool_usertours',0,0,'[data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',2,'{}'),(10,2,'tour2_title_opendrawer,tool_usertours','tour2_content_opendrawer,tool_usertours',0,0,'body:not(.drawer-open-left) [data-region=\"drawer-toggle\"] button[data-action=\"toggle-drawer\"]',3,'{}'),(11,2,'tour2_title_participants,tool_usertours','tour2_content_participants,tool_usertours',0,0,'body.drawer-open-left [data-region=\"drawer\"] [data-key=\"participants\"]',4,'{\"placement\":\"bottom\",\"backdrop\":\"0\"}'),(12,2,'tour2_title_addblock,tool_usertours','tour2_content_addblock,tool_usertours',0,0,'body.drawer-open-left:not(.editing) [data-region=\"drawer\"]',5,'{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"0\",\"reflex\":\"0\"}'),(13,2,'tour2_title_addingblocks,tool_usertours','tour2_content_addingblocks,tool_usertours',0,0,'body.drawer-open-left.editing [data-region=\"drawer\"] [data-key=\"addblock\"]',6,'{\"backdrop\":\"0\",\"placement\":\"top\"}'),(14,2,'tour2_title_end,tool_usertours','tour2_content_end,tool_usertours',0,2,'',7,'{}'),(15,3,'tour_activityinfo_course_teacher_title,tool_usertours','tour_activityinfo_course_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(16,4,'tour_activityinfo_course_student_title,tool_usertours','tour_activityinfo_course_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(17,5,'tour_activityinfo_activity_teacher_title,tool_usertours','tour_activityinfo_activity_teacher_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(18,6,'tour_activityinfo_activity_student_title,tool_usertours','tour_activityinfo_activity_student_content,tool_usertours',0,0,'[data-region=activity-information]',0,'{}'),(19,7,'tour_navigation_course_index_student_title,tool_usertours','tour_navigation_course_index_student_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',0,'{}'),(20,8,'tour_navigation_course_edit_teacher_title,tool_usertours','tour_navigation_course_edit_teacher_content,tool_usertours',1,0,'form.editmode-switch-form',0,'{}'),(21,8,'tour_navigation_course_index_teacher_title,tool_usertours','tour_navigation_course_index_teacher_content,tool_usertours',1,0,'#theme_boost-drawers-courseindex .drawercontent',1,'{\"placement\":\"right\"}'),(22,8,'tour_navigation_course_announcements_teacher_title,tool_usertours','tour_navigation_course_announcements_teacher_content,tool_usertours',1,0,'.course-content .course-content-item-content .activity-item[data-activityname=\"Announcements\"]',2,'{\"placement\":\"left\"}'),(24,10,'tour_navigation_dashboard_title,tool_usertours','tour_navigation_dashboard_content,tool_usertours',1,0,'.drawer-toggles .drawer-toggler.drawer-right-toggle',0,'{\"placement\":\"left\"}'),(25,11,'tour_navigation_mycourses_title,tool_usertours','tour_navigation_mycourses_content,tool_usertours',1,0,'.header-actions-container .btn-group.course-manage',0,'{}'),(26,12,'tour_gradebook_search_title,tool_usertours','tour_gradebook_search_content,tool_usertours',1,0,'.tertiary-navigation .user-search',0,'{}'),(27,12,'tour_gradebook_filter_title,tool_usertours','tour_gradebook_filter_content,tool_usertours',1,0,'.tertiary-navigation .initials-selector',1,'{}'),(28,12,'tour_gradebook_action_title,tool_usertours','tour_gradebook_action_content,tool_usertours',1,0,'tr.heading th.highlightable .action-menu.grader',2,'{}'); +/*!40000 ALTER TABLE `m_tool_usertours_steps` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_tool_usertours_tours` +-- + +DROP TABLE IF EXISTS `m_tool_usertours_tours`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_tool_usertours_tours` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `pathmatch` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `endtourlabel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `configdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `displaystepnumbers` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='List of tours'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_tool_usertours_tours` +-- + +LOCK TABLES `m_tool_usertours_tours` WRITE; +/*!40000 ALTER TABLE `m_tool_usertours_tours` DISABLE KEYS */; +INSERT INTO `m_tool_usertours_tours` VALUES (1,'Boost - administrator','A tour of some new features in the Boost theme, for administrators','FRONTPAGE',0,9,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1479366244,\"default_tour\":true,\"filename\":\"boost_administrator.json\",\"version\":1,\"shipped_tour\":true,\"shipped_filename\":\"boost_administrator.json\",\"shipped_version\":1}',0),(2,'Boost - course view','A tour for introducing administrators and teachers to courses in the Boost theme','/course/view.php%',0,10,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"role\":[\"-1\",\"editingteacher\"],\"theme\":[\"boost\"]},\"majorupdatetime\":1480050104,\"shipped_tour\":true,\"shipped_filename\":\"boost_course_view.json\",\"shipped_version\":1}',0),(3,'Activity information in course homepage (Teacher)','A tour of the activity information for Teacher display on the course homepage','/course/view.php%',0,8,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_teacher.json\",\"shipped_version\":2}',0),(4,'Activity information in course homepage (Student)','A tour of the activity information for Student display on the course homepage','/course/view.php%',0,7,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620109487,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_course_page_student.json\",\"shipped_version\":2}',0),(5,'Activity information in activity page (Teacher)','A tour of the activity information for Teacher display on the activity page','/mod/%/view.php%',0,6,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_teacher.json\",\"shipped_version\":2}',0),(6,'Activity information in activity page (Student)','A tour of the activity information for Student display on the activity page','/mod/%/view.php%',0,5,NULL,'{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"student\"],\"theme\":[],\"cssselector\":[\"[data-region=activity-information]\"]},\"majorupdatetime\":1620110287,\"shipped_tour\":true,\"shipped_filename\":\"311_activity_information_activity_page_student.json\",\"shipped_version\":2}',0),(7,'tour_navigation_course_student_tour_name,tool_usertours','tour_navigation_course_student_tour_des,tool_usertours','/course/view.php%',1,4,'','{\"placement\":\"right\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"student\"],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972472,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_course_student.json\",\"shipped_version\":3}',1),(8,'tour_navigation_course_teacher_tour_name,tool_usertours','tour_navigation_course_teacher_tour_des,tool_usertours','/course/view.php%',1,3,'','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[\"-1\",\"coursecreator\",\"manager\",\"teacher\",\"editingteacher\"],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972470,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_course_teacher.json\",\"shipped_version\":3}',1),(10,'tour_navigation_dashboard_tour_name,tool_usertours','tour_navigation_dashboard_tour_des,tool_usertours','FRONTPAGE_MY',1,2,'','{\"placement\":\"left\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972465,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_dashboard.json\",\"shipped_version\":4}',1),(11,'tour_navigation_mycourses_tour_name,tool_usertours','tour_navigation_mycourses_tour_des,tool_usertours','/my/courses.php',1,1,'tour_navigation_mycourses_endtourlabel,tool_usertours','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[\"boost\"],\"cssselector\":[]},\"majorupdatetime\":1641972468,\"shipped_tour\":true,\"shipped_filename\":\"40_tour_navigation_mycourse.json\",\"shipped_version\":5}',1),(12,'tour_gradebook_tour_name,tool_usertours','tour_gradebook_tour_description,tool_usertours','/grade/report/grader/index.php%',1,0,'','{\"placement\":\"bottom\",\"orphan\":\"0\",\"backdrop\":\"1\",\"reflex\":\"0\",\"filtervalues\":{\"accessdate\":{\"filter_accessdate\":\"tool_usertours_accountcreation\",\"filter_accessdate_range\":0,\"filter_accessdate_enabled\":\"0\"},\"category\":[],\"course\":[],\"courseformat\":[],\"role\":[],\"theme\":[],\"cssselector\":[]},\"majorupdatetime\":1683276000,\"shipped_tour\":true,\"shipped_filename\":\"42_tour_gradebook_grader_report.json\",\"shipped_version\":1}',1); +/*!40000 ALTER TABLE `m_tool_usertours_tours` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_upgrade_log` +-- + +DROP TABLE IF EXISTS `m_upgrade_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_upgrade_log` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `type` bigint NOT NULL, + `plugin` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `version` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `targetversion` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `backtrace` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `userid` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_upgrlog_tim_ix` (`timemodified`), + KEY `m_upgrlog_typtim_ix` (`type`,`timemodified`), + KEY `m_upgrlog_use_ix` (`userid`) +) ENGINE=InnoDB AUTO_INCREMENT=8147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Upgrade logging'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_upgrade_log` +-- + +LOCK TABLES `m_upgrade_log` WRITE; +/*!40000 ALTER TABLE `m_upgrade_log` DISABLE KEYS */; +INSERT INTO `m_upgrade_log` VALUES (1,0,'core','2018051707.04','2018051707.04','Upgrade savepoint reached',NULL,'',0,1566467672),(2,0,'core','2018051707.04','2018051707.04','Core installed',NULL,'',0,1566467682),(3,0,'antivirus_clamav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(4,0,'antivirus_clamav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(5,0,'antivirus_clamav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(6,0,'availability_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(7,0,'availability_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(8,0,'availability_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(9,0,'availability_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(10,0,'availability_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(11,0,'availability_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(12,0,'availability_grade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(13,0,'availability_grade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(14,0,'availability_grade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(15,0,'availability_group',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(16,0,'availability_group','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(17,0,'availability_group','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(18,0,'availability_grouping',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(19,0,'availability_grouping','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(20,0,'availability_grouping','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(21,0,'availability_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(22,0,'availability_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(23,0,'availability_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(24,0,'qtype_calculated',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(25,0,'qtype_calculated','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(26,0,'qtype_calculated','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(27,0,'qtype_calculatedmulti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(28,0,'qtype_calculatedmulti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(29,0,'qtype_calculatedmulti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(30,0,'qtype_calculatedsimple',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(31,0,'qtype_calculatedsimple','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(32,0,'qtype_calculatedsimple','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(33,0,'qtype_ddimageortext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(34,0,'qtype_ddimageortext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(35,0,'qtype_ddimageortext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(36,0,'qtype_ddmarker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(37,0,'qtype_ddmarker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(38,0,'qtype_ddmarker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(39,0,'qtype_ddwtos',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(40,0,'qtype_ddwtos','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(41,0,'qtype_ddwtos','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(42,0,'qtype_description',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(43,0,'qtype_description','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(44,0,'qtype_description','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(45,0,'qtype_essay',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(46,0,'qtype_essay','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(47,0,'qtype_essay','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(48,0,'qtype_gapselect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(49,0,'qtype_gapselect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467682),(50,0,'qtype_gapselect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467682),(51,0,'qtype_match',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467682),(52,0,'qtype_match','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(53,0,'qtype_match','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(54,0,'qtype_missingtype',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(55,0,'qtype_missingtype','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(56,0,'qtype_missingtype','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(57,0,'qtype_multianswer',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(58,0,'qtype_multianswer','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(59,0,'qtype_multianswer','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(60,0,'qtype_multichoice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(61,0,'qtype_multichoice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(62,0,'qtype_multichoice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(63,0,'qtype_numerical',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(64,0,'qtype_numerical','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(65,0,'qtype_numerical','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(66,0,'qtype_random',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467683),(67,0,'qtype_random','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467683),(68,0,'qtype_random','2018051401','2018051401','Plugin installed',NULL,'',0,1566467683),(69,0,'qtype_randomsamatch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(70,0,'qtype_randomsamatch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(71,0,'qtype_randomsamatch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(72,0,'qtype_shortanswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(73,0,'qtype_shortanswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(74,0,'qtype_shortanswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(75,0,'qtype_truefalse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(76,0,'qtype_truefalse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(77,0,'qtype_truefalse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467683),(78,0,'mod_assign',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467683),(79,0,'mod_assign','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467683),(80,0,'mod_assign','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(81,0,'mod_assignment',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(82,0,'mod_assignment','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(83,0,'mod_assignment','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(84,0,'mod_book',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(85,0,'mod_book','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(86,0,'mod_book','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(87,0,'mod_chat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(88,0,'mod_chat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(89,0,'mod_chat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467684),(90,0,'mod_choice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467684),(91,0,'mod_choice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467684),(92,0,'mod_choice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(93,0,'mod_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(94,0,'mod_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(95,0,'mod_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467685),(96,0,'mod_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467685),(97,0,'mod_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467685),(98,0,'mod_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(99,0,'mod_folder',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(100,0,'mod_folder','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(101,0,'mod_folder','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(102,0,'mod_forum',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467686),(103,0,'mod_forum','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467686),(104,0,'mod_forum','2018051400','2018051400','Plugin installed',NULL,'',0,1566467686),(105,0,'mod_glossary',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467687),(106,0,'mod_glossary','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467687),(107,0,'mod_glossary','2018051401','2018051401','Plugin installed',NULL,'',0,1566467687),(108,0,'mod_imscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(109,0,'mod_imscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(110,0,'mod_imscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(111,0,'mod_label',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(112,0,'mod_label','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(113,0,'mod_label','2018051400','2018051400','Plugin installed',NULL,'',0,1566467687),(114,0,'mod_lesson',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467687),(115,0,'mod_lesson','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467687),(116,0,'mod_lesson','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(117,0,'mod_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(118,0,'mod_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(119,0,'mod_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(120,0,'mod_page',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(121,0,'mod_page','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(122,0,'mod_page','2018051400','2018051400','Plugin installed',NULL,'',0,1566467688),(123,0,'mod_quiz',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467688),(124,0,'mod_quiz','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467688),(125,0,'mod_quiz','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(126,0,'mod_resource',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(127,0,'mod_resource','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(128,0,'mod_resource','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(129,0,'mod_scorm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(130,0,'mod_scorm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(131,0,'mod_scorm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(132,0,'mod_survey',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(133,0,'mod_survey','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(134,0,'mod_survey','2018051400','2018051400','Plugin installed',NULL,'',0,1566467689),(135,0,'mod_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467689),(136,0,'mod_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467689),(137,0,'mod_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(138,0,'mod_wiki',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(139,0,'mod_wiki','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(140,0,'mod_wiki','2018051400','2018051400','Plugin installed',NULL,'',0,1566467690),(141,0,'mod_workshop',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467690),(142,0,'mod_workshop','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467690),(143,0,'mod_workshop','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(144,0,'auth_cas',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(145,0,'auth_cas','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(146,0,'auth_cas','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(147,0,'auth_db',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(148,0,'auth_db','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(149,0,'auth_db','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(150,0,'auth_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(151,0,'auth_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(152,0,'auth_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(153,0,'auth_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(154,0,'auth_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(155,0,'auth_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(156,0,'auth_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(157,0,'auth_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(158,0,'auth_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(159,0,'auth_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(160,0,'auth_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(161,0,'auth_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(162,0,'auth_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(163,0,'auth_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(164,0,'auth_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(165,0,'auth_nologin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(166,0,'auth_nologin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(167,0,'auth_nologin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(168,0,'auth_none',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(169,0,'auth_none','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(170,0,'auth_none','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(171,0,'auth_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(172,0,'auth_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(173,0,'auth_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(174,0,'auth_shibboleth',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(175,0,'auth_shibboleth','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(176,0,'auth_shibboleth','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(177,0,'auth_webservice',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(178,0,'auth_webservice','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(179,0,'auth_webservice','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(180,0,'calendartype_gregorian',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(181,0,'calendartype_gregorian','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(182,0,'calendartype_gregorian','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(183,0,'enrol_category',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(184,0,'enrol_category','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(185,0,'enrol_category','2018051400','2018051400','Plugin installed',NULL,'',0,1566467691),(186,0,'enrol_cohort',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467691),(187,0,'enrol_cohort','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467691),(188,0,'enrol_cohort','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(189,0,'enrol_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(190,0,'enrol_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(191,0,'enrol_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(192,0,'enrol_flatfile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(193,0,'enrol_flatfile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(194,0,'enrol_flatfile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(195,0,'enrol_guest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(196,0,'enrol_guest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(197,0,'enrol_guest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(198,0,'enrol_imsenterprise',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(199,0,'enrol_imsenterprise','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(200,0,'enrol_imsenterprise','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(201,0,'enrol_ldap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(202,0,'enrol_ldap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(203,0,'enrol_ldap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(204,0,'enrol_lti',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(205,0,'enrol_lti','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(206,0,'enrol_lti','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(207,0,'enrol_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(208,0,'enrol_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(209,0,'enrol_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(210,0,'enrol_meta',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(211,0,'enrol_meta','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(212,0,'enrol_meta','2018051400','2018051400','Plugin installed',NULL,'',0,1566467692),(213,0,'enrol_mnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467692),(214,0,'enrol_mnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467692),(215,0,'enrol_mnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(216,0,'enrol_paypal',NULL,'2018051405','Starting plugin installation',NULL,'',0,1566467693),(217,0,'enrol_paypal','2018051405','2018051405','Upgrade savepoint reached',NULL,'',0,1566467693),(218,0,'enrol_paypal','2018051405','2018051405','Plugin installed',NULL,'',0,1566467693),(219,0,'enrol_self',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(220,0,'enrol_self','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(221,0,'enrol_self','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(222,0,'message_airnotifier',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(223,0,'message_airnotifier','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(224,0,'message_airnotifier','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(225,0,'message_email',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(226,0,'message_email','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(227,0,'message_email','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(228,0,'message_jabber',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(229,0,'message_jabber','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(230,0,'message_jabber','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(231,0,'message_popup',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(232,0,'message_popup','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(233,0,'message_popup','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(234,0,'block_activity_modules',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(235,0,'block_activity_modules','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(236,0,'block_activity_modules','2018051400','2018051400','Plugin installed',NULL,'',0,1566467693),(237,0,'block_activity_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467693),(238,0,'block_activity_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467693),(239,0,'block_activity_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(240,0,'block_admin_bookmarks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(241,0,'block_admin_bookmarks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(242,0,'block_admin_bookmarks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(243,0,'block_badges',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(244,0,'block_badges','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(245,0,'block_badges','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(246,0,'block_blog_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(247,0,'block_blog_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(248,0,'block_blog_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(249,0,'block_blog_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(250,0,'block_blog_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(251,0,'block_blog_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(252,0,'block_blog_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(253,0,'block_blog_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(254,0,'block_blog_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(255,0,'block_calendar_month',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(256,0,'block_calendar_month','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(257,0,'block_calendar_month','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(258,0,'block_calendar_upcoming',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(259,0,'block_calendar_upcoming','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(260,0,'block_calendar_upcoming','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(261,0,'block_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(262,0,'block_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(263,0,'block_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(264,0,'block_community',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(265,0,'block_community','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(266,0,'block_community','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(267,0,'block_completionstatus',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(268,0,'block_completionstatus','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(269,0,'block_completionstatus','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(270,0,'block_course_list',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(271,0,'block_course_list','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(272,0,'block_course_list','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(273,0,'block_course_summary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(274,0,'block_course_summary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(275,0,'block_course_summary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(276,0,'block_feedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(277,0,'block_feedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(278,0,'block_feedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467694),(279,0,'block_globalsearch',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467694),(280,0,'block_globalsearch','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467694),(281,0,'block_globalsearch','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(282,0,'block_glossary_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(283,0,'block_glossary_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(284,0,'block_glossary_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(285,0,'block_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(286,0,'block_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(287,0,'block_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(288,0,'block_login',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(289,0,'block_login','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(290,0,'block_login','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(291,0,'block_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(292,0,'block_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(293,0,'block_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(294,0,'block_mentees',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(295,0,'block_mentees','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(296,0,'block_mentees','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(297,0,'block_mnet_hosts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(298,0,'block_mnet_hosts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(299,0,'block_mnet_hosts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(300,0,'block_myoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(301,0,'block_myoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(302,0,'block_myoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(303,0,'block_myprofile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(304,0,'block_myprofile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(305,0,'block_myprofile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(306,0,'block_navigation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(307,0,'block_navigation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(308,0,'block_navigation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(309,0,'block_news_items',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(310,0,'block_news_items','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(311,0,'block_news_items','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(312,0,'block_online_users',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(313,0,'block_online_users','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(314,0,'block_online_users','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(315,0,'block_participants',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(316,0,'block_participants','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(317,0,'block_participants','2018051400','2018051400','Plugin installed',NULL,'',0,1566467695),(318,0,'block_private_files',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467695),(319,0,'block_private_files','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467695),(320,0,'block_private_files','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(321,0,'block_quiz_results',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(322,0,'block_quiz_results','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(323,0,'block_quiz_results','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(324,0,'block_recent_activity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(325,0,'block_recent_activity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(326,0,'block_recent_activity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(327,0,'block_rss_client',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(328,0,'block_rss_client','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(329,0,'block_rss_client','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(330,0,'block_search_forums',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(331,0,'block_search_forums','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(332,0,'block_search_forums','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(333,0,'block_section_links',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(334,0,'block_section_links','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(335,0,'block_section_links','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(336,0,'block_selfcompletion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(337,0,'block_selfcompletion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(338,0,'block_selfcompletion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(339,0,'block_settings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(340,0,'block_settings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(341,0,'block_settings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(342,0,'block_site_main_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(343,0,'block_site_main_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(344,0,'block_site_main_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(345,0,'block_social_activities',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(346,0,'block_social_activities','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(347,0,'block_social_activities','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(348,0,'block_tag_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(349,0,'block_tag_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(350,0,'block_tag_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(351,0,'block_tag_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(352,0,'block_tag_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(353,0,'block_tag_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(354,0,'block_tags',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467696),(355,0,'block_tags','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467696),(356,0,'block_tags','2018051400','2018051400','Plugin installed',NULL,'',0,1566467696),(357,0,'media_html5audio',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(358,0,'media_html5audio','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(359,0,'media_html5audio','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(360,0,'media_html5video',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(361,0,'media_html5video','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(362,0,'media_html5video','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(363,0,'media_swf',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(364,0,'media_swf','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(365,0,'media_swf','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(366,0,'media_videojs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(367,0,'media_videojs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(368,0,'media_videojs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(369,0,'media_vimeo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(370,0,'media_vimeo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(371,0,'media_vimeo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(372,0,'media_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(373,0,'media_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(374,0,'media_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(375,0,'filter_activitynames',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(376,0,'filter_activitynames','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(377,0,'filter_activitynames','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(378,0,'filter_algebra',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(379,0,'filter_algebra','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(380,0,'filter_algebra','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(381,0,'filter_censor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(382,0,'filter_censor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(383,0,'filter_censor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(384,0,'filter_data',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(385,0,'filter_data','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(386,0,'filter_data','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(387,0,'filter_emailprotect',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(388,0,'filter_emailprotect','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(389,0,'filter_emailprotect','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(390,0,'filter_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(391,0,'filter_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(392,0,'filter_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(393,0,'filter_glossary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(394,0,'filter_glossary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(395,0,'filter_glossary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(396,0,'filter_mathjaxloader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(397,0,'filter_mathjaxloader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(398,0,'filter_mathjaxloader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(399,0,'filter_mediaplugin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(400,0,'filter_mediaplugin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(401,0,'filter_mediaplugin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(402,0,'filter_multilang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(403,0,'filter_multilang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(404,0,'filter_multilang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(405,0,'filter_tex',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(406,0,'filter_tex','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(407,0,'filter_tex','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(408,0,'filter_tidy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(409,0,'filter_tidy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(410,0,'filter_tidy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(411,0,'filter_urltolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467697),(412,0,'filter_urltolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467697),(413,0,'filter_urltolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467697),(414,0,'editor_atto',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467697),(415,0,'editor_atto','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467698),(416,0,'editor_atto','2018051401','2018051401','Plugin installed',NULL,'',0,1566467698),(417,0,'editor_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(418,0,'editor_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(419,0,'editor_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(420,0,'editor_tinymce',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(421,0,'editor_tinymce','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(422,0,'editor_tinymce','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(423,0,'format_singleactivity',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(424,0,'format_singleactivity','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(425,0,'format_singleactivity','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(426,0,'format_social',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(427,0,'format_social','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(428,0,'format_social','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(429,0,'format_topics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(430,0,'format_topics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(431,0,'format_topics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(432,0,'format_weeks',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(433,0,'format_weeks','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(434,0,'format_weeks','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(435,0,'dataformat_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(436,0,'dataformat_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(437,0,'dataformat_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(438,0,'dataformat_excel',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(439,0,'dataformat_excel','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(440,0,'dataformat_excel','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(441,0,'dataformat_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(442,0,'dataformat_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(443,0,'dataformat_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(444,0,'dataformat_json',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(445,0,'dataformat_json','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(446,0,'dataformat_json','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(447,0,'dataformat_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(448,0,'dataformat_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(449,0,'dataformat_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(450,0,'profilefield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(451,0,'profilefield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(452,0,'profilefield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(453,0,'profilefield_datetime',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(454,0,'profilefield_datetime','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(455,0,'profilefield_datetime','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(456,0,'profilefield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(457,0,'profilefield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(458,0,'profilefield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(459,0,'profilefield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(460,0,'profilefield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(461,0,'profilefield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(462,0,'profilefield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(463,0,'profilefield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(464,0,'profilefield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(465,0,'report_backups',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(466,0,'report_backups','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(467,0,'report_backups','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(468,0,'report_competency',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(469,0,'report_competency','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(470,0,'report_competency','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(471,0,'report_completion',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(472,0,'report_completion','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(473,0,'report_completion','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(474,0,'report_configlog',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(475,0,'report_configlog','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(476,0,'report_configlog','2018051400','2018051400','Plugin installed',NULL,'',0,1566467698),(477,0,'report_courseoverview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467698),(478,0,'report_courseoverview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467698),(479,0,'report_courseoverview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(480,0,'report_eventlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(481,0,'report_eventlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(482,0,'report_eventlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(483,0,'report_insights',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(484,0,'report_insights','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(485,0,'report_insights','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(486,0,'report_log',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(487,0,'report_log','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(488,0,'report_log','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(489,0,'report_loglive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(490,0,'report_loglive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(491,0,'report_loglive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(492,0,'report_outline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(493,0,'report_outline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(494,0,'report_outline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(495,0,'report_participation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(496,0,'report_participation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(497,0,'report_participation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(498,0,'report_performance',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(499,0,'report_performance','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(500,0,'report_performance','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(501,0,'report_progress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(502,0,'report_progress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(503,0,'report_progress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(504,0,'report_questioninstances',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(505,0,'report_questioninstances','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(506,0,'report_questioninstances','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(507,0,'report_security',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(508,0,'report_security','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(509,0,'report_security','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(510,0,'report_stats',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(511,0,'report_stats','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(512,0,'report_stats','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(513,0,'report_usersessions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(514,0,'report_usersessions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(515,0,'report_usersessions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(516,0,'gradeexport_ods',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(517,0,'gradeexport_ods','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(518,0,'gradeexport_ods','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(519,0,'gradeexport_txt',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467699),(520,0,'gradeexport_txt','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467699),(521,0,'gradeexport_txt','2018051400','2018051400','Plugin installed',NULL,'',0,1566467699),(522,0,'gradeexport_xls',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(523,0,'gradeexport_xls','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(524,0,'gradeexport_xls','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(525,0,'gradeexport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(526,0,'gradeexport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(527,0,'gradeexport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(528,0,'gradeimport_csv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(529,0,'gradeimport_csv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(530,0,'gradeimport_csv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(531,0,'gradeimport_direct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(532,0,'gradeimport_direct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(533,0,'gradeimport_direct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(534,0,'gradeimport_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(535,0,'gradeimport_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(536,0,'gradeimport_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(537,0,'gradereport_grader',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(538,0,'gradereport_grader','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(539,0,'gradereport_grader','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(540,0,'gradereport_history',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(541,0,'gradereport_history','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(542,0,'gradereport_history','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(543,0,'gradereport_outcomes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(544,0,'gradereport_outcomes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(545,0,'gradereport_outcomes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(546,0,'gradereport_overview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(547,0,'gradereport_overview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(548,0,'gradereport_overview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(549,0,'gradereport_singleview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(550,0,'gradereport_singleview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(551,0,'gradereport_singleview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(552,0,'gradereport_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(553,0,'gradereport_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(554,0,'gradereport_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(555,0,'gradingform_guide',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(556,0,'gradingform_guide','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467700),(557,0,'gradingform_guide','2018051400','2018051400','Plugin installed',NULL,'',0,1566467700),(558,0,'gradingform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467700),(559,0,'gradingform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(560,0,'gradingform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(561,0,'mlbackend_php',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(562,0,'mlbackend_php','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(563,0,'mlbackend_php','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(564,0,'mlbackend_python',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(565,0,'mlbackend_python','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(566,0,'mlbackend_python','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(567,0,'mnetservice_enrol',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(568,0,'mnetservice_enrol','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(569,0,'mnetservice_enrol','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(570,0,'webservice_rest',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(571,0,'webservice_rest','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(572,0,'webservice_rest','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(573,0,'webservice_soap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(574,0,'webservice_soap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(575,0,'webservice_soap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(576,0,'webservice_xmlrpc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(577,0,'webservice_xmlrpc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(578,0,'webservice_xmlrpc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(579,0,'repository_areafiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(580,0,'repository_areafiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(581,0,'repository_areafiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(582,0,'repository_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(583,0,'repository_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(584,0,'repository_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(585,0,'repository_coursefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(586,0,'repository_coursefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(587,0,'repository_coursefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(588,0,'repository_dropbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(589,0,'repository_dropbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(590,0,'repository_dropbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(591,0,'repository_equella',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(592,0,'repository_equella','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(593,0,'repository_equella','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(594,0,'repository_filesystem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(595,0,'repository_filesystem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(596,0,'repository_filesystem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(597,0,'repository_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(598,0,'repository_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(599,0,'repository_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(600,0,'repository_flickr_public',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(601,0,'repository_flickr_public','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(602,0,'repository_flickr_public','2018051400','2018051400','Plugin installed',NULL,'',0,1566467701),(603,0,'repository_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467701),(604,0,'repository_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467701),(605,0,'repository_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(606,0,'repository_local',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(607,0,'repository_local','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(608,0,'repository_local','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(609,0,'repository_merlot',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(610,0,'repository_merlot','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(611,0,'repository_merlot','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(612,0,'repository_onedrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(613,0,'repository_onedrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(614,0,'repository_onedrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(615,0,'repository_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(616,0,'repository_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(617,0,'repository_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(618,0,'repository_recent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(619,0,'repository_recent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(620,0,'repository_recent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(621,0,'repository_s3',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(622,0,'repository_s3','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(623,0,'repository_s3','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(624,0,'repository_skydrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(625,0,'repository_skydrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(626,0,'repository_skydrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(627,0,'repository_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(628,0,'repository_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(629,0,'repository_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(630,0,'repository_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(631,0,'repository_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(632,0,'repository_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(633,0,'repository_user',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(634,0,'repository_user','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(635,0,'repository_user','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(636,0,'repository_webdav',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(637,0,'repository_webdav','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(638,0,'repository_webdav','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(639,0,'repository_wikimedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(640,0,'repository_wikimedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(641,0,'repository_wikimedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(642,0,'repository_youtube',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(643,0,'repository_youtube','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(644,0,'repository_youtube','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(645,0,'portfolio_boxnet',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(646,0,'portfolio_boxnet','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(647,0,'portfolio_boxnet','2018051400','2018051400','Plugin installed',NULL,'',0,1566467702),(648,0,'portfolio_download',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467702),(649,0,'portfolio_download','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467702),(650,0,'portfolio_download','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(651,0,'portfolio_flickr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(652,0,'portfolio_flickr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(653,0,'portfolio_flickr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(654,0,'portfolio_googledocs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(655,0,'portfolio_googledocs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(656,0,'portfolio_googledocs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(657,0,'portfolio_mahara',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(658,0,'portfolio_mahara','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(659,0,'portfolio_mahara','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(660,0,'portfolio_picasa',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(661,0,'portfolio_picasa','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(662,0,'portfolio_picasa','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(663,0,'search_simpledb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(664,0,'search_simpledb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(665,0,'search_simpledb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(666,0,'search_solr',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(667,0,'search_solr','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(668,0,'search_solr','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(669,0,'qbehaviour_adaptive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(670,0,'qbehaviour_adaptive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(671,0,'qbehaviour_adaptive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(672,0,'qbehaviour_adaptivenopenalty',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(673,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(674,0,'qbehaviour_adaptivenopenalty','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(675,0,'qbehaviour_deferredcbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(676,0,'qbehaviour_deferredcbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(677,0,'qbehaviour_deferredcbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(678,0,'qbehaviour_deferredfeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(679,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(680,0,'qbehaviour_deferredfeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(681,0,'qbehaviour_immediatecbm',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(682,0,'qbehaviour_immediatecbm','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(683,0,'qbehaviour_immediatecbm','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(684,0,'qbehaviour_immediatefeedback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(685,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(686,0,'qbehaviour_immediatefeedback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(687,0,'qbehaviour_informationitem',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(688,0,'qbehaviour_informationitem','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(689,0,'qbehaviour_informationitem','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(690,0,'qbehaviour_interactive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(691,0,'qbehaviour_interactive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(692,0,'qbehaviour_interactive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(693,0,'qbehaviour_interactivecountback',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(694,0,'qbehaviour_interactivecountback','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(695,0,'qbehaviour_interactivecountback','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(696,0,'qbehaviour_manualgraded',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(697,0,'qbehaviour_manualgraded','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(698,0,'qbehaviour_manualgraded','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(699,0,'qbehaviour_missing',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(700,0,'qbehaviour_missing','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467703),(701,0,'qbehaviour_missing','2018051400','2018051400','Plugin installed',NULL,'',0,1566467703),(702,0,'qformat_aiken',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467703),(703,0,'qformat_aiken','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(704,0,'qformat_aiken','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(705,0,'qformat_blackboard_six',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(706,0,'qformat_blackboard_six','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(707,0,'qformat_blackboard_six','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(708,0,'qformat_examview',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(709,0,'qformat_examview','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(710,0,'qformat_examview','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(711,0,'qformat_gift',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(712,0,'qformat_gift','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(713,0,'qformat_gift','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(714,0,'qformat_missingword',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(715,0,'qformat_missingword','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(716,0,'qformat_missingword','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(717,0,'qformat_multianswer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(718,0,'qformat_multianswer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(719,0,'qformat_multianswer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(720,0,'qformat_webct',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(721,0,'qformat_webct','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(722,0,'qformat_webct','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(723,0,'qformat_xhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(724,0,'qformat_xhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(725,0,'qformat_xhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(726,0,'qformat_xml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(727,0,'qformat_xml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(728,0,'qformat_xml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(729,0,'tool_analytics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(730,0,'tool_analytics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(731,0,'tool_analytics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(732,0,'tool_assignmentupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(733,0,'tool_assignmentupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(734,0,'tool_assignmentupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(735,0,'tool_availabilityconditions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(736,0,'tool_availabilityconditions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(737,0,'tool_availabilityconditions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(738,0,'tool_behat',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(739,0,'tool_behat','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(740,0,'tool_behat','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(741,0,'tool_capability',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(742,0,'tool_capability','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(743,0,'tool_capability','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(744,0,'tool_cohortroles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(745,0,'tool_cohortroles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(746,0,'tool_cohortroles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(747,0,'tool_customlang',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467704),(748,0,'tool_customlang','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467704),(749,0,'tool_customlang','2018051400','2018051400','Plugin installed',NULL,'',0,1566467704),(750,0,'tool_dataprivacy',NULL,'2018051415','Starting plugin installation',NULL,'',0,1566467704),(751,0,'tool_dataprivacy','2018051415','2018051415','Upgrade savepoint reached',NULL,'',0,1566467705),(752,0,'tool_dataprivacy','2018051415','2018051415','Plugin installed',NULL,'',0,1566467705),(753,0,'tool_dbtransfer',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(754,0,'tool_dbtransfer','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(755,0,'tool_dbtransfer','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(756,0,'tool_filetypes',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(757,0,'tool_filetypes','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(758,0,'tool_filetypes','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(759,0,'tool_generator',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(760,0,'tool_generator','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(761,0,'tool_generator','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(762,0,'tool_health',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(763,0,'tool_health','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(764,0,'tool_health','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(765,0,'tool_httpsreplace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(766,0,'tool_httpsreplace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(767,0,'tool_httpsreplace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(768,0,'tool_innodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(769,0,'tool_innodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(770,0,'tool_innodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(771,0,'tool_installaddon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(772,0,'tool_installaddon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(773,0,'tool_installaddon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(774,0,'tool_langimport',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(775,0,'tool_langimport','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(776,0,'tool_langimport','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(777,0,'tool_log',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467705),(778,0,'tool_log','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467705),(779,0,'tool_log','2018051401','2018051401','Plugin installed',NULL,'',0,1566467705),(780,0,'tool_lp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(781,0,'tool_lp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(782,0,'tool_lp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(783,0,'tool_lpimportcsv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(784,0,'tool_lpimportcsv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(785,0,'tool_lpimportcsv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(786,0,'tool_lpmigrate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(787,0,'tool_lpmigrate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(788,0,'tool_lpmigrate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(789,0,'tool_messageinbound',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(790,0,'tool_messageinbound','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(791,0,'tool_messageinbound','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(792,0,'tool_mobile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(793,0,'tool_mobile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467705),(794,0,'tool_mobile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467705),(795,0,'tool_monitor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467705),(796,0,'tool_monitor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(797,0,'tool_monitor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(798,0,'tool_multilangupgrade',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(799,0,'tool_multilangupgrade','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(800,0,'tool_multilangupgrade','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(801,0,'tool_oauth2',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(802,0,'tool_oauth2','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(803,0,'tool_oauth2','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(804,0,'tool_phpunit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(805,0,'tool_phpunit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(806,0,'tool_phpunit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(807,0,'tool_policy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(808,0,'tool_policy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(809,0,'tool_policy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(810,0,'tool_profiling',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(811,0,'tool_profiling','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(812,0,'tool_profiling','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(813,0,'tool_recyclebin',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(814,0,'tool_recyclebin','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(815,0,'tool_recyclebin','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(816,0,'tool_replace',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(817,0,'tool_replace','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(818,0,'tool_replace','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(819,0,'tool_spamcleaner',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(820,0,'tool_spamcleaner','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(821,0,'tool_spamcleaner','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(822,0,'tool_task',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(823,0,'tool_task','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(824,0,'tool_task','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(825,0,'tool_templatelibrary',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(826,0,'tool_templatelibrary','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(827,0,'tool_templatelibrary','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(828,0,'tool_unsuproles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(829,0,'tool_unsuproles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(830,0,'tool_unsuproles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(831,0,'tool_uploadcourse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(832,0,'tool_uploadcourse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(833,0,'tool_uploadcourse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(834,0,'tool_uploaduser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(835,0,'tool_uploaduser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467706),(836,0,'tool_uploaduser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467706),(837,0,'tool_usertours',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467706),(838,0,'tool_usertours','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(839,0,'tool_usertours','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(840,0,'tool_xmldb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(841,0,'tool_xmldb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(842,0,'tool_xmldb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(843,0,'cachestore_apcu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(844,0,'cachestore_apcu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(845,0,'cachestore_apcu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(846,0,'cachestore_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(847,0,'cachestore_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(848,0,'cachestore_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(849,0,'cachestore_memcache',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(850,0,'cachestore_memcache','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(851,0,'cachestore_memcache','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(852,0,'cachestore_memcached',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(853,0,'cachestore_memcached','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(854,0,'cachestore_memcached','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(855,0,'cachestore_mongodb',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(856,0,'cachestore_mongodb','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(857,0,'cachestore_mongodb','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(858,0,'cachestore_redis',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(859,0,'cachestore_redis','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(860,0,'cachestore_redis','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(861,0,'cachestore_session',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(862,0,'cachestore_session','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(863,0,'cachestore_session','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(864,0,'cachestore_static',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(865,0,'cachestore_static','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(866,0,'cachestore_static','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(867,0,'cachelock_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(868,0,'cachelock_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(869,0,'cachelock_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(870,0,'fileconverter_googledrive',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(871,0,'fileconverter_googledrive','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(872,0,'fileconverter_googledrive','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(873,0,'fileconverter_unoconv',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(874,0,'fileconverter_unoconv','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(875,0,'fileconverter_unoconv','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(876,0,'theme_boost',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(877,0,'theme_boost','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(878,0,'theme_boost','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(879,0,'theme_bootstrapbase',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(880,0,'theme_bootstrapbase','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(881,0,'theme_bootstrapbase','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(882,0,'theme_clean',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(883,0,'theme_clean','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467707),(884,0,'theme_clean','2018051400','2018051400','Plugin installed',NULL,'',0,1566467707),(885,0,'theme_more',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467707),(886,0,'theme_more','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(887,0,'theme_more','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(888,0,'assignsubmission_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(889,0,'assignsubmission_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(890,0,'assignsubmission_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(891,0,'assignsubmission_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(892,0,'assignsubmission_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(893,0,'assignsubmission_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(894,0,'assignsubmission_onlinetext',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(895,0,'assignsubmission_onlinetext','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(896,0,'assignsubmission_onlinetext','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(897,0,'assignfeedback_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(898,0,'assignfeedback_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(899,0,'assignfeedback_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(900,0,'assignfeedback_editpdf',NULL,'2018051401','Starting plugin installation',NULL,'',0,1566467708),(901,0,'assignfeedback_editpdf','2018051401','2018051401','Upgrade savepoint reached',NULL,'',0,1566467708),(902,0,'assignfeedback_editpdf','2018051401','2018051401','Plugin installed',NULL,'',0,1566467708),(903,0,'assignfeedback_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(904,0,'assignfeedback_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(905,0,'assignfeedback_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(906,0,'assignfeedback_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(907,0,'assignfeedback_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(908,0,'assignfeedback_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(909,0,'assignment_offline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(910,0,'assignment_offline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(911,0,'assignment_offline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(912,0,'assignment_online',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(913,0,'assignment_online','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(914,0,'assignment_online','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(915,0,'assignment_upload',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(916,0,'assignment_upload','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(917,0,'assignment_upload','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(918,0,'assignment_uploadsingle',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(919,0,'assignment_uploadsingle','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(920,0,'assignment_uploadsingle','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(921,0,'booktool_exportimscp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(922,0,'booktool_exportimscp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(923,0,'booktool_exportimscp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467708),(924,0,'booktool_importhtml',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467708),(925,0,'booktool_importhtml','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467708),(926,0,'booktool_importhtml','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(927,0,'booktool_print',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(928,0,'booktool_print','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(929,0,'booktool_print','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(930,0,'datafield_checkbox',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(931,0,'datafield_checkbox','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(932,0,'datafield_checkbox','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(933,0,'datafield_date',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(934,0,'datafield_date','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(935,0,'datafield_date','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(936,0,'datafield_file',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(937,0,'datafield_file','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(938,0,'datafield_file','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(939,0,'datafield_latlong',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(940,0,'datafield_latlong','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(941,0,'datafield_latlong','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(942,0,'datafield_menu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(943,0,'datafield_menu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(944,0,'datafield_menu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(945,0,'datafield_multimenu',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(946,0,'datafield_multimenu','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(947,0,'datafield_multimenu','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(948,0,'datafield_number',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(949,0,'datafield_number','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(950,0,'datafield_number','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(951,0,'datafield_picture',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(952,0,'datafield_picture','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(953,0,'datafield_picture','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(954,0,'datafield_radiobutton',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(955,0,'datafield_radiobutton','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(956,0,'datafield_radiobutton','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(957,0,'datafield_text',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(958,0,'datafield_text','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(959,0,'datafield_text','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(960,0,'datafield_textarea',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(961,0,'datafield_textarea','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(962,0,'datafield_textarea','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(963,0,'datafield_url',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(964,0,'datafield_url','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(965,0,'datafield_url','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(966,0,'datapreset_imagegallery',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(967,0,'datapreset_imagegallery','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(968,0,'datapreset_imagegallery','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(969,0,'ltiservice_gradebookservices',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(970,0,'ltiservice_gradebookservices','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(971,0,'ltiservice_gradebookservices','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(972,0,'ltiservice_memberships',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(973,0,'ltiservice_memberships','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(974,0,'ltiservice_memberships','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(975,0,'ltiservice_profile',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(976,0,'ltiservice_profile','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(977,0,'ltiservice_profile','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(978,0,'ltiservice_toolproxy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(979,0,'ltiservice_toolproxy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(980,0,'ltiservice_toolproxy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(981,0,'ltiservice_toolsettings',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(982,0,'ltiservice_toolsettings','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(983,0,'ltiservice_toolsettings','2018051400','2018051400','Plugin installed',NULL,'',0,1566467709),(984,0,'quiz_grading',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467709),(985,0,'quiz_grading','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467709),(986,0,'quiz_grading','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(987,0,'quiz_overview',NULL,'2018061801','Starting plugin installation',NULL,'',0,1566467710),(988,0,'quiz_overview','2018061801','2018061801','Upgrade savepoint reached',NULL,'',0,1566467710),(989,0,'quiz_overview','2018061801','2018061801','Plugin installed',NULL,'',0,1566467710),(990,0,'quiz_responses',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(991,0,'quiz_responses','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(992,0,'quiz_responses','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(993,0,'quiz_statistics',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(994,0,'quiz_statistics','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(995,0,'quiz_statistics','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(996,0,'quizaccess_delaybetweenattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(997,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(998,0,'quizaccess_delaybetweenattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(999,0,'quizaccess_ipaddress',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1000,0,'quizaccess_ipaddress','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1001,0,'quizaccess_ipaddress','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1002,0,'quizaccess_numattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1003,0,'quizaccess_numattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1004,0,'quizaccess_numattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1005,0,'quizaccess_offlineattempts',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1006,0,'quizaccess_offlineattempts','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1007,0,'quizaccess_offlineattempts','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1008,0,'quizaccess_openclosedate',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1009,0,'quizaccess_openclosedate','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1010,0,'quizaccess_openclosedate','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1011,0,'quizaccess_password',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1012,0,'quizaccess_password','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1013,0,'quizaccess_password','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1014,0,'quizaccess_safebrowser',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1015,0,'quizaccess_safebrowser','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1016,0,'quizaccess_safebrowser','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1017,0,'quizaccess_securewindow',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1018,0,'quizaccess_securewindow','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1019,0,'quizaccess_securewindow','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1020,0,'quizaccess_timelimit',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1021,0,'quizaccess_timelimit','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1022,0,'quizaccess_timelimit','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1023,0,'scormreport_basic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1024,0,'scormreport_basic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1025,0,'scormreport_basic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1026,0,'scormreport_graphs',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1027,0,'scormreport_graphs','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1028,0,'scormreport_graphs','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1029,0,'scormreport_interactions',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1030,0,'scormreport_interactions','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1031,0,'scormreport_interactions','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1032,0,'scormreport_objectives',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1033,0,'scormreport_objectives','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1034,0,'scormreport_objectives','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1035,0,'workshopform_accumulative',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1036,0,'workshopform_accumulative','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1037,0,'workshopform_accumulative','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1038,0,'workshopform_comments',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1039,0,'workshopform_comments','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467710),(1040,0,'workshopform_comments','2018051400','2018051400','Plugin installed',NULL,'',0,1566467710),(1041,0,'workshopform_numerrors',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467710),(1042,0,'workshopform_numerrors','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1043,0,'workshopform_numerrors','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1044,0,'workshopform_rubric',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1045,0,'workshopform_rubric','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1046,0,'workshopform_rubric','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1047,0,'workshopallocation_manual',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1048,0,'workshopallocation_manual','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1049,0,'workshopallocation_manual','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1050,0,'workshopallocation_random',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1051,0,'workshopallocation_random','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1052,0,'workshopallocation_random','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1053,0,'workshopallocation_scheduled',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1054,0,'workshopallocation_scheduled','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1055,0,'workshopallocation_scheduled','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1056,0,'workshopeval_best',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1057,0,'workshopeval_best','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1058,0,'workshopeval_best','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1059,0,'atto_accessibilitychecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1060,0,'atto_accessibilitychecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1061,0,'atto_accessibilitychecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1062,0,'atto_accessibilityhelper',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1063,0,'atto_accessibilityhelper','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1064,0,'atto_accessibilityhelper','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1065,0,'atto_align',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1066,0,'atto_align','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1067,0,'atto_align','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1068,0,'atto_backcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1069,0,'atto_backcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1070,0,'atto_backcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1071,0,'atto_bold',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1072,0,'atto_bold','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1073,0,'atto_bold','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1074,0,'atto_charmap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1075,0,'atto_charmap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1076,0,'atto_charmap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1077,0,'atto_clear',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1078,0,'atto_clear','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1079,0,'atto_clear','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1080,0,'atto_collapse',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1081,0,'atto_collapse','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1082,0,'atto_collapse','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1083,0,'atto_emoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1084,0,'atto_emoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1085,0,'atto_emoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1086,0,'atto_equation',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1087,0,'atto_equation','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1088,0,'atto_equation','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1089,0,'atto_fontcolor',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467711),(1090,0,'atto_fontcolor','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467711),(1091,0,'atto_fontcolor','2018051400','2018051400','Plugin installed',NULL,'',0,1566467711),(1092,0,'atto_html',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1093,0,'atto_html','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1094,0,'atto_html','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1095,0,'atto_image',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1096,0,'atto_image','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1097,0,'atto_image','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1098,0,'atto_indent',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1099,0,'atto_indent','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1100,0,'atto_indent','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1101,0,'atto_italic',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1102,0,'atto_italic','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1103,0,'atto_italic','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1104,0,'atto_link',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1105,0,'atto_link','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1106,0,'atto_link','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1107,0,'atto_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1108,0,'atto_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1109,0,'atto_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1110,0,'atto_media',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1111,0,'atto_media','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1112,0,'atto_media','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1113,0,'atto_noautolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1114,0,'atto_noautolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1115,0,'atto_noautolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1116,0,'atto_orderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1117,0,'atto_orderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1118,0,'atto_orderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1119,0,'atto_recordrtc',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1120,0,'atto_recordrtc','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1121,0,'atto_recordrtc','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1122,0,'atto_rtl',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1123,0,'atto_rtl','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1124,0,'atto_rtl','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1125,0,'atto_strike',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1126,0,'atto_strike','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1127,0,'atto_strike','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1128,0,'atto_subscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1129,0,'atto_subscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1130,0,'atto_subscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1131,0,'atto_superscript',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1132,0,'atto_superscript','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1133,0,'atto_superscript','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1134,0,'atto_table',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1135,0,'atto_table','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1136,0,'atto_table','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1137,0,'atto_title',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1138,0,'atto_title','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1139,0,'atto_title','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1140,0,'atto_underline',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1141,0,'atto_underline','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1142,0,'atto_underline','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1143,0,'atto_undo',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1144,0,'atto_undo','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1145,0,'atto_undo','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1146,0,'atto_unorderedlist',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1147,0,'atto_unorderedlist','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1148,0,'atto_unorderedlist','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1149,0,'tinymce_ctrlhelp',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1150,0,'tinymce_ctrlhelp','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1151,0,'tinymce_ctrlhelp','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1152,0,'tinymce_managefiles',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1153,0,'tinymce_managefiles','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1154,0,'tinymce_managefiles','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1155,0,'tinymce_moodleemoticon',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1156,0,'tinymce_moodleemoticon','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1157,0,'tinymce_moodleemoticon','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1158,0,'tinymce_moodleimage',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1159,0,'tinymce_moodleimage','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1160,0,'tinymce_moodleimage','2018051400','2018051400','Plugin installed',NULL,'',0,1566467712),(1161,0,'tinymce_moodlemedia',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467712),(1162,0,'tinymce_moodlemedia','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467712),(1163,0,'tinymce_moodlemedia','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1164,0,'tinymce_moodlenolink',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1165,0,'tinymce_moodlenolink','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1166,0,'tinymce_moodlenolink','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1167,0,'tinymce_pdw',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1168,0,'tinymce_pdw','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1169,0,'tinymce_pdw','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1170,0,'tinymce_spellchecker',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1171,0,'tinymce_spellchecker','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1172,0,'tinymce_spellchecker','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1173,0,'tinymce_wrap',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1174,0,'tinymce_wrap','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1175,0,'tinymce_wrap','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1176,0,'logstore_database',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1177,0,'logstore_database','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1178,0,'logstore_database','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1179,0,'logstore_legacy',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1180,0,'logstore_legacy','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1181,0,'logstore_legacy','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1182,0,'logstore_standard',NULL,'2018051400','Starting plugin installation',NULL,'',0,1566467713),(1183,0,'logstore_standard','2018051400','2018051400','Upgrade savepoint reached',NULL,'',0,1566467713),(1184,0,'logstore_standard','2018051400','2018051400','Plugin installed',NULL,'',0,1566467713),(1185,0,'filter_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471583),(1186,0,'filter_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471583),(1187,0,'filter_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471583),(1188,0,'atto_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1189,0,'atto_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1190,0,'atto_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1191,0,'tinymce_tiny_mce_wiris',NULL,'2018100800','Starting plugin installation',NULL,'',2,1566471584),(1192,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Upgrade savepoint reached',NULL,'',2,1566471584),(1193,0,'tinymce_tiny_mce_wiris','2018100800','2018100800','Plugin installed',NULL,'',2,1566471584),(1194,0,'core','2018051707.04','2020110901.04','Starting core upgrade',NULL,'',0,1612456666),(1195,0,'core','2018062800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1196,0,'core','2018062800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1197,0,'core','2018062800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1198,0,'core','2018072500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1199,0,'core','2018073000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1200,0,'core','2018083100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1201,0,'core','2018091200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1202,0,'core','2018091700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1203,0,'core','2018092100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1204,0,'core','2018092100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1205,0,'core','2018092100.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1206,0,'core','2018092100.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1207,0,'core','2018092800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1208,0,'core','2018092800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1209,0,'core','2018092800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1210,0,'core','2018092800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1211,0,'core','2018101700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1212,0,'core','2018101800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1213,0,'core','2018102200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456666),(1214,0,'core','2018102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1215,0,'core','2018102900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1216,0,'core','2018110500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1217,0,'core','2018110700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1218,0,'core','2018111301','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1219,0,'core','2018111900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1220,0,'core','2018111900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1221,0,'core','2018112000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1222,0,'core','2018120300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1223,0,'core','2018120300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1224,0,'core','2018120301.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1225,0,'core','2019011500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1226,0,'core','2019011501','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1227,0,'core','2019011801','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1228,0,'core','2019011801.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1229,0,'core','2019011801.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1230,0,'core','2019011801.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1231,0,'core','2019021500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1232,0,'core','2019021500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1233,0,'core','2019030100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1234,0,'core','2019030700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1235,0,'core','2019030800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1236,0,'core','2019030800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1237,0,'core','2019030800.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1238,0,'core','2019031500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1239,0,'core','2019032200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1240,0,'core','2019032900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1241,0,'core','2019032900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1242,0,'core','2019040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1243,0,'core','2019040600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1244,0,'core','2019040600.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1245,0,'core','2019041000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1246,0,'core','2019041300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1247,0,'core','2019041800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1248,0,'core','2019042200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1249,0,'core','2019042200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1250,0,'core','2019042300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456667),(1251,0,'core','2019042300.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1252,0,'core','2019042700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1253,0,'core','2019050300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1254,0,'core','2019050600','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1255,0,'core','2019051300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1256,0,'core','2019060600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1257,0,'core','2019062900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1258,0,'core','2019070400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1259,0,'core','2019072200','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1260,0,'core','2019072500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1261,0,'core','2019072500.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1262,0,'core','2019073100','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1263,0,'core','2019083000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1264,0,'core','2019083000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1265,0,'core','2019083000.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1266,0,'core','2019090500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1267,0,'core','2019092700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1268,0,'core','2019100800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1269,0,'core','2019100900','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1270,0,'core','2019101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1271,0,'core','2019101800.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1272,0,'core','2019102500.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1273,0,'core','2019103000.13','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1274,0,'core','2019111300','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1275,0,'core','2019120500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1276,0,'core','2019121800','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1277,0,'core','2019122000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1278,0,'core','2020010900.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1279,0,'core','2020011700.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1280,0,'core','2020013000.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1281,0,'core','2020040200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1282,0,'core','2020040700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1283,0,'core','2020041500','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1284,0,'core','2020041700.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1285,0,'core','2020042800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1286,0,'core','2020051900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1287,0,'core','2020052000','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456668),(1288,0,'core','2020052200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1289,0,'core','2020060500.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1290,0,'core','2020061500.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1291,0,'core','2020062600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1292,0,'core','2020071100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1293,0,'core','2020072300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1294,0,'core','2020081400.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1295,0,'core','2020081400.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1296,0,'core','2020082200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1297,0,'core','2020082200.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1298,0,'core','2020082200.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1299,0,'core','2020091000.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1300,0,'core','2020091800.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1301,0,'core','2020100200.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1302,0,'core','2020100700','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1303,0,'core','2020101300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1304,0,'core','2020101600.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1305,0,'core','2020101600.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1306,0,'core','2020102100.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1307,0,'core','2020102100.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1308,0,'core','2020102300.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456669),(1309,0,'core','2020102300.02','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1310,0,'core','2020102700.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1311,0,'core','2020110900.01','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1312,0,'core','2020110901.03','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1313,0,'core','2020110901.04','2020110901.04','Upgrade savepoint reached',NULL,'',0,1612456670),(1314,0,'core','2020110901.04','2020110901.04','Core upgraded',NULL,'',0,1612456671),(1315,0,'antivirus_clamav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1316,0,'antivirus_clamav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1317,0,'antivirus_clamav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1318,0,'availability_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1319,0,'availability_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1320,0,'availability_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1321,0,'availability_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1322,0,'availability_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1323,0,'availability_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1324,0,'availability_grade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1325,0,'availability_grade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1326,0,'availability_grade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1327,0,'availability_group','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1328,0,'availability_group','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1329,0,'availability_group','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1330,0,'availability_grouping','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1331,0,'availability_grouping','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1332,0,'availability_grouping','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1333,0,'availability_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1334,0,'availability_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1335,0,'availability_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1336,0,'qtype_calculated','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1337,0,'qtype_calculated','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1338,0,'qtype_calculated','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1339,0,'qtype_calculatedmulti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1340,0,'qtype_calculatedmulti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1341,0,'qtype_calculatedmulti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1342,0,'qtype_calculatedsimple','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1343,0,'qtype_calculatedsimple','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1344,0,'qtype_calculatedsimple','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456671),(1345,0,'qtype_ddimageortext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456671),(1346,0,'qtype_ddimageortext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456671),(1347,0,'qtype_ddimageortext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1348,0,'qtype_ddmarker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1349,0,'qtype_ddmarker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1350,0,'qtype_ddmarker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1351,0,'qtype_ddwtos','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1352,0,'qtype_ddwtos','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1353,0,'qtype_ddwtos','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1354,0,'qtype_description','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1355,0,'qtype_description','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1356,0,'qtype_description','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1357,0,'qtype_essay','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1358,0,'qtype_essay','2020091600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1359,0,'qtype_essay','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1360,0,'qtype_essay','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1361,0,'qtype_essaywiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1362,0,'qtype_essaywiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1363,0,'qtype_essaywiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1364,0,'qtype_gapselect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1365,0,'qtype_gapselect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1366,0,'qtype_gapselect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1367,0,'qtype_match','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1368,0,'qtype_match','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1369,0,'qtype_match','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1370,0,'qtype_matchwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1371,0,'qtype_matchwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1372,0,'qtype_matchwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1373,0,'qtype_missingtype','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1374,0,'qtype_missingtype','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1375,0,'qtype_missingtype','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1376,0,'qtype_multianswer','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1377,0,'qtype_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1378,0,'qtype_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1379,0,'qtype_multianswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1380,0,'qtype_multianswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1381,0,'qtype_multianswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1382,0,'qtype_multichoice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1383,0,'qtype_multichoice','2020041600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1384,0,'qtype_multichoice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1385,0,'qtype_multichoice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1386,0,'qtype_multichoicewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1387,0,'qtype_multichoicewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1388,0,'qtype_multichoicewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1389,0,'qtype_numerical','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1390,0,'qtype_numerical','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1391,0,'qtype_numerical','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1392,0,'qtype_random','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1393,0,'qtype_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1394,0,'qtype_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1395,0,'qtype_randomsamatch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1396,0,'qtype_randomsamatch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1397,0,'qtype_randomsamatch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1398,0,'qtype_shortanswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1399,0,'qtype_shortanswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1400,0,'qtype_shortanswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1401,0,'qtype_shortanswerwiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1402,0,'qtype_shortanswerwiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1403,0,'qtype_shortanswerwiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1404,0,'qtype_truefalse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1405,0,'qtype_truefalse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456672),(1406,0,'qtype_truefalse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456672),(1407,0,'qtype_truefalsewiris',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1408,0,'qtype_truefalsewiris','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1409,0,'qtype_truefalsewiris','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1410,0,'qtype_wq',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456672),(1411,0,'qtype_wq','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456672),(1412,0,'qtype_wq','2020120900','2020120900','Plugin installed',NULL,'',0,1612456672),(1413,0,'mod_assign','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456672),(1414,0,'mod_assign','2018120500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1415,0,'mod_assign','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1416,0,'mod_assign','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1417,0,'mod_assignment','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1418,0,'mod_assignment','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1419,0,'mod_assignment','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1420,0,'mod_book','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1421,0,'mod_book','2020100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1422,0,'mod_book','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1423,0,'mod_book','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1424,0,'mod_chat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1425,0,'mod_chat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1426,0,'mod_chat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1427,0,'mod_choice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1428,0,'mod_choice','2020061600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1429,0,'mod_choice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1430,0,'mod_choice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1431,0,'mod_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1432,0,'mod_data','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1433,0,'mod_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1434,0,'mod_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1435,0,'mod_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1436,0,'mod_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1437,0,'mod_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1438,0,'mod_folder','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1439,0,'mod_folder','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1440,0,'mod_folder','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1441,0,'mod_folder','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456673),(1442,0,'mod_forum','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456673),(1443,0,'mod_forum','2019031200','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1444,0,'mod_forum','2019040400','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1445,0,'mod_forum','2019040402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1446,0,'mod_forum','2019071901','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1447,0,'mod_forum','2019071902','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1448,0,'mod_forum','2019081100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1449,0,'mod_forum','2019100100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1450,0,'mod_forum','2019100108','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1451,0,'mod_forum','2019100109','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1452,0,'mod_forum','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1453,0,'mod_forum','2020072100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1454,0,'mod_forum','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456673),(1455,0,'mod_forum','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1456,0,'mod_glossary','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1457,0,'mod_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1458,0,'mod_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1459,0,'mod_h5pactivity',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456674),(1460,0,'mod_h5pactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1461,0,'mod_h5pactivity','2020110900','2020110900','Plugin installed',NULL,'',0,1612456674),(1462,0,'mod_imscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1463,0,'mod_imscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1464,0,'mod_imscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1465,0,'mod_label','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1466,0,'mod_label','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1467,0,'mod_label','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1468,0,'mod_lesson','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1469,0,'mod_lesson','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1470,0,'mod_lesson','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1471,0,'mod_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1472,0,'mod_lti','2019031300','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1473,0,'mod_lti','2019031301','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1474,0,'mod_lti','2019031302','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1475,0,'mod_lti','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1476,0,'mod_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1477,0,'mod_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1478,0,'mod_page','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1479,0,'mod_page','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1480,0,'mod_page','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456674),(1481,0,'mod_quiz','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456674),(1482,0,'mod_quiz','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1483,0,'mod_quiz','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456674),(1484,0,'mod_quiz','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1485,0,'mod_resource','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1486,0,'mod_resource','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1487,0,'mod_resource','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1488,0,'mod_scorm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1489,0,'mod_scorm','2018123100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1490,0,'mod_scorm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1491,0,'mod_scorm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1492,0,'mod_survey','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1493,0,'mod_survey','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1494,0,'mod_survey','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1495,0,'mod_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1496,0,'mod_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1497,0,'mod_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1498,0,'mod_wiki','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1499,0,'mod_wiki','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1500,0,'mod_wiki','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1501,0,'mod_workshop','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1502,0,'mod_workshop','2018062600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1503,0,'mod_workshop','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1504,0,'mod_workshop','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1505,0,'auth_cas','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1506,0,'auth_cas','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1507,0,'auth_cas','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1508,0,'auth_cas','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1509,0,'auth_db','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1510,0,'auth_db','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1511,0,'auth_db','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1512,0,'auth_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1513,0,'auth_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1514,0,'auth_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1515,0,'auth_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1516,0,'auth_ldap','2020081700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1517,0,'auth_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1518,0,'auth_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1519,0,'auth_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1520,0,'auth_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1521,0,'auth_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1522,0,'auth_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1523,0,'auth_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1524,0,'auth_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1525,0,'auth_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1526,0,'auth_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1527,0,'auth_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1528,0,'auth_nologin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1529,0,'auth_nologin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1530,0,'auth_nologin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1531,0,'auth_none','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1532,0,'auth_none','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1533,0,'auth_none','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1534,0,'auth_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1535,0,'auth_oauth2','2019052001','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1536,0,'auth_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1537,0,'auth_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1538,0,'auth_shibboleth','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456675),(1539,0,'auth_shibboleth','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456675),(1540,0,'auth_shibboleth','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456675),(1541,0,'auth_webservice','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1542,0,'auth_webservice','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1543,0,'auth_webservice','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456675),(1544,0,'calendartype_gregorian','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456675),(1545,0,'calendartype_gregorian','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456675),(1546,0,'calendartype_gregorian','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1547,0,'customfield_checkbox',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1548,0,'customfield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1549,0,'customfield_checkbox','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1550,0,'customfield_date',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1551,0,'customfield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1552,0,'customfield_date','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1553,0,'customfield_select',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1554,0,'customfield_select','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1555,0,'customfield_select','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1556,0,'customfield_text',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1557,0,'customfield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1558,0,'customfield_text','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1559,0,'customfield_textarea',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1560,0,'customfield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1561,0,'customfield_textarea','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1562,0,'enrol_category','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1563,0,'enrol_category','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1564,0,'enrol_category','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1565,0,'enrol_cohort','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1566,0,'enrol_cohort','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1567,0,'enrol_cohort','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1568,0,'enrol_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1569,0,'enrol_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1570,0,'enrol_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1571,0,'enrol_fee',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456676),(1572,0,'enrol_fee','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1573,0,'enrol_fee','2020110900','2020110900','Plugin installed',NULL,'',0,1612456676),(1574,0,'enrol_flatfile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1575,0,'enrol_flatfile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1576,0,'enrol_flatfile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1577,0,'enrol_guest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1578,0,'enrol_guest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1579,0,'enrol_guest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1580,0,'enrol_imsenterprise','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1581,0,'enrol_imsenterprise','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1582,0,'enrol_imsenterprise','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1583,0,'enrol_ldap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1584,0,'enrol_ldap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1585,0,'enrol_ldap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1586,0,'enrol_lti','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1587,0,'enrol_lti','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1588,0,'enrol_lti','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1589,0,'enrol_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1590,0,'enrol_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1591,0,'enrol_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1592,0,'enrol_meta','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1593,0,'enrol_meta','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1594,0,'enrol_meta','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1595,0,'enrol_mnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1596,0,'enrol_mnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1597,0,'enrol_mnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1598,0,'enrol_paypal','2018051405','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1599,0,'enrol_paypal','2018053000','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1600,0,'enrol_paypal','2018062500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1601,0,'enrol_paypal','2018062501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1602,0,'enrol_paypal','2018062502','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1603,0,'enrol_paypal','2018062503','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1604,0,'enrol_paypal','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1605,0,'enrol_paypal','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1606,0,'enrol_self','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1607,0,'enrol_self','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456676),(1608,0,'enrol_self','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456676),(1609,0,'message_airnotifier','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456676),(1610,0,'message_airnotifier','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1611,0,'message_airnotifier','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1612,0,'message_email','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1613,0,'message_email','2019032500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1614,0,'message_email','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1615,0,'message_email','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1616,0,'message_jabber','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1617,0,'message_jabber','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1618,0,'message_jabber','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1619,0,'message_popup','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1620,0,'message_popup','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1621,0,'message_popup','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1622,0,'message_popup','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1623,0,'block_activity_modules','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1624,0,'block_activity_modules','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1625,0,'block_activity_modules','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1626,0,'block_activity_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1627,0,'block_activity_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1628,0,'block_activity_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1629,0,'block_admin_bookmarks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1630,0,'block_admin_bookmarks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1631,0,'block_admin_bookmarks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1632,0,'block_badges','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1633,0,'block_badges','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1634,0,'block_badges','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1635,0,'block_blog_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1636,0,'block_blog_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1637,0,'block_blog_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1638,0,'block_blog_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1639,0,'block_blog_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1640,0,'block_blog_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1641,0,'block_blog_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1642,0,'block_blog_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1643,0,'block_blog_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1644,0,'block_calendar_month','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1645,0,'block_calendar_month','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1646,0,'block_calendar_month','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1647,0,'block_calendar_upcoming','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1648,0,'block_calendar_upcoming','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1649,0,'block_calendar_upcoming','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1650,0,'block_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1651,0,'block_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1652,0,'block_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1653,0,'block_completionstatus','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1654,0,'block_completionstatus','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1655,0,'block_completionstatus','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1656,0,'block_course_list','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1657,0,'block_course_list','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1658,0,'block_course_list','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1659,0,'block_course_summary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1660,0,'block_course_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1661,0,'block_course_summary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1662,0,'block_feedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1663,0,'block_feedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456677),(1664,0,'block_feedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456677),(1665,0,'block_globalsearch','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456677),(1666,0,'block_globalsearch','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1667,0,'block_globalsearch','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1668,0,'block_glossary_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1669,0,'block_glossary_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1670,0,'block_glossary_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1671,0,'block_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1672,0,'block_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1673,0,'block_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1674,0,'block_login','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1675,0,'block_login','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1676,0,'block_login','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1677,0,'block_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1678,0,'block_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1679,0,'block_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1680,0,'block_mentees','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1681,0,'block_mentees','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1682,0,'block_mentees','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1683,0,'block_mnet_hosts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1684,0,'block_mnet_hosts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1685,0,'block_mnet_hosts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1686,0,'block_myoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1687,0,'block_myoverview','2019091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1688,0,'block_myoverview','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1689,0,'block_myoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1690,0,'block_myoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1691,0,'block_myprofile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1692,0,'block_myprofile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1693,0,'block_myprofile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1694,0,'block_navigation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1695,0,'block_navigation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1696,0,'block_navigation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1697,0,'block_news_items','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1698,0,'block_news_items','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1699,0,'block_news_items','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1700,0,'block_online_users','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1701,0,'block_online_users','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1702,0,'block_online_users','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1703,0,'block_private_files','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1704,0,'block_private_files','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1705,0,'block_private_files','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1706,0,'block_quiz_results','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1707,0,'block_quiz_results','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1708,0,'block_quiz_results','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1709,0,'block_recent_activity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1710,0,'block_recent_activity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1711,0,'block_recent_activity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1712,0,'block_recentlyaccessedcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1713,0,'block_recentlyaccessedcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1714,0,'block_recentlyaccessedcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1715,0,'block_recentlyaccesseditems',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456678),(1716,0,'block_recentlyaccesseditems','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1717,0,'block_recentlyaccesseditems','2020110900','2020110900','Plugin installed',NULL,'',0,1612456678),(1718,0,'block_rss_client','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1719,0,'block_rss_client','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1720,0,'block_rss_client','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1721,0,'block_search_forums','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1722,0,'block_search_forums','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1723,0,'block_search_forums','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456678),(1724,0,'block_section_links','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456678),(1725,0,'block_section_links','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456678),(1726,0,'block_section_links','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1727,0,'block_selfcompletion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1728,0,'block_selfcompletion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1729,0,'block_selfcompletion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1730,0,'block_settings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1731,0,'block_settings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1732,0,'block_settings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1733,0,'block_site_main_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1734,0,'block_site_main_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1735,0,'block_site_main_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1736,0,'block_social_activities','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1737,0,'block_social_activities','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1738,0,'block_social_activities','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1739,0,'block_starredcourses',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1740,0,'block_starredcourses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1741,0,'block_starredcourses','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1742,0,'block_tag_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1743,0,'block_tag_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1744,0,'block_tag_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1745,0,'block_tag_youtube','2018051400','2020110901','Starting plugin upgrade',NULL,'',0,1612456679),(1746,0,'block_tag_youtube','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456679),(1747,0,'block_tag_youtube','2020110901','2020110901','Plugin upgraded',NULL,'',0,1612456679),(1748,0,'block_tags','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1749,0,'block_tags','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1750,0,'block_tags','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1751,0,'block_timeline',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1752,0,'block_timeline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1753,0,'block_timeline','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1754,0,'media_html5audio','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1755,0,'media_html5audio','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1756,0,'media_html5audio','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1757,0,'media_html5video','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1758,0,'media_html5video','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1759,0,'media_html5video','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1760,0,'media_swf','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1761,0,'media_swf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1762,0,'media_swf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1763,0,'media_videojs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1764,0,'media_videojs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1765,0,'media_videojs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1766,0,'media_vimeo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1767,0,'media_vimeo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1768,0,'media_vimeo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1769,0,'media_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1770,0,'media_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1771,0,'media_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1772,0,'filter_activitynames','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1773,0,'filter_activitynames','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1774,0,'filter_activitynames','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1775,0,'filter_algebra','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1776,0,'filter_algebra','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1777,0,'filter_algebra','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1778,0,'filter_censor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1779,0,'filter_censor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1780,0,'filter_censor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1781,0,'filter_data','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1782,0,'filter_data','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1783,0,'filter_data','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1784,0,'filter_displayh5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456679),(1785,0,'filter_displayh5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1786,0,'filter_displayh5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456679),(1787,0,'filter_emailprotect','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1788,0,'filter_emailprotect','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1789,0,'filter_emailprotect','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456679),(1790,0,'filter_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456679),(1791,0,'filter_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456679),(1792,0,'filter_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1793,0,'filter_glossary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1794,0,'filter_glossary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1795,0,'filter_glossary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1796,0,'filter_mathjaxloader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1797,0,'filter_mathjaxloader','2020050401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1798,0,'filter_mathjaxloader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1799,0,'filter_mathjaxloader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1800,0,'filter_mediaplugin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1801,0,'filter_mediaplugin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1802,0,'filter_mediaplugin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1803,0,'filter_multilang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1804,0,'filter_multilang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1805,0,'filter_multilang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1806,0,'filter_tex','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1807,0,'filter_tex','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1808,0,'filter_tex','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1809,0,'filter_tidy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1810,0,'filter_tidy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1811,0,'filter_tidy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1812,0,'filter_urltolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1813,0,'filter_urltolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1814,0,'filter_urltolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1815,0,'filter_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456680),(1816,0,'filter_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456680),(1817,0,'filter_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456680),(1818,0,'editor_atto','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1819,0,'editor_atto','2019090900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1820,0,'editor_atto','2020052100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1821,0,'editor_atto','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1822,0,'editor_atto','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1823,0,'editor_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1824,0,'editor_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1825,0,'editor_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1826,0,'editor_tinymce','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1827,0,'editor_tinymce','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1828,0,'editor_tinymce','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1829,0,'format_singleactivity','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1830,0,'format_singleactivity','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1831,0,'format_singleactivity','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1832,0,'format_social','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1833,0,'format_social','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1834,0,'format_social','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1835,0,'format_topics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1836,0,'format_topics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1837,0,'format_topics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1838,0,'format_weeks','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1839,0,'format_weeks','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1840,0,'format_weeks','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1841,0,'dataformat_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1842,0,'dataformat_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1843,0,'dataformat_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1844,0,'dataformat_excel','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1845,0,'dataformat_excel','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1846,0,'dataformat_excel','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1847,0,'dataformat_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1848,0,'dataformat_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1849,0,'dataformat_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1850,0,'dataformat_json','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1851,0,'dataformat_json','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1852,0,'dataformat_json','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1853,0,'dataformat_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1854,0,'dataformat_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1855,0,'dataformat_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456680),(1856,0,'dataformat_pdf',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456680),(1857,0,'dataformat_pdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1858,0,'dataformat_pdf','2020110900','2020110900','Plugin installed',NULL,'',0,1612456680),(1859,0,'profilefield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456680),(1860,0,'profilefield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456680),(1861,0,'profilefield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1862,0,'profilefield_datetime','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1863,0,'profilefield_datetime','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1864,0,'profilefield_datetime','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1865,0,'profilefield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1866,0,'profilefield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1867,0,'profilefield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1868,0,'profilefield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1869,0,'profilefield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1870,0,'profilefield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1871,0,'profilefield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1872,0,'profilefield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1873,0,'profilefield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1874,0,'report_backups','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1875,0,'report_backups','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1876,0,'report_backups','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1877,0,'report_competency','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1878,0,'report_competency','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1879,0,'report_competency','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1880,0,'report_completion','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1881,0,'report_completion','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1882,0,'report_completion','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1883,0,'report_configlog','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1884,0,'report_configlog','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1885,0,'report_configlog','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1886,0,'report_courseoverview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1887,0,'report_courseoverview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1888,0,'report_courseoverview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1889,0,'report_eventlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1890,0,'report_eventlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1891,0,'report_eventlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1892,0,'report_infectedfiles',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1893,0,'report_infectedfiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1894,0,'report_infectedfiles','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1895,0,'report_insights','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1896,0,'report_insights','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1897,0,'report_insights','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1898,0,'report_log','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1899,0,'report_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1900,0,'report_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1901,0,'report_loglive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1902,0,'report_loglive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1903,0,'report_loglive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1904,0,'report_outline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1905,0,'report_outline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1906,0,'report_outline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1907,0,'report_participation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1908,0,'report_participation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1909,0,'report_participation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1910,0,'report_performance','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1911,0,'report_performance','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1912,0,'report_performance','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1913,0,'report_progress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1914,0,'report_progress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1915,0,'report_progress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1916,0,'report_questioninstances','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1917,0,'report_questioninstances','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1918,0,'report_questioninstances','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1919,0,'report_security','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1920,0,'report_security','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1921,0,'report_security','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1922,0,'report_stats','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1923,0,'report_stats','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1924,0,'report_stats','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456681),(1925,0,'report_status',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456681),(1926,0,'report_status','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1927,0,'report_status','2020110900','2020110900','Plugin installed',NULL,'',0,1612456681),(1928,0,'report_usersessions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456681),(1929,0,'report_usersessions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456681),(1930,0,'report_usersessions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1931,0,'gradeexport_ods','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1932,0,'gradeexport_ods','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1933,0,'gradeexport_ods','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1934,0,'gradeexport_txt','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1935,0,'gradeexport_txt','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1936,0,'gradeexport_txt','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1937,0,'gradeexport_xls','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1938,0,'gradeexport_xls','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1939,0,'gradeexport_xls','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1940,0,'gradeexport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1941,0,'gradeexport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1942,0,'gradeexport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1943,0,'gradeimport_csv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1944,0,'gradeimport_csv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1945,0,'gradeimport_csv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1946,0,'gradeimport_direct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1947,0,'gradeimport_direct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1948,0,'gradeimport_direct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1949,0,'gradeimport_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1950,0,'gradeimport_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1951,0,'gradeimport_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1952,0,'gradereport_grader','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1953,0,'gradereport_grader','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1954,0,'gradereport_grader','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1955,0,'gradereport_history','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1956,0,'gradereport_history','2019111801','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1957,0,'gradereport_history','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1958,0,'gradereport_history','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1959,0,'gradereport_outcomes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1960,0,'gradereport_outcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1961,0,'gradereport_outcomes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1962,0,'gradereport_overview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1963,0,'gradereport_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1964,0,'gradereport_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1965,0,'gradereport_singleview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1966,0,'gradereport_singleview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1967,0,'gradereport_singleview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1968,0,'gradereport_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1969,0,'gradereport_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1970,0,'gradereport_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1971,0,'gradingform_guide','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1972,0,'gradingform_guide','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1973,0,'gradingform_guide','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1974,0,'gradingform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1975,0,'gradingform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1976,0,'gradingform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1977,0,'mlbackend_php','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1978,0,'mlbackend_php','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1979,0,'mlbackend_php','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1980,0,'mlbackend_python','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1981,0,'mlbackend_python','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1982,0,'mlbackend_python','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1983,0,'mnetservice_enrol','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1984,0,'mnetservice_enrol','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1985,0,'mnetservice_enrol','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1986,0,'webservice_rest','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1987,0,'webservice_rest','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1988,0,'webservice_rest','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1989,0,'webservice_soap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1990,0,'webservice_soap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1991,0,'webservice_soap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1992,0,'webservice_xmlrpc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1993,0,'webservice_xmlrpc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1994,0,'webservice_xmlrpc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1995,0,'repository_areafiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1996,0,'repository_areafiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(1997,0,'repository_areafiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(1998,0,'repository_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456682),(1999,0,'repository_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456682),(2000,0,'repository_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456682),(2001,0,'repository_contentbank',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2002,0,'repository_contentbank','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2003,0,'repository_contentbank','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2004,0,'repository_coursefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2005,0,'repository_coursefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2006,0,'repository_coursefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2007,0,'repository_dropbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2008,0,'repository_dropbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2009,0,'repository_dropbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2010,0,'repository_equella','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2011,0,'repository_equella','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2012,0,'repository_equella','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2013,0,'repository_filesystem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2014,0,'repository_filesystem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2015,0,'repository_filesystem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2016,0,'repository_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2017,0,'repository_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2018,0,'repository_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2019,0,'repository_flickr_public','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2020,0,'repository_flickr_public','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2021,0,'repository_flickr_public','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2022,0,'repository_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2023,0,'repository_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2024,0,'repository_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2025,0,'repository_local','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2026,0,'repository_local','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2027,0,'repository_local','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2028,0,'repository_merlot','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2029,0,'repository_merlot','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2030,0,'repository_merlot','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2031,0,'repository_nextcloud',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456683),(2032,0,'repository_nextcloud','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2033,0,'repository_nextcloud','2020110900','2020110900','Plugin installed',NULL,'',0,1612456683),(2034,0,'repository_onedrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2035,0,'repository_onedrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2036,0,'repository_onedrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2037,0,'repository_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2038,0,'repository_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2039,0,'repository_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2040,0,'repository_recent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2041,0,'repository_recent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2042,0,'repository_recent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2043,0,'repository_s3','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2044,0,'repository_s3','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2045,0,'repository_s3','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2046,0,'repository_skydrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2047,0,'repository_skydrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2048,0,'repository_skydrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2049,0,'repository_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2050,0,'repository_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2051,0,'repository_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2052,0,'repository_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2053,0,'repository_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2054,0,'repository_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2055,0,'repository_user','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2056,0,'repository_user','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2057,0,'repository_user','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456683),(2058,0,'repository_webdav','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456683),(2059,0,'repository_webdav','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456683),(2060,0,'repository_webdav','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2061,0,'repository_wikimedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2062,0,'repository_wikimedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2063,0,'repository_wikimedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2064,0,'repository_youtube','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2065,0,'repository_youtube','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2066,0,'repository_youtube','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2067,0,'portfolio_boxnet','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2068,0,'portfolio_boxnet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2069,0,'portfolio_boxnet','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2070,0,'portfolio_download','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2071,0,'portfolio_download','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2072,0,'portfolio_download','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2073,0,'portfolio_flickr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2074,0,'portfolio_flickr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2075,0,'portfolio_flickr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2076,0,'portfolio_googledocs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2077,0,'portfolio_googledocs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2078,0,'portfolio_googledocs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2079,0,'portfolio_mahara','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2080,0,'portfolio_mahara','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2081,0,'portfolio_mahara','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2082,0,'portfolio_picasa','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2083,0,'portfolio_picasa','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2084,0,'portfolio_picasa','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2085,0,'search_simpledb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2086,0,'search_simpledb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2087,0,'search_simpledb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2088,0,'search_solr','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2089,0,'search_solr','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2090,0,'search_solr','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2091,0,'qbehaviour_adaptive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2092,0,'qbehaviour_adaptive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2093,0,'qbehaviour_adaptive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2094,0,'qbehaviour_adaptivenopenalty','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2095,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2096,0,'qbehaviour_adaptivenopenalty','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2097,0,'qbehaviour_deferredcbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2098,0,'qbehaviour_deferredcbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2099,0,'qbehaviour_deferredcbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2100,0,'qbehaviour_deferredfeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2101,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2102,0,'qbehaviour_deferredfeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2103,0,'qbehaviour_immediatecbm','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2104,0,'qbehaviour_immediatecbm','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2105,0,'qbehaviour_immediatecbm','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2106,0,'qbehaviour_immediatefeedback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2107,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2108,0,'qbehaviour_immediatefeedback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2109,0,'qbehaviour_informationitem','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2110,0,'qbehaviour_informationitem','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2111,0,'qbehaviour_informationitem','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2112,0,'qbehaviour_interactive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2113,0,'qbehaviour_interactive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2114,0,'qbehaviour_interactive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2115,0,'qbehaviour_interactivecountback','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2116,0,'qbehaviour_interactivecountback','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2117,0,'qbehaviour_interactivecountback','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2118,0,'qbehaviour_manualgraded','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2119,0,'qbehaviour_manualgraded','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2120,0,'qbehaviour_manualgraded','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2121,0,'qbehaviour_missing','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2122,0,'qbehaviour_missing','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2123,0,'qbehaviour_missing','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2124,0,'qformat_aiken','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2125,0,'qformat_aiken','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2126,0,'qformat_aiken','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2127,0,'qformat_blackboard_six','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2128,0,'qformat_blackboard_six','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456684),(2129,0,'qformat_blackboard_six','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456684),(2130,0,'qformat_examview','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456684),(2131,0,'qformat_examview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2132,0,'qformat_examview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2133,0,'qformat_gift','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2134,0,'qformat_gift','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2135,0,'qformat_gift','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2136,0,'qformat_missingword','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2137,0,'qformat_missingword','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2138,0,'qformat_missingword','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2139,0,'qformat_multianswer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2140,0,'qformat_multianswer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2141,0,'qformat_multianswer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2142,0,'qformat_webct','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2143,0,'qformat_webct','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2144,0,'qformat_webct','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2145,0,'qformat_xhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2146,0,'qformat_xhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2147,0,'qformat_xhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2148,0,'qformat_xml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2149,0,'qformat_xml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2150,0,'qformat_xml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2151,0,'tool_analytics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2152,0,'tool_analytics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2153,0,'tool_analytics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2154,0,'tool_availabilityconditions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2155,0,'tool_availabilityconditions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2156,0,'tool_availabilityconditions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2157,0,'tool_behat','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2158,0,'tool_behat','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2159,0,'tool_behat','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2160,0,'tool_capability','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2161,0,'tool_capability','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2162,0,'tool_capability','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2163,0,'tool_cohortroles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2164,0,'tool_cohortroles','2020020600','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2165,0,'tool_cohortroles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2166,0,'tool_cohortroles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2167,0,'tool_customlang','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2168,0,'tool_customlang','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2169,0,'tool_customlang','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2170,0,'tool_dataprivacy','2018051415','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2171,0,'tool_dataprivacy','2018082100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2172,0,'tool_dataprivacy','2018100401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2173,0,'tool_dataprivacy','2018100406','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2174,0,'tool_dataprivacy','2018110700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2175,0,'tool_dataprivacy','2018112500','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2176,0,'tool_dataprivacy','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2177,0,'tool_dataprivacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2178,0,'tool_dataprivacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2179,0,'tool_dbtransfer','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2180,0,'tool_dbtransfer','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2181,0,'tool_dbtransfer','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2182,0,'tool_filetypes','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2183,0,'tool_filetypes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2184,0,'tool_filetypes','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2185,0,'tool_generator','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2186,0,'tool_generator','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2187,0,'tool_generator','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2188,0,'tool_health','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2189,0,'tool_health','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2190,0,'tool_health','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2191,0,'tool_httpsreplace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2192,0,'tool_httpsreplace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2193,0,'tool_httpsreplace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456685),(2194,0,'tool_innodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456685),(2195,0,'tool_innodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456685),(2196,0,'tool_innodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2197,0,'tool_installaddon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2198,0,'tool_installaddon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2199,0,'tool_installaddon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2200,0,'tool_langimport','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2201,0,'tool_langimport','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2202,0,'tool_langimport','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2203,0,'tool_licensemanager',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2204,0,'tool_licensemanager','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2205,0,'tool_licensemanager','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2206,0,'tool_log','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2207,0,'tool_log','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2208,0,'tool_log','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2209,0,'tool_lp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2210,0,'tool_lp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2211,0,'tool_lp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2212,0,'tool_lpimportcsv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2213,0,'tool_lpimportcsv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2214,0,'tool_lpimportcsv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2215,0,'tool_lpmigrate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2216,0,'tool_lpmigrate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2217,0,'tool_lpmigrate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2218,0,'tool_messageinbound','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2219,0,'tool_messageinbound','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2220,0,'tool_messageinbound','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2221,0,'tool_mobile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2222,0,'tool_mobile','2019021100','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2223,0,'tool_mobile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2224,0,'tool_mobile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2225,0,'tool_monitor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2226,0,'tool_monitor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2227,0,'tool_monitor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2228,0,'tool_moodlenet',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456686),(2229,0,'tool_moodlenet','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2230,0,'tool_moodlenet','2020110900','2020110900','Plugin installed',NULL,'',0,1612456686),(2231,0,'tool_multilangupgrade','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2232,0,'tool_multilangupgrade','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2233,0,'tool_multilangupgrade','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2234,0,'tool_oauth2','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2235,0,'tool_oauth2','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2236,0,'tool_oauth2','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2237,0,'tool_phpunit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2238,0,'tool_phpunit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2239,0,'tool_phpunit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2240,0,'tool_policy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2241,0,'tool_policy','2018082900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2242,0,'tool_policy','2018091800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2243,0,'tool_policy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2244,0,'tool_policy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2245,0,'tool_profiling','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2246,0,'tool_profiling','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2247,0,'tool_profiling','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2248,0,'tool_recyclebin','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2249,0,'tool_recyclebin','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2250,0,'tool_recyclebin','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2251,0,'tool_replace','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2252,0,'tool_replace','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2253,0,'tool_replace','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2254,0,'tool_spamcleaner','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2255,0,'tool_spamcleaner','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2256,0,'tool_spamcleaner','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2257,0,'tool_task','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2258,0,'tool_task','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2259,0,'tool_task','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456686),(2260,0,'tool_templatelibrary','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456686),(2261,0,'tool_templatelibrary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456686),(2262,0,'tool_templatelibrary','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2263,0,'tool_unsuproles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2264,0,'tool_unsuproles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2265,0,'tool_unsuproles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2266,0,'tool_uploadcourse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2267,0,'tool_uploadcourse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2268,0,'tool_uploadcourse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2269,0,'tool_uploaduser','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2270,0,'tool_uploaduser','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2271,0,'tool_uploaduser','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2272,0,'tool_usertours','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2273,0,'tool_usertours','2020061501','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2274,0,'tool_usertours','2020082700','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2275,0,'tool_usertours','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2276,0,'tool_usertours','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2277,0,'tool_xmldb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2278,0,'tool_xmldb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2279,0,'tool_xmldb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2280,0,'cachestore_apcu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2281,0,'cachestore_apcu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2282,0,'cachestore_apcu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2283,0,'cachestore_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2284,0,'cachestore_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2285,0,'cachestore_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2286,0,'cachestore_memcached','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2287,0,'cachestore_memcached','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2288,0,'cachestore_memcached','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2289,0,'cachestore_mongodb','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2290,0,'cachestore_mongodb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2291,0,'cachestore_mongodb','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2292,0,'cachestore_redis','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2293,0,'cachestore_redis','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2294,0,'cachestore_redis','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2295,0,'cachestore_session','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2296,0,'cachestore_session','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2297,0,'cachestore_session','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2298,0,'cachestore_static','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2299,0,'cachestore_static','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2300,0,'cachestore_static','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2301,0,'cachelock_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2302,0,'cachelock_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2303,0,'cachelock_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2304,0,'fileconverter_googledrive','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2305,0,'fileconverter_googledrive','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2306,0,'fileconverter_googledrive','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2307,0,'fileconverter_unoconv','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2308,0,'fileconverter_unoconv','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2309,0,'fileconverter_unoconv','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2310,0,'contenttype_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2311,0,'contenttype_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2312,0,'contenttype_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2313,0,'theme_boost','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456687),(2314,0,'theme_boost','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2315,0,'theme_boost','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456687),(2316,0,'theme_classic',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2317,0,'theme_classic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2318,0,'theme_classic','2020110900','2020110900','Plugin installed',NULL,'',0,1612456687),(2319,0,'local_wirisquizzes',NULL,'2020120900','Starting plugin installation',NULL,'',0,1612456687),(2320,0,'local_wirisquizzes','2020120900','2020120900','Upgrade savepoint reached',NULL,'',0,1612456687),(2321,0,'local_wirisquizzes','2020120900','2020120900','Plugin installed',NULL,'',0,1612456687),(2322,0,'h5plib_v124',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456687),(2323,0,'h5plib_v124','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456687),(2324,0,'h5plib_v124','2020110900','2020110900','Plugin installed',NULL,'',0,1612456688),(2325,0,'paygw_paypal',NULL,'2020110901','Starting plugin installation',NULL,'',0,1612456688),(2326,0,'paygw_paypal','2020110901','2020110901','Upgrade savepoint reached',NULL,'',0,1612456688),(2327,0,'paygw_paypal','2020110901','2020110901','Plugin installed',NULL,'',0,1612456688),(2328,0,'assignsubmission_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2329,0,'assignsubmission_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2330,0,'assignsubmission_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2331,0,'assignsubmission_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2332,0,'assignsubmission_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2333,0,'assignsubmission_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2334,0,'assignsubmission_onlinetext','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2335,0,'assignsubmission_onlinetext','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2336,0,'assignsubmission_onlinetext','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2337,0,'assignfeedback_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2338,0,'assignfeedback_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2339,0,'assignfeedback_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2340,0,'assignfeedback_editpdf','2018051401','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2341,0,'assignfeedback_editpdf','2019010800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2342,0,'assignfeedback_editpdf','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2343,0,'assignfeedback_editpdf','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2344,0,'assignfeedback_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2345,0,'assignfeedback_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2346,0,'assignfeedback_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2347,0,'assignfeedback_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2348,0,'assignfeedback_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2349,0,'assignfeedback_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2350,0,'assignment_offline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2351,0,'assignment_offline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2352,0,'assignment_offline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2353,0,'assignment_online','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2354,0,'assignment_online','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2355,0,'assignment_online','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2356,0,'assignment_upload','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2357,0,'assignment_upload','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2358,0,'assignment_upload','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2359,0,'assignment_uploadsingle','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2360,0,'assignment_uploadsingle','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2361,0,'assignment_uploadsingle','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2362,0,'booktool_exportimscp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2363,0,'booktool_exportimscp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2364,0,'booktool_exportimscp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2365,0,'booktool_importhtml','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2366,0,'booktool_importhtml','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2367,0,'booktool_importhtml','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2368,0,'booktool_print','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2369,0,'booktool_print','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2370,0,'booktool_print','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2371,0,'datafield_checkbox','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2372,0,'datafield_checkbox','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2373,0,'datafield_checkbox','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2374,0,'datafield_date','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2375,0,'datafield_date','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2376,0,'datafield_date','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2377,0,'datafield_file','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2378,0,'datafield_file','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2379,0,'datafield_file','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2380,0,'datafield_latlong','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2381,0,'datafield_latlong','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2382,0,'datafield_latlong','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2383,0,'datafield_menu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2384,0,'datafield_menu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2385,0,'datafield_menu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2386,0,'datafield_multimenu','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2387,0,'datafield_multimenu','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2388,0,'datafield_multimenu','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456688),(2389,0,'datafield_number','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456688),(2390,0,'datafield_number','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456688),(2391,0,'datafield_number','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2392,0,'datafield_picture','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2393,0,'datafield_picture','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2394,0,'datafield_picture','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2395,0,'datafield_radiobutton','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2396,0,'datafield_radiobutton','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2397,0,'datafield_radiobutton','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2398,0,'datafield_text','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2399,0,'datafield_text','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2400,0,'datafield_text','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2401,0,'datafield_textarea','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2402,0,'datafield_textarea','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2403,0,'datafield_textarea','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2404,0,'datafield_url','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2405,0,'datafield_url','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2406,0,'datafield_url','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2407,0,'datapreset_imagegallery','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2408,0,'datapreset_imagegallery','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2409,0,'datapreset_imagegallery','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2410,0,'forumreport_summary',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2411,0,'forumreport_summary','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2412,0,'forumreport_summary','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2413,0,'ltiservice_basicoutcomes',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456689),(2414,0,'ltiservice_basicoutcomes','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2415,0,'ltiservice_basicoutcomes','2020110900','2020110900','Plugin installed',NULL,'',0,1612456689),(2416,0,'ltiservice_gradebookservices','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2417,0,'ltiservice_gradebookservices','2020042401','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2418,0,'ltiservice_gradebookservices','2020042402','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2419,0,'ltiservice_gradebookservices','2020042403','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2420,0,'ltiservice_gradebookservices','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2421,0,'ltiservice_gradebookservices','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2422,0,'ltiservice_memberships','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2423,0,'ltiservice_memberships','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2424,0,'ltiservice_memberships','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2425,0,'ltiservice_profile','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2426,0,'ltiservice_profile','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2427,0,'ltiservice_profile','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2428,0,'ltiservice_toolproxy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2429,0,'ltiservice_toolproxy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2430,0,'ltiservice_toolproxy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2431,0,'ltiservice_toolsettings','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2432,0,'ltiservice_toolsettings','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2433,0,'ltiservice_toolsettings','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2434,0,'quiz_grading','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2435,0,'quiz_grading','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2436,0,'quiz_grading','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2437,0,'quiz_overview','2018061801','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2438,0,'quiz_overview','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2439,0,'quiz_overview','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2440,0,'quiz_responses','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2441,0,'quiz_responses','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2442,0,'quiz_responses','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2443,0,'quiz_statistics','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2444,0,'quiz_statistics','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2445,0,'quiz_statistics','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2446,0,'quizaccess_delaybetweenattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2447,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2448,0,'quizaccess_delaybetweenattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2449,0,'quizaccess_ipaddress','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2450,0,'quizaccess_ipaddress','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2451,0,'quizaccess_ipaddress','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2452,0,'quizaccess_numattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2453,0,'quizaccess_numattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2454,0,'quizaccess_numattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456689),(2455,0,'quizaccess_offlineattempts','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456689),(2456,0,'quizaccess_offlineattempts','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456689),(2457,0,'quizaccess_offlineattempts','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2458,0,'quizaccess_openclosedate','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2459,0,'quizaccess_openclosedate','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2460,0,'quizaccess_openclosedate','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2461,0,'quizaccess_password','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2462,0,'quizaccess_password','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2463,0,'quizaccess_password','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2464,0,'quizaccess_seb',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456690),(2465,0,'quizaccess_seb','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2466,0,'quizaccess_seb','2020110900','2020110900','Plugin installed',NULL,'',0,1612456690),(2467,0,'quizaccess_securewindow','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2468,0,'quizaccess_securewindow','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2469,0,'quizaccess_securewindow','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2470,0,'quizaccess_timelimit','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2471,0,'quizaccess_timelimit','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2472,0,'quizaccess_timelimit','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2473,0,'scormreport_basic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456690),(2474,0,'scormreport_basic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456690),(2475,0,'scormreport_basic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456690),(2476,0,'scormreport_graphs','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2477,0,'scormreport_graphs','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2478,0,'scormreport_graphs','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2479,0,'scormreport_interactions','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2480,0,'scormreport_interactions','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2481,0,'scormreport_interactions','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2482,0,'scormreport_objectives','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2483,0,'scormreport_objectives','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2484,0,'scormreport_objectives','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2485,0,'workshopform_accumulative','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2486,0,'workshopform_accumulative','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2487,0,'workshopform_accumulative','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2488,0,'workshopform_comments','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2489,0,'workshopform_comments','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2490,0,'workshopform_comments','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2491,0,'workshopform_numerrors','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2492,0,'workshopform_numerrors','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2493,0,'workshopform_numerrors','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2494,0,'workshopform_rubric','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2495,0,'workshopform_rubric','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2496,0,'workshopform_rubric','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2497,0,'workshopallocation_manual','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2498,0,'workshopallocation_manual','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2499,0,'workshopallocation_manual','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2500,0,'workshopallocation_random','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2501,0,'workshopallocation_random','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2502,0,'workshopallocation_random','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2503,0,'workshopallocation_scheduled','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2504,0,'workshopallocation_scheduled','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2505,0,'workshopallocation_scheduled','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2506,0,'workshopeval_best','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2507,0,'workshopeval_best','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2508,0,'workshopeval_best','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2509,0,'atto_accessibilitychecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2510,0,'atto_accessibilitychecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2511,0,'atto_accessibilitychecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2512,0,'atto_accessibilityhelper','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2513,0,'atto_accessibilityhelper','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2514,0,'atto_accessibilityhelper','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2515,0,'atto_align','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2516,0,'atto_align','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2517,0,'atto_align','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2518,0,'atto_backcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2519,0,'atto_backcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2520,0,'atto_backcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2521,0,'atto_bold','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2522,0,'atto_bold','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2523,0,'atto_bold','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2524,0,'atto_charmap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2525,0,'atto_charmap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2526,0,'atto_charmap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2527,0,'atto_clear','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2528,0,'atto_clear','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2529,0,'atto_clear','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2530,0,'atto_collapse','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2531,0,'atto_collapse','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2532,0,'atto_collapse','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2533,0,'atto_emojipicker',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2534,0,'atto_emojipicker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2535,0,'atto_emojipicker','2020110900','2020110900','Plugin installed',NULL,'',0,1612456691),(2536,0,'atto_emoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2537,0,'atto_emoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2538,0,'atto_emoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2539,0,'atto_equation','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2540,0,'atto_equation','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2541,0,'atto_equation','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2542,0,'atto_fontcolor','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456691),(2543,0,'atto_fontcolor','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2544,0,'atto_fontcolor','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456691),(2545,0,'atto_h5p',NULL,'2020110900','Starting plugin installation',NULL,'',0,1612456691),(2546,0,'atto_h5p','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456691),(2547,0,'atto_h5p','2020110900','2020110900','Plugin installed',NULL,'',0,1612456692),(2548,0,'atto_html','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2549,0,'atto_html','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2550,0,'atto_html','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2551,0,'atto_image','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2552,0,'atto_image','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2553,0,'atto_image','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2554,0,'atto_indent','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2555,0,'atto_indent','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2556,0,'atto_indent','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2557,0,'atto_italic','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2558,0,'atto_italic','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2559,0,'atto_italic','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2560,0,'atto_link','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2561,0,'atto_link','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2562,0,'atto_link','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2563,0,'atto_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2564,0,'atto_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2565,0,'atto_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2566,0,'atto_media','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2567,0,'atto_media','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2568,0,'atto_media','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2569,0,'atto_noautolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2570,0,'atto_noautolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2571,0,'atto_noautolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2572,0,'atto_orderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2573,0,'atto_orderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2574,0,'atto_orderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2575,0,'atto_recordrtc','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2576,0,'atto_recordrtc','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2577,0,'atto_recordrtc','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2578,0,'atto_rtl','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2579,0,'atto_rtl','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2580,0,'atto_rtl','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2581,0,'atto_strike','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2582,0,'atto_strike','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2583,0,'atto_strike','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2584,0,'atto_subscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2585,0,'atto_subscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2586,0,'atto_subscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2587,0,'atto_superscript','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2588,0,'atto_superscript','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2589,0,'atto_superscript','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2590,0,'atto_table','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2591,0,'atto_table','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2592,0,'atto_table','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2593,0,'atto_title','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2594,0,'atto_title','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2595,0,'atto_title','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2596,0,'atto_underline','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2597,0,'atto_underline','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2598,0,'atto_underline','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2599,0,'atto_undo','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2600,0,'atto_undo','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2601,0,'atto_undo','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2602,0,'atto_unorderedlist','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2603,0,'atto_unorderedlist','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2604,0,'atto_unorderedlist','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2605,0,'atto_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456692),(2606,0,'atto_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456692),(2607,0,'atto_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456692),(2608,0,'tinymce_ctrlhelp','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2609,0,'tinymce_ctrlhelp','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2610,0,'tinymce_ctrlhelp','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456692),(2611,0,'tinymce_managefiles','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456692),(2612,0,'tinymce_managefiles','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456692),(2613,0,'tinymce_managefiles','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2614,0,'tinymce_moodleemoticon','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2615,0,'tinymce_moodleemoticon','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2616,0,'tinymce_moodleemoticon','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2617,0,'tinymce_moodleimage','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2618,0,'tinymce_moodleimage','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2619,0,'tinymce_moodleimage','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2620,0,'tinymce_moodlemedia','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2621,0,'tinymce_moodlemedia','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2622,0,'tinymce_moodlemedia','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2623,0,'tinymce_moodlenolink','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2624,0,'tinymce_moodlenolink','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2625,0,'tinymce_moodlenolink','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2626,0,'tinymce_pdw','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2627,0,'tinymce_pdw','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2628,0,'tinymce_pdw','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2629,0,'tinymce_spellchecker','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2630,0,'tinymce_spellchecker','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2631,0,'tinymce_spellchecker','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2632,0,'tinymce_tiny_mce_wiris','2018100800','2020090300','Starting plugin upgrade',NULL,'',0,1612456693),(2633,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Upgrade savepoint reached',NULL,'',0,1612456693),(2634,0,'tinymce_tiny_mce_wiris','2020090300','2020090300','Plugin upgraded',NULL,'',0,1612456693),(2635,0,'tinymce_wrap','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2636,0,'tinymce_wrap','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2637,0,'tinymce_wrap','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2638,0,'logstore_database','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2639,0,'logstore_database','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2640,0,'logstore_database','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2641,0,'logstore_database','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2642,0,'logstore_legacy','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2643,0,'logstore_legacy','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2644,0,'logstore_legacy','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2645,0,'logstore_standard','2018051400','2020110900','Starting plugin upgrade',NULL,'',0,1612456693),(2646,0,'logstore_standard','2019032800','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2647,0,'logstore_standard','2020110900','2020110900','Upgrade savepoint reached',NULL,'',0,1612456693),(2648,0,'logstore_standard','2020110900','2020110900','Plugin upgraded',NULL,'',0,1612456693),(2649,0,'core','2020110901.04','2021051700.01','Starting core upgrade',NULL,'',0,1621589939),(2650,0,'core','2020111500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2651,0,'core','2021013100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2652,0,'core','2021021100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2653,0,'core','2021021600','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2654,0,'core','2021022600.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2655,0,'core','2021030500.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2656,0,'core','2021031200.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2657,0,'core','2021033100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2658,0,'core','2021033100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2659,0,'core','2021041300.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2660,0,'core','2021042100','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589939),(2661,0,'core','2021042100.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2662,0,'core','2021042100.02','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2663,0,'core','2021042400','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2664,0,'core','2021043000.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2665,0,'core','2021051700.01','2021051700.01','Upgrade savepoint reached',NULL,'',0,1621589940),(2666,0,'core','2021051700.01','2021051700.01','Core upgraded',NULL,'',0,1621589941),(2667,0,'antivirus_clamav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2668,0,'antivirus_clamav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2669,0,'antivirus_clamav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2670,0,'availability_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2671,0,'availability_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2672,0,'availability_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2673,0,'availability_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2674,0,'availability_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2675,0,'availability_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2676,0,'availability_grade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2677,0,'availability_grade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2678,0,'availability_grade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2679,0,'availability_group','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2680,0,'availability_group','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2681,0,'availability_group','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2682,0,'availability_grouping','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2683,0,'availability_grouping','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2684,0,'availability_grouping','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2685,0,'availability_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2686,0,'availability_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2687,0,'availability_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2688,0,'qtype_calculated','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2689,0,'qtype_calculated','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2690,0,'qtype_calculated','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2691,0,'qtype_calculatedmulti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2692,0,'qtype_calculatedmulti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2693,0,'qtype_calculatedmulti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2694,0,'qtype_calculatedsimple','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2695,0,'qtype_calculatedsimple','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2696,0,'qtype_calculatedsimple','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2697,0,'qtype_ddimageortext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2698,0,'qtype_ddimageortext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2699,0,'qtype_ddimageortext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2700,0,'qtype_ddmarker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2701,0,'qtype_ddmarker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2702,0,'qtype_ddmarker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2703,0,'qtype_ddwtos','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2704,0,'qtype_ddwtos','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2705,0,'qtype_ddwtos','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2706,0,'qtype_description','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2707,0,'qtype_description','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2708,0,'qtype_description','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589941),(2709,0,'qtype_essay','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589941),(2710,0,'qtype_essay','2021011100','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2711,0,'qtype_essay','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589941),(2712,0,'qtype_essay','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2713,0,'qtype_essaywiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2714,0,'qtype_essaywiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2715,0,'qtype_essaywiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2716,0,'qtype_gapselect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2717,0,'qtype_gapselect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2718,0,'qtype_gapselect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2719,0,'qtype_match','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2720,0,'qtype_match','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2721,0,'qtype_match','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2722,0,'qtype_matchwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2723,0,'qtype_matchwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2724,0,'qtype_matchwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2725,0,'qtype_missingtype','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2726,0,'qtype_missingtype','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2727,0,'qtype_missingtype','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2728,0,'qtype_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2729,0,'qtype_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2730,0,'qtype_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2731,0,'qtype_multianswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2732,0,'qtype_multianswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2733,0,'qtype_multianswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2734,0,'qtype_multichoice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2735,0,'qtype_multichoice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2736,0,'qtype_multichoice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2737,0,'qtype_multichoicewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2738,0,'qtype_multichoicewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2739,0,'qtype_multichoicewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2740,0,'qtype_numerical','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2741,0,'qtype_numerical','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2742,0,'qtype_numerical','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2743,0,'qtype_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2744,0,'qtype_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2745,0,'qtype_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2746,0,'qtype_randomsamatch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2747,0,'qtype_randomsamatch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2748,0,'qtype_randomsamatch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2749,0,'qtype_shortanswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2750,0,'qtype_shortanswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2751,0,'qtype_shortanswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2752,0,'qtype_shortanswerwiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2753,0,'qtype_shortanswerwiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2754,0,'qtype_shortanswerwiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2755,0,'qtype_truefalse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2756,0,'qtype_truefalse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2757,0,'qtype_truefalse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2758,0,'qtype_truefalsewiris','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2759,0,'qtype_truefalsewiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2760,0,'qtype_truefalsewiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2761,0,'qtype_wq','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589942),(2762,0,'qtype_wq','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589942),(2763,0,'qtype_wq','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589942),(2764,0,'mod_assign','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2765,0,'mod_assign','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2766,0,'mod_assign','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589942),(2767,0,'mod_assignment','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589942),(2768,0,'mod_assignment','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589942),(2769,0,'mod_assignment','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2770,0,'mod_book','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2771,0,'mod_book','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2772,0,'mod_book','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2773,0,'mod_chat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2774,0,'mod_chat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2775,0,'mod_chat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2776,0,'mod_choice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2777,0,'mod_choice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2778,0,'mod_choice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2779,0,'mod_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2780,0,'mod_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2781,0,'mod_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2782,0,'mod_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2783,0,'mod_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2784,0,'mod_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2785,0,'mod_folder','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2786,0,'mod_folder','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2787,0,'mod_folder','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2788,0,'mod_forum','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2789,0,'mod_forum','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2790,0,'mod_forum','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2791,0,'mod_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2792,0,'mod_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2793,0,'mod_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2794,0,'mod_h5pactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2795,0,'mod_h5pactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2796,0,'mod_h5pactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2797,0,'mod_imscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2798,0,'mod_imscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2799,0,'mod_imscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2800,0,'mod_label','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2801,0,'mod_label','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2802,0,'mod_label','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2803,0,'mod_lesson','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2804,0,'mod_lesson','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2805,0,'mod_lesson','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2806,0,'mod_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2807,0,'mod_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2808,0,'mod_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2809,0,'mod_page','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2810,0,'mod_page','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2811,0,'mod_page','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2812,0,'mod_quiz','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2813,0,'mod_quiz','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2814,0,'mod_quiz','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2815,0,'mod_resource','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2816,0,'mod_resource','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2817,0,'mod_resource','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2818,0,'mod_scorm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2819,0,'mod_scorm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2820,0,'mod_scorm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2821,0,'mod_survey','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2822,0,'mod_survey','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2823,0,'mod_survey','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2824,0,'mod_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2825,0,'mod_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2826,0,'mod_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2827,0,'mod_wiki','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2828,0,'mod_wiki','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2829,0,'mod_wiki','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2830,0,'mod_workshop','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2831,0,'mod_workshop','2020110901','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2832,0,'mod_workshop','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2833,0,'mod_workshop','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589943),(2834,0,'auth_cas','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589943),(2835,0,'auth_cas','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589943),(2836,0,'auth_cas','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2837,0,'auth_db','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2838,0,'auth_db','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2839,0,'auth_db','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2840,0,'auth_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2841,0,'auth_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2842,0,'auth_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2843,0,'auth_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2844,0,'auth_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2845,0,'auth_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2846,0,'auth_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2847,0,'auth_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2848,0,'auth_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2849,0,'auth_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2850,0,'auth_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2851,0,'auth_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2852,0,'auth_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2853,0,'auth_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2854,0,'auth_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2855,0,'auth_nologin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2856,0,'auth_nologin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2857,0,'auth_nologin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2858,0,'auth_none','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2859,0,'auth_none','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2860,0,'auth_none','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2861,0,'auth_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2862,0,'auth_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2863,0,'auth_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2864,0,'auth_shibboleth','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2865,0,'auth_shibboleth','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2866,0,'auth_shibboleth','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2867,0,'auth_webservice','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2868,0,'auth_webservice','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2869,0,'auth_webservice','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2870,0,'calendartype_gregorian','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2871,0,'calendartype_gregorian','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2872,0,'calendartype_gregorian','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2873,0,'customfield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2874,0,'customfield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2875,0,'customfield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2876,0,'customfield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2877,0,'customfield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2878,0,'customfield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2879,0,'customfield_select','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2880,0,'customfield_select','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2881,0,'customfield_select','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2882,0,'customfield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2883,0,'customfield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2884,0,'customfield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2885,0,'customfield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2886,0,'customfield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2887,0,'customfield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2888,0,'enrol_category','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2889,0,'enrol_category','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2890,0,'enrol_category','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2891,0,'enrol_cohort','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2892,0,'enrol_cohort','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2893,0,'enrol_cohort','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2894,0,'enrol_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2895,0,'enrol_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2896,0,'enrol_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2897,0,'enrol_fee','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2898,0,'enrol_fee','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2899,0,'enrol_fee','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2900,0,'enrol_flatfile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589944),(2901,0,'enrol_flatfile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589944),(2902,0,'enrol_flatfile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589944),(2903,0,'enrol_guest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2904,0,'enrol_guest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2905,0,'enrol_guest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2906,0,'enrol_imsenterprise','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2907,0,'enrol_imsenterprise','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2908,0,'enrol_imsenterprise','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2909,0,'enrol_ldap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2910,0,'enrol_ldap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2911,0,'enrol_ldap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2912,0,'enrol_lti','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2913,0,'enrol_lti','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2914,0,'enrol_lti','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2915,0,'enrol_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2916,0,'enrol_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2917,0,'enrol_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2918,0,'enrol_meta','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2919,0,'enrol_meta','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2920,0,'enrol_meta','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2921,0,'enrol_mnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2922,0,'enrol_mnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2923,0,'enrol_mnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2924,0,'enrol_paypal','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2925,0,'enrol_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2926,0,'enrol_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2927,0,'enrol_self','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2928,0,'enrol_self','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2929,0,'enrol_self','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2930,0,'message_airnotifier','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2931,0,'message_airnotifier','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2932,0,'message_airnotifier','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2933,0,'message_email','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2934,0,'message_email','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2935,0,'message_email','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2936,0,'message_jabber','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2937,0,'message_jabber','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2938,0,'message_jabber','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2939,0,'message_popup','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589945),(2940,0,'message_popup','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2941,0,'message_popup','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589945),(2942,0,'block_accessreview',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589945),(2943,0,'block_accessreview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589945),(2944,0,'block_accessreview','2021051700','2021051700','Plugin installed',NULL,'',0,1621589945),(2945,0,'block_activity_modules','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2946,0,'block_activity_modules','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2947,0,'block_activity_modules','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2948,0,'block_activity_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2949,0,'block_activity_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2950,0,'block_activity_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2951,0,'block_admin_bookmarks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2952,0,'block_admin_bookmarks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2953,0,'block_admin_bookmarks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2954,0,'block_badges','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2955,0,'block_badges','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2956,0,'block_badges','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2957,0,'block_blog_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2958,0,'block_blog_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2959,0,'block_blog_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2960,0,'block_blog_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2961,0,'block_blog_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2962,0,'block_blog_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2963,0,'block_blog_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2964,0,'block_blog_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2965,0,'block_blog_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2966,0,'block_calendar_month','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2967,0,'block_calendar_month','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2968,0,'block_calendar_month','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2969,0,'block_calendar_upcoming','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2970,0,'block_calendar_upcoming','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2971,0,'block_calendar_upcoming','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2972,0,'block_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2973,0,'block_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2974,0,'block_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2975,0,'block_completionstatus','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2976,0,'block_completionstatus','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2977,0,'block_completionstatus','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2978,0,'block_course_list','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2979,0,'block_course_list','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2980,0,'block_course_list','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2981,0,'block_course_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2982,0,'block_course_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2983,0,'block_course_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2984,0,'block_feedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2985,0,'block_feedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2986,0,'block_feedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2987,0,'block_globalsearch','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2988,0,'block_globalsearch','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2989,0,'block_globalsearch','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2990,0,'block_glossary_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2991,0,'block_glossary_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2992,0,'block_glossary_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2993,0,'block_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2994,0,'block_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2995,0,'block_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2996,0,'block_login','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(2997,0,'block_login','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(2998,0,'block_login','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(2999,0,'block_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3000,0,'block_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3001,0,'block_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3002,0,'block_mentees','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3003,0,'block_mentees','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3004,0,'block_mentees','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3005,0,'block_mnet_hosts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3006,0,'block_mnet_hosts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3007,0,'block_mnet_hosts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3008,0,'block_myoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3009,0,'block_myoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589946),(3010,0,'block_myoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589946),(3011,0,'block_myprofile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589946),(3012,0,'block_myprofile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3013,0,'block_myprofile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3014,0,'block_navigation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3015,0,'block_navigation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3016,0,'block_navigation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3017,0,'block_news_items','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3018,0,'block_news_items','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3019,0,'block_news_items','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3020,0,'block_online_users','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3021,0,'block_online_users','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3022,0,'block_online_users','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3023,0,'block_private_files','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3024,0,'block_private_files','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3025,0,'block_private_files','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3026,0,'block_quiz_results','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3027,0,'block_quiz_results','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3028,0,'block_quiz_results','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3029,0,'block_recent_activity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3030,0,'block_recent_activity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3031,0,'block_recent_activity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3032,0,'block_recentlyaccessedcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3033,0,'block_recentlyaccessedcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3034,0,'block_recentlyaccessedcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3035,0,'block_recentlyaccesseditems','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3036,0,'block_recentlyaccesseditems','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3037,0,'block_recentlyaccesseditems','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3038,0,'block_rss_client','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3039,0,'block_rss_client','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3040,0,'block_rss_client','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3041,0,'block_search_forums','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3042,0,'block_search_forums','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3043,0,'block_search_forums','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3044,0,'block_section_links','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3045,0,'block_section_links','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3046,0,'block_section_links','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3047,0,'block_selfcompletion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3048,0,'block_selfcompletion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3049,0,'block_selfcompletion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3050,0,'block_settings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3051,0,'block_settings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3052,0,'block_settings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3053,0,'block_site_main_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3054,0,'block_site_main_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3055,0,'block_site_main_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3056,0,'block_social_activities','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3057,0,'block_social_activities','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3058,0,'block_social_activities','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3059,0,'block_starredcourses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3060,0,'block_starredcourses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3061,0,'block_starredcourses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3062,0,'block_tag_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3063,0,'block_tag_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3064,0,'block_tag_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3065,0,'block_tag_youtube','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3066,0,'block_tag_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3067,0,'block_tag_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3068,0,'block_tags','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3069,0,'block_tags','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3070,0,'block_tags','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3071,0,'block_timeline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3072,0,'block_timeline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3073,0,'block_timeline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3074,0,'media_html5audio','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3075,0,'media_html5audio','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3076,0,'media_html5audio','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3077,0,'media_html5video','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3078,0,'media_html5video','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3079,0,'media_html5video','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3080,0,'media_swf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3081,0,'media_swf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3082,0,'media_swf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3083,0,'media_videojs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589947),(3084,0,'media_videojs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589947),(3085,0,'media_videojs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589947),(3086,0,'media_vimeo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3087,0,'media_vimeo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3088,0,'media_vimeo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3089,0,'media_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3090,0,'media_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3091,0,'media_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3092,0,'filter_activitynames','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3093,0,'filter_activitynames','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3094,0,'filter_activitynames','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3095,0,'filter_algebra','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3096,0,'filter_algebra','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3097,0,'filter_algebra','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3098,0,'filter_censor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3099,0,'filter_censor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3100,0,'filter_censor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3101,0,'filter_data','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3102,0,'filter_data','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3103,0,'filter_data','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3104,0,'filter_displayh5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3105,0,'filter_displayh5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3106,0,'filter_displayh5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3107,0,'filter_emailprotect','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3108,0,'filter_emailprotect','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3109,0,'filter_emailprotect','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3110,0,'filter_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3111,0,'filter_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3112,0,'filter_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3113,0,'filter_glossary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3114,0,'filter_glossary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3115,0,'filter_glossary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3116,0,'filter_mathjaxloader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3117,0,'filter_mathjaxloader','2021012000','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3118,0,'filter_mathjaxloader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3119,0,'filter_mathjaxloader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3120,0,'filter_mediaplugin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3121,0,'filter_mediaplugin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3122,0,'filter_mediaplugin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3123,0,'filter_multilang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3124,0,'filter_multilang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3125,0,'filter_multilang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3126,0,'filter_tex','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3127,0,'filter_tex','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3128,0,'filter_tex','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3129,0,'filter_tidy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3130,0,'filter_tidy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3131,0,'filter_tidy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3132,0,'filter_urltolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3133,0,'filter_urltolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3134,0,'filter_urltolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3135,0,'filter_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589948),(3136,0,'filter_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589948),(3137,0,'filter_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589948),(3138,0,'editor_atto','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3139,0,'editor_atto','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3140,0,'editor_atto','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3141,0,'editor_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3142,0,'editor_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3143,0,'editor_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3144,0,'editor_tinymce','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3145,0,'editor_tinymce','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3146,0,'editor_tinymce','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3147,0,'format_singleactivity','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3148,0,'format_singleactivity','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3149,0,'format_singleactivity','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3150,0,'format_social','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3151,0,'format_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3152,0,'format_social','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3153,0,'format_topics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589948),(3154,0,'format_topics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589948),(3155,0,'format_topics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589948),(3156,0,'format_weeks','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3157,0,'format_weeks','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3158,0,'format_weeks','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3159,0,'dataformat_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3160,0,'dataformat_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3161,0,'dataformat_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3162,0,'dataformat_excel','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3163,0,'dataformat_excel','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3164,0,'dataformat_excel','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3165,0,'dataformat_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3166,0,'dataformat_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3167,0,'dataformat_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3168,0,'dataformat_json','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3169,0,'dataformat_json','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3170,0,'dataformat_json','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3171,0,'dataformat_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3172,0,'dataformat_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3173,0,'dataformat_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3174,0,'dataformat_pdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3175,0,'dataformat_pdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3176,0,'dataformat_pdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3177,0,'profilefield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3178,0,'profilefield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3179,0,'profilefield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3180,0,'profilefield_datetime','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3181,0,'profilefield_datetime','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3182,0,'profilefield_datetime','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3183,0,'profilefield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3184,0,'profilefield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3185,0,'profilefield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3186,0,'profilefield_social',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589949),(3187,0,'profilefield_social','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3188,0,'profilefield_social','2021051700','2021051700','Plugin installed',NULL,'',0,1621589949),(3189,0,'profilefield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3190,0,'profilefield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3191,0,'profilefield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3192,0,'profilefield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3193,0,'profilefield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3194,0,'profilefield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3195,0,'report_backups','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3196,0,'report_backups','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3197,0,'report_backups','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3198,0,'report_competency','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3199,0,'report_competency','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3200,0,'report_competency','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3201,0,'report_completion','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3202,0,'report_completion','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3203,0,'report_completion','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3204,0,'report_configlog','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3205,0,'report_configlog','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3206,0,'report_configlog','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3207,0,'report_courseoverview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3208,0,'report_courseoverview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3209,0,'report_courseoverview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3210,0,'report_eventlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3211,0,'report_eventlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3212,0,'report_eventlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3213,0,'report_infectedfiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3214,0,'report_infectedfiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3215,0,'report_infectedfiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3216,0,'report_insights','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3217,0,'report_insights','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3218,0,'report_insights','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3219,0,'report_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3220,0,'report_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3221,0,'report_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3222,0,'report_loglive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3223,0,'report_loglive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3224,0,'report_loglive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3225,0,'report_outline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589949),(3226,0,'report_outline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589949),(3227,0,'report_outline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589949),(3228,0,'report_participation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3229,0,'report_participation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3230,0,'report_participation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3231,0,'report_performance','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3232,0,'report_performance','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3233,0,'report_performance','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3234,0,'report_progress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3235,0,'report_progress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3236,0,'report_progress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3237,0,'report_questioninstances','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3238,0,'report_questioninstances','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3239,0,'report_questioninstances','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3240,0,'report_security','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3241,0,'report_security','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3242,0,'report_security','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3243,0,'report_stats','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3244,0,'report_stats','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3245,0,'report_stats','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3246,0,'report_status','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3247,0,'report_status','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3248,0,'report_status','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3249,0,'report_usersessions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3250,0,'report_usersessions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3251,0,'report_usersessions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3252,0,'gradeexport_ods','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3253,0,'gradeexport_ods','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3254,0,'gradeexport_ods','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3255,0,'gradeexport_txt','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3256,0,'gradeexport_txt','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3257,0,'gradeexport_txt','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3258,0,'gradeexport_xls','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3259,0,'gradeexport_xls','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3260,0,'gradeexport_xls','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3261,0,'gradeexport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3262,0,'gradeexport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3263,0,'gradeexport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3264,0,'gradeimport_csv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3265,0,'gradeimport_csv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3266,0,'gradeimport_csv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3267,0,'gradeimport_direct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3268,0,'gradeimport_direct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3269,0,'gradeimport_direct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3270,0,'gradeimport_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3271,0,'gradeimport_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3272,0,'gradeimport_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3273,0,'gradereport_grader','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3274,0,'gradereport_grader','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3275,0,'gradereport_grader','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3276,0,'gradereport_history','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3277,0,'gradereport_history','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3278,0,'gradereport_history','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3279,0,'gradereport_outcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3280,0,'gradereport_outcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3281,0,'gradereport_outcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3282,0,'gradereport_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3283,0,'gradereport_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3284,0,'gradereport_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3285,0,'gradereport_singleview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3286,0,'gradereport_singleview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3287,0,'gradereport_singleview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3288,0,'gradereport_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3289,0,'gradereport_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3290,0,'gradereport_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3291,0,'gradingform_guide','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3292,0,'gradingform_guide','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3293,0,'gradingform_guide','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3294,0,'gradingform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3295,0,'gradingform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3296,0,'gradingform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3297,0,'mlbackend_php','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3298,0,'mlbackend_php','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3299,0,'mlbackend_php','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589950),(3300,0,'mlbackend_python','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589950),(3301,0,'mlbackend_python','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589950),(3302,0,'mlbackend_python','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3303,0,'mnetservice_enrol','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3304,0,'mnetservice_enrol','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3305,0,'mnetservice_enrol','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3306,0,'webservice_rest','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3307,0,'webservice_rest','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3308,0,'webservice_rest','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3309,0,'webservice_soap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3310,0,'webservice_soap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3311,0,'webservice_soap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3312,0,'webservice_xmlrpc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3313,0,'webservice_xmlrpc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3314,0,'webservice_xmlrpc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3315,0,'repository_areafiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3316,0,'repository_areafiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3317,0,'repository_areafiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3318,0,'repository_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3319,0,'repository_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3320,0,'repository_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3321,0,'repository_contentbank','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3322,0,'repository_contentbank','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3323,0,'repository_contentbank','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3324,0,'repository_coursefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3325,0,'repository_coursefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3326,0,'repository_coursefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3327,0,'repository_dropbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3328,0,'repository_dropbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3329,0,'repository_dropbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3330,0,'repository_equella','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3331,0,'repository_equella','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3332,0,'repository_equella','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3333,0,'repository_filesystem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3334,0,'repository_filesystem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3335,0,'repository_filesystem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3336,0,'repository_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3337,0,'repository_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3338,0,'repository_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3339,0,'repository_flickr_public','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3340,0,'repository_flickr_public','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3341,0,'repository_flickr_public','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3342,0,'repository_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3343,0,'repository_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3344,0,'repository_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3345,0,'repository_local','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3346,0,'repository_local','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3347,0,'repository_local','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3348,0,'repository_merlot','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3349,0,'repository_merlot','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3350,0,'repository_merlot','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3351,0,'repository_nextcloud','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3352,0,'repository_nextcloud','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3353,0,'repository_nextcloud','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3354,0,'repository_onedrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3355,0,'repository_onedrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3356,0,'repository_onedrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3357,0,'repository_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3358,0,'repository_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3359,0,'repository_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3360,0,'repository_recent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3361,0,'repository_recent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3362,0,'repository_recent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589951),(3363,0,'repository_s3','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589951),(3364,0,'repository_s3','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589951),(3365,0,'repository_s3','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3366,0,'repository_skydrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3367,0,'repository_skydrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3368,0,'repository_skydrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3369,0,'repository_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3370,0,'repository_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3371,0,'repository_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3372,0,'repository_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3373,0,'repository_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3374,0,'repository_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3375,0,'repository_user','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3376,0,'repository_user','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3377,0,'repository_user','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3378,0,'repository_webdav','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3379,0,'repository_webdav','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3380,0,'repository_webdav','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3381,0,'repository_wikimedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3382,0,'repository_wikimedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3383,0,'repository_wikimedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3384,0,'repository_youtube','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3385,0,'repository_youtube','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3386,0,'repository_youtube','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3387,0,'portfolio_boxnet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3388,0,'portfolio_boxnet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3389,0,'portfolio_boxnet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3390,0,'portfolio_download','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3391,0,'portfolio_download','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3392,0,'portfolio_download','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3393,0,'portfolio_flickr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3394,0,'portfolio_flickr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3395,0,'portfolio_flickr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3396,0,'portfolio_googledocs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3397,0,'portfolio_googledocs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3398,0,'portfolio_googledocs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3399,0,'portfolio_mahara','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3400,0,'portfolio_mahara','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3401,0,'portfolio_mahara','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3402,0,'portfolio_picasa','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3403,0,'portfolio_picasa','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3404,0,'portfolio_picasa','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3405,0,'search_simpledb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3406,0,'search_simpledb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3407,0,'search_simpledb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3408,0,'search_solr','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3409,0,'search_solr','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3410,0,'search_solr','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3411,0,'qbehaviour_adaptive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3412,0,'qbehaviour_adaptive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3413,0,'qbehaviour_adaptive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3414,0,'qbehaviour_adaptivenopenalty','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3415,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3416,0,'qbehaviour_adaptivenopenalty','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3417,0,'qbehaviour_deferredcbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3418,0,'qbehaviour_deferredcbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3419,0,'qbehaviour_deferredcbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3420,0,'qbehaviour_deferredfeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3421,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3422,0,'qbehaviour_deferredfeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3423,0,'qbehaviour_immediatecbm','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3424,0,'qbehaviour_immediatecbm','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3425,0,'qbehaviour_immediatecbm','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3426,0,'qbehaviour_immediatefeedback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3427,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3428,0,'qbehaviour_immediatefeedback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3429,0,'qbehaviour_informationitem','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3430,0,'qbehaviour_informationitem','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3431,0,'qbehaviour_informationitem','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589952),(3432,0,'qbehaviour_interactive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589952),(3433,0,'qbehaviour_interactive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589952),(3434,0,'qbehaviour_interactive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3435,0,'qbehaviour_interactivecountback','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3436,0,'qbehaviour_interactivecountback','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3437,0,'qbehaviour_interactivecountback','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3438,0,'qbehaviour_manualgraded','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3439,0,'qbehaviour_manualgraded','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3440,0,'qbehaviour_manualgraded','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3441,0,'qbehaviour_missing','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3442,0,'qbehaviour_missing','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3443,0,'qbehaviour_missing','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3444,0,'qformat_aiken','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3445,0,'qformat_aiken','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3446,0,'qformat_aiken','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3447,0,'qformat_blackboard_six','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3448,0,'qformat_blackboard_six','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3449,0,'qformat_blackboard_six','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3450,0,'qformat_examview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3451,0,'qformat_examview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3452,0,'qformat_examview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3453,0,'qformat_gift','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3454,0,'qformat_gift','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3455,0,'qformat_gift','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3456,0,'qformat_missingword','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3457,0,'qformat_missingword','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3458,0,'qformat_missingword','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3459,0,'qformat_multianswer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3460,0,'qformat_multianswer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3461,0,'qformat_multianswer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3462,0,'qformat_webct','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3463,0,'qformat_webct','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3464,0,'qformat_webct','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3465,0,'qformat_xhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3466,0,'qformat_xhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3467,0,'qformat_xhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3468,0,'qformat_xml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3469,0,'qformat_xml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3470,0,'qformat_xml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3471,0,'tool_analytics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3472,0,'tool_analytics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3473,0,'tool_analytics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3474,0,'tool_availabilityconditions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3475,0,'tool_availabilityconditions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3476,0,'tool_availabilityconditions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3477,0,'tool_behat','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3478,0,'tool_behat','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3479,0,'tool_behat','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589953),(3480,0,'tool_brickfield',NULL,'2021051700','Starting plugin installation',NULL,'',0,1621589953),(3481,0,'tool_brickfield','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3482,0,'tool_brickfield','2021051700','2021051700','Plugin installed',NULL,'',0,1621589953),(3483,0,'tool_capability','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589953),(3484,0,'tool_capability','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589953),(3485,0,'tool_capability','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3486,0,'tool_cohortroles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3487,0,'tool_cohortroles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3488,0,'tool_cohortroles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3489,0,'tool_customlang','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3490,0,'tool_customlang','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3491,0,'tool_customlang','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3492,0,'tool_dataprivacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3493,0,'tool_dataprivacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3494,0,'tool_dataprivacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3495,0,'tool_dbtransfer','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3496,0,'tool_dbtransfer','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3497,0,'tool_dbtransfer','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3498,0,'tool_filetypes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3499,0,'tool_filetypes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3500,0,'tool_filetypes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3501,0,'tool_generator','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3502,0,'tool_generator','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3503,0,'tool_generator','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3504,0,'tool_health','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3505,0,'tool_health','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3506,0,'tool_health','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3507,0,'tool_httpsreplace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3508,0,'tool_httpsreplace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3509,0,'tool_httpsreplace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3510,0,'tool_innodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3511,0,'tool_innodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3512,0,'tool_innodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3513,0,'tool_installaddon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3514,0,'tool_installaddon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3515,0,'tool_installaddon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3516,0,'tool_langimport','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3517,0,'tool_langimport','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3518,0,'tool_langimport','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3519,0,'tool_licensemanager','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3520,0,'tool_licensemanager','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3521,0,'tool_licensemanager','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3522,0,'tool_log','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3523,0,'tool_log','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3524,0,'tool_log','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3525,0,'tool_lp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3526,0,'tool_lp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3527,0,'tool_lp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3528,0,'tool_lpimportcsv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3529,0,'tool_lpimportcsv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3530,0,'tool_lpimportcsv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3531,0,'tool_lpmigrate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3532,0,'tool_lpmigrate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3533,0,'tool_lpmigrate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3534,0,'tool_messageinbound','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3535,0,'tool_messageinbound','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3536,0,'tool_messageinbound','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3537,0,'tool_mobile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3538,0,'tool_mobile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3539,0,'tool_mobile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3540,0,'tool_monitor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3541,0,'tool_monitor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3542,0,'tool_monitor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3543,0,'tool_moodlenet','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3544,0,'tool_moodlenet','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3545,0,'tool_moodlenet','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3546,0,'tool_multilangupgrade','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3547,0,'tool_multilangupgrade','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3548,0,'tool_multilangupgrade','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589954),(3549,0,'tool_oauth2','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589954),(3550,0,'tool_oauth2','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589954),(3551,0,'tool_oauth2','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3552,0,'tool_phpunit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3553,0,'tool_phpunit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3554,0,'tool_phpunit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3555,0,'tool_policy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3556,0,'tool_policy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3557,0,'tool_policy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3558,0,'tool_profiling','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3559,0,'tool_profiling','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3560,0,'tool_profiling','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3561,0,'tool_recyclebin','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3562,0,'tool_recyclebin','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3563,0,'tool_recyclebin','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3564,0,'tool_replace','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3565,0,'tool_replace','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3566,0,'tool_replace','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3567,0,'tool_spamcleaner','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3568,0,'tool_spamcleaner','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3569,0,'tool_spamcleaner','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3570,0,'tool_task','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3571,0,'tool_task','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3572,0,'tool_task','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3573,0,'tool_templatelibrary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3574,0,'tool_templatelibrary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3575,0,'tool_templatelibrary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3576,0,'tool_unsuproles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3577,0,'tool_unsuproles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3578,0,'tool_unsuproles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3579,0,'tool_uploadcourse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3580,0,'tool_uploadcourse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3581,0,'tool_uploadcourse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3582,0,'tool_uploaduser','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3583,0,'tool_uploaduser','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3584,0,'tool_uploaduser','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3585,0,'tool_usertours','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3586,0,'tool_usertours','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3587,0,'tool_usertours','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3588,0,'tool_xmldb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3589,0,'tool_xmldb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3590,0,'tool_xmldb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3591,0,'cachestore_apcu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3592,0,'cachestore_apcu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3593,0,'cachestore_apcu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3594,0,'cachestore_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589955),(3595,0,'cachestore_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589955),(3596,0,'cachestore_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589955),(3597,0,'cachestore_memcached','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3598,0,'cachestore_memcached','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3599,0,'cachestore_memcached','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3600,0,'cachestore_mongodb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3601,0,'cachestore_mongodb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3602,0,'cachestore_mongodb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3603,0,'cachestore_redis','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3604,0,'cachestore_redis','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3605,0,'cachestore_redis','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3606,0,'cachestore_session','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3607,0,'cachestore_session','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3608,0,'cachestore_session','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3609,0,'cachestore_static','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3610,0,'cachestore_static','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3611,0,'cachestore_static','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3612,0,'cachelock_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3613,0,'cachelock_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3614,0,'cachelock_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3615,0,'fileconverter_googledrive','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3616,0,'fileconverter_googledrive','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3617,0,'fileconverter_googledrive','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3618,0,'fileconverter_unoconv','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3619,0,'fileconverter_unoconv','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3620,0,'fileconverter_unoconv','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3621,0,'contenttype_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3622,0,'contenttype_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3623,0,'contenttype_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3624,0,'theme_boost','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3625,0,'theme_boost','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3626,0,'theme_boost','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3627,0,'theme_classic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3628,0,'theme_classic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3629,0,'theme_classic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3630,0,'local_wirisquizzes','2020120900','2021050600','Starting plugin upgrade',NULL,'',0,1621589956),(3631,0,'local_wirisquizzes','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589956),(3632,0,'local_wirisquizzes','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589956),(3633,0,'h5plib_v124','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3634,0,'h5plib_v124','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3635,0,'h5plib_v124','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3636,0,'paygw_paypal','2020110901','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3637,0,'paygw_paypal','2020121600','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3638,0,'paygw_paypal','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3639,0,'paygw_paypal','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3640,0,'assignsubmission_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3641,0,'assignsubmission_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3642,0,'assignsubmission_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3643,0,'assignsubmission_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3644,0,'assignsubmission_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3645,0,'assignsubmission_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3646,0,'assignsubmission_onlinetext','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3647,0,'assignsubmission_onlinetext','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3648,0,'assignsubmission_onlinetext','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3649,0,'assignfeedback_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3650,0,'assignfeedback_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3651,0,'assignfeedback_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3652,0,'assignfeedback_editpdf','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3653,0,'assignfeedback_editpdf','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3654,0,'assignfeedback_editpdf','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3655,0,'assignfeedback_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3656,0,'assignfeedback_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3657,0,'assignfeedback_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3658,0,'assignfeedback_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3659,0,'assignfeedback_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3660,0,'assignfeedback_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3661,0,'assignment_offline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3662,0,'assignment_offline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3663,0,'assignment_offline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589956),(3664,0,'assignment_online','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589956),(3665,0,'assignment_online','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589956),(3666,0,'assignment_online','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3667,0,'assignment_upload','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3668,0,'assignment_upload','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3669,0,'assignment_upload','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3670,0,'assignment_uploadsingle','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3671,0,'assignment_uploadsingle','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3672,0,'assignment_uploadsingle','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3673,0,'booktool_exportimscp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3674,0,'booktool_exportimscp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3675,0,'booktool_exportimscp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3676,0,'booktool_importhtml','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3677,0,'booktool_importhtml','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3678,0,'booktool_importhtml','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3679,0,'booktool_print','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3680,0,'booktool_print','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3681,0,'booktool_print','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3682,0,'datafield_checkbox','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3683,0,'datafield_checkbox','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3684,0,'datafield_checkbox','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3685,0,'datafield_date','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3686,0,'datafield_date','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3687,0,'datafield_date','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3688,0,'datafield_file','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3689,0,'datafield_file','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3690,0,'datafield_file','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3691,0,'datafield_latlong','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3692,0,'datafield_latlong','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3693,0,'datafield_latlong','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3694,0,'datafield_menu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3695,0,'datafield_menu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3696,0,'datafield_menu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3697,0,'datafield_multimenu','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3698,0,'datafield_multimenu','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3699,0,'datafield_multimenu','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3700,0,'datafield_number','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3701,0,'datafield_number','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3702,0,'datafield_number','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3703,0,'datafield_picture','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3704,0,'datafield_picture','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3705,0,'datafield_picture','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3706,0,'datafield_radiobutton','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3707,0,'datafield_radiobutton','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3708,0,'datafield_radiobutton','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3709,0,'datafield_text','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3710,0,'datafield_text','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3711,0,'datafield_text','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3712,0,'datafield_textarea','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3713,0,'datafield_textarea','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3714,0,'datafield_textarea','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3715,0,'datafield_url','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3716,0,'datafield_url','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3717,0,'datafield_url','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3718,0,'datapreset_imagegallery','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3719,0,'datapreset_imagegallery','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3720,0,'datapreset_imagegallery','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3721,0,'forumreport_summary','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3722,0,'forumreport_summary','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3723,0,'forumreport_summary','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3724,0,'ltiservice_basicoutcomes','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3725,0,'ltiservice_basicoutcomes','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3726,0,'ltiservice_basicoutcomes','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3727,0,'ltiservice_gradebookservices','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3728,0,'ltiservice_gradebookservices','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3729,0,'ltiservice_gradebookservices','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3730,0,'ltiservice_memberships','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3731,0,'ltiservice_memberships','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3732,0,'ltiservice_memberships','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3733,0,'ltiservice_profile','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3734,0,'ltiservice_profile','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3735,0,'ltiservice_profile','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3736,0,'ltiservice_toolproxy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3737,0,'ltiservice_toolproxy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3738,0,'ltiservice_toolproxy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3739,0,'ltiservice_toolsettings','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3740,0,'ltiservice_toolsettings','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589957),(3741,0,'ltiservice_toolsettings','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589957),(3742,0,'quiz_grading','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589957),(3743,0,'quiz_grading','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3744,0,'quiz_grading','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3745,0,'quiz_overview','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3746,0,'quiz_overview','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3747,0,'quiz_overview','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3748,0,'quiz_responses','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3749,0,'quiz_responses','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3750,0,'quiz_responses','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3751,0,'quiz_statistics','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3752,0,'quiz_statistics','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3753,0,'quiz_statistics','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3754,0,'quizaccess_delaybetweenattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3755,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3756,0,'quizaccess_delaybetweenattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3757,0,'quizaccess_ipaddress','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3758,0,'quizaccess_ipaddress','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3759,0,'quizaccess_ipaddress','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3760,0,'quizaccess_numattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3761,0,'quizaccess_numattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3762,0,'quizaccess_numattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3763,0,'quizaccess_offlineattempts','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3764,0,'quizaccess_offlineattempts','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3765,0,'quizaccess_offlineattempts','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3766,0,'quizaccess_openclosedate','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3767,0,'quizaccess_openclosedate','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3768,0,'quizaccess_openclosedate','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3769,0,'quizaccess_password','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3770,0,'quizaccess_password','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3771,0,'quizaccess_password','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3772,0,'quizaccess_seb','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3773,0,'quizaccess_seb','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3774,0,'quizaccess_seb','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3775,0,'quizaccess_securewindow','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3776,0,'quizaccess_securewindow','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3777,0,'quizaccess_securewindow','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3778,0,'quizaccess_timelimit','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3779,0,'quizaccess_timelimit','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3780,0,'quizaccess_timelimit','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3781,0,'scormreport_basic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3782,0,'scormreport_basic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3783,0,'scormreport_basic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3784,0,'scormreport_graphs','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3785,0,'scormreport_graphs','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3786,0,'scormreport_graphs','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3787,0,'scormreport_interactions','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3788,0,'scormreport_interactions','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3789,0,'scormreport_interactions','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3790,0,'scormreport_objectives','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3791,0,'scormreport_objectives','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3792,0,'scormreport_objectives','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3793,0,'workshopform_accumulative','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3794,0,'workshopform_accumulative','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3795,0,'workshopform_accumulative','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3796,0,'workshopform_comments','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3797,0,'workshopform_comments','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3798,0,'workshopform_comments','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3799,0,'workshopform_numerrors','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3800,0,'workshopform_numerrors','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3801,0,'workshopform_numerrors','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3802,0,'workshopform_rubric','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3803,0,'workshopform_rubric','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3804,0,'workshopform_rubric','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3805,0,'workshopallocation_manual','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3806,0,'workshopallocation_manual','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3807,0,'workshopallocation_manual','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3808,0,'workshopallocation_random','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3809,0,'workshopallocation_random','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3810,0,'workshopallocation_random','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3811,0,'workshopallocation_scheduled','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3812,0,'workshopallocation_scheduled','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3813,0,'workshopallocation_scheduled','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3814,0,'workshopeval_best','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3815,0,'workshopeval_best','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3816,0,'workshopeval_best','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589958),(3817,0,'atto_accessibilitychecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589958),(3818,0,'atto_accessibilitychecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589958),(3819,0,'atto_accessibilitychecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3820,0,'atto_accessibilityhelper','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3821,0,'atto_accessibilityhelper','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3822,0,'atto_accessibilityhelper','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3823,0,'atto_align','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3824,0,'atto_align','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3825,0,'atto_align','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3826,0,'atto_backcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3827,0,'atto_backcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3828,0,'atto_backcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3829,0,'atto_bold','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3830,0,'atto_bold','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3831,0,'atto_bold','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3832,0,'atto_charmap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3833,0,'atto_charmap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3834,0,'atto_charmap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3835,0,'atto_clear','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3836,0,'atto_clear','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3837,0,'atto_clear','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3838,0,'atto_collapse','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3839,0,'atto_collapse','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3840,0,'atto_collapse','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3841,0,'atto_emojipicker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3842,0,'atto_emojipicker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3843,0,'atto_emojipicker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3844,0,'atto_emoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3845,0,'atto_emoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3846,0,'atto_emoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3847,0,'atto_equation','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3848,0,'atto_equation','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3849,0,'atto_equation','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3850,0,'atto_fontcolor','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3851,0,'atto_fontcolor','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3852,0,'atto_fontcolor','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3853,0,'atto_h5p','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3854,0,'atto_h5p','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3855,0,'atto_h5p','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3856,0,'atto_html','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3857,0,'atto_html','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3858,0,'atto_html','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3859,0,'atto_image','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3860,0,'atto_image','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3861,0,'atto_image','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3862,0,'atto_indent','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3863,0,'atto_indent','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3864,0,'atto_indent','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3865,0,'atto_italic','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3866,0,'atto_italic','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3867,0,'atto_italic','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3868,0,'atto_link','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3869,0,'atto_link','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3870,0,'atto_link','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3871,0,'atto_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3872,0,'atto_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3873,0,'atto_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3874,0,'atto_media','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3875,0,'atto_media','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3876,0,'atto_media','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3877,0,'atto_noautolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3878,0,'atto_noautolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3879,0,'atto_noautolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3880,0,'atto_orderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3881,0,'atto_orderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3882,0,'atto_orderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3883,0,'atto_recordrtc','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3884,0,'atto_recordrtc','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3885,0,'atto_recordrtc','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3886,0,'atto_rtl','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3887,0,'atto_rtl','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3888,0,'atto_rtl','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3889,0,'atto_strike','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3890,0,'atto_strike','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589959),(3891,0,'atto_strike','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589959),(3892,0,'atto_subscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589959),(3893,0,'atto_subscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3894,0,'atto_subscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3895,0,'atto_superscript','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3896,0,'atto_superscript','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3897,0,'atto_superscript','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3898,0,'atto_table','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3899,0,'atto_table','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3900,0,'atto_table','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3901,0,'atto_title','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3902,0,'atto_title','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3903,0,'atto_title','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3904,0,'atto_underline','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3905,0,'atto_underline','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3906,0,'atto_underline','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3907,0,'atto_undo','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3908,0,'atto_undo','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3909,0,'atto_undo','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3910,0,'atto_unorderedlist','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3911,0,'atto_unorderedlist','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3912,0,'atto_unorderedlist','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3913,0,'atto_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3914,0,'atto_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3915,0,'atto_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3916,0,'tinymce_ctrlhelp','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3917,0,'tinymce_ctrlhelp','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3918,0,'tinymce_ctrlhelp','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3919,0,'tinymce_managefiles','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3920,0,'tinymce_managefiles','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3921,0,'tinymce_managefiles','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3922,0,'tinymce_moodleemoticon','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3923,0,'tinymce_moodleemoticon','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3924,0,'tinymce_moodleemoticon','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3925,0,'tinymce_moodleimage','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3926,0,'tinymce_moodleimage','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3927,0,'tinymce_moodleimage','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3928,0,'tinymce_moodlemedia','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3929,0,'tinymce_moodlemedia','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3930,0,'tinymce_moodlemedia','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3931,0,'tinymce_moodlenolink','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3932,0,'tinymce_moodlenolink','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3933,0,'tinymce_moodlenolink','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3934,0,'tinymce_pdw','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3935,0,'tinymce_pdw','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3936,0,'tinymce_pdw','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3937,0,'tinymce_spellchecker','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3938,0,'tinymce_spellchecker','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3939,0,'tinymce_spellchecker','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3940,0,'tinymce_tiny_mce_wiris','2020090300','2021050600','Starting plugin upgrade',NULL,'',0,1621589960),(3941,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Upgrade savepoint reached',NULL,'',0,1621589960),(3942,0,'tinymce_tiny_mce_wiris','2021050600','2021050600','Plugin upgraded',NULL,'',0,1621589960),(3943,0,'tinymce_wrap','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3944,0,'tinymce_wrap','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3945,0,'tinymce_wrap','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3946,0,'logstore_database','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3947,0,'logstore_database','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3948,0,'logstore_database','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3949,0,'logstore_legacy','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3950,0,'logstore_legacy','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3951,0,'logstore_legacy','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3952,0,'logstore_standard','2020110900','2021051700','Starting plugin upgrade',NULL,'',0,1621589960),(3953,0,'logstore_standard','2021051700','2021051700','Upgrade savepoint reached',NULL,'',0,1621589960),(3954,0,'logstore_standard','2021051700','2021051700','Plugin upgraded',NULL,'',0,1621589960),(3955,0,'core','2021051700.01','2022041907.05','Starting core upgrade',NULL,'',0,1680158616),(3956,0,'core','2021052500.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3957,0,'core','2021052500.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3958,0,'core','2021052500.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158616),(3959,0,'core','2021052500.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3960,0,'core','2021052500.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3961,0,'core','2021052500.13','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3962,0,'core','2021052500.15','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3963,0,'core','2021052500.19','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3964,0,'core','2021052500.2','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3965,0,'core','2021052500.24','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3966,0,'core','2021052500.26','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3967,0,'core','2021052500.27','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3968,0,'core','2021052500.29','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3969,0,'core','2021052500.3','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3970,0,'core','2021052500.32','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3971,0,'core','2021052500.33','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3972,0,'core','2021052500.36','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3973,0,'core','2021052500.42','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3974,0,'core','2021052500.55','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3975,0,'core','2021052500.59','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3976,0,'core','2021052500.6','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3977,0,'core','2021052500.64','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3978,0,'core','2021052500.67','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3979,0,'core','2021052500.69','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3980,0,'core','2021052500.74','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3981,0,'core','2021052500.75','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3982,0,'core','2021052500.78','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3983,0,'core','2021052500.83','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3984,0,'core','2021052500.84','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3985,0,'core','2021052500.85','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3986,0,'core','2021052500.87','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3987,0,'core','2021052500.9','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3988,0,'core','2021060200','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3989,0,'core','2021060900','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3990,0,'core','2021072800.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3991,0,'core','2021090200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3992,0,'core','2021091100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3993,0,'core','2021091100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3994,0,'core','2021091700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3995,0,'core','2021091700.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3996,0,'core','2021091700.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3997,0,'core','2021091700.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3998,0,'core','2021092400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(3999,0,'core','2021092400.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4000,0,'core','2021100300.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4001,0,'core','2021100300.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4002,0,'core','2021100600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4003,0,'core','2021100600.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158617),(4004,0,'core','2021100600.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4005,0,'core','2021100600.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4006,0,'core','2021101900.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4007,0,'core','2021102600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4008,0,'core','2021102900.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4009,0,'core','2021110100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4010,0,'core','2021110800.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4011,0,'core','2021110800.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4012,0,'core','2021111700','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4013,0,'core','2021111700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4014,0,'core','2021120100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4015,0,'core','2021121400.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4016,0,'core','2021121700.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4017,0,'core','2021122100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158618),(4018,0,'core','2021122100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4019,0,'core','2021122100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4020,0,'core','2021123000.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4021,0,'core','2021123000.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4022,0,'core','2021123000.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4023,0,'core','2022011100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158619),(4024,0,'core','2022012100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158620),(4025,0,'core','2022020200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4026,0,'core','2022020200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4027,0,'core','2022020200.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4028,0,'core','2022020200.04','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4029,0,'core','2022020200.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4030,0,'core','2022020200.06','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4031,0,'core','2022020200.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4032,0,'core','2022021100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158621),(4033,0,'core','2022021100.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4034,0,'core','2022022600.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4035,0,'core','2022030100','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4036,0,'core','2022031100.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4037,0,'core','2022032200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4038,0,'core','2022032200.02','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4039,0,'core','2022041200.01','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4040,0,'core','2022041900.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4041,0,'core','2022041901.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4042,0,'core','2022041901.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4043,0,'core','2022041904.03','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4044,0,'core','2022041904.14','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4045,0,'core','2022041905.07','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4046,0,'core','2022041907.05','2022041907.05','Upgrade savepoint reached',NULL,'',0,1680158622),(4047,0,'core','2022041907.05','2022041907.05','Core upgraded',NULL,'',0,1680158623),(4048,0,'antivirus_clamav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4049,0,'antivirus_clamav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4050,0,'antivirus_clamav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4051,0,'availability_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4052,0,'availability_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4053,0,'availability_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4054,0,'availability_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4055,0,'availability_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4056,0,'availability_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4057,0,'availability_grade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4058,0,'availability_grade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4059,0,'availability_grade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4060,0,'availability_group','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4061,0,'availability_group','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4062,0,'availability_group','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4063,0,'availability_grouping','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4064,0,'availability_grouping','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4065,0,'availability_grouping','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4066,0,'availability_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4067,0,'availability_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4068,0,'availability_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4069,0,'qtype_calculated','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4070,0,'qtype_calculated','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4071,0,'qtype_calculated','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4072,0,'qtype_calculatedmulti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4073,0,'qtype_calculatedmulti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4074,0,'qtype_calculatedmulti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4075,0,'qtype_calculatedsimple','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4076,0,'qtype_calculatedsimple','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4077,0,'qtype_calculatedsimple','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4078,0,'qtype_ddimageortext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4079,0,'qtype_ddimageortext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4080,0,'qtype_ddimageortext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4081,0,'qtype_ddmarker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4082,0,'qtype_ddmarker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4083,0,'qtype_ddmarker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4084,0,'qtype_ddwtos','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4085,0,'qtype_ddwtos','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4086,0,'qtype_ddwtos','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4087,0,'qtype_description','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4088,0,'qtype_description','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4089,0,'qtype_description','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4090,0,'qtype_essay','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158624),(4091,0,'qtype_essay','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4092,0,'qtype_essay','2021052502','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4093,0,'qtype_essay','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158624),(4094,0,'qtype_essay','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158624),(4095,0,'qtype_essaywiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158624),(4096,0,'qtype_essaywiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158624),(4097,0,'qtype_essaywiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158624),(4098,0,'qtype_gapselect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4099,0,'qtype_gapselect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4100,0,'qtype_gapselect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4101,0,'qtype_match','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4102,0,'qtype_match','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4103,0,'qtype_match','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4104,0,'qtype_matchwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4105,0,'qtype_matchwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4106,0,'qtype_matchwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4107,0,'qtype_missingtype','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4108,0,'qtype_missingtype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4109,0,'qtype_missingtype','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4110,0,'qtype_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4111,0,'qtype_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4112,0,'qtype_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4113,0,'qtype_multianswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4114,0,'qtype_multianswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4115,0,'qtype_multianswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4116,0,'qtype_multichoice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4117,0,'qtype_multichoice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4118,0,'qtype_multichoice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4119,0,'qtype_multichoicewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4120,0,'qtype_multichoicewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4121,0,'qtype_multichoicewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4122,0,'qtype_numerical','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4123,0,'qtype_numerical','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4124,0,'qtype_numerical','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4125,0,'qtype_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4126,0,'qtype_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4127,0,'qtype_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4128,0,'qtype_randomsamatch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4129,0,'qtype_randomsamatch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4130,0,'qtype_randomsamatch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4131,0,'qtype_shortanswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4132,0,'qtype_shortanswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4133,0,'qtype_shortanswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158625),(4134,0,'qtype_shortanswerwiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158625),(4135,0,'qtype_shortanswerwiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158625),(4136,0,'qtype_shortanswerwiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158625),(4137,0,'qtype_truefalse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158625),(4138,0,'qtype_truefalse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158625),(4139,0,'qtype_truefalse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4140,0,'qtype_truefalsewiris','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4141,0,'qtype_truefalsewiris','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4142,0,'qtype_truefalsewiris','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4143,0,'qtype_wq','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158626),(4144,0,'qtype_wq','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158626),(4145,0,'qtype_wq','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158626),(4146,0,'mod_assign','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158626),(4147,0,'mod_assign','2021110901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4148,0,'mod_assign','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4149,0,'mod_assign','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158626),(4150,0,'mod_assign','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158626),(4151,0,'mod_assignment','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158626),(4152,0,'mod_assignment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158626),(4153,0,'mod_assignment','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158626),(4154,0,'mod_bigbluebuttonbn',NULL,'2022041901','Starting plugin installation',NULL,'',0,1680158626),(4155,0,'mod_bigbluebuttonbn','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158626),(4156,0,'mod_bigbluebuttonbn','2022041901','2022041901','Plugin installed',NULL,'',0,1680158627),(4157,0,'mod_book','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4158,0,'mod_book','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4159,0,'mod_book','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4160,0,'mod_book','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4161,0,'mod_chat','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4162,0,'mod_chat','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4163,0,'mod_chat','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4164,0,'mod_choice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4165,0,'mod_choice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4166,0,'mod_choice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4167,0,'mod_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4168,0,'mod_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4169,0,'mod_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158627),(4170,0,'mod_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158627),(4171,0,'mod_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158627),(4172,0,'mod_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4173,0,'mod_folder','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4174,0,'mod_folder','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4175,0,'mod_folder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4176,0,'mod_folder','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4177,0,'mod_forum','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4178,0,'mod_forum','2021101100','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4179,0,'mod_forum','2021101101','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4180,0,'mod_forum','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4181,0,'mod_forum','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4182,0,'mod_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4183,0,'mod_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4184,0,'mod_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4185,0,'mod_h5pactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4186,0,'mod_h5pactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4187,0,'mod_h5pactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4188,0,'mod_imscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4189,0,'mod_imscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4190,0,'mod_imscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4191,0,'mod_label','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158628),(4192,0,'mod_label','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158628),(4193,0,'mod_label','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158628),(4194,0,'mod_lesson','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4195,0,'mod_lesson','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4196,0,'mod_lesson','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4197,0,'mod_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4198,0,'mod_lti','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4199,0,'mod_lti','2022032900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4200,0,'mod_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158628),(4201,0,'mod_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158628),(4202,0,'mod_page','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158628),(4203,0,'mod_page','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4204,0,'mod_page','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4205,0,'mod_quiz','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4206,0,'mod_quiz','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4207,0,'mod_quiz','2021101900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4208,0,'mod_quiz','2022020300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4209,0,'mod_quiz','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4210,0,'mod_quiz','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4211,0,'mod_resource','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4212,0,'mod_resource','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4213,0,'mod_resource','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4214,0,'mod_scorm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4215,0,'mod_scorm','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4216,0,'mod_scorm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4217,0,'mod_scorm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4218,0,'mod_survey','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158629),(4219,0,'mod_survey','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158629),(4220,0,'mod_survey','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158629),(4221,0,'mod_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4222,0,'mod_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4223,0,'mod_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4224,0,'mod_wiki','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4225,0,'mod_wiki','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4226,0,'mod_wiki','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4227,0,'mod_workshop','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4228,0,'mod_workshop','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4229,0,'mod_workshop','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4230,0,'mod_workshop','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4231,0,'auth_cas','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4232,0,'auth_cas','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4233,0,'auth_cas','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4234,0,'auth_cas','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4235,0,'auth_db','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4236,0,'auth_db','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4237,0,'auth_db','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4238,0,'auth_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4239,0,'auth_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4240,0,'auth_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4241,0,'auth_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4242,0,'auth_ldap','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4243,0,'auth_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4244,0,'auth_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4245,0,'auth_lti','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4246,0,'auth_lti','2021100500','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4247,0,'auth_lti','2022030900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4248,0,'auth_lti','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4249,0,'auth_lti','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4250,0,'auth_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4251,0,'auth_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4252,0,'auth_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158630),(4253,0,'auth_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158630),(4254,0,'auth_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158630),(4255,0,'auth_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4256,0,'auth_nologin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4257,0,'auth_nologin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4258,0,'auth_nologin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4259,0,'auth_none','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4260,0,'auth_none','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4261,0,'auth_none','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4262,0,'auth_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4263,0,'auth_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4264,0,'auth_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4265,0,'auth_shibboleth','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4266,0,'auth_shibboleth','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4267,0,'auth_shibboleth','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4268,0,'auth_shibboleth','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4269,0,'auth_webservice','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4270,0,'auth_webservice','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4271,0,'auth_webservice','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4272,0,'calendartype_gregorian','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4273,0,'calendartype_gregorian','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4274,0,'calendartype_gregorian','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4275,0,'customfield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4276,0,'customfield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4277,0,'customfield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4278,0,'customfield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4279,0,'customfield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4280,0,'customfield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4281,0,'customfield_select','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4282,0,'customfield_select','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4283,0,'customfield_select','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4284,0,'customfield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4285,0,'customfield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4286,0,'customfield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158631),(4287,0,'customfield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158631),(4288,0,'customfield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158631),(4289,0,'customfield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4290,0,'enrol_category','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4291,0,'enrol_category','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4292,0,'enrol_category','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4293,0,'enrol_cohort','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4294,0,'enrol_cohort','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4295,0,'enrol_cohort','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4296,0,'enrol_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4297,0,'enrol_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4298,0,'enrol_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4299,0,'enrol_fee','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4300,0,'enrol_fee','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4301,0,'enrol_fee','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4302,0,'enrol_flatfile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4303,0,'enrol_flatfile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4304,0,'enrol_flatfile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4305,0,'enrol_guest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4306,0,'enrol_guest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4307,0,'enrol_guest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4308,0,'enrol_imsenterprise','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4309,0,'enrol_imsenterprise','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4310,0,'enrol_imsenterprise','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4311,0,'enrol_ldap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158632),(4312,0,'enrol_ldap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158632),(4313,0,'enrol_ldap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158632),(4314,0,'enrol_lti','2021051700','2022041903','Starting plugin upgrade',NULL,'',0,1680158632),(4315,0,'enrol_lti','2021052501','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4316,0,'enrol_lti','2021052502','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4317,0,'enrol_lti','2021052503','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4318,0,'enrol_lti','2021052504','2022041903','Upgrade savepoint reached',NULL,'',0,1680158632),(4319,0,'enrol_lti','2021052505','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4320,0,'enrol_lti','2021052506','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4321,0,'enrol_lti','2021052507','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4322,0,'enrol_lti','2021052508','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4323,0,'enrol_lti','2021052512','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4324,0,'enrol_lti','2021052513','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4325,0,'enrol_lti','2021052514','2022041903','Upgrade savepoint reached',NULL,'',0,1680158633),(4326,0,'enrol_lti','2022031400','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4327,0,'enrol_lti','2022031401','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4328,0,'enrol_lti','2022031402','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4329,0,'enrol_lti','2022041901','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4330,0,'enrol_lti','2022041902','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4331,0,'enrol_lti','2022041903','2022041903','Upgrade savepoint reached',NULL,'',0,1680158634),(4332,0,'enrol_lti','2022041903','2022041903','Plugin upgraded',NULL,'',0,1680158634),(4333,0,'enrol_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4334,0,'enrol_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4335,0,'enrol_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4336,0,'enrol_meta','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4337,0,'enrol_meta','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4338,0,'enrol_meta','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4339,0,'enrol_mnet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4340,0,'enrol_mnet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4341,0,'enrol_mnet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4342,0,'enrol_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4343,0,'enrol_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4344,0,'enrol_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4345,0,'enrol_self','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158634),(4346,0,'enrol_self','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158634),(4347,0,'enrol_self','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158634),(4348,0,'message_airnotifier','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4349,0,'message_airnotifier','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4350,0,'message_airnotifier','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4351,0,'message_email','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4352,0,'message_email','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4353,0,'message_email','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4354,0,'message_popup','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4355,0,'message_popup','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4356,0,'message_popup','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4357,0,'block_accessreview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4358,0,'block_accessreview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4359,0,'block_accessreview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4360,0,'block_activity_modules','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4361,0,'block_activity_modules','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4362,0,'block_activity_modules','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4363,0,'block_activity_results','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4364,0,'block_activity_results','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4365,0,'block_activity_results','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4366,0,'block_admin_bookmarks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4367,0,'block_admin_bookmarks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4368,0,'block_admin_bookmarks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4369,0,'block_badges','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4370,0,'block_badges','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4371,0,'block_badges','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158635),(4372,0,'block_blog_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158635),(4373,0,'block_blog_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158635),(4374,0,'block_blog_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4375,0,'block_blog_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4376,0,'block_blog_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4377,0,'block_blog_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4378,0,'block_blog_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4379,0,'block_blog_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4380,0,'block_blog_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4381,0,'block_calendar_month','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158636),(4382,0,'block_calendar_month','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4383,0,'block_calendar_month','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158636),(4384,0,'block_calendar_month','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158636),(4385,0,'block_calendar_upcoming','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4386,0,'block_calendar_upcoming','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4387,0,'block_calendar_upcoming','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4388,0,'block_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4389,0,'block_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4390,0,'block_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4391,0,'block_completionstatus','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4392,0,'block_completionstatus','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4393,0,'block_completionstatus','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4394,0,'block_course_list','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4395,0,'block_course_list','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4396,0,'block_course_list','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4397,0,'block_course_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4398,0,'block_course_summary','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4399,0,'block_course_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4400,0,'block_course_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4401,0,'block_feedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4402,0,'block_feedback','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4403,0,'block_feedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4404,0,'block_feedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4405,0,'block_globalsearch','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4406,0,'block_globalsearch','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4407,0,'block_globalsearch','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4408,0,'block_glossary_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4409,0,'block_glossary_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4410,0,'block_glossary_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4411,0,'block_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158636),(4412,0,'block_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158636),(4413,0,'block_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158636),(4414,0,'block_login','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4415,0,'block_login','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4416,0,'block_login','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4417,0,'block_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4418,0,'block_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4419,0,'block_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4420,0,'block_mentees','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4421,0,'block_mentees','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4422,0,'block_mentees','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4423,0,'block_mnet_hosts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4424,0,'block_mnet_hosts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4425,0,'block_mnet_hosts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4426,0,'block_myoverview','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158637),(4427,0,'block_myoverview','2021052504','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4428,0,'block_myoverview','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158637),(4429,0,'block_myoverview','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158637),(4430,0,'block_myprofile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4431,0,'block_myprofile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4432,0,'block_myprofile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4433,0,'block_navigation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4434,0,'block_navigation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4435,0,'block_navigation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4436,0,'block_news_items','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4437,0,'block_news_items','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4438,0,'block_news_items','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4439,0,'block_online_users','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4440,0,'block_online_users','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4441,0,'block_online_users','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4442,0,'block_private_files','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4443,0,'block_private_files','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4444,0,'block_private_files','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4445,0,'block_recent_activity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4446,0,'block_recent_activity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4447,0,'block_recent_activity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4448,0,'block_recentlyaccessedcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158637),(4449,0,'block_recentlyaccessedcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158637),(4450,0,'block_recentlyaccessedcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158637),(4451,0,'block_recentlyaccesseditems','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158638),(4452,0,'block_recentlyaccesseditems','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4453,0,'block_recentlyaccesseditems','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158638),(4454,0,'block_recentlyaccesseditems','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158638),(4455,0,'block_rss_client','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4456,0,'block_rss_client','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4457,0,'block_rss_client','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4458,0,'block_rss_client','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4459,0,'block_search_forums','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4460,0,'block_search_forums','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4461,0,'block_search_forums','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4462,0,'block_section_links','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4463,0,'block_section_links','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4464,0,'block_section_links','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4465,0,'block_selfcompletion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4466,0,'block_selfcompletion','2021121600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4467,0,'block_selfcompletion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4468,0,'block_selfcompletion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4469,0,'block_settings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4470,0,'block_settings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4471,0,'block_settings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4472,0,'block_site_main_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4473,0,'block_site_main_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4474,0,'block_site_main_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4475,0,'block_social_activities','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4476,0,'block_social_activities','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4477,0,'block_social_activities','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4478,0,'block_starredcourses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4479,0,'block_starredcourses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4480,0,'block_starredcourses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4481,0,'block_tag_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4482,0,'block_tag_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4483,0,'block_tag_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4484,0,'block_tag_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4485,0,'block_tag_youtube','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4486,0,'block_tag_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4487,0,'block_tag_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158638),(4488,0,'block_tags','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158638),(4489,0,'block_tags','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158638),(4490,0,'block_tags','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4491,0,'block_timeline','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158639),(4492,0,'block_timeline','2022030200','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4493,0,'block_timeline','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158639),(4494,0,'block_timeline','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158639),(4495,0,'media_html5audio','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4496,0,'media_html5audio','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4497,0,'media_html5audio','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4498,0,'media_html5video','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4499,0,'media_html5video','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4500,0,'media_html5video','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4501,0,'media_videojs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4502,0,'media_videojs','2021052503','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4503,0,'media_videojs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4504,0,'media_videojs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4505,0,'media_vimeo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4506,0,'media_vimeo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4507,0,'media_vimeo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4508,0,'media_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4509,0,'media_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4510,0,'media_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4511,0,'filter_activitynames','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4512,0,'filter_activitynames','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4513,0,'filter_activitynames','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4514,0,'filter_algebra','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4515,0,'filter_algebra','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4516,0,'filter_algebra','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4517,0,'filter_data','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4518,0,'filter_data','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4519,0,'filter_data','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4520,0,'filter_displayh5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4521,0,'filter_displayh5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4522,0,'filter_displayh5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4523,0,'filter_emailprotect','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4524,0,'filter_emailprotect','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4525,0,'filter_emailprotect','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158639),(4526,0,'filter_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158639),(4527,0,'filter_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158639),(4528,0,'filter_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4529,0,'filter_glossary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4530,0,'filter_glossary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4531,0,'filter_glossary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4532,0,'filter_mathjaxloader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4533,0,'filter_mathjaxloader','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4534,0,'filter_mathjaxloader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4535,0,'filter_mathjaxloader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4536,0,'filter_mediaplugin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4537,0,'filter_mediaplugin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4538,0,'filter_mediaplugin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4539,0,'filter_multilang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4540,0,'filter_multilang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4541,0,'filter_multilang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4542,0,'filter_tex','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4543,0,'filter_tex','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4544,0,'filter_tex','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4545,0,'filter_tidy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4546,0,'filter_tidy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4547,0,'filter_tidy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4548,0,'filter_urltolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4549,0,'filter_urltolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4550,0,'filter_urltolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4551,0,'filter_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158640),(4552,0,'filter_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158640),(4553,0,'filter_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158640),(4554,0,'editor_atto','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4555,0,'editor_atto','2021062400','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4556,0,'editor_atto','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4557,0,'editor_atto','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4558,0,'editor_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4559,0,'editor_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4560,0,'editor_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4561,0,'editor_tinymce','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4562,0,'editor_tinymce','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4563,0,'editor_tinymce','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4564,0,'format_singleactivity','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4565,0,'format_singleactivity','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158640),(4566,0,'format_singleactivity','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158640),(4567,0,'format_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158640),(4568,0,'format_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4569,0,'format_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4570,0,'format_topics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4571,0,'format_topics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4572,0,'format_topics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4573,0,'format_weeks','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4574,0,'format_weeks','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4575,0,'format_weeks','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4576,0,'dataformat_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4577,0,'dataformat_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4578,0,'dataformat_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4579,0,'dataformat_excel','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4580,0,'dataformat_excel','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4581,0,'dataformat_excel','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4582,0,'dataformat_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4583,0,'dataformat_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4584,0,'dataformat_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4585,0,'dataformat_json','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4586,0,'dataformat_json','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4587,0,'dataformat_json','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4588,0,'dataformat_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4589,0,'dataformat_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4590,0,'dataformat_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4591,0,'dataformat_pdf','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4592,0,'dataformat_pdf','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4593,0,'dataformat_pdf','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4594,0,'profilefield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4595,0,'profilefield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4596,0,'profilefield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4597,0,'profilefield_datetime','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4598,0,'profilefield_datetime','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4599,0,'profilefield_datetime','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4600,0,'profilefield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4601,0,'profilefield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4602,0,'profilefield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4603,0,'profilefield_social','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4604,0,'profilefield_social','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4605,0,'profilefield_social','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158641),(4606,0,'profilefield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158641),(4607,0,'profilefield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158641),(4608,0,'profilefield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4609,0,'profilefield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4610,0,'profilefield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4611,0,'profilefield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4612,0,'report_backups','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4613,0,'report_backups','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4614,0,'report_backups','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4615,0,'report_competency','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4616,0,'report_competency','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4617,0,'report_competency','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4618,0,'report_completion','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4619,0,'report_completion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4620,0,'report_completion','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4621,0,'report_configlog','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4622,0,'report_configlog','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4623,0,'report_configlog','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4624,0,'report_courseoverview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4625,0,'report_courseoverview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4626,0,'report_courseoverview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4627,0,'report_eventlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4628,0,'report_eventlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4629,0,'report_eventlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4630,0,'report_infectedfiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4631,0,'report_infectedfiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4632,0,'report_infectedfiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4633,0,'report_insights','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4634,0,'report_insights','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4635,0,'report_insights','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4636,0,'report_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4637,0,'report_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4638,0,'report_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4639,0,'report_loglive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4640,0,'report_loglive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4641,0,'report_loglive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4642,0,'report_outline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4643,0,'report_outline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4644,0,'report_outline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158642),(4645,0,'report_participation','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158642),(4646,0,'report_participation','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158642),(4647,0,'report_participation','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4648,0,'report_performance','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4649,0,'report_performance','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4650,0,'report_performance','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4651,0,'report_progress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4652,0,'report_progress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4653,0,'report_progress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4654,0,'report_questioninstances','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4655,0,'report_questioninstances','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4656,0,'report_questioninstances','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4657,0,'report_security','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4658,0,'report_security','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4659,0,'report_security','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4660,0,'report_stats','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4661,0,'report_stats','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4662,0,'report_stats','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4663,0,'report_status','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4664,0,'report_status','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4665,0,'report_status','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4666,0,'report_usersessions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4667,0,'report_usersessions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4668,0,'report_usersessions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4669,0,'gradeexport_ods','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4670,0,'gradeexport_ods','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4671,0,'gradeexport_ods','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4672,0,'gradeexport_txt','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4673,0,'gradeexport_txt','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4674,0,'gradeexport_txt','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4675,0,'gradeexport_xls','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4676,0,'gradeexport_xls','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4677,0,'gradeexport_xls','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4678,0,'gradeexport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4679,0,'gradeexport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4680,0,'gradeexport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4681,0,'gradeimport_csv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4682,0,'gradeimport_csv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4683,0,'gradeimport_csv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158643),(4684,0,'gradeimport_direct','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158643),(4685,0,'gradeimport_direct','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158643),(4686,0,'gradeimport_direct','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4687,0,'gradeimport_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4688,0,'gradeimport_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4689,0,'gradeimport_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4690,0,'gradereport_grader','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4691,0,'gradereport_grader','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4692,0,'gradereport_grader','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4693,0,'gradereport_history','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4694,0,'gradereport_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4695,0,'gradereport_history','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4696,0,'gradereport_outcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4697,0,'gradereport_outcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4698,0,'gradereport_outcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4699,0,'gradereport_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4700,0,'gradereport_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4701,0,'gradereport_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4702,0,'gradereport_singleview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4703,0,'gradereport_singleview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4704,0,'gradereport_singleview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4705,0,'gradereport_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4706,0,'gradereport_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4707,0,'gradereport_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4708,0,'gradingform_guide','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4709,0,'gradingform_guide','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4710,0,'gradingform_guide','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4711,0,'gradingform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4712,0,'gradingform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4713,0,'gradingform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4714,0,'mlbackend_php','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4715,0,'mlbackend_php','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4716,0,'mlbackend_php','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4717,0,'mlbackend_python','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4718,0,'mlbackend_python','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4719,0,'mlbackend_python','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4720,0,'mnetservice_enrol','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4721,0,'mnetservice_enrol','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4722,0,'mnetservice_enrol','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158644),(4723,0,'webservice_rest','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158644),(4724,0,'webservice_rest','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158644),(4725,0,'webservice_rest','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4726,0,'webservice_soap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4727,0,'webservice_soap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4728,0,'webservice_soap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4729,0,'webservice_xmlrpc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4730,0,'webservice_xmlrpc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4731,0,'webservice_xmlrpc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4732,0,'repository_areafiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4733,0,'repository_areafiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4734,0,'repository_areafiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4735,0,'repository_contentbank','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4736,0,'repository_contentbank','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4737,0,'repository_contentbank','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4738,0,'repository_coursefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4739,0,'repository_coursefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4740,0,'repository_coursefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4741,0,'repository_dropbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4742,0,'repository_dropbox','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4743,0,'repository_dropbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4744,0,'repository_dropbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4745,0,'repository_equella','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4746,0,'repository_equella','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4747,0,'repository_equella','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4748,0,'repository_filesystem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4749,0,'repository_filesystem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4750,0,'repository_filesystem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4751,0,'repository_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4752,0,'repository_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4753,0,'repository_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4754,0,'repository_flickr_public','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4755,0,'repository_flickr_public','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4756,0,'repository_flickr_public','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4757,0,'repository_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4758,0,'repository_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4759,0,'repository_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158645),(4760,0,'repository_local','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158645),(4761,0,'repository_local','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158645),(4762,0,'repository_local','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158646),(4763,0,'repository_merlot','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158646),(4764,0,'repository_merlot','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158646),(4765,0,'repository_merlot','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158647),(4766,0,'repository_nextcloud','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158647),(4767,0,'repository_nextcloud','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4768,0,'repository_nextcloud','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158648),(4769,0,'repository_onedrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158648),(4770,0,'repository_onedrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158648),(4771,0,'repository_onedrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158649),(4772,0,'repository_recent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158649),(4773,0,'repository_recent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158649),(4774,0,'repository_recent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158650),(4775,0,'repository_s3','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158650),(4776,0,'repository_s3','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158652),(4777,0,'repository_s3','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158654),(4778,0,'repository_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158654),(4779,0,'repository_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4780,0,'repository_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4781,0,'repository_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4782,0,'repository_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4783,0,'repository_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4784,0,'repository_user','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4785,0,'repository_user','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4786,0,'repository_user','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4787,0,'repository_webdav','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4788,0,'repository_webdav','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4789,0,'repository_webdav','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4790,0,'repository_wikimedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4791,0,'repository_wikimedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4792,0,'repository_wikimedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4793,0,'repository_youtube','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4794,0,'repository_youtube','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4795,0,'repository_youtube','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4796,0,'portfolio_download','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4797,0,'portfolio_download','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4798,0,'portfolio_download','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4799,0,'portfolio_flickr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4800,0,'portfolio_flickr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4801,0,'portfolio_flickr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4802,0,'portfolio_googledocs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4803,0,'portfolio_googledocs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4804,0,'portfolio_googledocs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4805,0,'portfolio_mahara','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4806,0,'portfolio_mahara','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4807,0,'portfolio_mahara','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4808,0,'search_simpledb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4809,0,'search_simpledb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4810,0,'search_simpledb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4811,0,'search_solr','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158655),(4812,0,'search_solr','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4813,0,'search_solr','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158655),(4814,0,'qbank_bulkmove',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4815,0,'qbank_bulkmove','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4816,0,'qbank_bulkmove','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4817,0,'qbank_columnsortorder',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4818,0,'qbank_columnsortorder','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4819,0,'qbank_columnsortorder','2022041900','2022041900','Plugin installed',NULL,'',0,1680158655),(4820,0,'qbank_comment',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158655),(4821,0,'qbank_comment','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158655),(4822,0,'qbank_comment','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4823,0,'qbank_customfields',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4824,0,'qbank_customfields','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4825,0,'qbank_customfields','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4826,0,'qbank_deletequestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4827,0,'qbank_deletequestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4828,0,'qbank_deletequestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4829,0,'qbank_editquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4830,0,'qbank_editquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4831,0,'qbank_editquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4832,0,'qbank_exportquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4833,0,'qbank_exportquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4834,0,'qbank_exportquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4835,0,'qbank_exporttoxml',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4836,0,'qbank_exporttoxml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4837,0,'qbank_exporttoxml','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4838,0,'qbank_history',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4839,0,'qbank_history','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4840,0,'qbank_history','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4841,0,'qbank_importquestions',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4842,0,'qbank_importquestions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4843,0,'qbank_importquestions','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4844,0,'qbank_managecategories',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4845,0,'qbank_managecategories','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4846,0,'qbank_managecategories','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4847,0,'qbank_previewquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4848,0,'qbank_previewquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4849,0,'qbank_previewquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4850,0,'qbank_statistics',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4851,0,'qbank_statistics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4852,0,'qbank_statistics','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4853,0,'qbank_tagquestion',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4854,0,'qbank_tagquestion','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4855,0,'qbank_tagquestion','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4856,0,'qbank_usage',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4857,0,'qbank_usage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4858,0,'qbank_usage','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4859,0,'qbank_viewcreator',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4860,0,'qbank_viewcreator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4861,0,'qbank_viewcreator','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4862,0,'qbank_viewquestionname',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4863,0,'qbank_viewquestionname','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158656),(4864,0,'qbank_viewquestionname','2022041900','2022041900','Plugin installed',NULL,'',0,1680158656),(4865,0,'qbank_viewquestiontext',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158656),(4866,0,'qbank_viewquestiontext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4867,0,'qbank_viewquestiontext','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4868,0,'qbank_viewquestiontype',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158657),(4869,0,'qbank_viewquestiontype','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4870,0,'qbank_viewquestiontype','2022041900','2022041900','Plugin installed',NULL,'',0,1680158657),(4871,0,'qbehaviour_adaptive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4872,0,'qbehaviour_adaptive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4873,0,'qbehaviour_adaptive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4874,0,'qbehaviour_adaptivenopenalty','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4875,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4876,0,'qbehaviour_adaptivenopenalty','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4877,0,'qbehaviour_deferredcbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4878,0,'qbehaviour_deferredcbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4879,0,'qbehaviour_deferredcbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4880,0,'qbehaviour_deferredfeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4881,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4882,0,'qbehaviour_deferredfeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4883,0,'qbehaviour_immediatecbm','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4884,0,'qbehaviour_immediatecbm','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4885,0,'qbehaviour_immediatecbm','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4886,0,'qbehaviour_immediatefeedback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4887,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4888,0,'qbehaviour_immediatefeedback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4889,0,'qbehaviour_informationitem','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4890,0,'qbehaviour_informationitem','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4891,0,'qbehaviour_informationitem','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4892,0,'qbehaviour_interactive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4893,0,'qbehaviour_interactive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4894,0,'qbehaviour_interactive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4895,0,'qbehaviour_interactivecountback','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4896,0,'qbehaviour_interactivecountback','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4897,0,'qbehaviour_interactivecountback','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4898,0,'qbehaviour_manualgraded','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4899,0,'qbehaviour_manualgraded','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4900,0,'qbehaviour_manualgraded','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4901,0,'qbehaviour_missing','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4902,0,'qbehaviour_missing','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4903,0,'qbehaviour_missing','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4904,0,'qformat_aiken','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4905,0,'qformat_aiken','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4906,0,'qformat_aiken','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4907,0,'qformat_blackboard_six','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4908,0,'qformat_blackboard_six','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4909,0,'qformat_blackboard_six','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4910,0,'qformat_gift','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158657),(4911,0,'qformat_gift','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158657),(4912,0,'qformat_gift','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158657),(4913,0,'qformat_missingword','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4914,0,'qformat_missingword','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4915,0,'qformat_missingword','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4916,0,'qformat_multianswer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4917,0,'qformat_multianswer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4918,0,'qformat_multianswer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4919,0,'qformat_xhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4920,0,'qformat_xhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4921,0,'qformat_xhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4922,0,'qformat_xml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4923,0,'qformat_xml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4924,0,'qformat_xml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4925,0,'tool_admin_presets',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4926,0,'tool_admin_presets','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4927,0,'tool_admin_presets','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4928,0,'tool_analytics','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4929,0,'tool_analytics','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4930,0,'tool_analytics','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4931,0,'tool_availabilityconditions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4932,0,'tool_availabilityconditions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4933,0,'tool_availabilityconditions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4934,0,'tool_behat','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158658),(4935,0,'tool_behat','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158658),(4936,0,'tool_behat','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158658),(4937,0,'tool_brickfield','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4938,0,'tool_brickfield','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4939,0,'tool_brickfield','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4940,0,'tool_capability','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4941,0,'tool_capability','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4942,0,'tool_capability','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4943,0,'tool_cohortroles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158658),(4944,0,'tool_cohortroles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4945,0,'tool_cohortroles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158658),(4946,0,'tool_componentlibrary',NULL,'2022041900','Starting plugin installation',NULL,'',0,1680158658),(4947,0,'tool_componentlibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158658),(4948,0,'tool_componentlibrary','2022041900','2022041900','Plugin installed',NULL,'',0,1680158658),(4949,0,'tool_customlang','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4950,0,'tool_customlang','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4951,0,'tool_customlang','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4952,0,'tool_dataprivacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4953,0,'tool_dataprivacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4954,0,'tool_dataprivacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4955,0,'tool_dbtransfer','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4956,0,'tool_dbtransfer','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4957,0,'tool_dbtransfer','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4958,0,'tool_filetypes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4959,0,'tool_filetypes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4960,0,'tool_filetypes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4961,0,'tool_generator','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4962,0,'tool_generator','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4963,0,'tool_generator','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4964,0,'tool_httpsreplace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4965,0,'tool_httpsreplace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4966,0,'tool_httpsreplace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4967,0,'tool_innodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4968,0,'tool_innodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4969,0,'tool_innodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4970,0,'tool_installaddon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4971,0,'tool_installaddon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4972,0,'tool_installaddon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4973,0,'tool_langimport','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4974,0,'tool_langimport','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4975,0,'tool_langimport','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4976,0,'tool_licensemanager','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4977,0,'tool_licensemanager','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4978,0,'tool_licensemanager','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4979,0,'tool_log','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4980,0,'tool_log','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4981,0,'tool_log','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4982,0,'tool_lp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158659),(4983,0,'tool_lp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158659),(4984,0,'tool_lp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158659),(4985,0,'tool_lpimportcsv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4986,0,'tool_lpimportcsv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4987,0,'tool_lpimportcsv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4988,0,'tool_lpmigrate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4989,0,'tool_lpmigrate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4990,0,'tool_lpmigrate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4991,0,'tool_messageinbound','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4992,0,'tool_messageinbound','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4993,0,'tool_messageinbound','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4994,0,'tool_mobile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4995,0,'tool_mobile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4996,0,'tool_mobile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(4997,0,'tool_monitor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(4998,0,'tool_monitor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(4999,0,'tool_monitor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5000,0,'tool_moodlenet','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5001,0,'tool_moodlenet','2022021600','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5002,0,'tool_moodlenet','2022021601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5003,0,'tool_moodlenet','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5004,0,'tool_moodlenet','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5005,0,'tool_multilangupgrade','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5006,0,'tool_multilangupgrade','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5007,0,'tool_multilangupgrade','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5008,0,'tool_oauth2','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5009,0,'tool_oauth2','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5010,0,'tool_oauth2','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5011,0,'tool_phpunit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5012,0,'tool_phpunit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5013,0,'tool_phpunit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5014,0,'tool_policy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5015,0,'tool_policy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5016,0,'tool_policy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5017,0,'tool_profiling','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158660),(5018,0,'tool_profiling','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158660),(5019,0,'tool_profiling','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158660),(5020,0,'tool_recyclebin','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5021,0,'tool_recyclebin','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5022,0,'tool_recyclebin','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5023,0,'tool_replace','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5024,0,'tool_replace','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5025,0,'tool_replace','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5026,0,'tool_spamcleaner','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5027,0,'tool_spamcleaner','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5028,0,'tool_spamcleaner','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5029,0,'tool_task','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5030,0,'tool_task','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5031,0,'tool_task','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5032,0,'tool_templatelibrary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5033,0,'tool_templatelibrary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5034,0,'tool_templatelibrary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5035,0,'tool_unsuproles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5036,0,'tool_unsuproles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5037,0,'tool_unsuproles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5038,0,'tool_uploadcourse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5039,0,'tool_uploadcourse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5040,0,'tool_uploadcourse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5041,0,'tool_uploaduser','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5042,0,'tool_uploaduser','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5043,0,'tool_uploaduser','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158661),(5044,0,'tool_usertours','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158661),(5045,0,'tool_usertours','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5046,0,'tool_usertours','2021092300','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5047,0,'tool_usertours','2021100700','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5048,0,'tool_usertours','2022040601','2022041900','Upgrade savepoint reached',NULL,'',0,1680158661),(5049,0,'tool_usertours','2022040602','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5050,0,'tool_usertours','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5051,0,'tool_usertours','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5052,0,'tool_xmldb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5053,0,'tool_xmldb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5054,0,'tool_xmldb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5055,0,'cachestore_apcu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5056,0,'cachestore_apcu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5057,0,'cachestore_apcu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5058,0,'cachestore_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5059,0,'cachestore_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5060,0,'cachestore_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5061,0,'cachestore_memcached','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158662),(5062,0,'cachestore_memcached','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158662),(5063,0,'cachestore_memcached','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158662),(5064,0,'cachestore_mongodb','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5065,0,'cachestore_mongodb','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5066,0,'cachestore_mongodb','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5067,0,'cachestore_redis','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5068,0,'cachestore_redis','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5069,0,'cachestore_redis','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5070,0,'cachestore_session','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5071,0,'cachestore_session','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5072,0,'cachestore_session','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5073,0,'cachestore_static','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5074,0,'cachestore_static','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5075,0,'cachestore_static','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5076,0,'cachelock_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5077,0,'cachelock_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5078,0,'cachelock_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5079,0,'fileconverter_googledrive','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5080,0,'fileconverter_googledrive','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5081,0,'fileconverter_googledrive','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5082,0,'fileconverter_unoconv','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5083,0,'fileconverter_unoconv','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5084,0,'fileconverter_unoconv','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5085,0,'contenttype_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5086,0,'contenttype_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5087,0,'contenttype_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5088,0,'theme_boost','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5089,0,'theme_boost','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5090,0,'theme_boost','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5091,0,'theme_classic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5092,0,'theme_classic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5093,0,'theme_classic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5094,0,'local_wirisquizzes','2021050600','2023020701','Starting plugin upgrade',NULL,'',0,1680158663),(5095,0,'local_wirisquizzes','2023020701','2023020701','Upgrade savepoint reached',NULL,'',0,1680158663),(5096,0,'local_wirisquizzes','2023020701','2023020701','Plugin upgraded',NULL,'',0,1680158663),(5097,0,'h5plib_v124','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5098,0,'h5plib_v124','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5099,0,'h5plib_v124','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158663),(5100,0,'paygw_paypal','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158663),(5101,0,'paygw_paypal','2021052501','2022041900','Upgrade savepoint reached',NULL,'',0,1680158663),(5102,0,'paygw_paypal','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5103,0,'paygw_paypal','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5104,0,'assignsubmission_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5105,0,'assignsubmission_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5106,0,'assignsubmission_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5107,0,'assignsubmission_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5108,0,'assignsubmission_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5109,0,'assignsubmission_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5110,0,'assignsubmission_onlinetext','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5111,0,'assignsubmission_onlinetext','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5112,0,'assignsubmission_onlinetext','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5113,0,'assignfeedback_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5114,0,'assignfeedback_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5115,0,'assignfeedback_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5116,0,'assignfeedback_editpdf','2021051700','2022041902','Starting plugin upgrade',NULL,'',0,1680158664),(5117,0,'assignfeedback_editpdf','2021060400','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5118,0,'assignfeedback_editpdf','2022041901','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5119,0,'assignfeedback_editpdf','2022041902','2022041902','Upgrade savepoint reached',NULL,'',0,1680158664),(5120,0,'assignfeedback_editpdf','2022041902','2022041902','Plugin upgraded',NULL,'',0,1680158664),(5121,0,'assignfeedback_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5122,0,'assignfeedback_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5123,0,'assignfeedback_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5124,0,'assignfeedback_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5125,0,'assignfeedback_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5126,0,'assignfeedback_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5127,0,'assignment_offline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5128,0,'assignment_offline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5129,0,'assignment_offline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5130,0,'assignment_online','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5131,0,'assignment_online','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5132,0,'assignment_online','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5133,0,'assignment_upload','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5134,0,'assignment_upload','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158664),(5135,0,'assignment_upload','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158664),(5136,0,'assignment_uploadsingle','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158664),(5137,0,'assignment_uploadsingle','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5138,0,'assignment_uploadsingle','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5139,0,'booktool_exportimscp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5140,0,'booktool_exportimscp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5141,0,'booktool_exportimscp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5142,0,'booktool_importhtml','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5143,0,'booktool_importhtml','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5144,0,'booktool_importhtml','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5145,0,'booktool_print','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5146,0,'booktool_print','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5147,0,'booktool_print','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5148,0,'datafield_checkbox','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5149,0,'datafield_checkbox','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5150,0,'datafield_checkbox','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5151,0,'datafield_date','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5152,0,'datafield_date','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5153,0,'datafield_date','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5154,0,'datafield_file','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5155,0,'datafield_file','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5156,0,'datafield_file','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5157,0,'datafield_latlong','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5158,0,'datafield_latlong','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5159,0,'datafield_latlong','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5160,0,'datafield_menu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5161,0,'datafield_menu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5162,0,'datafield_menu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5163,0,'datafield_multimenu','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5164,0,'datafield_multimenu','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5165,0,'datafield_multimenu','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5166,0,'datafield_number','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5167,0,'datafield_number','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5168,0,'datafield_number','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5169,0,'datafield_picture','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5170,0,'datafield_picture','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5171,0,'datafield_picture','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5172,0,'datafield_radiobutton','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5173,0,'datafield_radiobutton','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158665),(5174,0,'datafield_radiobutton','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158665),(5175,0,'datafield_text','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158665),(5176,0,'datafield_text','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5177,0,'datafield_text','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5178,0,'datafield_textarea','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5179,0,'datafield_textarea','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5180,0,'datafield_textarea','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5181,0,'datafield_url','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5182,0,'datafield_url','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5183,0,'datafield_url','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5184,0,'datapreset_imagegallery','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5185,0,'datapreset_imagegallery','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5186,0,'datapreset_imagegallery','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5187,0,'forumreport_summary','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5188,0,'forumreport_summary','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5189,0,'forumreport_summary','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5190,0,'ltiservice_basicoutcomes','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5191,0,'ltiservice_basicoutcomes','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5192,0,'ltiservice_basicoutcomes','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5193,0,'ltiservice_gradebookservices','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5194,0,'ltiservice_gradebookservices','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5195,0,'ltiservice_gradebookservices','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5196,0,'ltiservice_memberships','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5197,0,'ltiservice_memberships','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5198,0,'ltiservice_memberships','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5199,0,'ltiservice_profile','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5200,0,'ltiservice_profile','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5201,0,'ltiservice_profile','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5202,0,'ltiservice_toolproxy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5203,0,'ltiservice_toolproxy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5204,0,'ltiservice_toolproxy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5205,0,'ltiservice_toolsettings','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5206,0,'ltiservice_toolsettings','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5207,0,'ltiservice_toolsettings','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5208,0,'quiz_grading','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5209,0,'quiz_grading','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5210,0,'quiz_grading','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5211,0,'quiz_overview','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158666),(5212,0,'quiz_overview','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158666),(5213,0,'quiz_overview','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158666),(5214,0,'quiz_responses','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5215,0,'quiz_responses','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5216,0,'quiz_responses','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5217,0,'quiz_statistics','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5218,0,'quiz_statistics','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5219,0,'quiz_statistics','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5220,0,'quizaccess_delaybetweenattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5221,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5222,0,'quizaccess_delaybetweenattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5223,0,'quizaccess_ipaddress','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5224,0,'quizaccess_ipaddress','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5225,0,'quizaccess_ipaddress','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5226,0,'quizaccess_numattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5227,0,'quizaccess_numattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5228,0,'quizaccess_numattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5229,0,'quizaccess_offlineattempts','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5230,0,'quizaccess_offlineattempts','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5231,0,'quizaccess_offlineattempts','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5232,0,'quizaccess_openclosedate','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5233,0,'quizaccess_openclosedate','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5234,0,'quizaccess_openclosedate','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5235,0,'quizaccess_password','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5236,0,'quizaccess_password','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5237,0,'quizaccess_password','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5238,0,'quizaccess_seb','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158667),(5239,0,'quizaccess_seb','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158667),(5240,0,'quizaccess_seb','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158667),(5241,0,'quizaccess_securewindow','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5242,0,'quizaccess_securewindow','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5243,0,'quizaccess_securewindow','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5244,0,'quizaccess_timelimit','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5245,0,'quizaccess_timelimit','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5246,0,'quizaccess_timelimit','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5247,0,'scormreport_basic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158667),(5248,0,'scormreport_basic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158667),(5249,0,'scormreport_basic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158667),(5250,0,'scormreport_graphs','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5251,0,'scormreport_graphs','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5252,0,'scormreport_graphs','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5253,0,'scormreport_interactions','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5254,0,'scormreport_interactions','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5255,0,'scormreport_interactions','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5256,0,'scormreport_objectives','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5257,0,'scormreport_objectives','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5258,0,'scormreport_objectives','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5259,0,'workshopform_accumulative','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5260,0,'workshopform_accumulative','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5261,0,'workshopform_accumulative','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5262,0,'workshopform_comments','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5263,0,'workshopform_comments','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5264,0,'workshopform_comments','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5265,0,'workshopform_numerrors','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5266,0,'workshopform_numerrors','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5267,0,'workshopform_numerrors','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5268,0,'workshopform_rubric','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5269,0,'workshopform_rubric','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5270,0,'workshopform_rubric','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5271,0,'workshopallocation_manual','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5272,0,'workshopallocation_manual','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5273,0,'workshopallocation_manual','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5274,0,'workshopallocation_random','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5275,0,'workshopallocation_random','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5276,0,'workshopallocation_random','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5277,0,'workshopallocation_scheduled','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5278,0,'workshopallocation_scheduled','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5279,0,'workshopallocation_scheduled','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5280,0,'workshopeval_best','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5281,0,'workshopeval_best','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5282,0,'workshopeval_best','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5283,0,'atto_accessibilitychecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5284,0,'atto_accessibilitychecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5285,0,'atto_accessibilitychecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158668),(5286,0,'atto_accessibilityhelper','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158668),(5287,0,'atto_accessibilityhelper','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158668),(5288,0,'atto_accessibilityhelper','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5289,0,'atto_align','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5290,0,'atto_align','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5291,0,'atto_align','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5292,0,'atto_backcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5293,0,'atto_backcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5294,0,'atto_backcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5295,0,'atto_bold','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5296,0,'atto_bold','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5297,0,'atto_bold','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5298,0,'atto_charmap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5299,0,'atto_charmap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5300,0,'atto_charmap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5301,0,'atto_clear','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5302,0,'atto_clear','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5303,0,'atto_clear','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5304,0,'atto_collapse','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5305,0,'atto_collapse','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5306,0,'atto_collapse','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5307,0,'atto_emojipicker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5308,0,'atto_emojipicker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5309,0,'atto_emojipicker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5310,0,'atto_emoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5311,0,'atto_emoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5312,0,'atto_emoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5313,0,'atto_equation','2021051700','2022041901','Starting plugin upgrade',NULL,'',0,1680158669),(5314,0,'atto_equation','2022041901','2022041901','Upgrade savepoint reached',NULL,'',0,1680158669),(5315,0,'atto_equation','2022041901','2022041901','Plugin upgraded',NULL,'',0,1680158669),(5316,0,'atto_fontcolor','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5317,0,'atto_fontcolor','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5318,0,'atto_fontcolor','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5319,0,'atto_h5p','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5320,0,'atto_h5p','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5321,0,'atto_h5p','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158669),(5322,0,'atto_html','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158669),(5323,0,'atto_html','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158669),(5324,0,'atto_html','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5325,0,'atto_image','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5326,0,'atto_image','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5327,0,'atto_image','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5328,0,'atto_indent','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5329,0,'atto_indent','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5330,0,'atto_indent','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5331,0,'atto_italic','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5332,0,'atto_italic','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5333,0,'atto_italic','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5334,0,'atto_link','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5335,0,'atto_link','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5336,0,'atto_link','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5337,0,'atto_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5338,0,'atto_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5339,0,'atto_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5340,0,'atto_media','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5341,0,'atto_media','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5342,0,'atto_media','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5343,0,'atto_noautolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5344,0,'atto_noautolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5345,0,'atto_noautolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5346,0,'atto_orderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5347,0,'atto_orderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5348,0,'atto_orderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5349,0,'atto_recordrtc','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5350,0,'atto_recordrtc','2021073000','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5351,0,'atto_recordrtc','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5352,0,'atto_recordrtc','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5353,0,'atto_rtl','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5354,0,'atto_rtl','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5355,0,'atto_rtl','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5356,0,'atto_strike','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5357,0,'atto_strike','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5358,0,'atto_strike','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5359,0,'atto_subscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5360,0,'atto_subscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158670),(5361,0,'atto_subscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158670),(5362,0,'atto_superscript','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158670),(5363,0,'atto_superscript','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5364,0,'atto_superscript','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5365,0,'atto_table','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5366,0,'atto_table','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5367,0,'atto_table','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5368,0,'atto_title','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5369,0,'atto_title','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5370,0,'atto_title','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5371,0,'atto_underline','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5372,0,'atto_underline','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5373,0,'atto_underline','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5374,0,'atto_undo','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5375,0,'atto_undo','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5376,0,'atto_undo','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5377,0,'atto_unorderedlist','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5378,0,'atto_unorderedlist','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5379,0,'atto_unorderedlist','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5380,0,'atto_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158671),(5381,0,'atto_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158671),(5382,0,'atto_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158671),(5383,0,'tinymce_ctrlhelp','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5384,0,'tinymce_ctrlhelp','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5385,0,'tinymce_ctrlhelp','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5386,0,'tinymce_managefiles','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5387,0,'tinymce_managefiles','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5388,0,'tinymce_managefiles','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5389,0,'tinymce_moodleemoticon','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5390,0,'tinymce_moodleemoticon','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5391,0,'tinymce_moodleemoticon','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5392,0,'tinymce_moodleimage','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5393,0,'tinymce_moodleimage','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5394,0,'tinymce_moodleimage','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5395,0,'tinymce_moodlemedia','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5396,0,'tinymce_moodlemedia','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5397,0,'tinymce_moodlemedia','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5398,0,'tinymce_moodlenolink','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158671),(5399,0,'tinymce_moodlenolink','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158671),(5400,0,'tinymce_moodlenolink','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158671),(5401,0,'tinymce_pdw','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5402,0,'tinymce_pdw','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5403,0,'tinymce_pdw','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5404,0,'tinymce_spellchecker','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5405,0,'tinymce_spellchecker','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5406,0,'tinymce_spellchecker','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5407,0,'tinymce_tiny_mce_wiris','2021050600','2023032900','Starting plugin upgrade',NULL,'',0,1680158672),(5408,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Upgrade savepoint reached',NULL,'',0,1680158672),(5409,0,'tinymce_tiny_mce_wiris','2023032900','2023032900','Plugin upgraded',NULL,'',0,1680158672),(5410,0,'tinymce_wrap','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5411,0,'tinymce_wrap','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5412,0,'tinymce_wrap','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5413,0,'logstore_database','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5414,0,'logstore_database','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5415,0,'logstore_database','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5416,0,'logstore_legacy','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5417,0,'logstore_legacy','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5418,0,'logstore_legacy','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5419,0,'logstore_standard','2021051700','2022041900','Starting plugin upgrade',NULL,'',0,1680158672),(5420,0,'logstore_standard','2022041900','2022041900','Upgrade savepoint reached',NULL,'',0,1680158672),(5421,0,'logstore_standard','2022041900','2022041900','Plugin upgraded',NULL,'',0,1680158672),(5422,0,'core','2022041907.05','2023042400.01','Starting core upgrade',NULL,'',0,1683023466),(5423,0,'core','2022042900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5424,0,'core','2022051000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5425,0,'core','2022052500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5426,0,'core','2022052700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5427,0,'core','2022052700.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5428,0,'core','2022060300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5429,0,'core','2022061000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5430,0,'core','2022061500','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023466),(5431,0,'core','2022072900','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5432,0,'core','2022081200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5433,0,'core','2022091000.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5434,0,'core','2022092200.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5435,0,'core','2022101400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5436,0,'core','2022101400.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5437,0,'core','2022101400.04','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5438,0,'core','2022101400.05','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5439,0,'core','2022102800.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5440,0,'core','2022110600','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5441,0,'core','2022120900.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5442,0,'core','2022121600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5443,0,'core','2023010300','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5444,0,'core','2023020800','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5445,0,'core','2023021700.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5446,0,'core','2023022000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5447,0,'core','2023030300.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5448,0,'core','2023030300.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5449,0,'core','2023030300.03','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5450,0,'core','2023031000.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5451,0,'core','2023031400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5452,0,'core','2023031400.02','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023467),(5453,0,'core','2023040600.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5454,0,'core','2023041100','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023468),(5455,0,'core','2023042000','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5456,0,'core','2023042400.01','2023042400.01','Upgrade savepoint reached',NULL,'',0,1683023469),(5457,0,'core','2023042400.01','2023042400.01','Core upgraded',NULL,'',0,1683023469),(5458,0,'antivirus_clamav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5459,0,'antivirus_clamav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5460,0,'antivirus_clamav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023469),(5461,0,'availability_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023469),(5462,0,'availability_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023469),(5463,0,'availability_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5464,0,'availability_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5465,0,'availability_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5466,0,'availability_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5467,0,'availability_grade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5468,0,'availability_grade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5469,0,'availability_grade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5470,0,'availability_group','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5471,0,'availability_group','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5472,0,'availability_group','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5473,0,'availability_grouping','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5474,0,'availability_grouping','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5475,0,'availability_grouping','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5476,0,'availability_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5477,0,'availability_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5478,0,'availability_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5479,0,'qtype_calculated','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5480,0,'qtype_calculated','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5481,0,'qtype_calculated','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5482,0,'qtype_calculatedmulti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5483,0,'qtype_calculatedmulti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5484,0,'qtype_calculatedmulti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5485,0,'qtype_calculatedsimple','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5486,0,'qtype_calculatedsimple','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5487,0,'qtype_calculatedsimple','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5488,0,'qtype_ddimageortext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5489,0,'qtype_ddimageortext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5490,0,'qtype_ddimageortext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5491,0,'qtype_ddmarker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5492,0,'qtype_ddmarker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5493,0,'qtype_ddmarker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5494,0,'qtype_ddwtos','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5495,0,'qtype_ddwtos','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5496,0,'qtype_ddwtos','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5497,0,'qtype_description','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5498,0,'qtype_description','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5499,0,'qtype_description','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5500,0,'qtype_essay','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5501,0,'qtype_essay','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5502,0,'qtype_essay','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5503,0,'qtype_essaywiris','2023020701','2023020702','Starting plugin upgrade',NULL,'',0,1683023470),(5504,0,'qtype_essaywiris','2023020702','2023020702','Upgrade savepoint reached',NULL,'',0,1683023470),(5505,0,'qtype_essaywiris','2023020702','2023020702','Plugin upgraded',NULL,'',0,1683023470),(5506,0,'qtype_gapselect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5507,0,'qtype_gapselect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5508,0,'qtype_gapselect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5509,0,'qtype_match','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5510,0,'qtype_match','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5511,0,'qtype_match','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5512,0,'qtype_missingtype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5513,0,'qtype_missingtype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5514,0,'qtype_missingtype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5515,0,'qtype_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5516,0,'qtype_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5517,0,'qtype_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5518,0,'qtype_multichoice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5519,0,'qtype_multichoice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5520,0,'qtype_multichoice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5521,0,'qtype_numerical','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5522,0,'qtype_numerical','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5523,0,'qtype_numerical','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5524,0,'qtype_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5525,0,'qtype_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5526,0,'qtype_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5527,0,'qtype_randomsamatch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5528,0,'qtype_randomsamatch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5529,0,'qtype_randomsamatch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5530,0,'qtype_shortanswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5531,0,'qtype_shortanswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5532,0,'qtype_shortanswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5533,0,'qtype_truefalse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5534,0,'qtype_truefalse','2022071900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5535,0,'qtype_truefalse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5536,0,'qtype_truefalse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023470),(5537,0,'mod_assign','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023470),(5538,0,'mod_assign','2022071300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5539,0,'mod_assign','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023470),(5540,0,'mod_assign','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5541,0,'mod_bigbluebuttonbn','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5542,0,'mod_bigbluebuttonbn','2022050600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5543,0,'mod_bigbluebuttonbn','2022080400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5544,0,'mod_bigbluebuttonbn','2022101900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5545,0,'mod_bigbluebuttonbn','2023011800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5546,0,'mod_bigbluebuttonbn','2023021300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5547,0,'mod_bigbluebuttonbn','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5548,0,'mod_bigbluebuttonbn','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5549,0,'mod_book','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5550,0,'mod_book','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5551,0,'mod_book','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5552,0,'mod_book','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5553,0,'mod_chat','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5554,0,'mod_chat','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5555,0,'mod_chat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5556,0,'mod_chat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5557,0,'mod_choice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5558,0,'mod_choice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5559,0,'mod_choice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5560,0,'mod_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5561,0,'mod_data','2022081600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5562,0,'mod_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5563,0,'mod_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5564,0,'mod_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5565,0,'mod_feedback','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5566,0,'mod_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023471),(5567,0,'mod_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023471),(5568,0,'mod_folder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023471),(5569,0,'mod_folder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5570,0,'mod_folder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5571,0,'mod_forum','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5572,0,'mod_forum','2022062700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5573,0,'mod_forum','2022072900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5574,0,'mod_forum','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5575,0,'mod_forum','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5576,0,'mod_forum','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5577,0,'mod_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5578,0,'mod_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5579,0,'mod_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5580,0,'mod_h5pactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5581,0,'mod_h5pactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5582,0,'mod_h5pactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5583,0,'mod_imscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5584,0,'mod_imscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5585,0,'mod_imscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5586,0,'mod_label','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5587,0,'mod_label','2022101300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5588,0,'mod_label','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5589,0,'mod_label','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5590,0,'mod_label','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5591,0,'mod_lesson','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5592,0,'mod_lesson','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5593,0,'mod_lesson','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5594,0,'mod_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5595,0,'mod_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5596,0,'mod_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5597,0,'mod_page','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5598,0,'mod_page','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5599,0,'mod_page','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5600,0,'mod_quiz','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5601,0,'mod_quiz','2022120500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5602,0,'mod_quiz','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5603,0,'mod_quiz','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5604,0,'mod_resource','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5605,0,'mod_resource','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5606,0,'mod_resource','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5607,0,'mod_scorm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5608,0,'mod_scorm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023472),(5609,0,'mod_scorm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023472),(5610,0,'mod_survey','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023472),(5611,0,'mod_survey','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5612,0,'mod_survey','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5613,0,'mod_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5614,0,'mod_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5615,0,'mod_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5616,0,'mod_wiki','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5617,0,'mod_wiki','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5618,0,'mod_wiki','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5619,0,'mod_workshop','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5620,0,'mod_workshop','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5621,0,'mod_workshop','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5622,0,'auth_cas','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5623,0,'auth_cas','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5624,0,'auth_cas','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5625,0,'auth_db','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5626,0,'auth_db','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5627,0,'auth_db','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5628,0,'auth_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5629,0,'auth_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5630,0,'auth_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5631,0,'auth_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5632,0,'auth_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5633,0,'auth_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5634,0,'auth_lti','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5635,0,'auth_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5636,0,'auth_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5637,0,'auth_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5638,0,'auth_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5639,0,'auth_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5640,0,'auth_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5641,0,'auth_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5642,0,'auth_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5643,0,'auth_nologin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5644,0,'auth_nologin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5645,0,'auth_nologin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5646,0,'auth_none','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5647,0,'auth_none','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5648,0,'auth_none','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5649,0,'auth_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5650,0,'auth_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5651,0,'auth_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5652,0,'auth_shibboleth','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5653,0,'auth_shibboleth','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5654,0,'auth_shibboleth','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5655,0,'auth_webservice','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5656,0,'auth_webservice','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5657,0,'auth_webservice','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5658,0,'calendartype_gregorian','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5659,0,'calendartype_gregorian','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5660,0,'calendartype_gregorian','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023473),(5661,0,'customfield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023473),(5662,0,'customfield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023473),(5663,0,'customfield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5664,0,'customfield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5665,0,'customfield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5666,0,'customfield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5667,0,'customfield_select','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5668,0,'customfield_select','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5669,0,'customfield_select','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5670,0,'customfield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5671,0,'customfield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5672,0,'customfield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5673,0,'customfield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5674,0,'customfield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5675,0,'customfield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5676,0,'enrol_category','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5677,0,'enrol_category','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5678,0,'enrol_category','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5679,0,'enrol_cohort','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5680,0,'enrol_cohort','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5681,0,'enrol_cohort','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5682,0,'enrol_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5683,0,'enrol_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5684,0,'enrol_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5685,0,'enrol_fee','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5686,0,'enrol_fee','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5687,0,'enrol_fee','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5688,0,'enrol_flatfile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5689,0,'enrol_flatfile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5690,0,'enrol_flatfile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5691,0,'enrol_guest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5692,0,'enrol_guest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5693,0,'enrol_guest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5694,0,'enrol_imsenterprise','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5695,0,'enrol_imsenterprise','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5696,0,'enrol_imsenterprise','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5697,0,'enrol_ldap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5698,0,'enrol_ldap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5699,0,'enrol_ldap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5700,0,'enrol_lti','2022041903','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5701,0,'enrol_lti','2022061500','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5702,0,'enrol_lti','2022103100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5703,0,'enrol_lti','2022110300','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5704,0,'enrol_lti','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5705,0,'enrol_lti','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5706,0,'enrol_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5707,0,'enrol_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5708,0,'enrol_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5709,0,'enrol_meta','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5710,0,'enrol_meta','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5711,0,'enrol_meta','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023474),(5712,0,'enrol_mnet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023474),(5713,0,'enrol_mnet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023474),(5714,0,'enrol_mnet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5715,0,'enrol_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5716,0,'enrol_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5717,0,'enrol_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5718,0,'enrol_self','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5719,0,'enrol_self','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5720,0,'enrol_self','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5721,0,'message_airnotifier','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5722,0,'message_airnotifier','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5723,0,'message_airnotifier','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5724,0,'message_email','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5725,0,'message_email','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5726,0,'message_email','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5727,0,'message_popup','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5728,0,'message_popup','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5729,0,'message_popup','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5730,0,'block_accessreview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5731,0,'block_accessreview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5732,0,'block_accessreview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5733,0,'block_activity_modules','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5734,0,'block_activity_modules','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5735,0,'block_activity_modules','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5736,0,'block_activity_results','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5737,0,'block_activity_results','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5738,0,'block_activity_results','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5739,0,'block_admin_bookmarks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5740,0,'block_admin_bookmarks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5741,0,'block_admin_bookmarks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5742,0,'block_badges','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5743,0,'block_badges','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5744,0,'block_badges','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5745,0,'block_blog_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5746,0,'block_blog_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5747,0,'block_blog_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5748,0,'block_blog_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5749,0,'block_blog_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5750,0,'block_blog_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023475),(5751,0,'block_blog_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023475),(5752,0,'block_blog_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023475),(5753,0,'block_blog_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5754,0,'block_calendar_month','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5755,0,'block_calendar_month','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5756,0,'block_calendar_month','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5757,0,'block_calendar_upcoming','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5758,0,'block_calendar_upcoming','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5759,0,'block_calendar_upcoming','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5760,0,'block_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5761,0,'block_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5762,0,'block_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5763,0,'block_completionstatus','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5764,0,'block_completionstatus','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5765,0,'block_completionstatus','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5766,0,'block_course_list','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5767,0,'block_course_list','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5768,0,'block_course_list','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5769,0,'block_course_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5770,0,'block_course_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5771,0,'block_course_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5772,0,'block_feedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5773,0,'block_feedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5774,0,'block_feedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5775,0,'block_globalsearch','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5776,0,'block_globalsearch','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5777,0,'block_globalsearch','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5778,0,'block_glossary_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5779,0,'block_glossary_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5780,0,'block_glossary_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5781,0,'block_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5782,0,'block_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5783,0,'block_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5784,0,'block_login','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5785,0,'block_login','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5786,0,'block_login','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5787,0,'block_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5788,0,'block_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5789,0,'block_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5790,0,'block_mentees','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5791,0,'block_mentees','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5792,0,'block_mentees','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5793,0,'block_mnet_hosts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5794,0,'block_mnet_hosts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5795,0,'block_mnet_hosts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5796,0,'block_myoverview','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5797,0,'block_myoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5798,0,'block_myoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5799,0,'block_myprofile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5800,0,'block_myprofile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5801,0,'block_myprofile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5802,0,'block_navigation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5803,0,'block_navigation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5804,0,'block_navigation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5805,0,'block_news_items','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5806,0,'block_news_items','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023476),(5807,0,'block_news_items','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023476),(5808,0,'block_online_users','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023476),(5809,0,'block_online_users','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5810,0,'block_online_users','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5811,0,'block_private_files','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5812,0,'block_private_files','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5813,0,'block_private_files','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5814,0,'block_recent_activity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5815,0,'block_recent_activity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5816,0,'block_recent_activity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5817,0,'block_recentlyaccessedcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5818,0,'block_recentlyaccessedcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5819,0,'block_recentlyaccessedcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5820,0,'block_recentlyaccesseditems','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5821,0,'block_recentlyaccesseditems','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5822,0,'block_recentlyaccesseditems','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5823,0,'block_rss_client','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5824,0,'block_rss_client','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5825,0,'block_rss_client','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5826,0,'block_search_forums','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5827,0,'block_search_forums','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5828,0,'block_search_forums','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5829,0,'block_section_links','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5830,0,'block_section_links','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5831,0,'block_section_links','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5832,0,'block_selfcompletion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5833,0,'block_selfcompletion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5834,0,'block_selfcompletion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5835,0,'block_settings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5836,0,'block_settings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5837,0,'block_settings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5838,0,'block_site_main_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5839,0,'block_site_main_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5840,0,'block_site_main_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5841,0,'block_social_activities','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5842,0,'block_social_activities','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5843,0,'block_social_activities','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5844,0,'block_starredcourses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5845,0,'block_starredcourses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5846,0,'block_starredcourses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5847,0,'block_tag_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5848,0,'block_tag_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5849,0,'block_tag_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5850,0,'block_tag_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5851,0,'block_tag_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5852,0,'block_tag_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5853,0,'block_tags','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5854,0,'block_tags','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5855,0,'block_tags','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5856,0,'block_timeline','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023477),(5857,0,'block_timeline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023477),(5858,0,'block_timeline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023477),(5859,0,'media_html5audio','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5860,0,'media_html5audio','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5861,0,'media_html5audio','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5862,0,'media_html5video','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5863,0,'media_html5video','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5864,0,'media_html5video','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5865,0,'media_videojs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5866,0,'media_videojs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5867,0,'media_videojs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5868,0,'media_vimeo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5869,0,'media_vimeo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5870,0,'media_vimeo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5871,0,'media_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5872,0,'media_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5873,0,'media_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5874,0,'filter_activitynames','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5875,0,'filter_activitynames','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5876,0,'filter_activitynames','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5877,0,'filter_algebra','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5878,0,'filter_algebra','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5879,0,'filter_algebra','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5880,0,'filter_data','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5881,0,'filter_data','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5882,0,'filter_data','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5883,0,'filter_displayh5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5884,0,'filter_displayh5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5885,0,'filter_displayh5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5886,0,'filter_emailprotect','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5887,0,'filter_emailprotect','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5888,0,'filter_emailprotect','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5889,0,'filter_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5890,0,'filter_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5891,0,'filter_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5892,0,'filter_glossary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5893,0,'filter_glossary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5894,0,'filter_glossary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5895,0,'filter_mathjaxloader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5896,0,'filter_mathjaxloader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5897,0,'filter_mathjaxloader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5898,0,'filter_mediaplugin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5899,0,'filter_mediaplugin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5900,0,'filter_mediaplugin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5901,0,'filter_multilang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5902,0,'filter_multilang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5903,0,'filter_multilang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5904,0,'filter_tex','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5905,0,'filter_tex','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5906,0,'filter_tex','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5907,0,'filter_tidy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5908,0,'filter_tidy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023478),(5909,0,'filter_tidy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023478),(5910,0,'filter_urltolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023478),(5911,0,'filter_urltolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5912,0,'filter_urltolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5913,0,'filter_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5914,0,'filter_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5915,0,'filter_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5916,0,'editor_atto','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5917,0,'editor_atto','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5918,0,'editor_atto','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5919,0,'editor_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5920,0,'editor_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5921,0,'editor_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5922,0,'editor_tiny',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023479),(5923,0,'editor_tiny','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5924,0,'editor_tiny','2023042400','2023042400','Plugin installed',NULL,'',0,1683023479),(5925,0,'format_singleactivity','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5926,0,'format_singleactivity','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5927,0,'format_singleactivity','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5928,0,'format_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5929,0,'format_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5930,0,'format_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5931,0,'format_topics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5932,0,'format_topics','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5933,0,'format_topics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5934,0,'format_topics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5935,0,'format_weeks','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5936,0,'format_weeks','2023030700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5937,0,'format_weeks','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5938,0,'format_weeks','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5939,0,'dataformat_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5940,0,'dataformat_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5941,0,'dataformat_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5942,0,'dataformat_excel','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5943,0,'dataformat_excel','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5944,0,'dataformat_excel','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5945,0,'dataformat_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5946,0,'dataformat_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5947,0,'dataformat_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5948,0,'dataformat_json','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5949,0,'dataformat_json','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5950,0,'dataformat_json','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5951,0,'dataformat_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5952,0,'dataformat_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5953,0,'dataformat_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5954,0,'dataformat_pdf','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5955,0,'dataformat_pdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5956,0,'dataformat_pdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5957,0,'profilefield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5958,0,'profilefield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5959,0,'profilefield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5960,0,'profilefield_datetime','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5961,0,'profilefield_datetime','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5962,0,'profilefield_datetime','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023479),(5963,0,'profilefield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023479),(5964,0,'profilefield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023479),(5965,0,'profilefield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5966,0,'profilefield_social','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5967,0,'profilefield_social','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5968,0,'profilefield_social','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5969,0,'profilefield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5970,0,'profilefield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5971,0,'profilefield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5972,0,'profilefield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5973,0,'profilefield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5974,0,'profilefield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5975,0,'report_backups','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5976,0,'report_backups','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5977,0,'report_backups','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5978,0,'report_competency','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5979,0,'report_competency','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5980,0,'report_competency','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5981,0,'report_completion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5982,0,'report_completion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5983,0,'report_completion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5984,0,'report_configlog','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5985,0,'report_configlog','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5986,0,'report_configlog','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5987,0,'report_courseoverview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5988,0,'report_courseoverview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5989,0,'report_courseoverview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5990,0,'report_eventlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5991,0,'report_eventlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5992,0,'report_eventlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5993,0,'report_infectedfiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5994,0,'report_infectedfiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5995,0,'report_infectedfiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5996,0,'report_insights','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(5997,0,'report_insights','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(5998,0,'report_insights','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(5999,0,'report_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6000,0,'report_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6001,0,'report_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6002,0,'report_loglive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6003,0,'report_loglive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6004,0,'report_loglive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6005,0,'report_outline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6006,0,'report_outline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6007,0,'report_outline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6008,0,'report_participation','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6009,0,'report_participation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6010,0,'report_participation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6011,0,'report_performance','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6012,0,'report_performance','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6013,0,'report_performance','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6014,0,'report_progress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6015,0,'report_progress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6016,0,'report_progress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6017,0,'report_questioninstances','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6018,0,'report_questioninstances','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6019,0,'report_questioninstances','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6020,0,'report_security','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6021,0,'report_security','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6022,0,'report_security','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023480),(6023,0,'report_stats','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023480),(6024,0,'report_stats','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023480),(6025,0,'report_stats','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6026,0,'report_status','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6027,0,'report_status','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6028,0,'report_status','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6029,0,'report_usersessions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6030,0,'report_usersessions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6031,0,'report_usersessions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6032,0,'gradeexport_ods','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6033,0,'gradeexport_ods','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6034,0,'gradeexport_ods','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6035,0,'gradeexport_txt','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6036,0,'gradeexport_txt','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6037,0,'gradeexport_txt','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6038,0,'gradeexport_xls','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6039,0,'gradeexport_xls','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6040,0,'gradeexport_xls','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6041,0,'gradeexport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6042,0,'gradeexport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6043,0,'gradeexport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6044,0,'gradeimport_csv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6045,0,'gradeimport_csv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6046,0,'gradeimport_csv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6047,0,'gradeimport_direct','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6048,0,'gradeimport_direct','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6049,0,'gradeimport_direct','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6050,0,'gradeimport_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6051,0,'gradeimport_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6052,0,'gradeimport_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6053,0,'gradereport_grader','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6054,0,'gradereport_grader','2023032100','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6055,0,'gradereport_grader','2023032700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6056,0,'gradereport_grader','2023032800','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6057,0,'gradereport_grader','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6058,0,'gradereport_grader','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6059,0,'gradereport_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6060,0,'gradereport_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6061,0,'gradereport_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6062,0,'gradereport_outcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6063,0,'gradereport_outcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6064,0,'gradereport_outcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6065,0,'gradereport_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6066,0,'gradereport_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6067,0,'gradereport_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6068,0,'gradereport_singleview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6069,0,'gradereport_singleview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6070,0,'gradereport_singleview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6071,0,'gradereport_summary',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023481),(6072,0,'gradereport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6073,0,'gradereport_summary','2023042400','2023042400','Plugin installed',NULL,'',0,1683023481),(6074,0,'gradereport_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6075,0,'gradereport_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6076,0,'gradereport_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023481),(6077,0,'gradingform_guide','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023481),(6078,0,'gradingform_guide','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023481),(6079,0,'gradingform_guide','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6080,0,'gradingform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6081,0,'gradingform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6082,0,'gradingform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6083,0,'mlbackend_php','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6084,0,'mlbackend_php','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6085,0,'mlbackend_php','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6086,0,'mlbackend_python','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6087,0,'mlbackend_python','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6088,0,'mlbackend_python','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6089,0,'mnetservice_enrol','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6090,0,'mnetservice_enrol','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6091,0,'mnetservice_enrol','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6092,0,'webservice_rest','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6093,0,'webservice_rest','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6094,0,'webservice_rest','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6095,0,'webservice_soap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6096,0,'webservice_soap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6097,0,'webservice_soap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6098,0,'repository_areafiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6099,0,'repository_areafiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6100,0,'repository_areafiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6101,0,'repository_contentbank','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6102,0,'repository_contentbank','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6103,0,'repository_contentbank','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6104,0,'repository_coursefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6105,0,'repository_coursefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6106,0,'repository_coursefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6107,0,'repository_dropbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6108,0,'repository_dropbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6109,0,'repository_dropbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6110,0,'repository_equella','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6111,0,'repository_equella','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6112,0,'repository_equella','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6113,0,'repository_filesystem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6114,0,'repository_filesystem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6115,0,'repository_filesystem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6116,0,'repository_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6117,0,'repository_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6118,0,'repository_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6119,0,'repository_flickr_public','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6120,0,'repository_flickr_public','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6121,0,'repository_flickr_public','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6122,0,'repository_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6123,0,'repository_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6124,0,'repository_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6125,0,'repository_local','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6126,0,'repository_local','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6127,0,'repository_local','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023482),(6128,0,'repository_merlot','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023482),(6129,0,'repository_merlot','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023482),(6130,0,'repository_merlot','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6131,0,'repository_nextcloud','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6132,0,'repository_nextcloud','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6133,0,'repository_nextcloud','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6134,0,'repository_onedrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6135,0,'repository_onedrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6136,0,'repository_onedrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6137,0,'repository_recent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6138,0,'repository_recent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6139,0,'repository_recent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6140,0,'repository_s3','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6141,0,'repository_s3','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6142,0,'repository_s3','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6143,0,'repository_upload','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6144,0,'repository_upload','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6145,0,'repository_upload','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6146,0,'repository_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6147,0,'repository_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6148,0,'repository_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6149,0,'repository_user','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6150,0,'repository_user','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6151,0,'repository_user','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6152,0,'repository_webdav','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6153,0,'repository_webdav','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6154,0,'repository_webdav','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6155,0,'repository_wikimedia','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6156,0,'repository_wikimedia','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6157,0,'repository_wikimedia','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6158,0,'repository_youtube','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6159,0,'repository_youtube','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6160,0,'repository_youtube','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6161,0,'portfolio_download','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6162,0,'portfolio_download','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6163,0,'portfolio_download','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6164,0,'portfolio_flickr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6165,0,'portfolio_flickr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6166,0,'portfolio_flickr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6167,0,'portfolio_googledocs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6168,0,'portfolio_googledocs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6169,0,'portfolio_googledocs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6170,0,'portfolio_mahara','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6171,0,'portfolio_mahara','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6172,0,'portfolio_mahara','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023483),(6173,0,'search_simpledb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023483),(6174,0,'search_simpledb','2022050400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023483),(6175,0,'search_simpledb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6176,0,'search_simpledb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6177,0,'search_solr','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6178,0,'search_solr','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6179,0,'search_solr','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6180,0,'qbank_bulkmove','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6181,0,'qbank_bulkmove','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6182,0,'qbank_bulkmove','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6183,0,'qbank_columnsortorder','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6184,0,'qbank_columnsortorder','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6185,0,'qbank_columnsortorder','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6186,0,'qbank_comment','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6187,0,'qbank_comment','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6188,0,'qbank_comment','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6189,0,'qbank_customfields','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6190,0,'qbank_customfields','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6191,0,'qbank_customfields','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6192,0,'qbank_deletequestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6193,0,'qbank_deletequestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6194,0,'qbank_deletequestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6195,0,'qbank_editquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6196,0,'qbank_editquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6197,0,'qbank_editquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6198,0,'qbank_exportquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6199,0,'qbank_exportquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6200,0,'qbank_exportquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6201,0,'qbank_exporttoxml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6202,0,'qbank_exporttoxml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6203,0,'qbank_exporttoxml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6204,0,'qbank_history','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6205,0,'qbank_history','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6206,0,'qbank_history','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6207,0,'qbank_importquestions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6208,0,'qbank_importquestions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6209,0,'qbank_importquestions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6210,0,'qbank_managecategories','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6211,0,'qbank_managecategories','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6212,0,'qbank_managecategories','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6213,0,'qbank_previewquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6214,0,'qbank_previewquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6215,0,'qbank_previewquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6216,0,'qbank_statistics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6217,0,'qbank_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6218,0,'qbank_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6219,0,'qbank_tagquestion','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6220,0,'qbank_tagquestion','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6221,0,'qbank_tagquestion','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6222,0,'qbank_usage','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023484),(6223,0,'qbank_usage','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023484),(6224,0,'qbank_usage','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023484),(6225,0,'qbank_viewcreator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6226,0,'qbank_viewcreator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6227,0,'qbank_viewcreator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6228,0,'qbank_viewquestionname','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6229,0,'qbank_viewquestionname','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6230,0,'qbank_viewquestionname','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6231,0,'qbank_viewquestiontext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6232,0,'qbank_viewquestiontext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6233,0,'qbank_viewquestiontext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6234,0,'qbank_viewquestiontype','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6235,0,'qbank_viewquestiontype','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6236,0,'qbank_viewquestiontype','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6237,0,'qbehaviour_adaptive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6238,0,'qbehaviour_adaptive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6239,0,'qbehaviour_adaptive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6240,0,'qbehaviour_adaptivenopenalty','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6241,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6242,0,'qbehaviour_adaptivenopenalty','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6243,0,'qbehaviour_deferredcbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6244,0,'qbehaviour_deferredcbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6245,0,'qbehaviour_deferredcbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6246,0,'qbehaviour_deferredfeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6247,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6248,0,'qbehaviour_deferredfeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6249,0,'qbehaviour_immediatecbm','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6250,0,'qbehaviour_immediatecbm','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6251,0,'qbehaviour_immediatecbm','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6252,0,'qbehaviour_immediatefeedback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6253,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6254,0,'qbehaviour_immediatefeedback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6255,0,'qbehaviour_informationitem','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6256,0,'qbehaviour_informationitem','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6257,0,'qbehaviour_informationitem','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6258,0,'qbehaviour_interactive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6259,0,'qbehaviour_interactive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6260,0,'qbehaviour_interactive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6261,0,'qbehaviour_interactivecountback','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6262,0,'qbehaviour_interactivecountback','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6263,0,'qbehaviour_interactivecountback','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6264,0,'qbehaviour_manualgraded','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6265,0,'qbehaviour_manualgraded','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6266,0,'qbehaviour_manualgraded','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023485),(6267,0,'qbehaviour_missing','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023485),(6268,0,'qbehaviour_missing','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023485),(6269,0,'qbehaviour_missing','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6270,0,'qformat_aiken','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6271,0,'qformat_aiken','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6272,0,'qformat_aiken','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6273,0,'qformat_blackboard_six','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6274,0,'qformat_blackboard_six','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6275,0,'qformat_blackboard_six','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6276,0,'qformat_gift','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6277,0,'qformat_gift','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6278,0,'qformat_gift','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6279,0,'qformat_missingword','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6280,0,'qformat_missingword','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6281,0,'qformat_missingword','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6282,0,'qformat_multianswer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6283,0,'qformat_multianswer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6284,0,'qformat_multianswer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6285,0,'qformat_xhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6286,0,'qformat_xhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6287,0,'qformat_xhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6288,0,'qformat_xml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6289,0,'qformat_xml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6290,0,'qformat_xml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6291,0,'tool_admin_presets','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6292,0,'tool_admin_presets','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6293,0,'tool_admin_presets','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6294,0,'tool_analytics','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6295,0,'tool_analytics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6296,0,'tool_analytics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6297,0,'tool_availabilityconditions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6298,0,'tool_availabilityconditions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6299,0,'tool_availabilityconditions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6300,0,'tool_behat','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6301,0,'tool_behat','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6302,0,'tool_behat','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6303,0,'tool_brickfield','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6304,0,'tool_brickfield','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6305,0,'tool_brickfield','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6306,0,'tool_capability','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6307,0,'tool_capability','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6308,0,'tool_capability','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6309,0,'tool_cohortroles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6310,0,'tool_cohortroles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6311,0,'tool_cohortroles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023486),(6312,0,'tool_componentlibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023486),(6313,0,'tool_componentlibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023486),(6314,0,'tool_componentlibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6315,0,'tool_customlang','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6316,0,'tool_customlang','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6317,0,'tool_customlang','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6318,0,'tool_dataprivacy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6319,0,'tool_dataprivacy','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6320,0,'tool_dataprivacy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6321,0,'tool_dataprivacy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6322,0,'tool_dbtransfer','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6323,0,'tool_dbtransfer','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6324,0,'tool_dbtransfer','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6325,0,'tool_filetypes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6326,0,'tool_filetypes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6327,0,'tool_filetypes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6328,0,'tool_generator','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6329,0,'tool_generator','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6330,0,'tool_generator','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6331,0,'tool_httpsreplace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6332,0,'tool_httpsreplace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6333,0,'tool_httpsreplace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6334,0,'tool_innodb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6335,0,'tool_innodb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6336,0,'tool_innodb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6337,0,'tool_installaddon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6338,0,'tool_installaddon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6339,0,'tool_installaddon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6340,0,'tool_langimport','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6341,0,'tool_langimport','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6342,0,'tool_langimport','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6343,0,'tool_licensemanager','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6344,0,'tool_licensemanager','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6345,0,'tool_licensemanager','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6346,0,'tool_log','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6347,0,'tool_log','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6348,0,'tool_log','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6349,0,'tool_lp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6350,0,'tool_lp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6351,0,'tool_lp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6352,0,'tool_lpimportcsv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6353,0,'tool_lpimportcsv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6354,0,'tool_lpimportcsv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6355,0,'tool_lpmigrate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6356,0,'tool_lpmigrate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023487),(6357,0,'tool_lpmigrate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023487),(6358,0,'tool_messageinbound','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023487),(6359,0,'tool_messageinbound','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6360,0,'tool_messageinbound','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6361,0,'tool_mobile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6362,0,'tool_mobile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6363,0,'tool_mobile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6364,0,'tool_monitor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6365,0,'tool_monitor','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6366,0,'tool_monitor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6367,0,'tool_monitor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6368,0,'tool_moodlenet','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6369,0,'tool_moodlenet','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6370,0,'tool_moodlenet','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6371,0,'tool_multilangupgrade','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6372,0,'tool_multilangupgrade','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6373,0,'tool_multilangupgrade','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6374,0,'tool_oauth2','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6375,0,'tool_oauth2','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6376,0,'tool_oauth2','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6377,0,'tool_phpunit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6378,0,'tool_phpunit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6379,0,'tool_phpunit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6380,0,'tool_policy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6381,0,'tool_policy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6382,0,'tool_policy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6383,0,'tool_profiling','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6384,0,'tool_profiling','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6385,0,'tool_profiling','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6386,0,'tool_recyclebin','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6387,0,'tool_recyclebin','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6388,0,'tool_recyclebin','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6389,0,'tool_replace','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6390,0,'tool_replace','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6391,0,'tool_replace','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6392,0,'tool_spamcleaner','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6393,0,'tool_spamcleaner','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6394,0,'tool_spamcleaner','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6395,0,'tool_task','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6396,0,'tool_task','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6397,0,'tool_task','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6398,0,'tool_templatelibrary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6399,0,'tool_templatelibrary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6400,0,'tool_templatelibrary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6401,0,'tool_unsuproles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6402,0,'tool_unsuproles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6403,0,'tool_unsuproles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023488),(6404,0,'tool_uploadcourse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023488),(6405,0,'tool_uploadcourse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023488),(6406,0,'tool_uploadcourse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6407,0,'tool_uploaduser','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6408,0,'tool_uploaduser','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6409,0,'tool_uploaduser','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6410,0,'tool_usertours','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6411,0,'tool_usertours','2022061600','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6412,0,'tool_usertours','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6413,0,'tool_usertours','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6414,0,'tool_xmldb','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6415,0,'tool_xmldb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6416,0,'tool_xmldb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6417,0,'cachestore_apcu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6418,0,'cachestore_apcu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6419,0,'cachestore_apcu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6420,0,'cachestore_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6421,0,'cachestore_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6422,0,'cachestore_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6423,0,'cachestore_redis','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6424,0,'cachestore_redis','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6425,0,'cachestore_redis','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6426,0,'cachestore_session','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6427,0,'cachestore_session','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6428,0,'cachestore_session','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6429,0,'cachestore_static','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6430,0,'cachestore_static','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6431,0,'cachestore_static','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6432,0,'cachelock_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6433,0,'cachelock_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6434,0,'cachelock_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6435,0,'fileconverter_googledrive','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6436,0,'fileconverter_googledrive','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6437,0,'fileconverter_googledrive','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6438,0,'fileconverter_unoconv','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6439,0,'fileconverter_unoconv','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6440,0,'fileconverter_unoconv','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6441,0,'contenttype_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6442,0,'contenttype_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6443,0,'contenttype_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6444,0,'theme_boost','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6445,0,'theme_boost','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6446,0,'theme_boost','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023489),(6447,0,'theme_classic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023489),(6448,0,'theme_classic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023489),(6449,0,'theme_classic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6450,0,'h5plib_v124','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6451,0,'h5plib_v124','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6452,0,'h5plib_v124','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6453,0,'paygw_paypal','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6454,0,'paygw_paypal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6455,0,'paygw_paypal','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6456,0,'assignsubmission_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6457,0,'assignsubmission_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6458,0,'assignsubmission_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6459,0,'assignsubmission_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6460,0,'assignsubmission_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6461,0,'assignsubmission_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6462,0,'assignsubmission_onlinetext','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6463,0,'assignsubmission_onlinetext','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6464,0,'assignsubmission_onlinetext','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6465,0,'assignfeedback_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6466,0,'assignfeedback_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6467,0,'assignfeedback_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6468,0,'assignfeedback_editpdf','2022041902','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6469,0,'assignfeedback_editpdf','2022061000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6470,0,'assignfeedback_editpdf','2022082200','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6471,0,'assignfeedback_editpdf','2022112801','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6472,0,'assignfeedback_editpdf','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6473,0,'assignfeedback_editpdf','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6474,0,'assignfeedback_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6475,0,'assignfeedback_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6476,0,'assignfeedback_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6477,0,'assignfeedback_offline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6478,0,'assignfeedback_offline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6479,0,'assignfeedback_offline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6480,0,'booktool_exportimscp','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6481,0,'booktool_exportimscp','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6482,0,'booktool_exportimscp','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6483,0,'booktool_importhtml','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6484,0,'booktool_importhtml','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6485,0,'booktool_importhtml','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6486,0,'booktool_print','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6487,0,'booktool_print','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6488,0,'booktool_print','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6489,0,'datafield_checkbox','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6490,0,'datafield_checkbox','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6491,0,'datafield_checkbox','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6492,0,'datafield_date','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6493,0,'datafield_date','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6494,0,'datafield_date','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6495,0,'datafield_file','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6496,0,'datafield_file','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6497,0,'datafield_file','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6498,0,'datafield_latlong','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6499,0,'datafield_latlong','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6500,0,'datafield_latlong','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6501,0,'datafield_menu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6502,0,'datafield_menu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6503,0,'datafield_menu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023490),(6504,0,'datafield_multimenu','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023490),(6505,0,'datafield_multimenu','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023490),(6506,0,'datafield_multimenu','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6507,0,'datafield_number','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6508,0,'datafield_number','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6509,0,'datafield_number','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6510,0,'datafield_picture','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6511,0,'datafield_picture','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6512,0,'datafield_picture','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6513,0,'datafield_radiobutton','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6514,0,'datafield_radiobutton','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6515,0,'datafield_radiobutton','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6516,0,'datafield_text','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6517,0,'datafield_text','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6518,0,'datafield_text','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6519,0,'datafield_textarea','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6520,0,'datafield_textarea','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6521,0,'datafield_textarea','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6522,0,'datafield_url','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6523,0,'datafield_url','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6524,0,'datafield_url','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6525,0,'datapreset_imagegallery','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6526,0,'datapreset_imagegallery','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6527,0,'datapreset_imagegallery','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6528,0,'datapreset_journal',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6529,0,'datapreset_journal','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6530,0,'datapreset_journal','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6531,0,'datapreset_proposals',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6532,0,'datapreset_proposals','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6533,0,'datapreset_proposals','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6534,0,'datapreset_resources',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023491),(6535,0,'datapreset_resources','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6536,0,'datapreset_resources','2023042400','2023042400','Plugin installed',NULL,'',0,1683023491),(6537,0,'forumreport_summary','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6538,0,'forumreport_summary','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6539,0,'forumreport_summary','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6540,0,'ltiservice_basicoutcomes','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6541,0,'ltiservice_basicoutcomes','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6542,0,'ltiservice_basicoutcomes','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6543,0,'ltiservice_gradebookservices','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6544,0,'ltiservice_gradebookservices','2022051900','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6545,0,'ltiservice_gradebookservices','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6546,0,'ltiservice_gradebookservices','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6547,0,'ltiservice_memberships','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6548,0,'ltiservice_memberships','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6549,0,'ltiservice_memberships','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6550,0,'ltiservice_profile','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6551,0,'ltiservice_profile','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6552,0,'ltiservice_profile','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023491),(6553,0,'ltiservice_toolproxy','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023491),(6554,0,'ltiservice_toolproxy','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023491),(6555,0,'ltiservice_toolproxy','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6556,0,'ltiservice_toolsettings','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6557,0,'ltiservice_toolsettings','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6558,0,'ltiservice_toolsettings','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6559,0,'quiz_grading','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6560,0,'quiz_grading','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6561,0,'quiz_grading','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6562,0,'quiz_overview','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6563,0,'quiz_overview','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6564,0,'quiz_overview','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6565,0,'quiz_responses','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6566,0,'quiz_responses','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6567,0,'quiz_responses','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6568,0,'quiz_statistics','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6569,0,'quiz_statistics','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6570,0,'quiz_statistics','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6571,0,'quizaccess_delaybetweenattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6572,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6573,0,'quizaccess_delaybetweenattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6574,0,'quizaccess_ipaddress','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6575,0,'quizaccess_ipaddress','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6576,0,'quizaccess_ipaddress','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6577,0,'quizaccess_numattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6578,0,'quizaccess_numattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6579,0,'quizaccess_numattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6580,0,'quizaccess_offlineattempts','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6581,0,'quizaccess_offlineattempts','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6582,0,'quizaccess_offlineattempts','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6583,0,'quizaccess_openclosedate','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6584,0,'quizaccess_openclosedate','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6585,0,'quizaccess_openclosedate','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6586,0,'quizaccess_password','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6587,0,'quizaccess_password','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6588,0,'quizaccess_password','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6589,0,'quizaccess_seb','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6590,0,'quizaccess_seb','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6591,0,'quizaccess_seb','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6592,0,'quizaccess_securewindow','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6593,0,'quizaccess_securewindow','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6594,0,'quizaccess_securewindow','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6595,0,'quizaccess_timelimit','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6596,0,'quizaccess_timelimit','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6597,0,'quizaccess_timelimit','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6598,0,'scormreport_basic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6599,0,'scormreport_basic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6600,0,'scormreport_basic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6601,0,'scormreport_graphs','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6602,0,'scormreport_graphs','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6603,0,'scormreport_graphs','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6604,0,'scormreport_interactions','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6605,0,'scormreport_interactions','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6606,0,'scormreport_interactions','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6607,0,'scormreport_objectives','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6608,0,'scormreport_objectives','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6609,0,'scormreport_objectives','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6610,0,'workshopform_accumulative','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6611,0,'workshopform_accumulative','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6612,0,'workshopform_accumulative','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023492),(6613,0,'workshopform_comments','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023492),(6614,0,'workshopform_comments','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023492),(6615,0,'workshopform_comments','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6616,0,'workshopform_numerrors','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6617,0,'workshopform_numerrors','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6618,0,'workshopform_numerrors','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6619,0,'workshopform_rubric','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6620,0,'workshopform_rubric','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6621,0,'workshopform_rubric','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6622,0,'workshopallocation_manual','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6623,0,'workshopallocation_manual','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6624,0,'workshopallocation_manual','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6625,0,'workshopallocation_random','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6626,0,'workshopallocation_random','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6627,0,'workshopallocation_random','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6628,0,'workshopallocation_scheduled','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6629,0,'workshopallocation_scheduled','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6630,0,'workshopallocation_scheduled','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6631,0,'workshopeval_best','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6632,0,'workshopeval_best','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6633,0,'workshopeval_best','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6634,0,'atto_accessibilitychecker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6635,0,'atto_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6636,0,'atto_accessibilitychecker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6637,0,'atto_accessibilityhelper','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6638,0,'atto_accessibilityhelper','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6639,0,'atto_accessibilityhelper','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6640,0,'atto_align','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6641,0,'atto_align','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6642,0,'atto_align','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6643,0,'atto_backcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6644,0,'atto_backcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6645,0,'atto_backcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6646,0,'atto_bold','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6647,0,'atto_bold','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6648,0,'atto_bold','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6649,0,'atto_charmap','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6650,0,'atto_charmap','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6651,0,'atto_charmap','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6652,0,'atto_clear','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6653,0,'atto_clear','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6654,0,'atto_clear','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6655,0,'atto_collapse','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6656,0,'atto_collapse','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6657,0,'atto_collapse','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6658,0,'atto_emojipicker','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6659,0,'atto_emojipicker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6660,0,'atto_emojipicker','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6661,0,'atto_emoticon','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6662,0,'atto_emoticon','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6663,0,'atto_emoticon','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6664,0,'atto_equation','2022041901','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6665,0,'atto_equation','2022110700','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6666,0,'atto_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6667,0,'atto_equation','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023493),(6668,0,'atto_fontcolor','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023493),(6669,0,'atto_fontcolor','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023493),(6670,0,'atto_fontcolor','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6671,0,'atto_h5p','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6672,0,'atto_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6673,0,'atto_h5p','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6674,0,'atto_html','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6675,0,'atto_html','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6676,0,'atto_html','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6677,0,'atto_image','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6678,0,'atto_image','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6679,0,'atto_image','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6680,0,'atto_indent','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6681,0,'atto_indent','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6682,0,'atto_indent','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6683,0,'atto_italic','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6684,0,'atto_italic','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6685,0,'atto_italic','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6686,0,'atto_link','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6687,0,'atto_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6688,0,'atto_link','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6689,0,'atto_managefiles','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6690,0,'atto_managefiles','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6691,0,'atto_managefiles','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6692,0,'atto_media','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6693,0,'atto_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6694,0,'atto_media','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6695,0,'atto_noautolink','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6696,0,'atto_noautolink','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6697,0,'atto_noautolink','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6698,0,'atto_orderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6699,0,'atto_orderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6700,0,'atto_orderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6701,0,'atto_recordrtc','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6702,0,'atto_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6703,0,'atto_recordrtc','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6704,0,'atto_rtl','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6705,0,'atto_rtl','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6706,0,'atto_rtl','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6707,0,'atto_strike','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6708,0,'atto_strike','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6709,0,'atto_strike','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6710,0,'atto_subscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6711,0,'atto_subscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6712,0,'atto_subscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6713,0,'atto_superscript','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6714,0,'atto_superscript','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6715,0,'atto_superscript','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6716,0,'atto_table','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6717,0,'atto_table','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6718,0,'atto_table','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6719,0,'atto_title','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6720,0,'atto_title','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6721,0,'atto_title','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6722,0,'atto_underline','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6723,0,'atto_underline','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6724,0,'atto_underline','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6725,0,'atto_undo','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6726,0,'atto_undo','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6727,0,'atto_undo','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023494),(6728,0,'atto_unorderedlist','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023494),(6729,0,'atto_unorderedlist','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023494),(6730,0,'atto_unorderedlist','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6731,0,'atto_wiris','2023032900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6732,0,'atto_wiris','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6733,0,'atto_wiris','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6734,0,'tiny_accessibilitychecker',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6735,0,'tiny_accessibilitychecker','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6736,0,'tiny_accessibilitychecker','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6737,0,'tiny_autosave',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6738,0,'tiny_autosave','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6739,0,'tiny_autosave','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6740,0,'tiny_equation',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6741,0,'tiny_equation','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6742,0,'tiny_equation','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6743,0,'tiny_h5p',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6744,0,'tiny_h5p','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6745,0,'tiny_h5p','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6746,0,'tiny_link',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6747,0,'tiny_link','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6748,0,'tiny_link','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6749,0,'tiny_media',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6750,0,'tiny_media','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6751,0,'tiny_media','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6752,0,'tiny_recordrtc',NULL,'2023042400','Starting plugin installation',NULL,'',0,1683023495),(6753,0,'tiny_recordrtc','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6754,0,'tiny_recordrtc','2023042400','2023042400','Plugin installed',NULL,'',0,1683023495),(6755,0,'tiny_wiris',NULL,'2022112300','Starting plugin installation',NULL,'',0,1683023495),(6756,0,'tiny_wiris','2022112300','2022112300','Upgrade savepoint reached',NULL,'',0,1683023495),(6757,0,'tiny_wiris','2022112300','2022112300','Plugin installed',NULL,'',0,1683023495),(6758,0,'logstore_database','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6759,0,'logstore_database','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023495),(6760,0,'logstore_database','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023495),(6761,0,'logstore_standard','2022041900','2023042400','Starting plugin upgrade',NULL,'',0,1683023495),(6762,0,'logstore_standard','2022053000','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6763,0,'logstore_standard','2023042400','2023042400','Upgrade savepoint reached',NULL,'',0,1683023496),(6764,0,'logstore_standard','2023042400','2023042400','Plugin upgraded',NULL,'',0,1683023496),(6765,0,'core','2023042400.01','2023100900','Starting core upgrade',NULL,'',0,1696857215),(6766,0,'core','2023051500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6767,0,'core','2023062200','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6768,0,'core','2023062700.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6769,0,'core','2023062900.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6770,0,'core','2023080100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6771,0,'core','2023081500','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6772,0,'core','2023081800.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6773,0,'core','2023082200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6774,0,'core','2023082200.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6775,0,'core','2023082200.04','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6776,0,'core','2023082600.02','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6777,0,'core','2023082600.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6778,0,'core','2023082600.05','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6779,0,'core','2023090100','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6780,0,'core','2023090200.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6781,0,'core','2023091300.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6782,0,'core','2023100400.01','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6783,0,'core','2023100400.03','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6784,0,'core','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857216),(6785,0,'core','2023100900','2023100900','Core upgraded',NULL,'',0,1696857217),(6786,0,'antivirus_clamav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6787,0,'antivirus_clamav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6788,0,'antivirus_clamav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6789,0,'availability_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6790,0,'availability_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6791,0,'availability_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6792,0,'availability_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6793,0,'availability_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6794,0,'availability_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6795,0,'availability_grade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6796,0,'availability_grade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6797,0,'availability_grade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6798,0,'availability_group','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6799,0,'availability_group','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6800,0,'availability_group','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6801,0,'availability_grouping','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6802,0,'availability_grouping','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6803,0,'availability_grouping','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6804,0,'availability_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6805,0,'availability_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6806,0,'availability_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6807,0,'qtype_calculated','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6808,0,'qtype_calculated','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6809,0,'qtype_calculated','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6810,0,'qtype_calculatedmulti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6811,0,'qtype_calculatedmulti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6812,0,'qtype_calculatedmulti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6813,0,'qtype_calculatedsimple','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6814,0,'qtype_calculatedsimple','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6815,0,'qtype_calculatedsimple','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6816,0,'qtype_ddimageortext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6817,0,'qtype_ddimageortext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6818,0,'qtype_ddimageortext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6819,0,'qtype_ddmarker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6820,0,'qtype_ddmarker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6821,0,'qtype_ddmarker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6822,0,'qtype_ddwtos','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6823,0,'qtype_ddwtos','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6824,0,'qtype_ddwtos','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6825,0,'qtype_description','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6826,0,'qtype_description','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6827,0,'qtype_description','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6828,0,'qtype_essay','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6829,0,'qtype_essay','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6830,0,'qtype_essay','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6831,0,'qtype_essaywiris','2023020702','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6832,0,'qtype_essaywiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6833,0,'qtype_essaywiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6834,0,'qtype_gapselect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6835,0,'qtype_gapselect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6836,0,'qtype_gapselect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6837,0,'qtype_match','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6838,0,'qtype_match','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6839,0,'qtype_match','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6840,0,'qtype_matchwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857217),(6841,0,'qtype_matchwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857217),(6842,0,'qtype_matchwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857217),(6843,0,'qtype_missingtype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6844,0,'qtype_missingtype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6845,0,'qtype_missingtype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857217),(6846,0,'qtype_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857217),(6847,0,'qtype_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857217),(6848,0,'qtype_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6849,0,'qtype_multianswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6850,0,'qtype_multianswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6851,0,'qtype_multianswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6852,0,'qtype_multichoice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6853,0,'qtype_multichoice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6854,0,'qtype_multichoice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6855,0,'qtype_multichoicewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6856,0,'qtype_multichoicewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6857,0,'qtype_multichoicewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6858,0,'qtype_numerical','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6859,0,'qtype_numerical','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6860,0,'qtype_numerical','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6861,0,'qtype_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6862,0,'qtype_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6863,0,'qtype_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6864,0,'qtype_randomsamatch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6865,0,'qtype_randomsamatch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6866,0,'qtype_randomsamatch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6867,0,'qtype_shortanswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6868,0,'qtype_shortanswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6869,0,'qtype_shortanswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6870,0,'qtype_shortanswerwiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6871,0,'qtype_shortanswerwiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6872,0,'qtype_shortanswerwiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6873,0,'qtype_truefalse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6874,0,'qtype_truefalse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6875,0,'qtype_truefalse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6876,0,'qtype_truefalsewiris','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857218),(6877,0,'qtype_truefalsewiris','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857218),(6878,0,'qtype_truefalsewiris','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857218),(6879,0,'qtype_wq','2023020701','2023092202','Starting plugin upgrade',NULL,'',0,1696857218),(6880,0,'qtype_wq','2023092202','2023092202','Upgrade savepoint reached',NULL,'',0,1696857218),(6881,0,'qtype_wq','2023092202','2023092202','Plugin upgraded',NULL,'',0,1696857218),(6882,0,'mod_assign','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6883,0,'mod_assign','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6884,0,'mod_assign','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6885,0,'mod_bigbluebuttonbn','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6886,0,'mod_bigbluebuttonbn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6887,0,'mod_bigbluebuttonbn','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6888,0,'mod_book','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6889,0,'mod_book','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6890,0,'mod_book','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6891,0,'mod_chat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6892,0,'mod_chat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6893,0,'mod_chat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6894,0,'mod_choice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6895,0,'mod_choice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6896,0,'mod_choice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6897,0,'mod_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6898,0,'mod_data','2023061300','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6899,0,'mod_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6900,0,'mod_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6901,0,'mod_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6902,0,'mod_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6903,0,'mod_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6904,0,'mod_folder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6905,0,'mod_folder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6906,0,'mod_folder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6907,0,'mod_forum','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6908,0,'mod_forum','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6909,0,'mod_forum','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6910,0,'mod_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6911,0,'mod_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6912,0,'mod_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6913,0,'mod_h5pactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6914,0,'mod_h5pactivity','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6915,0,'mod_h5pactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6916,0,'mod_h5pactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6917,0,'mod_imscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6918,0,'mod_imscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6919,0,'mod_imscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6920,0,'mod_label','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6921,0,'mod_label','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6922,0,'mod_label','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857218),(6923,0,'mod_lesson','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857218),(6924,0,'mod_lesson','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857218),(6925,0,'mod_lesson','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6926,0,'mod_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6927,0,'mod_lti','2023070501','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6928,0,'mod_lti','2023081101','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6929,0,'mod_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6930,0,'mod_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6931,0,'mod_page','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6932,0,'mod_page','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6933,0,'mod_page','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6934,0,'mod_quiz','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6935,0,'mod_quiz','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6936,0,'mod_quiz','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6937,0,'mod_quiz','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6938,0,'mod_resource','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6939,0,'mod_resource','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6940,0,'mod_resource','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6941,0,'mod_scorm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6942,0,'mod_scorm','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6943,0,'mod_scorm','2023042402','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6944,0,'mod_scorm','2023042403','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6945,0,'mod_scorm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6946,0,'mod_scorm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6947,0,'mod_survey','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6948,0,'mod_survey','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6949,0,'mod_survey','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6950,0,'mod_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6951,0,'mod_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6952,0,'mod_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6953,0,'mod_wiki','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6954,0,'mod_wiki','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6955,0,'mod_wiki','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6956,0,'mod_workshop','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6957,0,'mod_workshop','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6958,0,'mod_workshop','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6959,0,'auth_cas','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6960,0,'auth_cas','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6961,0,'auth_cas','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6962,0,'auth_db','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6963,0,'auth_db','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6964,0,'auth_db','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6965,0,'auth_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6966,0,'auth_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6967,0,'auth_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6968,0,'auth_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6969,0,'auth_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6970,0,'auth_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6971,0,'auth_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6972,0,'auth_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6973,0,'auth_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6974,0,'auth_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6975,0,'auth_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6976,0,'auth_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6977,0,'auth_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6978,0,'auth_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6979,0,'auth_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6980,0,'auth_nologin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6981,0,'auth_nologin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6982,0,'auth_nologin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857219),(6983,0,'auth_none','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857219),(6984,0,'auth_none','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857219),(6985,0,'auth_none','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6986,0,'auth_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6987,0,'auth_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6988,0,'auth_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6989,0,'auth_shibboleth','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6990,0,'auth_shibboleth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6991,0,'auth_shibboleth','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6992,0,'auth_webservice','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6993,0,'auth_webservice','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6994,0,'auth_webservice','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6995,0,'calendartype_gregorian','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(6996,0,'calendartype_gregorian','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(6997,0,'calendartype_gregorian','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(6998,0,'communication_customlink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(6999,0,'communication_customlink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7000,0,'communication_customlink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7001,0,'communication_matrix',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857220),(7002,0,'communication_matrix','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7003,0,'communication_matrix','2023100900','2023100900','Plugin installed',NULL,'',0,1696857220),(7004,0,'customfield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7005,0,'customfield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7006,0,'customfield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7007,0,'customfield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7008,0,'customfield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7009,0,'customfield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7010,0,'customfield_select','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7011,0,'customfield_select','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7012,0,'customfield_select','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7013,0,'customfield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7014,0,'customfield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7015,0,'customfield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7016,0,'customfield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7017,0,'customfield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7018,0,'customfield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7019,0,'enrol_category','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7020,0,'enrol_category','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7021,0,'enrol_category','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7022,0,'enrol_cohort','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7023,0,'enrol_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7024,0,'enrol_cohort','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7025,0,'enrol_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7026,0,'enrol_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7027,0,'enrol_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7028,0,'enrol_fee','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7029,0,'enrol_fee','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7030,0,'enrol_fee','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7031,0,'enrol_flatfile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7032,0,'enrol_flatfile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7033,0,'enrol_flatfile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7034,0,'enrol_guest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7035,0,'enrol_guest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7036,0,'enrol_guest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7037,0,'enrol_imsenterprise','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7038,0,'enrol_imsenterprise','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7039,0,'enrol_imsenterprise','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7040,0,'enrol_ldap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7041,0,'enrol_ldap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7042,0,'enrol_ldap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7043,0,'enrol_lti','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7044,0,'enrol_lti','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7045,0,'enrol_lti','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7046,0,'enrol_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7047,0,'enrol_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7048,0,'enrol_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7049,0,'enrol_meta','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7050,0,'enrol_meta','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7051,0,'enrol_meta','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857220),(7052,0,'enrol_mnet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857220),(7053,0,'enrol_mnet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857220),(7054,0,'enrol_mnet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7055,0,'enrol_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7056,0,'enrol_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7057,0,'enrol_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7058,0,'enrol_self','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7059,0,'enrol_self','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7060,0,'enrol_self','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7061,0,'message_airnotifier','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7062,0,'message_airnotifier','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7063,0,'message_airnotifier','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7064,0,'message_email','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7065,0,'message_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7066,0,'message_email','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7067,0,'message_popup','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7068,0,'message_popup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7069,0,'message_popup','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7070,0,'block_accessreview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7071,0,'block_accessreview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7072,0,'block_accessreview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7073,0,'block_activity_modules','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7074,0,'block_activity_modules','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7075,0,'block_activity_modules','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7076,0,'block_activity_results','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7077,0,'block_activity_results','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7078,0,'block_activity_results','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7079,0,'block_admin_bookmarks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7080,0,'block_admin_bookmarks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7081,0,'block_admin_bookmarks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7082,0,'block_badges','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7083,0,'block_badges','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7084,0,'block_badges','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7085,0,'block_blog_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7086,0,'block_blog_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7087,0,'block_blog_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7088,0,'block_blog_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7089,0,'block_blog_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7090,0,'block_blog_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7091,0,'block_blog_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7092,0,'block_blog_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7093,0,'block_blog_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7094,0,'block_calendar_month','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7095,0,'block_calendar_month','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7096,0,'block_calendar_month','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7097,0,'block_calendar_upcoming','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7098,0,'block_calendar_upcoming','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7099,0,'block_calendar_upcoming','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7100,0,'block_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7101,0,'block_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7102,0,'block_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7103,0,'block_completionstatus','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7104,0,'block_completionstatus','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7105,0,'block_completionstatus','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7106,0,'block_course_list','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7107,0,'block_course_list','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7108,0,'block_course_list','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7109,0,'block_course_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7110,0,'block_course_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7111,0,'block_course_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7112,0,'block_feedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7113,0,'block_feedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7114,0,'block_feedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857221),(7115,0,'block_globalsearch','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857221),(7116,0,'block_globalsearch','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857221),(7117,0,'block_globalsearch','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7118,0,'block_glossary_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7119,0,'block_glossary_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7120,0,'block_glossary_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7121,0,'block_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7122,0,'block_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7123,0,'block_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7124,0,'block_login','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7125,0,'block_login','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7126,0,'block_login','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7127,0,'block_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7128,0,'block_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7129,0,'block_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7130,0,'block_mentees','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7131,0,'block_mentees','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7132,0,'block_mentees','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7133,0,'block_mnet_hosts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7134,0,'block_mnet_hosts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7135,0,'block_mnet_hosts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7136,0,'block_myoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7137,0,'block_myoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7138,0,'block_myoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7139,0,'block_myprofile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7140,0,'block_myprofile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7141,0,'block_myprofile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7142,0,'block_navigation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7143,0,'block_navigation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7144,0,'block_navigation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7145,0,'block_news_items','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7146,0,'block_news_items','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7147,0,'block_news_items','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7148,0,'block_online_users','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7149,0,'block_online_users','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7150,0,'block_online_users','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7151,0,'block_private_files','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7152,0,'block_private_files','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7153,0,'block_private_files','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7154,0,'block_recent_activity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7155,0,'block_recent_activity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7156,0,'block_recent_activity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7157,0,'block_recentlyaccessedcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7158,0,'block_recentlyaccessedcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7159,0,'block_recentlyaccessedcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7160,0,'block_recentlyaccesseditems','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7161,0,'block_recentlyaccesseditems','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7162,0,'block_recentlyaccesseditems','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7163,0,'block_rss_client','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7164,0,'block_rss_client','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7165,0,'block_rss_client','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7166,0,'block_search_forums','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7167,0,'block_search_forums','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7168,0,'block_search_forums','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7169,0,'block_section_links','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7170,0,'block_section_links','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7171,0,'block_section_links','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7172,0,'block_selfcompletion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7173,0,'block_selfcompletion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7174,0,'block_selfcompletion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7175,0,'block_settings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7176,0,'block_settings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7177,0,'block_settings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7178,0,'block_site_main_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7179,0,'block_site_main_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7180,0,'block_site_main_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7181,0,'block_social_activities','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7182,0,'block_social_activities','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7183,0,'block_social_activities','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7184,0,'block_starredcourses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7185,0,'block_starredcourses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7186,0,'block_starredcourses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7187,0,'block_tag_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7188,0,'block_tag_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7189,0,'block_tag_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7190,0,'block_tag_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7191,0,'block_tag_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7192,0,'block_tag_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7193,0,'block_tags','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7194,0,'block_tags','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7195,0,'block_tags','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857222),(7196,0,'block_timeline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857222),(7197,0,'block_timeline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857222),(7198,0,'block_timeline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7199,0,'media_html5audio','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7200,0,'media_html5audio','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7201,0,'media_html5audio','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7202,0,'media_html5video','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7203,0,'media_html5video','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7204,0,'media_html5video','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7205,0,'media_videojs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7206,0,'media_videojs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7207,0,'media_videojs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7208,0,'media_vimeo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7209,0,'media_vimeo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7210,0,'media_vimeo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7211,0,'media_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7212,0,'media_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7213,0,'media_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7214,0,'filter_activitynames','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7215,0,'filter_activitynames','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7216,0,'filter_activitynames','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7217,0,'filter_algebra','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7218,0,'filter_algebra','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7219,0,'filter_algebra','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7220,0,'filter_codehighlighter',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857223),(7221,0,'filter_codehighlighter','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7222,0,'filter_codehighlighter','2023100900','2023100900','Plugin installed',NULL,'',0,1696857223),(7223,0,'filter_data','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7224,0,'filter_data','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7225,0,'filter_data','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7226,0,'filter_displayh5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7227,0,'filter_displayh5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7228,0,'filter_displayh5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7229,0,'filter_emailprotect','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7230,0,'filter_emailprotect','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7231,0,'filter_emailprotect','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7232,0,'filter_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7233,0,'filter_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7234,0,'filter_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7235,0,'filter_glossary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7236,0,'filter_glossary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7237,0,'filter_glossary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7238,0,'filter_mathjaxloader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7239,0,'filter_mathjaxloader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7240,0,'filter_mathjaxloader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7241,0,'filter_mediaplugin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7242,0,'filter_mediaplugin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7243,0,'filter_mediaplugin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7244,0,'filter_multilang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7245,0,'filter_multilang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7246,0,'filter_multilang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7247,0,'filter_tex','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7248,0,'filter_tex','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7249,0,'filter_tex','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7250,0,'filter_tidy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7251,0,'filter_tidy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7252,0,'filter_tidy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7253,0,'filter_urltolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7254,0,'filter_urltolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7255,0,'filter_urltolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7256,0,'filter_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7257,0,'filter_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7258,0,'filter_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7259,0,'editor_atto','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7260,0,'editor_atto','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7261,0,'editor_atto','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7262,0,'editor_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7263,0,'editor_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7264,0,'editor_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7265,0,'editor_tiny','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7266,0,'editor_tiny','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7267,0,'editor_tiny','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7268,0,'format_singleactivity','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7269,0,'format_singleactivity','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7270,0,'format_singleactivity','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7271,0,'format_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7272,0,'format_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7273,0,'format_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7274,0,'format_topics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7275,0,'format_topics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7276,0,'format_topics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7277,0,'format_weeks','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7278,0,'format_weeks','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7279,0,'format_weeks','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857223),(7280,0,'dataformat_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857223),(7281,0,'dataformat_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857223),(7282,0,'dataformat_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7283,0,'dataformat_excel','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7284,0,'dataformat_excel','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7285,0,'dataformat_excel','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7286,0,'dataformat_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7287,0,'dataformat_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7288,0,'dataformat_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7289,0,'dataformat_json','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7290,0,'dataformat_json','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7291,0,'dataformat_json','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7292,0,'dataformat_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7293,0,'dataformat_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7294,0,'dataformat_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7295,0,'dataformat_pdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7296,0,'dataformat_pdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7297,0,'dataformat_pdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7298,0,'profilefield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7299,0,'profilefield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7300,0,'profilefield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7301,0,'profilefield_datetime','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7302,0,'profilefield_datetime','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7303,0,'profilefield_datetime','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7304,0,'profilefield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7305,0,'profilefield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7306,0,'profilefield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7307,0,'profilefield_social','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7308,0,'profilefield_social','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7309,0,'profilefield_social','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7310,0,'profilefield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7311,0,'profilefield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7312,0,'profilefield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7313,0,'profilefield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7314,0,'profilefield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7315,0,'profilefield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7316,0,'report_backups','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7317,0,'report_backups','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7318,0,'report_backups','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7319,0,'report_competency','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7320,0,'report_competency','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7321,0,'report_competency','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7322,0,'report_completion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7323,0,'report_completion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7324,0,'report_completion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7325,0,'report_configlog','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7326,0,'report_configlog','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7327,0,'report_configlog','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7328,0,'report_courseoverview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7329,0,'report_courseoverview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7330,0,'report_courseoverview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7331,0,'report_eventlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7332,0,'report_eventlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7333,0,'report_eventlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7334,0,'report_infectedfiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7335,0,'report_infectedfiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7336,0,'report_infectedfiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7337,0,'report_insights','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7338,0,'report_insights','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7339,0,'report_insights','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7340,0,'report_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7341,0,'report_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7342,0,'report_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7343,0,'report_loglive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7344,0,'report_loglive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7345,0,'report_loglive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7346,0,'report_outline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7347,0,'report_outline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7348,0,'report_outline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7349,0,'report_participation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7350,0,'report_participation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7351,0,'report_participation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7352,0,'report_performance','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7353,0,'report_performance','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7354,0,'report_performance','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7355,0,'report_progress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7356,0,'report_progress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7357,0,'report_progress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7358,0,'report_questioninstances','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7359,0,'report_questioninstances','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7360,0,'report_questioninstances','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857224),(7361,0,'report_security','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857224),(7362,0,'report_security','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857224),(7363,0,'report_security','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7364,0,'report_stats','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7365,0,'report_stats','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7366,0,'report_stats','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7367,0,'report_status','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7368,0,'report_status','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7369,0,'report_status','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7370,0,'report_usersessions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7371,0,'report_usersessions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7372,0,'report_usersessions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7373,0,'gradeexport_ods','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7374,0,'gradeexport_ods','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7375,0,'gradeexport_ods','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7376,0,'gradeexport_txt','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7377,0,'gradeexport_txt','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7378,0,'gradeexport_txt','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7379,0,'gradeexport_xls','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7380,0,'gradeexport_xls','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7381,0,'gradeexport_xls','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7382,0,'gradeexport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7383,0,'gradeexport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7384,0,'gradeexport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7385,0,'gradeimport_csv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7386,0,'gradeimport_csv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7387,0,'gradeimport_csv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7388,0,'gradeimport_direct','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7389,0,'gradeimport_direct','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7390,0,'gradeimport_direct','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7391,0,'gradeimport_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7392,0,'gradeimport_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7393,0,'gradeimport_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7394,0,'gradereport_grader','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7395,0,'gradereport_grader','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7396,0,'gradereport_grader','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7397,0,'gradereport_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7398,0,'gradereport_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7399,0,'gradereport_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7400,0,'gradereport_outcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7401,0,'gradereport_outcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7402,0,'gradereport_outcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7403,0,'gradereport_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7404,0,'gradereport_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7405,0,'gradereport_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7406,0,'gradereport_singleview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7407,0,'gradereport_singleview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7408,0,'gradereport_singleview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7409,0,'gradereport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7410,0,'gradereport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7411,0,'gradereport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7412,0,'gradereport_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7413,0,'gradereport_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7414,0,'gradereport_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7415,0,'gradingform_guide','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7416,0,'gradingform_guide','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7417,0,'gradingform_guide','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7418,0,'gradingform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7419,0,'gradingform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7420,0,'gradingform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7421,0,'mlbackend_php','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7422,0,'mlbackend_php','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7423,0,'mlbackend_php','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7424,0,'mlbackend_python','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7425,0,'mlbackend_python','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7426,0,'mlbackend_python','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7427,0,'mnetservice_enrol','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7428,0,'mnetservice_enrol','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7429,0,'mnetservice_enrol','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7430,0,'webservice_rest','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7431,0,'webservice_rest','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7432,0,'webservice_rest','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7433,0,'webservice_soap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7434,0,'webservice_soap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7435,0,'webservice_soap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7436,0,'repository_areafiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7437,0,'repository_areafiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7438,0,'repository_areafiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857225),(7439,0,'repository_contentbank','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857225),(7440,0,'repository_contentbank','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857225),(7441,0,'repository_contentbank','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7442,0,'repository_coursefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7443,0,'repository_coursefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7444,0,'repository_coursefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7445,0,'repository_dropbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7446,0,'repository_dropbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7447,0,'repository_dropbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7448,0,'repository_equella','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7449,0,'repository_equella','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7450,0,'repository_equella','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7451,0,'repository_filesystem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7452,0,'repository_filesystem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7453,0,'repository_filesystem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7454,0,'repository_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7455,0,'repository_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7456,0,'repository_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7457,0,'repository_flickr_public','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7458,0,'repository_flickr_public','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7459,0,'repository_flickr_public','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7460,0,'repository_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7461,0,'repository_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7462,0,'repository_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7463,0,'repository_local','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7464,0,'repository_local','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7465,0,'repository_local','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7466,0,'repository_merlot','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7467,0,'repository_merlot','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7468,0,'repository_merlot','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7469,0,'repository_nextcloud','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7470,0,'repository_nextcloud','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7471,0,'repository_nextcloud','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7472,0,'repository_onedrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7473,0,'repository_onedrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7474,0,'repository_onedrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7475,0,'repository_recent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7476,0,'repository_recent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7477,0,'repository_recent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7478,0,'repository_s3','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7479,0,'repository_s3','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7480,0,'repository_s3','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7481,0,'repository_upload','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7482,0,'repository_upload','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7483,0,'repository_upload','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7484,0,'repository_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7485,0,'repository_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7486,0,'repository_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7487,0,'repository_user','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7488,0,'repository_user','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7489,0,'repository_user','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7490,0,'repository_webdav','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7491,0,'repository_webdav','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7492,0,'repository_webdav','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7493,0,'repository_wikimedia','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7494,0,'repository_wikimedia','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7495,0,'repository_wikimedia','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7496,0,'repository_youtube','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7497,0,'repository_youtube','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7498,0,'repository_youtube','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7499,0,'portfolio_download','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7500,0,'portfolio_download','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7501,0,'portfolio_download','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7502,0,'portfolio_flickr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7503,0,'portfolio_flickr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7504,0,'portfolio_flickr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7505,0,'portfolio_googledocs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7506,0,'portfolio_googledocs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7507,0,'portfolio_googledocs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7508,0,'portfolio_mahara','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7509,0,'portfolio_mahara','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7510,0,'portfolio_mahara','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7511,0,'search_simpledb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7512,0,'search_simpledb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7513,0,'search_simpledb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857226),(7514,0,'search_solr','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857226),(7515,0,'search_solr','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857226),(7516,0,'search_solr','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7517,0,'qbank_bulkmove','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7518,0,'qbank_bulkmove','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7519,0,'qbank_bulkmove','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7520,0,'qbank_columnsortorder','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7521,0,'qbank_columnsortorder','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7522,0,'qbank_columnsortorder','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7523,0,'qbank_comment','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7524,0,'qbank_comment','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7525,0,'qbank_comment','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7526,0,'qbank_customfields','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7527,0,'qbank_customfields','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7528,0,'qbank_customfields','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7529,0,'qbank_deletequestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7530,0,'qbank_deletequestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7531,0,'qbank_deletequestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7532,0,'qbank_editquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7533,0,'qbank_editquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7534,0,'qbank_editquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7535,0,'qbank_exportquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7536,0,'qbank_exportquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7537,0,'qbank_exportquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7538,0,'qbank_exporttoxml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7539,0,'qbank_exporttoxml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7540,0,'qbank_exporttoxml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7541,0,'qbank_history','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7542,0,'qbank_history','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7543,0,'qbank_history','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7544,0,'qbank_importquestions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7545,0,'qbank_importquestions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7546,0,'qbank_importquestions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7547,0,'qbank_managecategories','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7548,0,'qbank_managecategories','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7549,0,'qbank_managecategories','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7550,0,'qbank_previewquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7551,0,'qbank_previewquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7552,0,'qbank_previewquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7553,0,'qbank_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7554,0,'qbank_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7555,0,'qbank_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7556,0,'qbank_tagquestion','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7557,0,'qbank_tagquestion','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7558,0,'qbank_tagquestion','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7559,0,'qbank_usage','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7560,0,'qbank_usage','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7561,0,'qbank_usage','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7562,0,'qbank_viewcreator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7563,0,'qbank_viewcreator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7564,0,'qbank_viewcreator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7565,0,'qbank_viewquestionname','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7566,0,'qbank_viewquestionname','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7567,0,'qbank_viewquestionname','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7568,0,'qbank_viewquestiontext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7569,0,'qbank_viewquestiontext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7570,0,'qbank_viewquestiontext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7571,0,'qbank_viewquestiontype','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7572,0,'qbank_viewquestiontype','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7573,0,'qbank_viewquestiontype','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7574,0,'qbehaviour_adaptive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7575,0,'qbehaviour_adaptive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7576,0,'qbehaviour_adaptive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7577,0,'qbehaviour_adaptivenopenalty','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7578,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7579,0,'qbehaviour_adaptivenopenalty','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7580,0,'qbehaviour_deferredcbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7581,0,'qbehaviour_deferredcbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7582,0,'qbehaviour_deferredcbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7583,0,'qbehaviour_deferredfeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7584,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7585,0,'qbehaviour_deferredfeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7586,0,'qbehaviour_immediatecbm','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7587,0,'qbehaviour_immediatecbm','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7588,0,'qbehaviour_immediatecbm','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7589,0,'qbehaviour_immediatefeedback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7590,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7591,0,'qbehaviour_immediatefeedback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7592,0,'qbehaviour_informationitem','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7593,0,'qbehaviour_informationitem','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857227),(7594,0,'qbehaviour_informationitem','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857227),(7595,0,'qbehaviour_interactive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857227),(7596,0,'qbehaviour_interactive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7597,0,'qbehaviour_interactive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7598,0,'qbehaviour_interactivecountback','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7599,0,'qbehaviour_interactivecountback','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7600,0,'qbehaviour_interactivecountback','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7601,0,'qbehaviour_manualgraded','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7602,0,'qbehaviour_manualgraded','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7603,0,'qbehaviour_manualgraded','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7604,0,'qbehaviour_missing','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7605,0,'qbehaviour_missing','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7606,0,'qbehaviour_missing','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7607,0,'qformat_aiken','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7608,0,'qformat_aiken','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7609,0,'qformat_aiken','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7610,0,'qformat_blackboard_six','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7611,0,'qformat_blackboard_six','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7612,0,'qformat_blackboard_six','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7613,0,'qformat_gift','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7614,0,'qformat_gift','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7615,0,'qformat_gift','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7616,0,'qformat_missingword','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7617,0,'qformat_missingword','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7618,0,'qformat_missingword','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7619,0,'qformat_multianswer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7620,0,'qformat_multianswer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7621,0,'qformat_multianswer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7622,0,'qformat_xhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7623,0,'qformat_xhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7624,0,'qformat_xhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7625,0,'qformat_xml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7626,0,'qformat_xml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7627,0,'qformat_xml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7628,0,'tool_admin_presets','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7629,0,'tool_admin_presets','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7630,0,'tool_admin_presets','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7631,0,'tool_analytics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7632,0,'tool_analytics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7633,0,'tool_analytics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7634,0,'tool_availabilityconditions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7635,0,'tool_availabilityconditions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7636,0,'tool_availabilityconditions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7637,0,'tool_behat','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7638,0,'tool_behat','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7639,0,'tool_behat','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7640,0,'tool_brickfield','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7641,0,'tool_brickfield','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7642,0,'tool_brickfield','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7643,0,'tool_capability','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7644,0,'tool_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7645,0,'tool_capability','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7646,0,'tool_cohortroles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7647,0,'tool_cohortroles','2023042401','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7648,0,'tool_cohortroles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7649,0,'tool_cohortroles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7650,0,'tool_componentlibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7651,0,'tool_componentlibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7652,0,'tool_componentlibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7653,0,'tool_customlang','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7654,0,'tool_customlang','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7655,0,'tool_customlang','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7656,0,'tool_dataprivacy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7657,0,'tool_dataprivacy','2023062700','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7658,0,'tool_dataprivacy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7659,0,'tool_dataprivacy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7660,0,'tool_dbtransfer','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7661,0,'tool_dbtransfer','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7662,0,'tool_dbtransfer','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7663,0,'tool_filetypes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7664,0,'tool_filetypes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7665,0,'tool_filetypes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857228),(7666,0,'tool_generator','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857228),(7667,0,'tool_generator','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857228),(7668,0,'tool_generator','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7669,0,'tool_httpsreplace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7670,0,'tool_httpsreplace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7671,0,'tool_httpsreplace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7672,0,'tool_innodb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7673,0,'tool_innodb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7674,0,'tool_innodb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7675,0,'tool_installaddon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7676,0,'tool_installaddon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7677,0,'tool_installaddon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7678,0,'tool_langimport','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7679,0,'tool_langimport','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7680,0,'tool_langimport','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7681,0,'tool_licensemanager','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7682,0,'tool_licensemanager','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7683,0,'tool_licensemanager','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7684,0,'tool_log','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7685,0,'tool_log','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7686,0,'tool_log','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7687,0,'tool_lp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7688,0,'tool_lp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7689,0,'tool_lp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7690,0,'tool_lpimportcsv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7691,0,'tool_lpimportcsv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7692,0,'tool_lpimportcsv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7693,0,'tool_lpmigrate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7694,0,'tool_lpmigrate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7695,0,'tool_lpmigrate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7696,0,'tool_messageinbound','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7697,0,'tool_messageinbound','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7698,0,'tool_messageinbound','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7699,0,'tool_mfa',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857229),(7700,0,'tool_mfa','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7701,0,'tool_mfa','2023100900','2023100900','Plugin installed',NULL,'',0,1696857229),(7702,0,'tool_mobile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7703,0,'tool_mobile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7704,0,'tool_mobile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7705,0,'tool_monitor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7706,0,'tool_monitor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7707,0,'tool_monitor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7708,0,'tool_moodlenet','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7709,0,'tool_moodlenet','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7710,0,'tool_moodlenet','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7711,0,'tool_multilangupgrade','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7712,0,'tool_multilangupgrade','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7713,0,'tool_multilangupgrade','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7714,0,'tool_oauth2','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7715,0,'tool_oauth2','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7716,0,'tool_oauth2','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7717,0,'tool_phpunit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7718,0,'tool_phpunit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7719,0,'tool_phpunit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7720,0,'tool_policy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7721,0,'tool_policy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7722,0,'tool_policy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7723,0,'tool_profiling','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7724,0,'tool_profiling','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7725,0,'tool_profiling','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7726,0,'tool_recyclebin','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7727,0,'tool_recyclebin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7728,0,'tool_recyclebin','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7729,0,'tool_replace','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7730,0,'tool_replace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7731,0,'tool_replace','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7732,0,'tool_spamcleaner','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7733,0,'tool_spamcleaner','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7734,0,'tool_spamcleaner','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7735,0,'tool_task','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7736,0,'tool_task','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7737,0,'tool_task','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7738,0,'tool_templatelibrary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7739,0,'tool_templatelibrary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7740,0,'tool_templatelibrary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857229),(7741,0,'tool_unsuproles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857229),(7742,0,'tool_unsuproles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857229),(7743,0,'tool_unsuproles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7744,0,'tool_uploadcourse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7745,0,'tool_uploadcourse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7746,0,'tool_uploadcourse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7747,0,'tool_uploaduser','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7748,0,'tool_uploaduser','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7749,0,'tool_uploaduser','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7750,0,'tool_usertours','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7751,0,'tool_usertours','2023053000','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7752,0,'tool_usertours','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7753,0,'tool_usertours','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7754,0,'tool_xmldb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7755,0,'tool_xmldb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7756,0,'tool_xmldb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7757,0,'cachestore_apcu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7758,0,'cachestore_apcu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7759,0,'cachestore_apcu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7760,0,'cachestore_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7761,0,'cachestore_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7762,0,'cachestore_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7763,0,'cachestore_redis','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7764,0,'cachestore_redis','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7765,0,'cachestore_redis','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7766,0,'cachestore_session','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7767,0,'cachestore_session','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7768,0,'cachestore_session','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7769,0,'cachestore_static','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7770,0,'cachestore_static','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7771,0,'cachestore_static','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7772,0,'cachelock_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7773,0,'cachelock_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7774,0,'cachelock_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7775,0,'fileconverter_googledrive','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7776,0,'fileconverter_googledrive','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7777,0,'fileconverter_googledrive','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7778,0,'fileconverter_unoconv','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7779,0,'fileconverter_unoconv','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7780,0,'fileconverter_unoconv','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7781,0,'contenttype_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7782,0,'contenttype_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7783,0,'contenttype_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7784,0,'theme_boost','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7785,0,'theme_boost','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7786,0,'theme_boost','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7787,0,'theme_classic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7788,0,'theme_classic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7789,0,'theme_classic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7790,0,'local_wirisquizzes','2023020701','2023092200','Starting plugin upgrade',NULL,'',0,1696857230),(7791,0,'local_wirisquizzes','2023092200','2023092200','Upgrade savepoint reached',NULL,'',0,1696857230),(7792,0,'local_wirisquizzes','2023092200','2023092200','Plugin upgraded',NULL,'',0,1696857230),(7793,0,'h5plib_v124','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7794,0,'h5plib_v124','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7795,0,'h5plib_v124','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7796,0,'paygw_paypal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7797,0,'paygw_paypal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7798,0,'paygw_paypal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7799,0,'assignsubmission_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7800,0,'assignsubmission_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7801,0,'assignsubmission_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7802,0,'assignsubmission_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7803,0,'assignsubmission_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7804,0,'assignsubmission_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7805,0,'assignsubmission_onlinetext','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7806,0,'assignsubmission_onlinetext','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7807,0,'assignsubmission_onlinetext','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7808,0,'assignfeedback_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7809,0,'assignfeedback_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7810,0,'assignfeedback_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7811,0,'assignfeedback_editpdf','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7812,0,'assignfeedback_editpdf','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7813,0,'assignfeedback_editpdf','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857230),(7814,0,'assignfeedback_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857230),(7815,0,'assignfeedback_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857230),(7816,0,'assignfeedback_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7817,0,'assignfeedback_offline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7818,0,'assignfeedback_offline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7819,0,'assignfeedback_offline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7820,0,'booktool_exportimscp','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7821,0,'booktool_exportimscp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7822,0,'booktool_exportimscp','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7823,0,'booktool_importhtml','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7824,0,'booktool_importhtml','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7825,0,'booktool_importhtml','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7826,0,'booktool_print','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7827,0,'booktool_print','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7828,0,'booktool_print','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7829,0,'datafield_checkbox','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7830,0,'datafield_checkbox','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7831,0,'datafield_checkbox','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7832,0,'datafield_date','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7833,0,'datafield_date','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7834,0,'datafield_date','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7835,0,'datafield_file','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7836,0,'datafield_file','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7837,0,'datafield_file','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7838,0,'datafield_latlong','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7839,0,'datafield_latlong','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7840,0,'datafield_latlong','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7841,0,'datafield_menu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7842,0,'datafield_menu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7843,0,'datafield_menu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7844,0,'datafield_multimenu','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7845,0,'datafield_multimenu','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7846,0,'datafield_multimenu','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7847,0,'datafield_number','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7848,0,'datafield_number','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7849,0,'datafield_number','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7850,0,'datafield_picture','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7851,0,'datafield_picture','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7852,0,'datafield_picture','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7853,0,'datafield_radiobutton','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7854,0,'datafield_radiobutton','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7855,0,'datafield_radiobutton','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7856,0,'datafield_text','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7857,0,'datafield_text','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7858,0,'datafield_text','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7859,0,'datafield_textarea','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7860,0,'datafield_textarea','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7861,0,'datafield_textarea','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7862,0,'datafield_url','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7863,0,'datafield_url','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7864,0,'datafield_url','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7865,0,'datapreset_imagegallery','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7866,0,'datapreset_imagegallery','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7867,0,'datapreset_imagegallery','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7868,0,'datapreset_journal','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7869,0,'datapreset_journal','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7870,0,'datapreset_journal','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7871,0,'datapreset_proposals','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7872,0,'datapreset_proposals','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7873,0,'datapreset_proposals','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7874,0,'datapreset_resources','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7875,0,'datapreset_resources','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7876,0,'datapreset_resources','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7877,0,'forumreport_summary','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7878,0,'forumreport_summary','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7879,0,'forumreport_summary','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7880,0,'ltiservice_basicoutcomes','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7881,0,'ltiservice_basicoutcomes','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7882,0,'ltiservice_basicoutcomes','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7883,0,'ltiservice_gradebookservices','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7884,0,'ltiservice_gradebookservices','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7885,0,'ltiservice_gradebookservices','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7886,0,'ltiservice_memberships','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7887,0,'ltiservice_memberships','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7888,0,'ltiservice_memberships','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7889,0,'ltiservice_profile','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7890,0,'ltiservice_profile','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7891,0,'ltiservice_profile','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7892,0,'ltiservice_toolproxy','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7893,0,'ltiservice_toolproxy','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7894,0,'ltiservice_toolproxy','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857231),(7895,0,'ltiservice_toolsettings','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857231),(7896,0,'ltiservice_toolsettings','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857231),(7897,0,'ltiservice_toolsettings','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7898,0,'quiz_grading','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7899,0,'quiz_grading','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7900,0,'quiz_grading','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7901,0,'quiz_overview','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7902,0,'quiz_overview','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7903,0,'quiz_overview','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7904,0,'quiz_responses','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7905,0,'quiz_responses','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7906,0,'quiz_responses','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7907,0,'quiz_statistics','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7908,0,'quiz_statistics','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7909,0,'quiz_statistics','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7910,0,'quizaccess_delaybetweenattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7911,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7912,0,'quizaccess_delaybetweenattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7913,0,'quizaccess_ipaddress','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7914,0,'quizaccess_ipaddress','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7915,0,'quizaccess_ipaddress','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7916,0,'quizaccess_numattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7917,0,'quizaccess_numattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7918,0,'quizaccess_numattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7919,0,'quizaccess_offlineattempts','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7920,0,'quizaccess_offlineattempts','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7921,0,'quizaccess_offlineattempts','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7922,0,'quizaccess_openclosedate','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7923,0,'quizaccess_openclosedate','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7924,0,'quizaccess_openclosedate','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7925,0,'quizaccess_password','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7926,0,'quizaccess_password','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7927,0,'quizaccess_password','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7928,0,'quizaccess_seb','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7929,0,'quizaccess_seb','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7930,0,'quizaccess_seb','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7931,0,'quizaccess_securewindow','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7932,0,'quizaccess_securewindow','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7933,0,'quizaccess_securewindow','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7934,0,'quizaccess_timelimit','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7935,0,'quizaccess_timelimit','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7936,0,'quizaccess_timelimit','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7937,0,'scormreport_basic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7938,0,'scormreport_basic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7939,0,'scormreport_basic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7940,0,'scormreport_graphs','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7941,0,'scormreport_graphs','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7942,0,'scormreport_graphs','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7943,0,'scormreport_interactions','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7944,0,'scormreport_interactions','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7945,0,'scormreport_interactions','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7946,0,'scormreport_objectives','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7947,0,'scormreport_objectives','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7948,0,'scormreport_objectives','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7949,0,'workshopform_accumulative','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7950,0,'workshopform_accumulative','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7951,0,'workshopform_accumulative','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7952,0,'workshopform_comments','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7953,0,'workshopform_comments','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7954,0,'workshopform_comments','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7955,0,'workshopform_numerrors','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7956,0,'workshopform_numerrors','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7957,0,'workshopform_numerrors','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7958,0,'workshopform_rubric','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7959,0,'workshopform_rubric','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7960,0,'workshopform_rubric','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7961,0,'workshopallocation_manual','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7962,0,'workshopallocation_manual','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7963,0,'workshopallocation_manual','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7964,0,'workshopallocation_random','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7965,0,'workshopallocation_random','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7966,0,'workshopallocation_random','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7967,0,'workshopallocation_scheduled','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7968,0,'workshopallocation_scheduled','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7969,0,'workshopallocation_scheduled','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7970,0,'workshopeval_best','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7971,0,'workshopeval_best','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7972,0,'workshopeval_best','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7973,0,'atto_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7974,0,'atto_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7975,0,'atto_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857232),(7976,0,'atto_accessibilityhelper','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857232),(7977,0,'atto_accessibilityhelper','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857232),(7978,0,'atto_accessibilityhelper','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7979,0,'atto_align','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7980,0,'atto_align','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7981,0,'atto_align','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7982,0,'atto_backcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7983,0,'atto_backcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7984,0,'atto_backcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7985,0,'atto_bold','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7986,0,'atto_bold','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7987,0,'atto_bold','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7988,0,'atto_charmap','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7989,0,'atto_charmap','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7990,0,'atto_charmap','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7991,0,'atto_clear','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7992,0,'atto_clear','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7993,0,'atto_clear','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7994,0,'atto_collapse','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7995,0,'atto_collapse','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7996,0,'atto_collapse','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(7997,0,'atto_emojipicker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(7998,0,'atto_emojipicker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(7999,0,'atto_emojipicker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8000,0,'atto_emoticon','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8001,0,'atto_emoticon','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8002,0,'atto_emoticon','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8003,0,'atto_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8004,0,'atto_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8005,0,'atto_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8006,0,'atto_fontcolor','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8007,0,'atto_fontcolor','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8008,0,'atto_fontcolor','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8009,0,'atto_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8010,0,'atto_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8011,0,'atto_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8012,0,'atto_html','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8013,0,'atto_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8014,0,'atto_html','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8015,0,'atto_image','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8016,0,'atto_image','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8017,0,'atto_image','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8018,0,'atto_indent','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8019,0,'atto_indent','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8020,0,'atto_indent','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8021,0,'atto_italic','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8022,0,'atto_italic','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8023,0,'atto_italic','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8024,0,'atto_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8025,0,'atto_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8026,0,'atto_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8027,0,'atto_managefiles','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8028,0,'atto_managefiles','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8029,0,'atto_managefiles','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8030,0,'atto_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8031,0,'atto_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8032,0,'atto_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8033,0,'atto_noautolink','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8034,0,'atto_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8035,0,'atto_noautolink','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8036,0,'atto_orderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8037,0,'atto_orderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8038,0,'atto_orderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8039,0,'atto_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8040,0,'atto_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8041,0,'atto_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8042,0,'atto_rtl','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8043,0,'atto_rtl','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8044,0,'atto_rtl','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8045,0,'atto_strike','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8046,0,'atto_strike','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8047,0,'atto_strike','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8048,0,'atto_subscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8049,0,'atto_subscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8050,0,'atto_subscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8051,0,'atto_superscript','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8052,0,'atto_superscript','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8053,0,'atto_superscript','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8054,0,'atto_table','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8055,0,'atto_table','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8056,0,'atto_table','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857233),(8057,0,'atto_title','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857233),(8058,0,'atto_title','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857233),(8059,0,'atto_title','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8060,0,'atto_underline','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8061,0,'atto_underline','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8062,0,'atto_underline','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8063,0,'atto_undo','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8064,0,'atto_undo','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8065,0,'atto_undo','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8066,0,'atto_unorderedlist','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8067,0,'atto_unorderedlist','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8068,0,'atto_unorderedlist','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8069,0,'atto_wiris','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8070,0,'atto_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8071,0,'atto_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8072,0,'tiny_accessibilitychecker','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8073,0,'tiny_accessibilitychecker','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8074,0,'tiny_accessibilitychecker','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8075,0,'tiny_autosave','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8076,0,'tiny_autosave','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8077,0,'tiny_autosave','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8078,0,'tiny_equation','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8079,0,'tiny_equation','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8080,0,'tiny_equation','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8081,0,'tiny_h5p','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8082,0,'tiny_h5p','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8083,0,'tiny_h5p','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8084,0,'tiny_html',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8085,0,'tiny_html','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8086,0,'tiny_html','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8087,0,'tiny_link','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8088,0,'tiny_link','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8089,0,'tiny_link','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8090,0,'tiny_media','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8091,0,'tiny_media','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8092,0,'tiny_media','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8093,0,'tiny_noautolink',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8094,0,'tiny_noautolink','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8095,0,'tiny_noautolink','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8096,0,'tiny_premium',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8097,0,'tiny_premium','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8098,0,'tiny_premium','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8099,0,'tiny_recordrtc','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8100,0,'tiny_recordrtc','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8101,0,'tiny_recordrtc','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8102,0,'tiny_wiris','2022112300','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8103,0,'tiny_wiris','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8104,0,'tiny_wiris','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8105,0,'logstore_database','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8106,0,'logstore_database','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8107,0,'logstore_database','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8108,0,'logstore_standard','2023042400','2023100900','Starting plugin upgrade',NULL,'',0,1696857234),(8109,0,'logstore_standard','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8110,0,'logstore_standard','2023100900','2023100900','Plugin upgraded',NULL,'',0,1696857234),(8111,0,'factor_admin',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8112,0,'factor_admin','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8113,0,'factor_admin','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8114,0,'factor_auth',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8115,0,'factor_auth','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8116,0,'factor_auth','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8117,0,'factor_capability',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8118,0,'factor_capability','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8119,0,'factor_capability','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8120,0,'factor_cohort',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8121,0,'factor_cohort','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8122,0,'factor_cohort','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8123,0,'factor_email',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8124,0,'factor_email','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8125,0,'factor_email','2023100900','2023100900','Plugin installed',NULL,'',0,1696857234),(8126,0,'factor_grace',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857234),(8127,0,'factor_grace','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857234),(8128,0,'factor_grace','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8129,0,'factor_iprange',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8130,0,'factor_iprange','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8131,0,'factor_iprange','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8132,0,'factor_nosetup',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8133,0,'factor_nosetup','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8134,0,'factor_nosetup','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8135,0,'factor_role',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8136,0,'factor_role','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8137,0,'factor_role','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8138,0,'factor_token',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8139,0,'factor_token','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8140,0,'factor_token','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8141,0,'factor_totp',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8142,0,'factor_totp','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8143,0,'factor_totp','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235),(8144,0,'factor_webauthn',NULL,'2023100900','Starting plugin installation',NULL,'',0,1696857235),(8145,0,'factor_webauthn','2023100900','2023100900','Upgrade savepoint reached',NULL,'',0,1696857235),(8146,0,'factor_webauthn','2023100900','2023100900','Plugin installed',NULL,'',0,1696857235); +/*!40000 ALTER TABLE `m_upgrade_log` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_url` +-- + +DROP TABLE IF EXISTS `m_url`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_url` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `externalurl` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `display` smallint NOT NULL DEFAULT '0', + `displayoptions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `parameters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_url_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='each record is one url resource'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_url` +-- + +LOCK TABLES `m_url` WRITE; +/*!40000 ALTER TABLE `m_url` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_url` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user` +-- + +DROP TABLE IF EXISTS `m_user`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `auth` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'manual', + `confirmed` tinyint(1) NOT NULL DEFAULT '0', + `policyagreed` tinyint(1) NOT NULL DEFAULT '0', + `deleted` tinyint(1) NOT NULL DEFAULT '0', + `suspended` tinyint(1) NOT NULL DEFAULT '0', + `mnethostid` bigint NOT NULL DEFAULT '0', + `username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `idnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `firstname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lastname` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `emailstop` tinyint(1) NOT NULL DEFAULT '0', + `phone1` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `phone2` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `institution` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `city` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `lang` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'en', + `calendartype` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'gregorian', + `theme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timezone` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '99', + `firstaccess` bigint NOT NULL DEFAULT '0', + `lastaccess` bigint NOT NULL DEFAULT '0', + `lastlogin` bigint NOT NULL DEFAULT '0', + `currentlogin` bigint NOT NULL DEFAULT '0', + `lastip` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `secret` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `picture` bigint NOT NULL DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '1', + `mailformat` tinyint(1) NOT NULL DEFAULT '1', + `maildigest` tinyint(1) NOT NULL DEFAULT '0', + `maildisplay` tinyint NOT NULL DEFAULT '2', + `autosubscribe` tinyint(1) NOT NULL DEFAULT '1', + `trackforums` tinyint(1) NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `trustbitmask` bigint NOT NULL DEFAULT '0', + `imagealt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `lastnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `firstnamephonetic` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `middlename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `alternatename` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `moodlenetprofile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_user_mneuse_uix` (`mnethostid`,`username`), + KEY `m_user_del_ix` (`deleted`), + KEY `m_user_con_ix` (`confirmed`), + KEY `m_user_fir_ix` (`firstname`), + KEY `m_user_las_ix` (`lastname`), + KEY `m_user_cit_ix` (`city`), + KEY `m_user_cou_ix` (`country`), + KEY `m_user_las2_ix` (`lastaccess`), + KEY `m_user_ema_ix` (`email`), + KEY `m_user_aut_ix` (`auth`), + KEY `m_user_idn_ix` (`idnumber`), + KEY `m_user_fir2_ix` (`firstnamephonetic`), + KEY `m_user_las3_ix` (`lastnamephonetic`), + KEY `m_user_mid_ix` (`middlename`), + KEY `m_user_alt_ix` (`alternatename`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='One record for each person'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user` +-- + +LOCK TABLES `m_user` WRITE; +/*!40000 ALTER TABLE `m_user` DISABLE KEYS */; +INSERT INTO `m_user` VALUES (1,'manual',1,0,0,0,1,'guest','$2y$10$lU4/xqrZlqPCtYp6VEWWoeqqX4x7h4.lgsFGwXTrNohFtNsQPMDHi','','Guest user',' ','root@localhost',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'This user is a special user that allows read-only access to some courses.',1,1,0,2,1,0,0,1566467669,0,NULL,NULL,NULL,NULL,NULL,NULL),(2,'manual',1,0,0,0,1,'admin','$6$rounds=10000$lieUyuGLjr/8MSrJ$tMs8EtwEOfuscquRCYUPhQ3s1k/BbGSprlKTaCjA9Ncz26qOImfRUuWIm4gE6WWJGuSskzecAAAbUju2/FNlR0','','Admin','User','admin@a1.com',0,'','','','','','','','en','gregorian','','99',1566468604,1696857375,1683023521,1696857375,'172.21.0.1','',0,'',1,1,0,1,1,0,0,1566468652,0,NULL,'','','','',NULL),(3,'manual',1,0,0,0,1,'teacher','$2y$10$ow7DJGJ3bcadqClJ09cxA.J9R6isYvq1D8yhTYKqRiGLly.tvQP6a','','Teacher','User','teacher@A1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471364,1566471364,0,'','','','','',NULL),(4,'manual',1,0,0,0,1,'student','$2y$10$r.UIzQdvIKHAzKKlbm8.ye72XgU5DXHx7uXS8aHlfXbUzIynvLpvy','','Student','User','student@a1.com',0,'','','','','','','','en','gregorian','','99',0,0,0,0,'','',0,'',1,1,0,2,1,0,1566471397,1566471397,0,'','','','','',NULL); +/*!40000 ALTER TABLE `m_user` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_devices` +-- + +DROP TABLE IF EXISTS `m_user_devices`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_devices` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `appid` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `model` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `platform` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `version` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `pushid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `publickey` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_userdevi_pususe_uix` (`pushid`,`userid`), + KEY `m_userdevi_uuiuse_ix` (`uuid`,`userid`), + KEY `m_userdevi_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table stores user''s mobile devices information in order'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_devices` +-- + +LOCK TABLES `m_user_devices` WRITE; +/*!40000 ALTER TABLE `m_user_devices` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_devices` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_enrolments` +-- + +DROP TABLE IF EXISTS `m_user_enrolments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_enrolments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `status` bigint NOT NULL DEFAULT '0', + `enrolid` bigint NOT NULL, + `userid` bigint NOT NULL, + `timestart` bigint NOT NULL DEFAULT '0', + `timeend` bigint NOT NULL DEFAULT '2147483647', + `modifierid` bigint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userenro_enruse_uix` (`enrolid`,`userid`), + KEY `m_userenro_enr_ix` (`enrolid`), + KEY `m_userenro_use_ix` (`userid`), + KEY `m_userenro_mod_ix` (`modifierid`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Users participating in courses (aka enrolled users) - everyb'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_enrolments` +-- + +LOCK TABLES `m_user_enrolments` WRITE; +/*!40000 ALTER TABLE `m_user_enrolments` DISABLE KEYS */; +INSERT INTO `m_user_enrolments` VALUES (1,0,1,3,1566471399,0,2,1566471448,1566471448),(2,0,1,4,1566471399,0,2,1566471456,1566471456); +/*!40000 ALTER TABLE `m_user_enrolments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_category` +-- + +DROP TABLE IF EXISTS `m_user_info_category`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_category` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `sortorder` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable fields categories'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_category` +-- + +LOCK TABLES `m_user_info_category` WRITE; +/*!40000 ALTER TABLE `m_user_info_category` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_category` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_data` +-- + +DROP TABLE IF EXISTS `m_user_info_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `fieldid` bigint NOT NULL DEFAULT '0', + `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `dataformat` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userinfodata_usefie_uix` (`userid`,`fieldid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Data for the customisable user fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_data` +-- + +LOCK TABLES `m_user_info_data` WRITE; +/*!40000 ALTER TABLE `m_user_info_data` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_data` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_info_field` +-- + +DROP TABLE IF EXISTS `m_user_info_field`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_info_field` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `shortname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'shortname', + `name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `datatype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` tinyint NOT NULL DEFAULT '0', + `categoryid` bigint NOT NULL DEFAULT '0', + `sortorder` bigint NOT NULL DEFAULT '0', + `required` tinyint NOT NULL DEFAULT '0', + `locked` tinyint NOT NULL DEFAULT '0', + `visible` smallint NOT NULL DEFAULT '0', + `forceunique` tinyint NOT NULL DEFAULT '0', + `signup` tinyint NOT NULL DEFAULT '0', + `defaultdata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `defaultdataformat` tinyint NOT NULL DEFAULT '0', + `param1` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param2` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param3` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param4` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `param5` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Customisable user profile fields'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_info_field` +-- + +LOCK TABLES `m_user_info_field` WRITE; +/*!40000 ALTER TABLE `m_user_info_field` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_info_field` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_lastaccess` +-- + +DROP TABLE IF EXISTS `m_user_lastaccess`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_lastaccess` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `courseid` bigint NOT NULL DEFAULT '0', + `timeaccess` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userlast_usecou_uix` (`userid`,`courseid`), + KEY `m_userlast_use_ix` (`userid`), + KEY `m_userlast_cou_ix` (`courseid`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='To keep track of course page access times, used in online pa'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_lastaccess` +-- + +LOCK TABLES `m_user_lastaccess` WRITE; +/*!40000 ALTER TABLE `m_user_lastaccess` DISABLE KEYS */; +INSERT INTO `m_user_lastaccess` VALUES (1,2,2,1683023521); +/*!40000 ALTER TABLE `m_user_lastaccess` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_history` +-- + +DROP TABLE IF EXISTS `m_user_password_history`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_history` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `timecreated` bigint NOT NULL, + PRIMARY KEY (`id`), + KEY `m_userpasshist_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='A rotating log of hashes of previously used passwords for ea'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_history` +-- + +LOCK TABLES `m_user_password_history` WRITE; +/*!40000 ALTER TABLE `m_user_password_history` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_history` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_password_resets` +-- + +DROP TABLE IF EXISTS `m_user_password_resets`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_password_resets` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL, + `timerequested` bigint NOT NULL, + `timererequested` bigint NOT NULL DEFAULT '0', + `token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + KEY `m_userpassrese_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='table tracking password reset confirmation tokens'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_password_resets` +-- + +LOCK TABLES `m_user_password_resets` WRITE; +/*!40000 ALTER TABLE `m_user_password_resets` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_password_resets` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_preferences` +-- + +DROP TABLE IF EXISTS `m_user_preferences`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_preferences` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `userid` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + PRIMARY KEY (`id`), + UNIQUE KEY `m_userpref_usenam_uix` (`userid`,`name`), + KEY `m_userpref_nam_ix` (`name`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Allows modules to store arbitrary user preferences'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_preferences` +-- + +LOCK TABLES `m_user_preferences` WRITE; +/*!40000 ALTER TABLE `m_user_preferences` DISABLE KEYS */; +INSERT INTO `m_user_preferences` VALUES (1,2,'core_message_migrate_data','1'),(2,2,'auth_manual_passwordupdatetime','1566468652'),(3,2,'email_bounce_count','1'),(4,2,'email_send_count','1'),(5,2,'tool_usertours_tour_completion_time_1','1566468814'),(6,3,'auth_forcepasswordchange','0'),(7,3,'email_bounce_count','1'),(8,3,'email_send_count','1'),(9,4,'auth_forcepasswordchange','0'),(10,4,'email_bounce_count','1'),(11,4,'email_send_count','1'),(12,2,'tool_usertours_tour_completion_time_2','1566471403'),(13,2,'login_failed_count_since_success','0'),(14,2,'drawer-open-index','1'),(15,2,'core_user_welcome','1696857375'),(16,2,'tool_usertours_tour_completion_time_10','1696857378'); +/*!40000 ALTER TABLE `m_user_preferences` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_user_private_key` +-- + +DROP TABLE IF EXISTS `m_user_private_key`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_user_private_key` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `script` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `value` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint NOT NULL, + `instance` bigint DEFAULT NULL, + `iprestriction` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `validuntil` bigint DEFAULT NULL, + `timecreated` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_userprivkey_scrval_ix` (`script`,`value`), + KEY `m_userprivkey_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='access keys used in cookieless scripts - rss, etc.'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_user_private_key` +-- + +LOCK TABLES `m_user_private_key` WRITE; +/*!40000 ALTER TABLE `m_user_private_key` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_user_private_key` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki` +-- + +DROP TABLE IF EXISTS `m_wiki`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL DEFAULT '0', + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Wiki', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `firstpagetitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'First Page', + `wikimode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'collaborative', + `defaultformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `forceformat` tinyint(1) NOT NULL DEFAULT '1', + `editbegin` bigint NOT NULL DEFAULT '0', + `editend` bigint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wiki_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores Wiki activity configuration'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki` +-- + +LOCK TABLES `m_wiki` WRITE; +/*!40000 ALTER TABLE `m_wiki` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_links` +-- + +DROP TABLE IF EXISTS `m_wiki_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_links` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `frompageid` bigint NOT NULL DEFAULT '0', + `topageid` bigint NOT NULL DEFAULT '0', + `tomissingpage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_wikilink_fro_ix` (`frompageid`), + KEY `m_wikilink_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Page wiki links'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_links` +-- + +LOCK TABLES `m_wiki_links` WRITE; +/*!40000 ALTER TABLE `m_wiki_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_links` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_locks` +-- + +DROP TABLE IF EXISTS `m_wiki_locks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_locks` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `sectionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `userid` bigint NOT NULL DEFAULT '0', + `lockedat` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Manages page locks'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_locks` +-- + +LOCK TABLES `m_wiki_locks` WRITE; +/*!40000 ALTER TABLE `m_wiki_locks` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_locks` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_pages` +-- + +DROP TABLE IF EXISTS `m_wiki_pages`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_pages` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'title', + `cachedcontent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `timecreated` bigint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL DEFAULT '0', + `timerendered` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + `pageviews` bigint NOT NULL DEFAULT '0', + `readonly` tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`), + KEY `m_wikipage_sub_ix` (`subwikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_pages` +-- + +LOCK TABLES `m_wiki_pages` WRITE; +/*!40000 ALTER TABLE `m_wiki_pages` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_pages` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_subwikis` +-- + +DROP TABLE IF EXISTS `m_wiki_subwikis`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_subwikis` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `wikiid` bigint NOT NULL DEFAULT '0', + `groupid` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`), + KEY `m_wikisubw_wik_ix` (`wikiid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores subwiki instances'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_subwikis` +-- + +LOCK TABLES `m_wiki_subwikis` WRITE; +/*!40000 ALTER TABLE `m_wiki_subwikis` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_subwikis` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_synonyms` +-- + +DROP TABLE IF EXISTS `m_wiki_synonyms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_synonyms` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `subwikiid` bigint NOT NULL DEFAULT '0', + `pageid` bigint NOT NULL DEFAULT '0', + `pagesynonym` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'Pagesynonym', + PRIMARY KEY (`id`), + UNIQUE KEY `m_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki pages synonyms'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_synonyms` +-- + +LOCK TABLES `m_wiki_synonyms` WRITE; +/*!40000 ALTER TABLE `m_wiki_synonyms` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_synonyms` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_wiki_versions` +-- + +DROP TABLE IF EXISTS `m_wiki_versions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_wiki_versions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `pageid` bigint NOT NULL DEFAULT '0', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, + `contentformat` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT 'creole', + `version` mediumint NOT NULL DEFAULT '0', + `timecreated` bigint NOT NULL DEFAULT '0', + `userid` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_wikivers_pag_ix` (`pageid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores wiki page history'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_wiki_versions` +-- + +LOCK TABLES `m_wiki_versions` WRITE; +/*!40000 ALTER TABLE `m_wiki_versions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_wiki_versions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop` +-- + +DROP TABLE IF EXISTS `m_workshop`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `course` bigint NOT NULL, + `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `intro` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `introformat` smallint NOT NULL DEFAULT '0', + `instructauthors` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructauthorsformat` smallint NOT NULL DEFAULT '0', + `instructreviewers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `instructreviewersformat` smallint NOT NULL DEFAULT '0', + `timemodified` bigint NOT NULL, + `phase` smallint DEFAULT '0', + `useexamples` tinyint DEFAULT '0', + `usepeerassessment` tinyint DEFAULT '0', + `useselfassessment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT '80.00000', + `gradinggrade` decimal(10,5) DEFAULT '20.00000', + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `evaluation` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `gradedecimals` smallint DEFAULT '0', + `submissiontypetext` tinyint(1) NOT NULL DEFAULT '1', + `submissiontypefile` tinyint(1) NOT NULL DEFAULT '1', + `nattachments` smallint DEFAULT '1', + `submissionfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `latesubmissions` tinyint DEFAULT '0', + `maxbytes` bigint DEFAULT '100000', + `examplesmode` smallint DEFAULT '0', + `submissionstart` bigint DEFAULT '0', + `submissionend` bigint DEFAULT '0', + `assessmentstart` bigint DEFAULT '0', + `assessmentend` bigint DEFAULT '0', + `phaseswitchassessment` tinyint NOT NULL DEFAULT '0', + `conclusion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `conclusionformat` smallint NOT NULL DEFAULT '1', + `overallfeedbackmode` smallint DEFAULT '1', + `overallfeedbackfiles` smallint DEFAULT '0', + `overallfeedbackfiletypes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `overallfeedbackmaxbytes` bigint DEFAULT '100000', + PRIMARY KEY (`id`), + KEY `m_work_cou_ix` (`course`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This table keeps information about the module instances and '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop` +-- + +LOCK TABLES `m_workshop` WRITE; +/*!40000 ALTER TABLE `m_workshop` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_aggregations` +-- + +DROP TABLE IF EXISTS `m_workshop_aggregations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_aggregations` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `userid` bigint NOT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `timegraded` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_workaggr_woruse_uix` (`workshopid`,`userid`), + KEY `m_workaggr_wor_ix` (`workshopid`), + KEY `m_workaggr_use_ix` (`userid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Aggregated grades for assessment are stored here. The aggreg'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_aggregations` +-- + +LOCK TABLES `m_workshop_aggregations` WRITE; +/*!40000 ALTER TABLE `m_workshop_aggregations` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_aggregations` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_assessments` +-- + +DROP TABLE IF EXISTS `m_workshop_assessments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_assessments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `submissionid` bigint NOT NULL, + `reviewerid` bigint NOT NULL, + `weight` bigint NOT NULL DEFAULT '1', + `timecreated` bigint DEFAULT '0', + `timemodified` bigint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradinggrade` decimal(10,5) DEFAULT NULL, + `gradinggradeover` decimal(10,5) DEFAULT NULL, + `gradinggradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `feedbackauthorattachment` smallint DEFAULT '0', + `feedbackreviewer` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackreviewerformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workasse_sub_ix` (`submissionid`), + KEY `m_workasse_gra_ix` (`gradinggradeoverby`), + KEY `m_workasse_rev_ix` (`reviewerid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the made assessment and automatically calculated '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_assessments` +-- + +LOCK TABLES `m_workshop_assessments` WRITE; +/*!40000 ALTER TABLE `m_workshop_assessments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_assessments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_grades` +-- + +DROP TABLE IF EXISTS `m_workshop_grades`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_grades` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `assessmentid` bigint NOT NULL, + `strategy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) DEFAULT NULL, + `peercomment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `peercommentformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`), + KEY `m_workgrad_ass_ix` (`assessmentid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='How the reviewers filled-up the grading forms, given grades '; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_grades` +-- + +LOCK TABLES `m_workshop_grades` WRITE; +/*!40000 ALTER TABLE `m_workshop_grades` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_grades` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshop_submissions` +-- + +DROP TABLE IF EXISTS `m_workshop_submissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshop_submissions` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `example` tinyint DEFAULT '0', + `authorid` bigint NOT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint NOT NULL, + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `contentformat` smallint NOT NULL DEFAULT '0', + `contenttrust` smallint NOT NULL DEFAULT '0', + `attachment` tinyint DEFAULT '0', + `grade` decimal(10,5) DEFAULT NULL, + `gradeover` decimal(10,5) DEFAULT NULL, + `gradeoverby` bigint DEFAULT NULL, + `feedbackauthor` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `feedbackauthorformat` smallint DEFAULT '0', + `timegraded` bigint DEFAULT NULL, + `published` tinyint DEFAULT '0', + `late` tinyint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_worksubm_wor_ix` (`workshopid`), + KEY `m_worksubm_gra_ix` (`gradeoverby`), + KEY `m_worksubm_aut_ix` (`authorid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Info about the submission and the aggregation of the grade f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshop_submissions` +-- + +LOCK TABLES `m_workshop_submissions` WRITE; +/*!40000 ALTER TABLE `m_workshop_submissions` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshop_submissions` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopallocation_scheduled` +-- + +DROP TABLE IF EXISTS `m_workshopallocation_scheduled`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopallocation_scheduled` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `enabled` tinyint NOT NULL DEFAULT '0', + `submissionend` bigint NOT NULL, + `timeallocated` bigint DEFAULT NULL, + `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `resultstatus` bigint DEFAULT NULL, + `resultmessage` varchar(1333) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `resultlog` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worksche_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Stores the allocation settings for the scheduled allocator'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopallocation_scheduled` +-- + +LOCK TABLES `m_workshopallocation_scheduled` WRITE; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopallocation_scheduled` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopeval_best_settings` +-- + +DROP TABLE IF EXISTS `m_workshopeval_best_settings`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopeval_best_settings` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `comparison` smallint DEFAULT '5', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workbestsett_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Settings for the grading evaluation subplugin Comparison wit'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopeval_best_settings` +-- + +LOCK TABLES `m_workshopeval_best_settings` WRITE; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopeval_best_settings` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_accumulative` +-- + +DROP TABLE IF EXISTS `m_workshopform_accumulative`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_accumulative` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `grade` bigint NOT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_workaccu_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Accumulative gradin'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_accumulative` +-- + +LOCK TABLES `m_workshopform_accumulative` WRITE; +/*!40000 ALTER TABLE `m_workshopform_accumulative` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_accumulative` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_comments` +-- + +DROP TABLE IF EXISTS `m_workshopform_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_comments` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workcomm_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Comments strategy f'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_comments` +-- + +LOCK TABLES `m_workshopform_comments` WRITE; +/*!40000 ALTER TABLE `m_workshopform_comments` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_comments` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + `descriptiontrust` bigint DEFAULT NULL, + `grade0` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `grade1` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `weight` mediumint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `m_worknume_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Number of errors gr'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_numerrors` +-- + +LOCK TABLES `m_workshopform_numerrors` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_numerrors_map` +-- + +DROP TABLE IF EXISTS `m_workshopform_numerrors_map`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_numerrors_map` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `nonegative` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `m_worknumemap_wornon_uix` (`workshopid`,`nonegative`), + KEY `m_worknumemap_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='This maps the number of errors to a percentual grade for sub'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_numerrors_map` +-- + +LOCK TABLES `m_workshopform_numerrors_map` WRITE; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_numerrors_map` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `sort` bigint DEFAULT '0', + `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `descriptionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubr_wor_ix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The assessment dimensions definitions of Rubric grading stra'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric` +-- + +LOCK TABLES `m_workshopform_rubric` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_config` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_config`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_config` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `workshopid` bigint NOT NULL, + `layout` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT 'list', + PRIMARY KEY (`id`), + UNIQUE KEY `m_workrubrconf_wor_uix` (`workshopid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='Configuration table for the Rubric grading strategy'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_config` +-- + +LOCK TABLES `m_workshopform_rubric_config` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_config` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_workshopform_rubric_levels` +-- + +DROP TABLE IF EXISTS `m_workshopform_rubric_levels`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_workshopform_rubric_levels` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `dimensionid` bigint NOT NULL, + `grade` decimal(10,5) NOT NULL, + `definition` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `definitionformat` smallint DEFAULT '0', + PRIMARY KEY (`id`), + KEY `m_workrubrleve_dim_ix` (`dimensionid`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED COMMENT='The definition of rubric rating scales'; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_workshopform_rubric_levels` +-- + +LOCK TABLES `m_workshopform_rubric_levels` WRITE; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_workshopform_rubric_levels` ENABLE KEYS */; +UNLOCK TABLES; + +-- +-- Table structure for table `m_xapi_states` +-- + +DROP TABLE IF EXISTS `m_xapi_states`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `m_xapi_states` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `userid` bigint DEFAULT NULL, + `itemid` bigint NOT NULL, + `stateid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', + `statedata` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, + `registration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, + `timecreated` bigint NOT NULL, + `timemodified` bigint DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `m_xapistat_comite_ix` (`component`,`itemid`), + KEY `m_xapistat_use_ix` (`userid`), + KEY `m_xapistat_tim_ix` (`timemodified`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=COMPRESSED; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `m_xapi_states` +-- + +LOCK TABLES `m_xapi_states` WRITE; +/*!40000 ALTER TABLE `m_xapi_states` DISABLE KEYS */; +/*!40000 ALTER TABLE `m_xapi_states` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2023-10-09 13:17:12