-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 29, 2025 at 02:03 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `moodle`
--

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets`
--

CREATE TABLE `mdl_adminpresets` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `comments` longtext DEFAULT NULL,
  `site` varchar(255) NOT NULL DEFAULT '',
  `author` varchar(255) DEFAULT NULL,
  `moodleversion` varchar(20) NOT NULL DEFAULT '',
  `moodlerelease` varchar(255) NOT NULL DEFAULT '',
  `iscore` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timeimported` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store presets data' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_adminpresets`
--

INSERT INTO `mdl_adminpresets` (`id`, `userid`, `name`, `comments`, `site`, `author`, `moodleversion`, `moodlerelease`, `iscore`, `timecreated`, `timeimported`) VALUES
(1, 0, 'Starter', 'Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.', 'http://localhost/moodle', '', '', '', 1, 1764416554, 0),
(2, 0, 'Full', 'All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.', 'http://localhost/moodle', '', '', '', 2, 1764416554, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_app`
--

CREATE TABLE `mdl_adminpresets_app` (
  `id` bigint(10) NOT NULL,
  `adminpresetid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Applied presets' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_app_it`
--

CREATE TABLE `mdl_adminpresets_app_it` (
  `id` bigint(10) NOT NULL,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `configlogid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Admin presets applied items. To maintain the relation with c' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_app_it_a`
--

CREATE TABLE `mdl_adminpresets_app_it_a` (
  `id` bigint(10) NOT NULL,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `configlogid` bigint(10) NOT NULL,
  `itemname` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Attributes of the applied items' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_app_plug`
--

CREATE TABLE `mdl_adminpresets_app_plug` (
  `id` bigint(10) NOT NULL,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` smallint(4) NOT NULL DEFAULT 0,
  `oldvalue` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Admin presets plugins applied' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_it`
--

CREATE TABLE `mdl_adminpresets_it` (
  `id` bigint(10) NOT NULL,
  `adminpresetid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store settings' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_adminpresets_it`
--

INSERT INTO `mdl_adminpresets_it` (`id`, `adminpresetid`, `plugin`, `name`, `value`) 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');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_it_a`
--

CREATE TABLE `mdl_adminpresets_it_a` (
  `id` bigint(10) NOT NULL,
  `itemid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Admin presets items attributes. For settings with attributes' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_adminpresets_plug`
--

CREATE TABLE `mdl_adminpresets_plug` (
  `id` bigint(10) NOT NULL,
  `adminpresetid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `enabled` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Admin presets plugins status, to store information about whe' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_adminpresets_plug`
--

INSERT INTO `mdl_adminpresets_plug` (`id`, `adminpresetid`, `plugin`, `name`, `enabled`) 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, 2, 'mod', 'chat', 1),
(62, 2, 'mod', 'data', 1),
(63, 2, 'mod', 'lti', 1),
(64, 2, 'mod', 'imscp', 1),
(65, 2, 'mod', 'lesson', 1),
(66, 2, 'mod', 'scorm', 1),
(67, 2, 'mod', 'survey', 1),
(68, 2, 'mod', 'wiki', 1),
(69, 2, 'mod', 'workshop', 1),
(70, 2, 'availability', 'grouping', 1),
(71, 2, 'availability', 'profile', 1),
(72, 2, 'block', 'activity_modules', 1),
(73, 2, 'block', 'blog_menu', 1),
(74, 2, 'block', 'blog_tags', 1),
(75, 2, 'block', 'comments', 1),
(76, 2, 'block', 'completionstatus', 1),
(77, 2, 'block', 'course_list', 1),
(78, 2, 'block', 'tag_flickr', 1),
(79, 2, 'block', 'globalsearch', 1),
(80, 2, 'block', 'badges', 1),
(81, 2, 'block', 'lp', 1),
(82, 2, 'block', 'myprofile', 1),
(83, 2, 'block', 'login', 1),
(84, 2, 'block', 'site_main_menu', 1),
(85, 2, 'block', 'mentees', 1),
(86, 2, 'block', 'mnet_hosts', 1),
(87, 2, 'block', 'private_files', 1),
(88, 2, 'block', 'blog_recent', 1),
(89, 2, 'block', 'search_forums', 1),
(90, 2, 'block', 'section_links', 1),
(91, 2, 'block', 'social_activities', 1),
(92, 2, 'block', 'tags', 1),
(93, 2, 'block', 'online_users', 1),
(94, 2, 'block', 'recentlyaccessedcourses', 1),
(95, 2, 'block', 'starredcourses', 1),
(96, 2, 'format', 'social', 1),
(97, 2, 'dataformat', 'json', 1),
(98, 2, 'enrol', 'cohort', 1),
(99, 2, 'enrol', 'guest', 1),
(100, 2, 'filter', 'mathjaxloader', 1),
(101, 2, 'filter', 'activitynames', 1),
(102, 2, 'qbehaviour', 'adaptivenopenalty', 1),
(103, 2, 'qbehaviour', 'deferredcbm', 1),
(104, 2, 'qbehaviour', 'immediatecbm', 1),
(105, 2, 'qtype', 'calculated', 1),
(106, 2, 'qtype', 'calculatedmulti', 1),
(107, 2, 'qtype', 'calculatedsimple', 1),
(108, 2, 'qtype', 'ddmarker', 1),
(109, 2, 'qtype', 'ddimageortext', 1),
(110, 2, 'qtype', 'multianswer', 1),
(111, 2, 'qtype', 'numerical', 1),
(112, 2, 'qtype', 'randomsamatch', 1),
(113, 2, 'repository', 'local', 1),
(114, 2, 'repository', 'url', 1),
(115, 2, 'repository', 'wikimedia', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_indicator_calc`
--

CREATE TABLE `mdl_analytics_indicator_calc` (
  `id` bigint(10) NOT NULL,
  `starttime` bigint(10) NOT NULL,
  `endtime` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `sampleorigin` varchar(255) NOT NULL DEFAULT '',
  `sampleid` bigint(10) NOT NULL,
  `indicator` varchar(255) NOT NULL DEFAULT '',
  `value` decimal(10,2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stored indicator calculations' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_models`
--

CREATE TABLE `mdl_analytics_models` (
  `id` bigint(10) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `trained` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(1333) DEFAULT NULL,
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `predictionsprocessor` varchar(255) DEFAULT NULL,
  `version` bigint(10) NOT NULL,
  `contextids` longtext DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Analytic models.' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_analytics_models`
--

INSERT INTO `mdl_analytics_models` (`id`, `enabled`, `trained`, `name`, `target`, `indicators`, `timesplitting`, `predictionsprocessor`, `version`, `contextids`, `timecreated`, `timemodified`, `usermodified`) VALUES
(1, 0, 0, NULL, '\\core_course\\analytics\\target\\course_dropout', '[\"\\\\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\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\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\"]', NULL, NULL, 1764416558, NULL, 1764416558, 1764416558, 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, 1764416558, NULL, 1764416558, 1764416558, 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, 1764416558, NULL, 1764416558, 1764416558, 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, 1764416558, NULL, 1764416558, 1764416558, 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, 1764416558, NULL, 1764416558, 1764416558, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_models_log`
--

CREATE TABLE `mdl_analytics_models_log` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `version` bigint(10) NOT NULL,
  `evaluationmode` varchar(50) NOT NULL DEFAULT '',
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `info` longtext DEFAULT NULL,
  `dir` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Analytic models changes during evaluation.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_predictions`
--

CREATE TABLE `mdl_analytics_predictions` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `sampleid` bigint(10) NOT NULL,
  `rangeindex` mediumint(5) NOT NULL,
  `prediction` decimal(10,2) NOT NULL,
  `predictionscore` decimal(10,5) NOT NULL,
  `calculations` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timestart` bigint(10) DEFAULT NULL,
  `timeend` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Predictions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_prediction_actions`
--

CREATE TABLE `mdl_analytics_prediction_actions` (
  `id` bigint(10) NOT NULL,
  `predictionid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `actionname` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Register of user actions over predictions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_predict_samples`
--

CREATE TABLE `mdl_analytics_predict_samples` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `analysableid` bigint(10) NOT NULL,
  `timesplitting` varchar(255) NOT NULL DEFAULT '',
  `rangeindex` bigint(10) NOT NULL,
  `sampleids` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Samples already used for predictions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_train_samples`
--

CREATE TABLE `mdl_analytics_train_samples` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `analysableid` bigint(10) NOT NULL,
  `timesplitting` varchar(255) NOT NULL DEFAULT '',
  `sampleids` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Samples used for training' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_used_analysables`
--

CREATE TABLE `mdl_analytics_used_analysables` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `action` varchar(50) NOT NULL DEFAULT '',
  `analysableid` bigint(10) NOT NULL,
  `firstanalysis` bigint(10) NOT NULL,
  `timeanalysed` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of analysables used by each model' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_analytics_used_files`
--

CREATE TABLE `mdl_analytics_used_files` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL DEFAULT 0,
  `fileid` bigint(10) NOT NULL DEFAULT 0,
  `action` varchar(50) NOT NULL DEFAULT '',
  `time` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Files that have already been used for training and predictio' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign`
--

CREATE TABLE `mdl_assign` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `alwaysshowdescription` tinyint(2) NOT NULL DEFAULT 0,
  `nosubmissions` tinyint(2) NOT NULL DEFAULT 0,
  `submissiondrafts` tinyint(2) NOT NULL DEFAULT 0,
  `sendnotifications` tinyint(2) NOT NULL DEFAULT 0,
  `sendlatenotifications` tinyint(2) NOT NULL DEFAULT 0,
  `duedate` bigint(10) NOT NULL DEFAULT 0,
  `allowsubmissionsfromdate` bigint(10) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `requiresubmissionstatement` tinyint(2) NOT NULL DEFAULT 0,
  `completionsubmit` tinyint(2) NOT NULL DEFAULT 0,
  `cutoffdate` bigint(10) NOT NULL DEFAULT 0,
  `gradingduedate` bigint(10) NOT NULL DEFAULT 0,
  `teamsubmission` tinyint(2) NOT NULL DEFAULT 0,
  `requireallteammemberssubmit` tinyint(2) NOT NULL DEFAULT 0,
  `teamsubmissiongroupingid` bigint(10) NOT NULL DEFAULT 0,
  `blindmarking` tinyint(2) NOT NULL DEFAULT 0,
  `hidegrader` tinyint(2) NOT NULL DEFAULT 0,
  `revealidentities` tinyint(2) NOT NULL DEFAULT 0,
  `attemptreopenmethod` varchar(10) NOT NULL DEFAULT 'none',
  `maxattempts` mediumint(6) NOT NULL DEFAULT -1,
  `markingworkflow` tinyint(2) NOT NULL DEFAULT 0,
  `markingallocation` tinyint(2) NOT NULL DEFAULT 0,
  `sendstudentnotifications` tinyint(2) NOT NULL DEFAULT 1,
  `preventsubmissionnotingroup` tinyint(2) NOT NULL DEFAULT 0,
  `activity` longtext DEFAULT NULL,
  `activityformat` smallint(4) NOT NULL DEFAULT 0,
  `timelimit` bigint(10) NOT NULL DEFAULT 0,
  `submissionattachments` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table saves information about an instance of mod_assign' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_comments`
--

CREATE TABLE `mdl_assignfeedback_comments` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `commenttext` longtext DEFAULT NULL,
  `commentformat` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Text feedback for submitted assignments' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_annot`
--

CREATE TABLE `mdl_assignfeedback_editpdf_annot` (
  `id` bigint(10) NOT NULL,
  `gradeid` bigint(10) NOT NULL DEFAULT 0,
  `pageno` bigint(10) NOT NULL DEFAULT 0,
  `x` bigint(10) DEFAULT 0,
  `y` bigint(10) DEFAULT 0,
  `endx` bigint(10) DEFAULT 0,
  `endy` bigint(10) DEFAULT 0,
  `path` longtext DEFAULT NULL,
  `type` varchar(10) DEFAULT 'line',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='stores annotations added to pdfs submitted by students' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_cmnt`
--

CREATE TABLE `mdl_assignfeedback_editpdf_cmnt` (
  `id` bigint(10) NOT NULL,
  `gradeid` bigint(10) NOT NULL DEFAULT 0,
  `x` bigint(10) DEFAULT 0,
  `y` bigint(10) DEFAULT 0,
  `width` bigint(10) DEFAULT 120,
  `rawtext` longtext DEFAULT NULL,
  `pageno` bigint(10) NOT NULL DEFAULT 0,
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores comments added to pdfs' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_quick`
--

CREATE TABLE `mdl_assignfeedback_editpdf_quick` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `rawtext` longtext NOT NULL,
  `width` bigint(10) NOT NULL DEFAULT 120,
  `colour` varchar(10) DEFAULT 'yellow'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores teacher specified quicklist comments' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_rot`
--

CREATE TABLE `mdl_assignfeedback_editpdf_rot` (
  `id` bigint(10) NOT NULL,
  `gradeid` bigint(10) NOT NULL DEFAULT 0,
  `pageno` bigint(10) NOT NULL DEFAULT 0,
  `pathnamehash` longtext NOT NULL,
  `isrotated` tinyint(1) NOT NULL DEFAULT 0,
  `degree` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores rotation information of a page.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_file`
--

CREATE TABLE `mdl_assignfeedback_file` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `numfiles` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores info about the number of files submitted by a student' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignsubmission_file`
--

CREATE TABLE `mdl_assignsubmission_file` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `submission` bigint(10) NOT NULL DEFAULT 0,
  `numfiles` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Info about file submissions for assignments' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignsubmission_onlinetext`
--

CREATE TABLE `mdl_assignsubmission_onlinetext` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `submission` bigint(10) NOT NULL DEFAULT 0,
  `onlinetext` longtext DEFAULT NULL,
  `onlineformat` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Info about onlinetext submission' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_grades`
--

CREATE TABLE `mdl_assign_grades` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `grader` bigint(10) NOT NULL DEFAULT 0,
  `grade` decimal(10,5) DEFAULT 0.00000,
  `attemptnumber` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Grading information about a single assignment submission.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_overrides`
--

CREATE TABLE `mdl_assign_overrides` (
  `id` bigint(10) NOT NULL,
  `assignid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `allowsubmissionsfromdate` bigint(10) DEFAULT NULL,
  `duedate` bigint(10) DEFAULT NULL,
  `cutoffdate` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The overrides to assign settings.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_plugin_config`
--

CREATE TABLE `mdl_assign_plugin_config` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `plugin` varchar(28) NOT NULL DEFAULT '',
  `subtype` varchar(28) NOT NULL DEFAULT '',
  `name` varchar(28) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Config data for an instance of a plugin in an assignment.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_submission`
--

CREATE TABLE `mdl_assign_submission` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `timestarted` bigint(10) DEFAULT NULL,
  `status` varchar(10) DEFAULT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `attemptnumber` bigint(10) NOT NULL DEFAULT 0,
  `latest` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table keeps information about student interactions with' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_user_flags`
--

CREATE TABLE `mdl_assign_user_flags` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `mailed` smallint(4) NOT NULL DEFAULT 0,
  `extensionduedate` bigint(10) NOT NULL DEFAULT 0,
  `workflowstate` varchar(20) DEFAULT NULL,
  `allocatedmarker` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of flags that can be set for a single user in a single ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_user_mapping`
--

CREATE TABLE `mdl_assign_user_mapping` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Map an assignment specific id number to a user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_auth_lti_linked_login`
--

CREATE TABLE `mdl_auth_lti_linked_login` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `issuer` longtext NOT NULL,
  `issuer256` varchar(64) NOT NULL DEFAULT '',
  `sub` varchar(255) NOT NULL DEFAULT '',
  `sub256` varchar(64) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Accounts linked to a users Moodle account.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_auth_oauth2_linked_login`
--

CREATE TABLE `mdl_auth_oauth2_linked_login` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `username` varchar(255) NOT NULL DEFAULT '',
  `email` longtext NOT NULL,
  `confirmtoken` varchar(64) NOT NULL DEFAULT '',
  `confirmtokenexpires` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Accounts linked to a users Moodle account.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_controllers`
--

CREATE TABLE `mdl_backup_controllers` (
  `id` bigint(10) NOT NULL,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `operation` varchar(20) NOT NULL DEFAULT 'backup',
  `type` varchar(10) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `format` varchar(20) NOT NULL DEFAULT '',
  `interactive` smallint(4) NOT NULL,
  `purpose` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `status` smallint(4) NOT NULL,
  `execution` smallint(4) NOT NULL,
  `executiontime` bigint(10) NOT NULL,
  `checksum` varchar(32) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `progress` decimal(15,14) NOT NULL DEFAULT 0.00000000000000,
  `controller` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To store the backup_controllers as they are used' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_courses`
--

CREATE TABLE `mdl_backup_courses` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `laststarttime` bigint(10) NOT NULL DEFAULT 0,
  `lastendtime` bigint(10) NOT NULL DEFAULT 0,
  `laststatus` varchar(1) NOT NULL DEFAULT '5',
  `nextstarttime` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To store every course backup status' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_logs`
--

CREATE TABLE `mdl_backup_logs` (
  `id` bigint(10) NOT NULL,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `loglevel` smallint(4) NOT NULL,
  `message` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To store all the logs from backup and restore operations (by' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge`
--

CREATE TABLE `mdl_badge` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issuercontact` varchar(255) DEFAULT NULL,
  `expiredate` bigint(10) DEFAULT NULL,
  `expireperiod` bigint(10) DEFAULT NULL,
  `type` tinyint(1) NOT NULL DEFAULT 1,
  `courseid` bigint(10) DEFAULT NULL,
  `message` longtext NOT NULL,
  `messagesubject` longtext 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(10) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `language` varchar(255) DEFAULT NULL,
  `imageauthorname` varchar(255) DEFAULT NULL,
  `imageauthoremail` varchar(255) DEFAULT NULL,
  `imageauthorurl` varchar(255) DEFAULT NULL,
  `imagecaption` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines badge' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_alignment`
--

CREATE TABLE `mdl_badge_alignment` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `targetname` varchar(255) NOT NULL DEFAULT '',
  `targeturl` varchar(255) NOT NULL DEFAULT '',
  `targetdescription` longtext DEFAULT NULL,
  `targetframework` varchar(255) DEFAULT NULL,
  `targetcode` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines alignment for badges' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_backpack`
--

CREATE TABLE `mdl_badge_backpack` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `email` varchar(100) NOT NULL DEFAULT '',
  `backpackuid` bigint(10) NOT NULL,
  `autosync` tinyint(1) NOT NULL DEFAULT 0,
  `password` varchar(50) DEFAULT NULL,
  `externalbackpackid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines settings for connecting external backpack' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_backpack_oauth2`
--

CREATE TABLE `mdl_badge_backpack_oauth2` (
  `id` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `externalbackpackid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `refreshtoken` longtext NOT NULL,
  `expires` bigint(10) DEFAULT NULL,
  `scope` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria`
--

CREATE TABLE `mdl_badge_criteria` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT 1,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines criteria for issuing badges' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria_met`
--

CREATE TABLE `mdl_badge_criteria_met` (
  `id` bigint(10) NOT NULL,
  `issuedid` bigint(10) DEFAULT NULL,
  `critid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines criteria that were met for an issued badge' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria_param`
--

CREATE TABLE `mdl_badge_criteria_param` (
  `id` bigint(10) NOT NULL,
  `critid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines parameters for badges criteria' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_endorsement`
--

CREATE TABLE `mdl_badge_endorsement` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issueremail` varchar(255) NOT NULL DEFAULT '',
  `claimid` varchar(255) DEFAULT NULL,
  `claimcomment` longtext DEFAULT NULL,
  `dateissued` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines endorsement for badge' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_external`
--

CREATE TABLE `mdl_badge_external` (
  `id` bigint(10) NOT NULL,
  `backpackid` bigint(10) NOT NULL,
  `collectionid` bigint(10) NOT NULL,
  `entityid` varchar(255) DEFAULT NULL,
  `assertion` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Setting for external badges display' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_external_backpack`
--

CREATE TABLE `mdl_badge_external_backpack` (
  `id` bigint(10) NOT NULL,
  `backpackapiurl` varchar(255) NOT NULL DEFAULT '',
  `backpackweburl` varchar(255) NOT NULL DEFAULT '',
  `apiversion` varchar(12) NOT NULL DEFAULT '1.0',
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `oauth2_issuerid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines settings for site level backpacks that a user can co' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_badge_external_backpack`
--

INSERT INTO `mdl_badge_external_backpack` (`id`, `backpackapiurl`, `backpackweburl`, `apiversion`, `sortorder`, `oauth2_issuerid`) VALUES
(1, 'https://api.badgr.io/v2', 'https://badgr.io', '2', 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_external_identifier`
--

CREATE TABLE `mdl_badge_external_identifier` (
  `id` bigint(10) NOT NULL,
  `sitebackpackid` bigint(10) NOT NULL,
  `internalid` varchar(128) NOT NULL DEFAULT '',
  `externalid` varchar(128) NOT NULL DEFAULT '',
  `type` varchar(16) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Setting for external badges mappings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_issued`
--

CREATE TABLE `mdl_badge_issued` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `uniquehash` longtext NOT NULL,
  `dateissued` bigint(10) NOT NULL DEFAULT 0,
  `dateexpire` bigint(10) DEFAULT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT 0,
  `issuernotified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines issued badges' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_manual_award`
--

CREATE TABLE `mdl_badge_manual_award` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL,
  `recipientid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `issuerrole` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Track manual award criteria for badges' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_related`
--

CREATE TABLE `mdl_badge_related` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `relatedbadgeid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines badge related for badges' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_bigbluebuttonbn`
--

CREATE TABLE `mdl_bigbluebuttonbn` (
  `id` bigint(10) NOT NULL,
  `type` tinyint(2) NOT NULL DEFAULT 0,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 1,
  `meetingid` varchar(255) NOT NULL DEFAULT '',
  `moderatorpass` varchar(255) NOT NULL DEFAULT '',
  `viewerpass` varchar(255) 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 DEFAULT NULL,
  `voicebridge` mediumint(5) NOT NULL DEFAULT 0,
  `openingtime` bigint(10) NOT NULL DEFAULT 0,
  `closingtime` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `presentation` longtext DEFAULT NULL,
  `participants` longtext DEFAULT NULL,
  `userlimit` smallint(3) 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(9) NOT NULL DEFAULT 0,
  `completionengagementchats` int(9) NOT NULL DEFAULT 0,
  `completionengagementtalks` int(9) NOT NULL DEFAULT 0,
  `completionengagementraisehand` int(9) NOT NULL DEFAULT 0,
  `completionengagementpollvotes` int(9) NOT NULL DEFAULT 0,
  `completionengagementemojis` int(9) NOT NULL DEFAULT 0,
  `guestallowed` tinyint(2) DEFAULT 0,
  `mustapproveuser` tinyint(2) DEFAULT 1,
  `guestlinkuid` varchar(1024) DEFAULT NULL,
  `guestpassword` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The bigbluebuttonbn table to store information about a meeti' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_bigbluebuttonbn_logs`
--

CREATE TABLE `mdl_bigbluebuttonbn_logs` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `bigbluebuttonbnid` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `meetingid` varchar(256) NOT NULL DEFAULT '',
  `log` varchar(32) NOT NULL DEFAULT '',
  `meta` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The bigbluebuttonbn table to store meeting activity events' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_bigbluebuttonbn_recordings`
--

CREATE TABLE `mdl_bigbluebuttonbn_recordings` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `bigbluebuttonbnid` bigint(10) NOT NULL,
  `groupid` bigint(10) DEFAULT NULL,
  `recordingid` varchar(64) 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 DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The bigbluebuttonbn table to store references to recordings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block`
--

CREATE TABLE `mdl_block` (
  `id` bigint(10) NOT NULL,
  `name` varchar(40) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT 0,
  `lastcron` bigint(10) NOT NULL DEFAULT 0,
  `visible` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='contains all installed blocks' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_block`
--

INSERT INTO `mdl_block` (`id`, `name`, `cron`, `lastcron`, `visible`) VALUES
(1, 'accessreview', 0, 0, 1),
(2, 'activity_modules', 0, 0, 1),
(3, 'activity_results', 0, 0, 1),
(4, 'admin_bookmarks', 0, 0, 1),
(5, 'badges', 0, 0, 1),
(6, 'blog_menu', 0, 0, 1),
(7, 'blog_recent', 0, 0, 1),
(8, 'blog_tags', 0, 0, 1),
(9, 'calendar_month', 0, 0, 1),
(10, 'calendar_upcoming', 0, 0, 1),
(11, '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),
(28, 'private_files', 0, 0, 1),
(29, 'recent_activity', 0, 0, 1),
(30, 'recentlyaccessedcourses', 0, 0, 1),
(31, 'recentlyaccesseditems', 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, 'starredcourses', 0, 0, 1),
(40, 'tag_flickr', 0, 0, 1),
(41, 'tag_youtube', 0, 0, 0),
(42, 'tags', 0, 0, 1),
(43, 'timeline', 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_instances`
--

CREATE TABLE `mdl_block_instances` (
  `id` bigint(10) NOT NULL,
  `blockname` varchar(40) NOT NULL DEFAULT '',
  `parentcontextid` bigint(10) NOT NULL,
  `showinsubcontexts` smallint(4) NOT NULL,
  `requiredbytheme` smallint(4) NOT NULL DEFAULT 0,
  `pagetypepattern` varchar(64) NOT NULL DEFAULT '',
  `subpagepattern` varchar(16) DEFAULT NULL,
  `defaultregion` varchar(16) NOT NULL DEFAULT '',
  `defaultweight` bigint(10) NOT NULL,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores block instances. The type of block this is' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_block_instances`
--

INSERT INTO `mdl_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES
(1, 'admin_bookmarks', 1, 0, 0, 'admin-*', NULL, 'side-pre', 2, '', 1764416628, 1764416628),
(2, 'recentlyaccesseditems', 1, 0, 0, 'my-index', '2', 'side-post', 0, '', 1764416628, 1764416628),
(3, 'timeline', 1, 0, 0, 'my-index', '2', 'content', 0, '', 1764416628, 1764416628),
(4, 'calendar_month', 1, 0, 0, 'my-index', '2', 'content', 1, '', 1764416628, 1764416628),
(5, 'myoverview', 1, 0, 0, 'my-index', '3', 'content', 0, '', 1764416628, 1764416628),
(6, 'recentlyaccesseditems', 5, 0, 0, 'my-index', '4', 'side-post', 0, '', 1764417146, 1764417146),
(7, 'timeline', 5, 0, 0, 'my-index', '4', 'content', 0, '', 1764417146, 1764417146),
(8, 'calendar_month', 5, 0, 0, 'my-index', '4', 'content', 1, '', 1764417147, 1764417147),
(9, 'navigation', 1, 1, 1, '*', NULL, 'side-pre', 0, '', 1764417882, 1764417882),
(10, 'settings', 1, 1, 1, '*', NULL, 'side-pre', 0, '', 1764417882, 1764417882);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_positions`
--

CREATE TABLE `mdl_block_positions` (
  `id` bigint(10) NOT NULL,
  `blockinstanceid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `pagetype` varchar(64) NOT NULL DEFAULT '',
  `subpage` varchar(16) NOT NULL DEFAULT '',
  `visible` smallint(4) NOT NULL,
  `region` varchar(16) NOT NULL DEFAULT '',
  `weight` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the position of a sticky block_instance on a another ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_recentlyaccesseditems`
--

CREATE TABLE `mdl_block_recentlyaccesseditems` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timeaccess` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Most recently accessed items accessed by a user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_recent_activity`
--

CREATE TABLE `mdl_block_recent_activity` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `modname` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Recent activity block' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_rss_client`
--

CREATE TABLE `mdl_block_rss_client` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `title` longtext NOT NULL,
  `preferredtitle` varchar(64) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `shared` tinyint(2) NOT NULL DEFAULT 0,
  `url` varchar(255) NOT NULL DEFAULT '',
  `skiptime` bigint(10) NOT NULL DEFAULT 0,
  `skipuntil` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Remote news feed information. Contains the news feed id, the' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_blog_association`
--

CREATE TABLE `mdl_blog_association` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `blogid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Associations of blog entries with courses and module instanc' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_blog_external`
--

CREATE TABLE `mdl_blog_external` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `url` longtext NOT NULL,
  `filtertags` varchar(255) DEFAULT NULL,
  `failedlastsync` tinyint(1) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) DEFAULT NULL,
  `timefetched` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='External blog links used for RSS copying of blog entries to ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_book`
--

CREATE TABLE `mdl_book` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `numbering` smallint(4) NOT NULL DEFAULT 0,
  `navstyle` smallint(4) NOT NULL DEFAULT 1,
  `customtitles` tinyint(2) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines book' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_book_chapters`
--

CREATE TABLE `mdl_book_chapters` (
  `id` bigint(10) NOT NULL,
  `bookid` bigint(10) NOT NULL DEFAULT 0,
  `pagenum` bigint(10) NOT NULL DEFAULT 0,
  `subchapter` bigint(10) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext NOT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT 0,
  `hidden` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `importsrc` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines book_chapters' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cache_filters`
--

CREATE TABLE `mdl_cache_filters` (
  `id` bigint(10) NOT NULL,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `version` bigint(10) NOT NULL DEFAULT 0,
  `md5key` varchar(32) NOT NULL DEFAULT '',
  `rawtext` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='For keeping information about cached data' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cache_flags`
--

CREATE TABLE `mdl_cache_flags` (
  `id` bigint(10) NOT NULL,
  `flagtype` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `value` longtext NOT NULL,
  `expiry` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Cache of time-sensitive flags' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_cache_flags`
--

INSERT INTO `mdl_cache_flags` (`id`, `flagtype`, `name`, `timemodified`, `value`, `expiry`) VALUES
(1, 'userpreferenceschanged', '2', 1764420405, '1', 1764449205);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_capabilities`
--

CREATE TABLE `mdl_capabilities` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `captype` varchar(50) NOT NULL DEFAULT '',
  `contextlevel` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) NOT NULL DEFAULT '',
  `riskbitmask` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='this defines all capabilities' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_capabilities`
--

INSERT INTO `mdl_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) 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:senderrormessage', 'write', 10, 'moodle', 16),
(8, 'moodle/site:deleteownmessage', 'write', 10, 'moodle', 0),
(9, 'moodle/site:approvecourse', 'write', 40, 'moodle', 4),
(10, 'moodle/backup:backupcourse', 'write', 50, 'moodle', 28),
(11, 'moodle/backup:backupsection', 'write', 50, 'moodle', 28),
(12, '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),
(22, 'moodle/restore:restoretargetimport', 'write', 50, 'moodle', 28),
(23, 'moodle/restore:uploadfile', 'write', 50, 'moodle', 28),
(24, 'moodle/restore:configure', 'write', 50, 'moodle', 28),
(25, 'moodle/restore:rolldates', 'write', 50, 'moodle', 0),
(26, 'moodle/restore:userinfo', 'write', 50, 'moodle', 30),
(27, 'moodle/restore:createuser', 'write', 10, 'moodle', 24),
(28, 'moodle/site:manageblocks', 'write', 80, 'moodle', 20),
(29, 'moodle/site:accessallgroups', 'read', 70, 'moodle', 0),
(30, 'moodle/site:viewanonymousevents', 'read', 70, 'moodle', 8),
(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:viewcourselist', 'read', 40, 'moodle', 0),
(59, 'moodle/category:viewhiddencategories', 'read', 40, 'moodle', 0),
(60, 'moodle/cohort:manage', 'write', 40, 'moodle', 0),
(61, 'moodle/cohort:assign', 'write', 40, 'moodle', 0),
(62, 'moodle/cohort:view', 'read', 50, 'moodle', 0),
(63, 'moodle/cohort:configurecustomfields', 'write', 10, 'moodle', 16),
(64, 'moodle/group:configurecustomfields', 'write', 10, 'moodle', 16),
(65, 'moodle/course:create', 'write', 40, 'moodle', 4),
(66, 'moodle/course:creategroupconversations', 'write', 50, 'moodle', 4),
(67, 'moodle/course:request', 'write', 40, 'moodle', 0),
(68, 'moodle/course:delete', 'write', 50, 'moodle', 32),
(69, 'moodle/course:update', 'write', 50, 'moodle', 4),
(70, 'moodle/course:view', 'read', 50, 'moodle', 0),
(71, 'moodle/course:enrolreview', 'read', 50, 'moodle', 8),
(72, 'moodle/course:enrolconfig', 'write', 50, 'moodle', 8),
(73, 'moodle/course:reviewotherusers', 'read', 50, 'moodle', 0),
(74, 'moodle/course:bulkmessaging', 'write', 50, 'moodle', 16),
(75, 'moodle/course:viewhiddenuserfields', 'read', 50, 'moodle', 8),
(76, 'moodle/course:viewhiddencourses', 'read', 50, 'moodle', 0),
(77, 'moodle/course:visibility', 'write', 50, 'moodle', 0),
(78, 'moodle/course:managefiles', 'write', 50, 'moodle', 4),
(79, 'moodle/course:ignoreavailabilityrestrictions', 'read', 70, 'moodle', 0),
(80, 'moodle/course:ignorefilesizelimits', 'write', 50, 'moodle', 0),
(81, 'moodle/course:manageactivities', 'write', 70, 'moodle', 4),
(82, 'moodle/course:activityvisibility', 'write', 70, 'moodle', 0),
(83, 'moodle/course:viewhiddenactivities', 'read', 70, 'moodle', 0),
(84, 'moodle/course:viewparticipants', 'read', 50, 'moodle', 0),
(85, 'moodle/course:changefullname', 'write', 50, 'moodle', 4),
(86, 'moodle/course:changeshortname', 'write', 50, 'moodle', 4),
(87, 'moodle/course:changelockedcustomfields', 'write', 50, 'moodle', 16),
(88, 'moodle/course:configurecustomfields', 'write', 10, 'moodle', 16),
(89, 'moodle/course:renameroles', 'write', 50, 'moodle', 0),
(90, 'moodle/course:changeidnumber', 'write', 50, 'moodle', 4),
(91, 'moodle/course:changecategory', 'write', 50, 'moodle', 4),
(92, 'moodle/course:changesummary', 'write', 50, 'moodle', 4),
(93, 'moodle/course:setforcedlanguage', 'write', 50, 'moodle', 0),
(94, 'moodle/site:viewparticipants', 'read', 10, 'moodle', 0),
(95, 'moodle/course:isincompletionreports', 'read', 50, 'moodle', 0),
(96, 'moodle/course:viewscales', 'read', 50, 'moodle', 0),
(97, 'moodle/course:managescales', 'write', 50, 'moodle', 0),
(98, 'moodle/course:managegroups', 'write', 50, 'moodle', 4),
(99, 'moodle/course:viewhiddengroups', 'READ', 50, 'moodle', 8),
(100, 'moodle/course:reset', 'write', 50, 'moodle', 32),
(101, 'moodle/course:viewsuspendedusers', 'read', 50, 'moodle', 0),
(102, 'moodle/course:tag', 'write', 50, 'moodle', 16),
(103, 'moodle/blog:view', 'read', 10, 'moodle', 0),
(104, 'moodle/blog:search', 'read', 10, 'moodle', 0),
(105, 'moodle/blog:viewdrafts', 'read', 10, 'moodle', 8),
(106, 'moodle/blog:create', 'write', 10, 'moodle', 16),
(107, 'moodle/blog:manageentries', 'write', 10, 'moodle', 16),
(108, 'moodle/blog:manageexternal', 'write', 10, 'moodle', 16),
(109, 'moodle/calendar:manageownentries', 'write', 50, 'moodle', 16),
(110, 'moodle/calendar:managegroupentries', 'write', 50, 'moodle', 16),
(111, 'moodle/calendar:manageentries', 'write', 50, 'moodle', 16),
(112, 'moodle/user:editprofile', 'write', 30, 'moodle', 24),
(113, 'moodle/user:editownprofile', 'write', 10, 'moodle', 16),
(114, 'moodle/user:changeownpassword', 'write', 10, 'moodle', 0),
(115, 'moodle/user:readuserposts', 'read', 30, 'moodle', 0),
(116, 'moodle/user:readuserblogs', 'read', 30, 'moodle', 0),
(117, 'moodle/user:viewuseractivitiesreport', 'read', 30, 'moodle', 8),
(118, 'moodle/user:editmessageprofile', 'write', 30, 'moodle', 16),
(119, 'moodle/user:editownmessageprofile', 'write', 10, 'moodle', 0),
(120, 'moodle/question:managecategory', 'write', 50, 'moodle', 20),
(121, 'moodle/question:add', 'write', 50, 'moodle', 20),
(122, 'moodle/question:editmine', 'write', 50, 'moodle', 20),
(123, 'moodle/question:editall', 'write', 50, 'moodle', 20),
(124, 'moodle/question:viewmine', 'read', 50, 'moodle', 0),
(125, 'moodle/question:viewall', 'read', 50, 'moodle', 0),
(126, 'moodle/question:usemine', 'read', 50, 'moodle', 0),
(127, 'moodle/question:useall', 'read', 50, 'moodle', 0),
(128, 'moodle/question:movemine', 'write', 50, 'moodle', 0),
(129, 'moodle/question:moveall', 'write', 50, 'moodle', 0),
(130, 'moodle/question:config', 'write', 10, 'moodle', 2),
(131, 'moodle/question:flag', 'write', 50, 'moodle', 0),
(132, 'moodle/question:tagmine', 'write', 50, 'moodle', 0),
(133, 'moodle/question:tagall', 'write', 50, 'moodle', 0),
(134, 'moodle/site:doclinks', 'read', 10, 'moodle', 0),
(135, 'moodle/course:sectionvisibility', 'write', 50, 'moodle', 0),
(136, 'moodle/course:useremail', 'write', 50, 'moodle', 0),
(137, 'moodle/course:viewhiddensections', 'read', 50, 'moodle', 0),
(138, 'moodle/course:setcurrentsection', 'write', 50, 'moodle', 0),
(139, 'moodle/course:movesections', 'write', 50, 'moodle', 0),
(140, 'moodle/site:mnetlogintoremote', 'read', 10, 'moodle', 0),
(141, 'moodle/grade:viewall', 'read', 50, 'moodle', 8),
(142, 'moodle/grade:view', 'read', 50, 'moodle', 0),
(143, 'moodle/grade:viewhidden', 'read', 50, 'moodle', 8),
(144, 'moodle/grade:import', 'write', 50, 'moodle', 12),
(145, 'moodle/grade:export', 'read', 50, 'moodle', 8),
(146, 'moodle/grade:manage', 'write', 50, 'moodle', 12),
(147, 'moodle/grade:edit', 'write', 50, 'moodle', 12),
(148, 'moodle/grade:managegradingforms', 'write', 50, 'moodle', 12),
(149, 'moodle/grade:sharegradingforms', 'write', 10, 'moodle', 4),
(150, 'moodle/grade:managesharedforms', 'write', 10, 'moodle', 4),
(151, 'moodle/grade:manageoutcomes', 'write', 50, 'moodle', 0),
(152, 'moodle/grade:manageletters', 'write', 50, 'moodle', 0),
(153, 'moodle/grade:hide', 'write', 50, 'moodle', 0),
(154, 'moodle/grade:lock', 'write', 50, 'moodle', 0),
(155, 'moodle/grade:unlock', 'write', 50, 'moodle', 0),
(156, 'moodle/my:manageblocks', 'write', 10, 'moodle', 0),
(157, 'moodle/notes:view', 'read', 50, 'moodle', 0),
(158, 'moodle/notes:manage', 'write', 50, 'moodle', 16),
(159, 'moodle/tag:manage', 'write', 10, 'moodle', 16),
(160, 'moodle/tag:edit', 'write', 10, 'moodle', 16),
(161, 'moodle/tag:flag', 'write', 10, 'moodle', 16),
(162, 'moodle/tag:editblocks', 'write', 10, 'moodle', 0),
(163, 'moodle/block:view', 'read', 80, 'moodle', 0),
(164, 'moodle/block:edit', 'write', 80, 'moodle', 20),
(165, 'moodle/portfolio:export', 'read', 10, 'moodle', 0),
(166, 'moodle/comment:view', 'read', 50, 'moodle', 0),
(167, 'moodle/comment:post', 'write', 50, 'moodle', 24),
(168, 'moodle/comment:delete', 'write', 50, 'moodle', 32),
(169, 'moodle/webservice:createtoken', 'write', 10, 'moodle', 62),
(170, 'moodle/webservice:managealltokens', 'write', 10, 'moodle', 42),
(171, 'moodle/webservice:createmobiletoken', 'write', 10, 'moodle', 24),
(172, 'moodle/rating:view', 'read', 50, 'moodle', 0),
(173, 'moodle/rating:viewany', 'read', 50, 'moodle', 8),
(174, 'moodle/rating:viewall', 'read', 50, 'moodle', 8),
(175, 'moodle/rating:rate', 'write', 50, 'moodle', 0),
(176, 'moodle/course:markcomplete', 'write', 50, 'moodle', 0),
(177, 'moodle/course:overridecompletion', 'write', 50, 'moodle', 0),
(178, 'moodle/badges:manageglobalsettings', 'write', 10, 'moodle', 34),
(179, 'moodle/badges:viewbadges', 'read', 50, 'moodle', 0),
(180, 'moodle/badges:manageownbadges', 'write', 30, 'moodle', 0),
(181, 'moodle/badges:viewotherbadges', 'read', 30, 'moodle', 0),
(182, 'moodle/badges:earnbadge', 'write', 50, 'moodle', 0),
(183, 'moodle/badges:createbadge', 'write', 50, 'moodle', 16),
(184, 'moodle/badges:deletebadge', 'write', 50, 'moodle', 32),
(185, 'moodle/badges:configuredetails', 'write', 50, 'moodle', 16),
(186, 'moodle/badges:configurecriteria', 'write', 50, 'moodle', 4),
(187, 'moodle/badges:configuremessages', 'write', 50, 'moodle', 16),
(188, 'moodle/badges:awardbadge', 'write', 50, 'moodle', 16),
(189, 'moodle/badges:revokebadge', 'write', 50, 'moodle', 16),
(190, 'moodle/badges:viewawarded', 'read', 50, 'moodle', 8),
(191, 'moodle/site:forcelanguage', 'read', 10, 'moodle', 0),
(192, 'moodle/search:query', 'read', 10, 'moodle', 0),
(193, 'moodle/competency:competencymanage', 'write', 40, 'moodle', 0),
(194, 'moodle/competency:competencyview', 'read', 40, 'moodle', 0),
(195, 'moodle/competency:competencygrade', 'write', 50, 'moodle', 0),
(196, 'moodle/competency:coursecompetencymanage', 'write', 50, 'moodle', 0),
(197, 'moodle/competency:coursecompetencyconfigure', 'write', 70, 'moodle', 0),
(198, 'moodle/competency:coursecompetencygradable', 'read', 50, 'moodle', 0),
(199, 'moodle/competency:coursecompetencyview', 'read', 50, 'moodle', 0),
(200, 'moodle/competency:evidencedelete', 'write', 30, 'moodle', 0),
(201, 'moodle/competency:planmanage', 'write', 30, 'moodle', 0),
(202, 'moodle/competency:planmanagedraft', 'write', 30, 'moodle', 0),
(203, 'moodle/competency:planmanageown', 'write', 30, 'moodle', 0),
(204, 'moodle/competency:planmanageowndraft', 'write', 30, 'moodle', 0),
(205, 'moodle/competency:planview', 'read', 30, 'moodle', 0),
(206, 'moodle/competency:planviewdraft', 'read', 30, 'moodle', 0),
(207, 'moodle/competency:planviewown', 'read', 30, 'moodle', 0),
(208, 'moodle/competency:planviewowndraft', 'read', 30, 'moodle', 0),
(209, 'moodle/competency:planrequestreview', 'write', 30, 'moodle', 0),
(210, 'moodle/competency:planrequestreviewown', 'write', 30, 'moodle', 0),
(211, 'moodle/competency:planreview', 'write', 30, 'moodle', 0),
(212, 'moodle/competency:plancomment', 'write', 30, 'moodle', 0),
(213, 'moodle/competency:plancommentown', 'write', 30, 'moodle', 0),
(214, 'moodle/competency:usercompetencyview', 'read', 30, 'moodle', 0),
(215, 'moodle/competency:usercompetencyrequestreview', 'write', 30, 'moodle', 0),
(216, 'moodle/competency:usercompetencyrequestreviewown', 'write', 30, 'moodle', 0),
(217, 'moodle/competency:usercompetencyreview', 'write', 30, 'moodle', 0),
(218, 'moodle/competency:usercompetencycomment', 'write', 30, 'moodle', 0),
(219, 'moodle/competency:usercompetencycommentown', 'write', 30, 'moodle', 0),
(220, 'moodle/competency:templatemanage', 'write', 40, 'moodle', 0),
(221, 'moodle/analytics:listinsights', 'read', 50, 'moodle', 8),
(222, 'moodle/analytics:managemodels', 'write', 10, 'moodle', 2),
(223, 'moodle/competency:templateview', 'read', 40, 'moodle', 0),
(224, 'moodle/competency:userevidencemanage', 'write', 30, 'moodle', 0),
(225, 'moodle/competency:userevidencemanageown', 'write', 30, 'moodle', 0),
(226, 'moodle/competency:userevidenceview', 'read', 30, 'moodle', 0),
(227, 'moodle/site:maintenanceaccess', 'write', 10, 'moodle', 0),
(228, 'moodle/site:messageanyuser', 'write', 10, 'moodle', 16),
(229, 'moodle/site:managecontextlocks', 'write', 70, 'moodle', 0),
(230, 'moodle/course:togglecompletion', 'write', 70, 'moodle', 0),
(231, 'moodle/analytics:listowninsights', 'read', 10, 'moodle', 0),
(232, 'moodle/h5p:setdisplayoptions', 'write', 70, 'moodle', 0),
(233, 'moodle/h5p:deploy', 'write', 70, 'moodle', 4),
(234, 'moodle/h5p:updatelibraries', 'write', 70, 'moodle', 4),
(235, 'moodle/course:recommendactivity', 'write', 10, 'moodle', 0),
(236, 'moodle/contentbank:access', 'read', 50, 'moodle', 0),
(237, 'moodle/contentbank:upload', 'write', 50, 'moodle', 16),
(238, 'moodle/contentbank:deleteanycontent', 'write', 50, 'moodle', 32),
(239, 'moodle/contentbank:deleteowncontent', 'write', 50, 'moodle', 0),
(240, 'moodle/contentbank:manageanycontent', 'write', 50, 'moodle', 32),
(241, 'moodle/contentbank:manageowncontent', 'write', 50, 'moodle', 0),
(242, 'moodle/contentbank:useeditor', 'write', 50, 'moodle', 16),
(243, 'moodle/contentbank:downloadcontent', 'read', 50, 'moodle', 0),
(244, 'moodle/contentbank:copyanycontent', 'write', 50, 'moodle', 16),
(245, 'moodle/contentbank:copycontent', 'write', 50, 'moodle', 16),
(246, 'moodle/course:downloadcoursecontent', 'read', 50, 'moodle', 0),
(247, 'moodle/course:configuredownloadcontent', 'write', 50, 'moodle', 0),
(248, 'moodle/payment:manageaccounts', 'write', 50, 'moodle', 42),
(249, 'moodle/payment:viewpayments', 'read', 50, 'moodle', 8),
(250, 'moodle/contentbank:viewunlistedcontent', 'read', 50, 'moodle', 0),
(251, 'moodle/reportbuilder:view', 'read', 10, 'moodle', 0),
(252, 'moodle/reportbuilder:edit', 'write', 10, 'moodle', 0),
(253, 'moodle/reportbuilder:editall', 'write', 10, 'moodle', 0),
(254, 'moodle/reportbuilder:scheduleviewas', 'read', 10, 'moodle', 0),
(255, 'moodle/moodlenet:shareactivity', 'read', 50, 'moodle', 0),
(256, 'moodle/course:configurecoursecommunication', 'write', 50, 'moodle', 0),
(257, 'moodle/moodlenet:sharecourse', 'read', 50, 'moodle', 0),
(258, 'mod/assign:view', 'read', 70, 'mod_assign', 0),
(259, 'mod/assign:submit', 'write', 70, 'mod_assign', 0),
(260, 'mod/assign:grade', 'write', 70, 'mod_assign', 4),
(261, 'mod/assign:exportownsubmission', 'read', 70, 'mod_assign', 0),
(262, 'mod/assign:addinstance', 'write', 50, 'mod_assign', 4),
(263, 'mod/assign:editothersubmission', 'write', 70, 'mod_assign', 41),
(264, 'mod/assign:grantextension', 'write', 70, 'mod_assign', 0),
(265, 'mod/assign:revealidentities', 'write', 70, 'mod_assign', 0),
(266, 'mod/assign:reviewgrades', 'write', 70, 'mod_assign', 0),
(267, 'mod/assign:releasegrades', 'write', 70, 'mod_assign', 0),
(268, 'mod/assign:managegrades', 'write', 70, 'mod_assign', 0),
(269, 'mod/assign:manageallocations', 'write', 70, 'mod_assign', 0),
(270, 'mod/assign:viewgrades', 'read', 70, 'mod_assign', 0),
(271, 'mod/assign:viewblinddetails', 'write', 70, 'mod_assign', 8),
(272, 'mod/assign:receivegradernotifications', 'read', 70, 'mod_assign', 0),
(273, 'mod/assign:manageoverrides', 'write', 70, 'mod_assign', 0),
(274, 'mod/assign:showhiddengrader', 'read', 70, 'mod_assign', 0),
(275, 'mod/assign:viewownsubmissionsummary', 'read', 70, 'mod_assign', 0),
(276, 'mod/bigbluebuttonbn:addinstance', 'write', 50, 'mod_bigbluebuttonbn', 4),
(277, 'mod/bigbluebuttonbn:addinstancewithmeeting', 'write', 70, 'mod_bigbluebuttonbn', 0),
(278, 'mod/bigbluebuttonbn:addinstancewithrecording', 'write', 70, 'mod_bigbluebuttonbn', 0),
(279, 'mod/bigbluebuttonbn:join', 'read', 70, 'mod_bigbluebuttonbn', 0),
(280, 'mod/bigbluebuttonbn:view', 'read', 70, 'mod_bigbluebuttonbn', 0),
(281, 'mod/bigbluebuttonbn:managerecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(282, 'mod/bigbluebuttonbn:viewallrecordingformats', 'read', 70, 'mod_bigbluebuttonbn', 0),
(283, 'mod/bigbluebuttonbn:publishrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(284, 'mod/bigbluebuttonbn:unpublishrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(285, 'mod/bigbluebuttonbn:protectrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(286, 'mod/bigbluebuttonbn:unprotectrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(287, 'mod/bigbluebuttonbn:deleterecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(288, 'mod/bigbluebuttonbn:importrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0),
(289, 'mod/book:addinstance', 'write', 50, 'mod_book', 4),
(290, 'mod/book:read', 'read', 70, 'mod_book', 0),
(291, 'mod/book:viewhiddenchapters', 'read', 70, 'mod_book', 0),
(292, 'mod/book:edit', 'write', 70, 'mod_book', 4),
(293, 'mod/chat:addinstance', 'write', 50, 'mod_chat', 4),
(294, 'mod/chat:chat', 'write', 70, 'mod_chat', 16),
(295, 'mod/chat:readlog', 'read', 70, 'mod_chat', 0),
(296, 'mod/chat:deletelog', 'write', 70, 'mod_chat', 0),
(297, 'mod/chat:exportparticipatedsession', 'read', 70, 'mod_chat', 8),
(298, 'mod/chat:exportsession', 'read', 70, 'mod_chat', 8),
(299, 'mod/chat:view', 'read', 70, 'mod_chat', 0),
(300, 'mod/choice:addinstance', 'write', 50, 'mod_choice', 4),
(301, 'mod/choice:choose', 'write', 70, 'mod_choice', 0),
(302, 'mod/choice:readresponses', 'read', 70, 'mod_choice', 0),
(303, 'mod/choice:deleteresponses', 'write', 70, 'mod_choice', 0),
(304, 'mod/choice:downloadresponses', 'read', 70, 'mod_choice', 0),
(305, 'mod/choice:view', 'read', 70, 'mod_choice', 0),
(306, 'mod/data:addinstance', 'write', 50, 'mod_data', 4),
(307, 'mod/data:viewentry', 'read', 70, 'mod_data', 0),
(308, 'mod/data:writeentry', 'write', 70, 'mod_data', 16),
(309, 'mod/data:comment', 'write', 70, 'mod_data', 16),
(310, 'mod/data:rate', 'write', 70, 'mod_data', 0),
(311, 'mod/data:viewrating', 'read', 70, 'mod_data', 0),
(312, 'mod/data:viewanyrating', 'read', 70, 'mod_data', 8),
(313, 'mod/data:viewallratings', 'read', 70, 'mod_data', 8),
(314, 'mod/data:approve', 'write', 70, 'mod_data', 16),
(315, 'mod/data:manageentries', 'write', 70, 'mod_data', 16),
(316, 'mod/data:managecomments', 'write', 70, 'mod_data', 16),
(317, 'mod/data:managetemplates', 'write', 70, 'mod_data', 20),
(318, 'mod/data:viewalluserpresets', 'read', 70, 'mod_data', 0),
(319, 'mod/data:manageuserpresets', 'write', 70, 'mod_data', 20),
(320, 'mod/data:exportentry', 'read', 70, 'mod_data', 8),
(321, 'mod/data:exportownentry', 'read', 70, 'mod_data', 0),
(322, 'mod/data:exportallentries', 'read', 70, 'mod_data', 8),
(323, 'mod/data:exportuserinfo', 'read', 70, 'mod_data', 8),
(324, 'mod/data:view', 'read', 70, 'mod_data', 0),
(325, 'mod/feedback:addinstance', 'write', 50, 'mod_feedback', 4),
(326, 'mod/feedback:view', 'read', 70, 'mod_feedback', 0),
(327, 'mod/feedback:complete', 'write', 70, 'mod_feedback', 16),
(328, 'mod/feedback:viewanalysepage', 'read', 70, 'mod_feedback', 8),
(329, 'mod/feedback:deletesubmissions', 'write', 70, 'mod_feedback', 0),
(330, 'mod/feedback:mapcourse', 'write', 70, 'mod_feedback', 0),
(331, 'mod/feedback:edititems', 'write', 70, 'mod_feedback', 20),
(332, 'mod/feedback:createprivatetemplate', 'write', 70, 'mod_feedback', 16),
(333, 'mod/feedback:createpublictemplate', 'write', 70, 'mod_feedback', 16),
(334, 'mod/feedback:deletetemplate', 'write', 70, 'mod_feedback', 0),
(335, 'mod/feedback:viewreports', 'read', 70, 'mod_feedback', 8),
(336, 'mod/feedback:receivemail', 'read', 70, 'mod_feedback', 8),
(337, 'mod/folder:addinstance', 'write', 50, 'mod_folder', 4),
(338, 'mod/folder:view', 'read', 70, 'mod_folder', 0),
(339, 'mod/folder:managefiles', 'write', 70, 'mod_folder', 20),
(340, 'mod/forum:addinstance', 'write', 50, 'mod_forum', 4),
(341, 'mod/forum:viewdiscussion', 'read', 70, 'mod_forum', 0),
(342, 'mod/forum:viewhiddentimedposts', 'read', 70, 'mod_forum', 0),
(343, 'mod/forum:startdiscussion', 'write', 70, 'mod_forum', 16),
(344, 'mod/forum:replypost', 'write', 70, 'mod_forum', 16),
(345, 'mod/forum:addnews', 'write', 70, 'mod_forum', 16),
(346, 'mod/forum:replynews', 'write', 70, 'mod_forum', 16),
(347, 'mod/forum:viewrating', 'read', 70, 'mod_forum', 0),
(348, 'mod/forum:viewanyrating', 'read', 70, 'mod_forum', 8),
(349, 'mod/forum:viewallratings', 'read', 70, 'mod_forum', 8),
(350, 'mod/forum:rate', 'write', 70, 'mod_forum', 0),
(351, 'mod/forum:postprivatereply', 'write', 70, 'mod_forum', 0),
(352, 'mod/forum:readprivatereplies', 'read', 70, 'mod_forum', 0),
(353, 'mod/forum:createattachment', 'write', 70, 'mod_forum', 16),
(354, 'mod/forum:deleteownpost', 'write', 70, 'mod_forum', 0),
(355, 'mod/forum:deleteanypost', 'write', 70, 'mod_forum', 0),
(356, 'mod/forum:splitdiscussions', 'write', 70, 'mod_forum', 0),
(357, 'mod/forum:movediscussions', 'write', 70, 'mod_forum', 0),
(358, 'mod/forum:pindiscussions', 'write', 70, 'mod_forum', 0),
(359, 'mod/forum:editanypost', 'write', 70, 'mod_forum', 16),
(360, 'mod/forum:viewqandawithoutposting', 'read', 70, 'mod_forum', 0),
(361, 'mod/forum:viewsubscribers', 'read', 70, 'mod_forum', 0),
(362, 'mod/forum:managesubscriptions', 'write', 70, 'mod_forum', 16),
(363, 'mod/forum:postwithoutthrottling', 'write', 70, 'mod_forum', 16),
(364, 'mod/forum:exportdiscussion', 'read', 70, 'mod_forum', 8),
(365, 'mod/forum:exportforum', 'read', 70, 'mod_forum', 8),
(366, 'mod/forum:exportpost', 'read', 70, 'mod_forum', 8),
(367, 'mod/forum:exportownpost', 'read', 70, 'mod_forum', 8),
(368, 'mod/forum:addquestion', 'write', 70, 'mod_forum', 16),
(369, 'mod/forum:allowforcesubscribe', 'read', 70, 'mod_forum', 0),
(370, 'mod/forum:canposttomygroups', 'write', 70, 'mod_forum', 0),
(371, 'mod/forum:canoverridediscussionlock', 'write', 70, 'mod_forum', 0),
(372, 'mod/forum:canoverridecutoff', 'write', 70, 'mod_forum', 0),
(373, 'mod/forum:cantogglefavourite', 'write', 70, 'mod_forum', 0),
(374, 'mod/forum:grade', 'write', 70, 'mod_forum', 0),
(375, 'mod/forum:canmailnow', 'write', 70, 'mod_forum', 16),
(376, 'mod/glossary:addinstance', 'write', 50, 'mod_glossary', 4),
(377, 'mod/glossary:view', 'read', 70, 'mod_glossary', 0),
(378, 'mod/glossary:write', 'write', 70, 'mod_glossary', 16),
(379, 'mod/glossary:manageentries', 'write', 70, 'mod_glossary', 16),
(380, 'mod/glossary:managecategories', 'write', 70, 'mod_glossary', 16),
(381, 'mod/glossary:comment', 'write', 70, 'mod_glossary', 16),
(382, 'mod/glossary:managecomments', 'write', 70, 'mod_glossary', 16),
(383, 'mod/glossary:import', 'write', 70, 'mod_glossary', 16),
(384, 'mod/glossary:export', 'read', 70, 'mod_glossary', 0),
(385, 'mod/glossary:approve', 'write', 70, 'mod_glossary', 16),
(386, 'mod/glossary:rate', 'write', 70, 'mod_glossary', 0),
(387, 'mod/glossary:viewrating', 'read', 70, 'mod_glossary', 0),
(388, 'mod/glossary:viewanyrating', 'read', 70, 'mod_glossary', 8),
(389, 'mod/glossary:viewallratings', 'read', 70, 'mod_glossary', 8),
(390, 'mod/glossary:exportentry', 'read', 70, 'mod_glossary', 8),
(391, 'mod/glossary:exportownentry', 'read', 70, 'mod_glossary', 0),
(392, 'mod/h5pactivity:view', 'read', 70, 'mod_h5pactivity', 0),
(393, 'mod/h5pactivity:addinstance', 'write', 50, 'mod_h5pactivity', 0),
(394, 'mod/h5pactivity:submit', 'write', 70, 'mod_h5pactivity', 0),
(395, 'mod/h5pactivity:reviewattempts', 'read', 70, 'mod_h5pactivity', 0),
(396, 'mod/imscp:view', 'read', 70, 'mod_imscp', 0),
(397, 'mod/imscp:addinstance', 'write', 50, 'mod_imscp', 4),
(398, 'mod/label:addinstance', 'write', 50, 'mod_label', 4),
(399, 'mod/label:view', 'read', 70, 'mod_label', 0),
(400, 'mod/lesson:addinstance', 'write', 50, 'mod_lesson', 4),
(401, 'mod/lesson:edit', 'write', 70, 'mod_lesson', 4),
(402, 'mod/lesson:grade', 'write', 70, 'mod_lesson', 20),
(403, 'mod/lesson:viewreports', 'read', 70, 'mod_lesson', 8),
(404, 'mod/lesson:manage', 'write', 70, 'mod_lesson', 0),
(405, 'mod/lesson:manageoverrides', 'write', 70, 'mod_lesson', 0),
(406, 'mod/lesson:view', 'read', 70, 'mod_lesson', 0),
(407, 'mod/lti:view', 'read', 70, 'mod_lti', 0),
(408, 'mod/lti:addinstance', 'write', 50, 'mod_lti', 4),
(409, 'mod/lti:manage', 'write', 70, 'mod_lti', 8),
(410, 'mod/lti:admin', 'write', 70, 'mod_lti', 8),
(411, 'mod/lti:addcoursetool', 'write', 50, 'mod_lti', 0),
(412, 'mod/lti:addpreconfiguredinstance', 'write', 50, 'mod_lti', 0),
(413, 'mod/lti:requesttooladd', 'write', 50, 'mod_lti', 0),
(414, 'mod/page:view', 'read', 70, 'mod_page', 0),
(415, 'mod/page:addinstance', 'write', 50, 'mod_page', 4),
(416, 'mod/quiz:view', 'read', 70, 'mod_quiz', 0),
(417, 'mod/quiz:addinstance', 'write', 50, 'mod_quiz', 4),
(418, 'mod/quiz:attempt', 'write', 70, 'mod_quiz', 16),
(419, 'mod/quiz:reviewmyattempts', 'read', 70, 'mod_quiz', 0),
(420, 'mod/quiz:manage', 'write', 70, 'mod_quiz', 16),
(421, 'mod/quiz:manageoverrides', 'write', 70, 'mod_quiz', 0),
(422, 'mod/quiz:viewoverrides', 'read', 70, 'mod_quiz', 0),
(423, 'mod/quiz:preview', 'write', 70, 'mod_quiz', 0),
(424, 'mod/quiz:grade', 'write', 70, 'mod_quiz', 20),
(425, 'mod/quiz:regrade', 'write', 70, 'mod_quiz', 16),
(426, 'mod/quiz:viewreports', 'read', 70, 'mod_quiz', 8),
(427, 'mod/quiz:deleteattempts', 'write', 70, 'mod_quiz', 32),
(428, 'mod/quiz:reopenattempts', 'write', 70, 'mod_quiz', 0),
(429, 'mod/quiz:ignoretimelimits', 'read', 70, 'mod_quiz', 0),
(430, 'mod/quiz:emailconfirmsubmission', 'read', 70, 'mod_quiz', 0),
(431, 'mod/quiz:emailnotifysubmission', 'read', 70, 'mod_quiz', 0),
(432, 'mod/quiz:emailwarnoverdue', 'read', 70, 'mod_quiz', 0),
(433, 'mod/quiz:emailnotifyattemptgraded', 'read', 70, 'mod_quiz', 0),
(434, 'mod/resource:view', 'read', 70, 'mod_resource', 0),
(435, 'mod/resource:addinstance', 'write', 50, 'mod_resource', 4),
(436, 'mod/scorm:addinstance', 'write', 50, 'mod_scorm', 4),
(437, 'mod/scorm:viewreport', 'read', 70, 'mod_scorm', 0),
(438, 'mod/scorm:skipview', 'read', 70, 'mod_scorm', 0),
(439, 'mod/scorm:savetrack', 'write', 70, 'mod_scorm', 0),
(440, 'mod/scorm:viewscores', 'read', 70, 'mod_scorm', 0),
(441, 'mod/scorm:deleteresponses', 'write', 70, 'mod_scorm', 0),
(442, 'mod/scorm:deleteownresponses', 'write', 70, 'mod_scorm', 0),
(443, 'mod/survey:addinstance', 'write', 50, 'mod_survey', 4),
(444, 'mod/survey:participate', 'read', 70, 'mod_survey', 0),
(445, 'mod/survey:readresponses', 'read', 70, 'mod_survey', 0),
(446, 'mod/survey:download', 'read', 70, 'mod_survey', 0),
(447, 'mod/url:view', 'read', 70, 'mod_url', 0),
(448, 'mod/url:addinstance', 'write', 50, 'mod_url', 4),
(449, 'mod/wiki:addinstance', 'write', 50, 'mod_wiki', 4),
(450, 'mod/wiki:viewpage', 'read', 70, 'mod_wiki', 0),
(451, 'mod/wiki:editpage', 'write', 70, 'mod_wiki', 16),
(452, 'mod/wiki:createpage', 'write', 70, 'mod_wiki', 16),
(453, 'mod/wiki:viewcomment', 'read', 70, 'mod_wiki', 0),
(454, 'mod/wiki:editcomment', 'write', 70, 'mod_wiki', 16),
(455, 'mod/wiki:managecomment', 'write', 70, 'mod_wiki', 0),
(456, 'mod/wiki:managefiles', 'write', 70, 'mod_wiki', 0),
(457, 'mod/wiki:overridelock', 'write', 70, 'mod_wiki', 0),
(458, 'mod/wiki:managewiki', 'write', 70, 'mod_wiki', 0),
(459, 'mod/workshop:view', 'read', 70, 'mod_workshop', 0),
(460, 'mod/workshop:addinstance', 'write', 50, 'mod_workshop', 4),
(461, 'mod/workshop:switchphase', 'write', 70, 'mod_workshop', 0),
(462, 'mod/workshop:editdimensions', 'write', 70, 'mod_workshop', 4),
(463, 'mod/workshop:submit', 'write', 70, 'mod_workshop', 0),
(464, 'mod/workshop:peerassess', 'write', 70, 'mod_workshop', 0),
(465, 'mod/workshop:manageexamples', 'write', 70, 'mod_workshop', 0),
(466, 'mod/workshop:allocate', 'write', 70, 'mod_workshop', 0),
(467, 'mod/workshop:publishsubmissions', 'write', 70, 'mod_workshop', 0),
(468, 'mod/workshop:viewauthornames', 'read', 70, 'mod_workshop', 0),
(469, 'mod/workshop:viewreviewernames', 'read', 70, 'mod_workshop', 0),
(470, 'mod/workshop:viewallsubmissions', 'read', 70, 'mod_workshop', 0),
(471, 'mod/workshop:viewpublishedsubmissions', 'read', 70, 'mod_workshop', 0),
(472, 'mod/workshop:viewauthorpublished', 'read', 70, 'mod_workshop', 0),
(473, 'mod/workshop:viewallassessments', 'read', 70, 'mod_workshop', 0),
(474, 'mod/workshop:overridegrades', 'write', 70, 'mod_workshop', 0),
(475, 'mod/workshop:ignoredeadlines', 'write', 70, 'mod_workshop', 0),
(476, 'mod/workshop:deletesubmissions', 'write', 70, 'mod_workshop', 0),
(477, 'mod/workshop:exportsubmissions', 'read', 70, 'mod_workshop', 0),
(478, 'auth/oauth2:managelinkedlogins', 'write', 30, 'auth_oauth2', 0),
(479, 'communication/matrix:moderator', 'read', 50, 'communication_matrix', 0),
(480, 'enrol/category:synchronised', 'write', 10, 'enrol_category', 0),
(481, 'enrol/category:config', 'write', 50, 'enrol_category', 0),
(482, 'enrol/cohort:config', 'write', 50, 'enrol_cohort', 0),
(483, 'enrol/cohort:unenrol', 'write', 50, 'enrol_cohort', 0),
(484, 'enrol/database:unenrol', 'write', 50, 'enrol_database', 0),
(485, 'enrol/database:config', 'write', 50, 'enrol_database', 0),
(486, 'enrol/fee:config', 'write', 50, 'enrol_fee', 0),
(487, 'enrol/fee:manage', 'write', 50, 'enrol_fee', 0),
(488, 'enrol/fee:unenrol', 'write', 50, 'enrol_fee', 0),
(489, 'enrol/fee:unenrolself', 'write', 50, 'enrol_fee', 0),
(490, 'enrol/flatfile:manage', 'write', 50, 'enrol_flatfile', 0),
(491, 'enrol/flatfile:unenrol', 'write', 50, 'enrol_flatfile', 0),
(492, 'enrol/guest:config', 'write', 50, 'enrol_guest', 0),
(493, 'enrol/imsenterprise:config', 'write', 50, 'enrol_imsenterprise', 0),
(494, 'enrol/ldap:manage', 'write', 50, 'enrol_ldap', 0),
(495, 'enrol/lti:config', 'write', 50, 'enrol_lti', 0),
(496, 'enrol/lti:unenrol', 'write', 50, 'enrol_lti', 0),
(497, 'enrol/manual:config', 'write', 50, 'enrol_manual', 0),
(498, 'enrol/manual:enrol', 'write', 50, 'enrol_manual', 0),
(499, 'enrol/manual:manage', 'write', 50, 'enrol_manual', 0),
(500, 'enrol/manual:unenrol', 'write', 50, 'enrol_manual', 0),
(501, 'enrol/manual:unenrolself', 'write', 50, 'enrol_manual', 0),
(502, 'enrol/meta:config', 'write', 50, 'enrol_meta', 0),
(503, 'enrol/meta:selectaslinked', 'read', 50, 'enrol_meta', 0),
(504, 'enrol/meta:unenrol', 'write', 50, 'enrol_meta', 0),
(505, 'enrol/mnet:config', 'write', 50, 'enrol_mnet', 0),
(506, 'enrol/paypal:config', 'write', 50, 'enrol_paypal', 0),
(507, 'enrol/paypal:manage', 'write', 50, 'enrol_paypal', 0),
(508, 'enrol/paypal:unenrol', 'write', 50, 'enrol_paypal', 0),
(509, 'enrol/paypal:unenrolself', 'write', 50, 'enrol_paypal', 0),
(510, 'enrol/self:config', 'write', 50, 'enrol_self', 0),
(511, 'enrol/self:manage', 'write', 50, 'enrol_self', 0),
(512, 'enrol/self:holdkey', 'write', 50, 'enrol_self', 0),
(513, 'enrol/self:unenrolself', 'write', 50, 'enrol_self', 0),
(514, 'enrol/self:unenrol', 'write', 50, 'enrol_self', 0),
(515, 'enrol/self:enrolself', 'write', 50, 'enrol_self', 0),
(516, 'message/airnotifier:managedevice', 'write', 10, 'message_airnotifier', 0),
(517, 'block/accessreview:addinstance', 'write', 80, 'block_accessreview', 0),
(518, 'block/accessreview:view', 'read', 80, 'block_accessreview', 0),
(519, 'block/activity_modules:addinstance', 'write', 80, 'block_activity_modules', 20),
(520, 'block/activity_results:addinstance', 'write', 80, 'block_activity_results', 20),
(521, 'block/admin_bookmarks:myaddinstance', 'write', 10, 'block_admin_bookmarks', 0),
(522, 'block/admin_bookmarks:addinstance', 'write', 80, 'block_admin_bookmarks', 20),
(523, 'block/badges:addinstance', 'read', 80, 'block_badges', 0),
(524, 'block/badges:myaddinstance', 'read', 10, 'block_badges', 8),
(525, 'block/blog_menu:addinstance', 'write', 80, 'block_blog_menu', 20),
(526, 'block/blog_recent:addinstance', 'write', 80, 'block_blog_recent', 20),
(527, 'block/blog_tags:addinstance', 'write', 80, 'block_blog_tags', 20),
(528, 'block/calendar_month:myaddinstance', 'write', 10, 'block_calendar_month', 0),
(529, 'block/calendar_month:addinstance', 'write', 80, 'block_calendar_month', 20),
(530, 'block/calendar_upcoming:myaddinstance', 'write', 10, 'block_calendar_upcoming', 0),
(531, 'block/calendar_upcoming:addinstance', 'write', 80, 'block_calendar_upcoming', 20),
(532, 'block/comments:myaddinstance', 'write', 10, 'block_comments', 0),
(533, 'block/comments:addinstance', 'write', 80, 'block_comments', 20),
(534, 'block/completionstatus:addinstance', 'write', 80, 'block_completionstatus', 20),
(535, 'block/course_list:myaddinstance', 'write', 10, 'block_course_list', 0),
(536, 'block/course_list:addinstance', 'write', 80, 'block_course_list', 20),
(537, 'block/course_summary:addinstance', 'write', 80, 'block_course_summary', 20),
(538, 'block/feedback:addinstance', 'write', 80, 'block_feedback', 20),
(539, 'block/globalsearch:myaddinstance', 'write', 10, 'block_globalsearch', 0),
(540, 'block/globalsearch:addinstance', 'write', 80, 'block_globalsearch', 0),
(541, 'block/glossary_random:myaddinstance', 'write', 10, 'block_glossary_random', 0),
(542, 'block/glossary_random:addinstance', 'write', 80, 'block_glossary_random', 20),
(543, 'block/html:myaddinstance', 'write', 10, 'block_html', 0),
(544, 'block/html:addinstance', 'write', 80, 'block_html', 20),
(545, 'block/login:addinstance', 'write', 80, 'block_login', 20),
(546, 'block/lp:addinstance', 'write', 10, 'block_lp', 0),
(547, 'block/lp:myaddinstance', 'write', 10, 'block_lp', 0),
(548, 'block/mentees:myaddinstance', 'write', 10, 'block_mentees', 0),
(549, 'block/mentees:addinstance', 'write', 80, 'block_mentees', 20),
(550, 'block/mnet_hosts:myaddinstance', 'write', 10, 'block_mnet_hosts', 0),
(551, 'block/mnet_hosts:addinstance', 'write', 80, 'block_mnet_hosts', 20),
(552, 'block/myoverview:myaddinstance', 'write', 10, 'block_myoverview', 0),
(553, 'block/myprofile:myaddinstance', 'write', 10, 'block_myprofile', 0),
(554, 'block/myprofile:addinstance', 'write', 80, 'block_myprofile', 20),
(555, 'block/navigation:myaddinstance', 'write', 10, 'block_navigation', 0),
(556, 'block/navigation:addinstance', 'write', 80, 'block_navigation', 20),
(557, 'block/news_items:myaddinstance', 'write', 10, 'block_news_items', 0),
(558, 'block/news_items:addinstance', 'write', 80, 'block_news_items', 20),
(559, 'block/online_users:myaddinstance', 'write', 10, 'block_online_users', 0),
(560, 'block/online_users:addinstance', 'write', 80, 'block_online_users', 20),
(561, 'block/online_users:viewlist', 'read', 80, 'block_online_users', 0),
(562, 'block/private_files:myaddinstance', 'write', 10, 'block_private_files', 0),
(563, 'block/private_files:addinstance', 'write', 80, 'block_private_files', 20),
(564, 'block/recent_activity:addinstance', 'write', 80, 'block_recent_activity', 20),
(565, 'block/recent_activity:viewaddupdatemodule', 'read', 50, 'block_recent_activity', 0),
(566, 'block/recent_activity:viewdeletemodule', 'read', 50, 'block_recent_activity', 0),
(567, 'block/recentlyaccessedcourses:myaddinstance', 'write', 10, 'block_recentlyaccessedcourses', 0),
(568, 'block/recentlyaccesseditems:myaddinstance', 'write', 10, 'block_recentlyaccesseditems', 0),
(569, 'block/rss_client:myaddinstance', 'write', 10, 'block_rss_client', 0),
(570, 'block/rss_client:addinstance', 'write', 80, 'block_rss_client', 20),
(571, 'block/rss_client:manageownfeeds', 'write', 80, 'block_rss_client', 0),
(572, 'block/rss_client:manageanyfeeds', 'write', 80, 'block_rss_client', 16),
(573, 'block/search_forums:addinstance', 'write', 80, 'block_search_forums', 20),
(574, 'block/section_links:addinstance', 'write', 80, 'block_section_links', 20),
(575, 'block/selfcompletion:addinstance', 'write', 80, 'block_selfcompletion', 20),
(576, 'block/settings:myaddinstance', 'write', 10, 'block_settings', 0),
(577, 'block/settings:addinstance', 'write', 80, 'block_settings', 20),
(578, 'block/site_main_menu:addinstance', 'write', 80, 'block_site_main_menu', 20),
(579, 'block/social_activities:addinstance', 'write', 80, 'block_social_activities', 20),
(580, 'block/starredcourses:myaddinstance', 'write', 10, 'block_starredcourses', 0),
(581, 'block/tag_flickr:addinstance', 'write', 80, 'block_tag_flickr', 20),
(582, 'block/tag_youtube:addinstance', 'write', 80, 'block_tag_youtube', 20),
(583, 'block/tags:myaddinstance', 'write', 10, 'block_tags', 0),
(584, 'block/tags:addinstance', 'write', 80, 'block_tags', 20),
(585, 'block/timeline:myaddinstance', 'write', 10, 'block_timeline', 0),
(586, 'report/completion:view', 'read', 50, 'report_completion', 8),
(587, 'report/courseoverview:view', 'read', 10, 'report_courseoverview', 8),
(588, 'report/log:view', 'read', 50, 'report_log', 8),
(589, 'report/log:viewtoday', 'read', 50, 'report_log', 8),
(590, 'report/loglive:view', 'read', 50, 'report_loglive', 8),
(591, 'report/outline:view', 'read', 50, 'report_outline', 8),
(592, 'report/outline:viewuserreport', 'read', 50, 'report_outline', 8),
(593, 'report/participation:view', 'read', 50, 'report_participation', 8),
(594, 'report/performance:view', 'read', 10, 'report_performance', 2),
(595, 'report/progress:view', 'read', 50, 'report_progress', 8),
(596, 'report/questioninstances:view', 'read', 10, 'report_questioninstances', 0),
(597, 'report/security:view', 'read', 10, 'report_security', 2),
(598, 'report/stats:view', 'read', 50, 'report_stats', 8),
(599, 'report/status:view', 'read', 10, 'report_status', 2),
(600, 'report/usersessions:manageownsessions', 'write', 30, 'report_usersessions', 0),
(601, 'gradeexport/ods:view', 'read', 50, 'gradeexport_ods', 8),
(602, 'gradeexport/ods:publish', 'read', 50, 'gradeexport_ods', 8),
(603, 'gradeexport/txt:view', 'read', 50, 'gradeexport_txt', 8),
(604, 'gradeexport/txt:publish', 'read', 50, 'gradeexport_txt', 8),
(605, 'gradeexport/xls:view', 'read', 50, 'gradeexport_xls', 8),
(606, 'gradeexport/xls:publish', 'read', 50, 'gradeexport_xls', 8),
(607, 'gradeexport/xml:view', 'read', 50, 'gradeexport_xml', 8),
(608, 'gradeexport/xml:publish', 'read', 50, 'gradeexport_xml', 8),
(609, 'gradeimport/csv:view', 'write', 50, 'gradeimport_csv', 0),
(610, 'gradeimport/direct:view', 'write', 50, 'gradeimport_direct', 0),
(611, 'gradeimport/xml:view', 'write', 50, 'gradeimport_xml', 0),
(612, 'gradeimport/xml:publish', 'write', 50, 'gradeimport_xml', 0),
(613, 'gradereport/grader:view', 'read', 50, 'gradereport_grader', 8),
(614, 'gradereport/history:view', 'read', 50, 'gradereport_history', 8),
(615, 'gradereport/outcomes:view', 'read', 50, 'gradereport_outcomes', 8),
(616, 'gradereport/overview:view', 'read', 50, 'gradereport_overview', 8),
(617, 'gradereport/singleview:view', 'read', 50, 'gradereport_singleview', 8),
(618, 'gradereport/summary:view', 'read', 50, 'gradereport_summary', 8),
(619, 'gradereport/user:view', 'read', 50, 'gradereport_user', 8),
(620, 'webservice/rest:use', 'read', 50, 'webservice_rest', 0),
(621, 'webservice/soap:use', 'read', 50, 'webservice_soap', 0),
(622, 'repository/areafiles:view', 'read', 70, 'repository_areafiles', 0),
(623, 'repository/contentbank:view', 'read', 70, 'repository_contentbank', 0),
(624, 'repository/contentbank:accesscoursecontent', 'read', 50, 'repository_contentbank', 0),
(625, 'repository/contentbank:accesscoursecategorycontent', 'read', 40, 'repository_contentbank', 0),
(626, 'repository/contentbank:accessgeneralcontent', 'read', 40, 'repository_contentbank', 0),
(627, 'repository/coursefiles:view', 'read', 70, 'repository_coursefiles', 0),
(628, 'repository/dropbox:view', 'read', 70, 'repository_dropbox', 0),
(629, 'repository/equella:view', 'read', 70, 'repository_equella', 0),
(630, 'repository/filesystem:view', 'read', 70, 'repository_filesystem', 0),
(631, 'repository/flickr:view', 'read', 70, 'repository_flickr', 0),
(632, 'repository/flickr_public:view', 'read', 70, 'repository_flickr_public', 0),
(633, 'repository/googledocs:view', 'read', 70, 'repository_googledocs', 0),
(634, 'repository/local:view', 'read', 70, 'repository_local', 0),
(635, 'repository/merlot:view', 'read', 70, 'repository_merlot', 0),
(636, 'repository/nextcloud:view', 'read', 70, 'repository_nextcloud', 0),
(637, 'repository/onedrive:view', 'read', 70, 'repository_onedrive', 0),
(638, 'repository/recent:view', 'read', 70, 'repository_recent', 0),
(639, 'repository/s3:view', 'read', 70, 'repository_s3', 0),
(640, 'repository/upload:view', 'read', 70, 'repository_upload', 0),
(641, 'repository/url:view', 'read', 70, 'repository_url', 0),
(642, 'repository/user:view', 'read', 70, 'repository_user', 0),
(643, 'repository/webdav:view', 'read', 70, 'repository_webdav', 0),
(644, 'repository/wikimedia:view', 'read', 70, 'repository_wikimedia', 0),
(645, 'repository/youtube:view', 'read', 70, 'repository_youtube', 0),
(646, 'moodle/question:commentmine', 'write', 50, 'qbank_comment', 0),
(647, 'moodle/question:commentall', 'write', 50, 'qbank_comment', 0),
(648, 'qbank/customfields:changelockedcustomfields', 'write', 50, 'qbank_customfields', 16),
(649, 'qbank/customfields:configurecustomfields', 'write', 10, 'qbank_customfields', 16),
(650, 'qbank/customfields:viewhiddencustomfields', 'read', 50, 'qbank_customfields', 0),
(651, 'tool/brickfield:viewcoursetools', 'read', 50, 'tool_brickfield', 8),
(652, 'tool/brickfield:viewsystemtools', 'read', 10, 'tool_brickfield', 2),
(653, 'tool/customlang:view', 'read', 10, 'tool_customlang', 2),
(654, 'tool/customlang:edit', 'write', 10, 'tool_customlang', 6),
(655, 'tool/customlang:export', 'read', 10, 'tool_customlang', 2),
(656, 'tool/dataprivacy:managedatarequests', 'write', 10, 'tool_dataprivacy', 60),
(657, 'tool/dataprivacy:requestdeleteforotheruser', 'write', 10, 'tool_dataprivacy', 60),
(658, 'tool/dataprivacy:managedataregistry', 'write', 10, 'tool_dataprivacy', 60),
(659, 'tool/dataprivacy:makedatarequestsforchildren', 'write', 30, 'tool_dataprivacy', 24),
(660, 'tool/dataprivacy:makedatadeletionrequestsforchildren', 'write', 30, 'tool_dataprivacy', 24),
(661, 'tool/dataprivacy:downloadownrequest', 'read', 30, 'tool_dataprivacy', 0),
(662, 'tool/dataprivacy:downloadallrequests', 'read', 30, 'tool_dataprivacy', 8),
(663, 'tool/dataprivacy:requestdelete', 'write', 30, 'tool_dataprivacy', 32),
(664, 'tool/lpmigrate:frameworksmigrate', 'write', 10, 'tool_lpmigrate', 0),
(665, 'tool/mfa:mfaaccess', 'write', 30, 'tool_mfa', 0),
(666, 'tool/monitor:subscribe', 'read', 50, 'tool_monitor', 8),
(667, 'tool/monitor:managerules', 'write', 50, 'tool_monitor', 4),
(668, 'tool/monitor:managetool', 'write', 10, 'tool_monitor', 4),
(669, 'tool/policy:accept', 'write', 10, 'tool_policy', 0),
(670, 'tool/policy:acceptbehalf', 'write', 30, 'tool_policy', 8),
(671, 'tool/policy:managedocs', 'write', 10, 'tool_policy', 0),
(672, 'tool/policy:viewacceptances', 'read', 10, 'tool_policy', 0),
(673, 'tool/recyclebin:deleteitems', 'write', 50, 'tool_recyclebin', 32),
(674, 'tool/recyclebin:restoreitems', 'write', 50, 'tool_recyclebin', 0),
(675, 'tool/recyclebin:viewitems', 'read', 50, 'tool_recyclebin', 0),
(676, 'tool/uploaduser:uploaduserpictures', 'write', 10, 'tool_uploaduser', 16),
(677, 'tool/usertours:managetours', 'write', 10, 'tool_usertours', 4),
(678, 'contenttype/h5p:access', 'read', 50, 'contenttype_h5p', 0),
(679, 'contenttype/h5p:upload', 'write', 50, 'contenttype_h5p', 16),
(680, 'contenttype/h5p:useeditor', 'write', 50, 'contenttype_h5p', 16),
(681, 'local/adminer:useadminer', 'write', 10, 'local_adminer', 63),
(682, 'booktool/exportimscp:export', 'read', 70, 'booktool_exportimscp', 0),
(683, 'booktool/importhtml:import', 'write', 70, 'booktool_importhtml', 4),
(684, 'booktool/print:print', 'read', 70, 'booktool_print', 0),
(685, 'forumreport/summary:view', 'read', 70, 'forumreport_summary', 0),
(686, 'forumreport/summary:viewall', 'read', 70, 'forumreport_summary', 8),
(687, 'quiz/grading:viewstudentnames', 'read', 70, 'quiz_grading', 0),
(688, 'quiz/grading:viewidnumber', 'read', 70, 'quiz_grading', 0),
(689, 'quiz/statistics:view', 'read', 70, 'quiz_statistics', 0),
(690, 'quizaccess/seb:managetemplates', 'write', 10, 'quizaccess_seb', 0),
(691, 'quizaccess/seb:bypassseb', 'read', 70, 'quizaccess_seb', 0),
(692, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 'write', 70, 'quizaccess_seb', 0),
(693, 'quizaccess/seb:manage_seb_templateid', 'read', 70, 'quizaccess_seb', 0),
(694, 'quizaccess/seb:manage_filemanager_sebconfigfile', 'write', 70, 'quizaccess_seb', 0),
(695, 'quizaccess/seb:manage_seb_showsebdownloadlink', 'write', 70, 'quizaccess_seb', 0),
(696, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 'write', 70, 'quizaccess_seb', 0),
(697, 'quizaccess/seb:manage_seb_linkquitseb', 'write', 70, 'quizaccess_seb', 0),
(698, 'quizaccess/seb:manage_seb_userconfirmquit', 'write', 70, 'quizaccess_seb', 0),
(699, 'quizaccess/seb:manage_seb_allowuserquitseb', 'write', 70, 'quizaccess_seb', 0),
(700, 'quizaccess/seb:manage_seb_quitpassword', 'write', 70, 'quizaccess_seb', 0),
(701, 'quizaccess/seb:manage_seb_allowreloadinexam', 'write', 70, 'quizaccess_seb', 0),
(702, 'quizaccess/seb:manage_seb_showsebtaskbar', 'write', 70, 'quizaccess_seb', 0),
(703, 'quizaccess/seb:manage_seb_showreloadbutton', 'write', 70, 'quizaccess_seb', 0),
(704, 'quizaccess/seb:manage_seb_showtime', 'write', 70, 'quizaccess_seb', 0),
(705, 'quizaccess/seb:manage_seb_showkeyboardlayout', 'write', 70, 'quizaccess_seb', 0),
(706, 'quizaccess/seb:manage_seb_showwificontrol', 'write', 70, 'quizaccess_seb', 0),
(707, 'quizaccess/seb:manage_seb_enableaudiocontrol', 'write', 70, 'quizaccess_seb', 0),
(708, 'quizaccess/seb:manage_seb_muteonstartup', 'write', 70, 'quizaccess_seb', 0),
(709, 'quizaccess/seb:manage_seb_allowspellchecking', 'write', 70, 'quizaccess_seb', 0),
(710, 'quizaccess/seb:manage_seb_activateurlfiltering', 'write', 70, 'quizaccess_seb', 0),
(711, 'quizaccess/seb:manage_seb_filterembeddedcontent', 'write', 70, 'quizaccess_seb', 0),
(712, 'quizaccess/seb:manage_seb_expressionsallowed', 'write', 70, 'quizaccess_seb', 0),
(713, 'quizaccess/seb:manage_seb_regexallowed', 'write', 70, 'quizaccess_seb', 0),
(714, 'quizaccess/seb:manage_seb_expressionsblocked', 'write', 70, 'quizaccess_seb', 0),
(715, 'quizaccess/seb:manage_seb_regexblocked', 'write', 70, 'quizaccess_seb', 0),
(716, 'atto/h5p:addembed', 'write', 70, 'atto_h5p', 0),
(717, 'atto/recordrtc:recordaudio', 'write', 70, 'atto_recordrtc', 0),
(718, 'atto/recordrtc:recordvideo', 'write', 70, 'atto_recordrtc', 0),
(719, 'tiny/h5p:addembed', 'write', 70, 'tiny_h5p', 0),
(720, 'tiny/recordrtc:recordaudio', 'write', 70, 'tiny_recordrtc', 0),
(721, 'tiny/recordrtc:recordvideo', 'write', 70, 'tiny_recordrtc', 0),
(722, 'factor/capability:cannotpassfactor', 'read', 10, 'factor_capability', 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat`
--

CREATE TABLE `mdl_chat` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `keepdays` bigint(11) NOT NULL DEFAULT 0,
  `studentlogs` smallint(4) NOT NULL DEFAULT 0,
  `chattime` bigint(10) NOT NULL DEFAULT 0,
  `schedule` smallint(4) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each of these is a chat room' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_messages`
--

CREATE TABLE `mdl_chat_messages` (
  `id` bigint(10) NOT NULL,
  `chatid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `issystem` tinyint(1) NOT NULL DEFAULT 0,
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all the actual chat messages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_messages_current`
--

CREATE TABLE `mdl_chat_messages_current` (
  `id` bigint(10) NOT NULL,
  `chatid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `issystem` tinyint(1) NOT NULL DEFAULT 0,
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores current session' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_users`
--

CREATE TABLE `mdl_chat_users` (
  `id` bigint(10) NOT NULL,
  `chatid` bigint(11) NOT NULL DEFAULT 0,
  `userid` bigint(11) NOT NULL DEFAULT 0,
  `groupid` bigint(11) NOT NULL DEFAULT 0,
  `version` varchar(16) NOT NULL DEFAULT '',
  `ip` varchar(45) NOT NULL DEFAULT '',
  `firstping` bigint(10) NOT NULL DEFAULT 0,
  `lastping` bigint(10) NOT NULL DEFAULT 0,
  `lastmessageping` bigint(10) NOT NULL DEFAULT 0,
  `sid` varchar(32) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT 0,
  `lang` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps track of which users are in which chat rooms' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice`
--

CREATE TABLE `mdl_choice` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `publish` tinyint(2) NOT NULL DEFAULT 0,
  `showresults` tinyint(2) NOT NULL DEFAULT 0,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `allowupdate` tinyint(2) NOT NULL DEFAULT 0,
  `allowmultiple` tinyint(2) NOT NULL DEFAULT 0,
  `showunanswered` tinyint(2) NOT NULL DEFAULT 0,
  `includeinactive` tinyint(2) NOT NULL DEFAULT 1,
  `limitanswers` tinyint(2) NOT NULL DEFAULT 0,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `showpreview` tinyint(2) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionsubmit` tinyint(1) NOT NULL DEFAULT 0,
  `showavailable` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Available choices are stored here' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice_answers`
--

CREATE TABLE `mdl_choice_answers` (
  `id` bigint(10) NOT NULL,
  `choiceid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `optionid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='choices performed by users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice_options`
--

CREATE TABLE `mdl_choice_options` (
  `id` bigint(10) NOT NULL,
  `choiceid` bigint(10) NOT NULL DEFAULT 0,
  `text` longtext DEFAULT NULL,
  `maxanswers` bigint(10) DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='available options to choice' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cohort`
--

CREATE TABLE `mdl_cohort` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `component` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `theme` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each record represents one cohort (aka site-wide group).' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cohort_members`
--

CREATE TABLE `mdl_cohort_members` (
  `id` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a user to a cohort.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_comments`
--

CREATE TABLE `mdl_comments` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(255) DEFAULT NULL,
  `commentarea` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `content` longtext NOT NULL,
  `format` tinyint(2) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='moodle comments module' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_communication`
--

CREATE TABLE `mdl_communication` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `instancetype` varchar(100) NOT NULL DEFAULT '',
  `provider` varchar(100) NOT NULL DEFAULT '',
  `roomname` varchar(255) DEFAULT NULL,
  `avatarfilename` varchar(100) DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `avatarsynced` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Communication records' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_communication_customlink`
--

CREATE TABLE `mdl_communication_customlink` (
  `id` bigint(10) NOT NULL,
  `commid` bigint(10) NOT NULL,
  `url` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the link associated with a custom link communication ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_communication_user`
--

CREATE TABLE `mdl_communication_user` (
  `id` bigint(10) NOT NULL,
  `commid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `synced` tinyint(1) NOT NULL DEFAULT 0,
  `deleted` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Communication user records mapping' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency`
--

CREATE TABLE `mdl_competency` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `idnumber` varchar(100) DEFAULT NULL,
  `competencyframeworkid` bigint(10) NOT NULL,
  `parentid` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL,
  `ruletype` varchar(100) DEFAULT NULL,
  `ruleoutcome` tinyint(2) NOT NULL DEFAULT 0,
  `ruleconfig` longtext DEFAULT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `scaleconfiguration` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table contains the master record of each competency in ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_coursecomp`
--

CREATE TABLE `mdl_competency_coursecomp` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `ruleoutcome` tinyint(2) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a competency to a course.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_coursecompsetting`
--

CREATE TABLE `mdl_competency_coursecompsetting` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `pushratingstouserplans` tinyint(2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table contains the course specific settings for compete' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_evidence`
--

CREATE TABLE `mdl_competency_evidence` (
  `id` bigint(10) NOT NULL,
  `usercompetencyid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `action` tinyint(2) NOT NULL,
  `actionuserid` bigint(10) DEFAULT NULL,
  `descidentifier` varchar(255) NOT NULL DEFAULT '',
  `desccomponent` varchar(255) NOT NULL DEFAULT '',
  `desca` longtext DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `note` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The evidence linked to a user competency' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_framework`
--

CREATE TABLE `mdl_competency_framework` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `scaleid` bigint(11) DEFAULT NULL,
  `scaleconfiguration` longtext NOT NULL,
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `taxonomies` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of competency frameworks.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_modulecomp`
--

CREATE TABLE `mdl_competency_modulecomp` (
  `id` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `ruleoutcome` tinyint(2) NOT NULL,
  `overridegrade` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a competency to a module.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_plan`
--

CREATE TABLE `mdl_competency_plan` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL,
  `templateid` bigint(10) DEFAULT NULL,
  `origtemplateid` bigint(10) DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  `duedate` bigint(10) DEFAULT 0,
  `reviewerid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Learning plans' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_plancomp`
--

CREATE TABLE `mdl_competency_plancomp` (
  `id` bigint(10) NOT NULL,
  `planid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Plan competencies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_relatedcomp`
--

CREATE TABLE `mdl_competency_relatedcomp` (
  `id` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `relatedcompetencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Related competencies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_template`
--

CREATE TABLE `mdl_competency_template` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `duedate` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Learning plan templates.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_templatecohort`
--

CREATE TABLE `mdl_competency_templatecohort` (
  `id` bigint(10) NOT NULL,
  `templateid` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_templatecomp`
--

CREATE TABLE `mdl_competency_templatecomp` (
  `id` bigint(10) NOT NULL,
  `templateid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a competency to a learning plan template.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_usercomp`
--

CREATE TABLE `mdl_competency_usercomp` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `reviewerid` bigint(10) DEFAULT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='User competencies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_usercompcourse`
--

CREATE TABLE `mdl_competency_usercompcourse` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='User competencies in a course' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_usercompplan`
--

CREATE TABLE `mdl_competency_usercompplan` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `planid` bigint(10) NOT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='User competencies plans' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_userevidence`
--

CREATE TABLE `mdl_competency_userevidence` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(1) NOT NULL,
  `url` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The evidence of prior learning' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_competency_userevidencecomp`
--

CREATE TABLE `mdl_competency_userevidencecomp` (
  `id` bigint(10) NOT NULL,
  `userevidenceid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Relationship between user evidence and competencies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config`
--

CREATE TABLE `mdl_config` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Moodle configuration variables' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_config`
--

INSERT INTO `mdl_config` (`id`, `name`, `value`) 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', 'eHJrVaaUS2R4Vv4WgHS8J48g8Pbjj8e7localhost'),
(8, 'backup_version', '2008111700'),
(9, 'backup_release', '2.0 dev'),
(10, 'mnet_dispatcher_mode', 'off'),
(11, 'sessiontimeout', '28800'),
(12, 'stringfilters', ''),
(13, 'filterall', '0'),
(14, 'texteditors', 'tiny,atto,tinymce,textarea'),
(15, 'antiviruses', ''),
(16, 'media_plugins_sortorder', 'videojs,youtube'),
(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', '1764416703'),
(25, 'jsrev', '1764416703'),
(26, 'templaterev', '1764416703'),
(27, 'gdversion', '2'),
(28, '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'),
(29, 'sitedefaultlicense', 'unknown'),
(30, 'version', '2023100912'),
(31, 'enableuserfeedback', '0'),
(32, 'userfeedback_nextreminder', '1'),
(33, 'userfeedback_remindafter', '90'),
(34, 'enableoutcomes', '0'),
(35, 'usecomments', '1'),
(36, 'usetags', '1'),
(37, 'enablenotes', '1'),
(38, 'enableportfolios', '0'),
(39, 'enablewebservices', '0'),
(40, 'enablestats', '0'),
(41, 'enablerssfeeds', '0'),
(42, 'enableblogs', '1'),
(43, 'enablecompletion', '1'),
(44, 'enableavailability', '1'),
(45, 'enableplagiarism', '0'),
(46, 'enablebadges', '1'),
(47, 'enableglobalsearch', '0'),
(48, 'allowstealth', '0'),
(49, 'enableanalytics', '1'),
(50, 'messaging', '1'),
(51, 'enablecustomreports', '1'),
(52, 'allowemojipicker', '1'),
(53, 'userfiltersdefault', 'realname'),
(54, 'defaultpreference_maildisplay', '2'),
(55, 'defaultpreference_mailformat', '1'),
(56, 'defaultpreference_maildigest', '0'),
(57, 'defaultpreference_autosubscribe', '1'),
(58, 'defaultpreference_trackforums', '0'),
(59, 'defaultpreference_core_contentbank_visibility', '1'),
(60, 'enroladminnewcourse', '1'),
(61, 'autologinguests', '0'),
(62, 'hiddenuserfields', ''),
(63, 'showuseridentity', 'email'),
(64, 'fullnamedisplay', 'language'),
(65, 'alternativefullnameformat', 'language'),
(66, 'maxusersperpage', '100'),
(67, 'enablegravatar', '0'),
(68, 'gravatardefaulturl', 'mm'),
(69, 'agedigitalconsentverification', '0'),
(70, 'agedigitalconsentmap', '*, 16\r\nAT, 14\r\nBE, 13\r\nBG, 14\r\nCY, 14\r\nCZ, 15\r\nDK, 13\r\nEE, 13\r\nES, 14\r\nFI, 13\r\nFR, 15\r\nGB, 13\r\nGR, 15\r\nIT, 14\r\nLT, 14\r\nLV, 13\r\nMT, 13\r\nNO, 13\r\nPT, 13\r\nSE, 13\r\nUS, 13'),
(71, 'sitepolicy', ''),
(72, 'sitepolicyguest', ''),
(73, 'downloadcoursecontentallowed', '0'),
(74, 'maxsizeperdownloadcoursefile', '52428800'),
(75, 'enablecourserequests', '1'),
(76, 'defaultrequestcategory', '1'),
(77, 'lockrequestcategory', '0'),
(78, 'courserequestnotify', ''),
(79, 'activitychoosertabmode', '3'),
(80, 'activitychooseractivefooter', 'hidden'),
(81, 'enableasyncbackup', '0'),
(82, 'grade_profilereport', 'user'),
(83, 'grade_aggregationposition', '1'),
(84, 'grade_includescalesinaggregation', '1'),
(85, 'grade_hiddenasdate', '0'),
(86, 'gradepublishing', '0'),
(87, 'grade_export_exportfeedback', '0'),
(88, 'grade_export_displaytype', '1'),
(89, 'grade_export_decimalpoints', '2'),
(90, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email'),
(91, 'grade_export_customprofilefields', ''),
(92, 'recovergradesdefault', '0'),
(93, 'gradeexport', ''),
(94, 'unlimitedgrades', '0'),
(95, 'grade_report_showmin', '1'),
(96, 'gradepointmax', '100'),
(97, 'gradepointdefault', '100'),
(98, 'grade_minmaxtouse', '1'),
(99, 'grade_mygrades_report', 'overview'),
(100, 'gradereport_mygradeurl', ''),
(101, 'grade_hideforcedsettings', '1'),
(102, 'grade_aggregation', '13'),
(103, 'grade_aggregation_flag', '0'),
(104, 'grade_aggregations_visible', '13'),
(105, 'grade_aggregateonlygraded', '1'),
(106, 'grade_aggregateonlygraded_flag', '2'),
(107, 'grade_aggregateoutcomes', '0'),
(108, 'grade_aggregateoutcomes_flag', '2'),
(109, 'grade_keephigh', '0'),
(110, 'grade_keephigh_flag', '3'),
(111, 'grade_droplow', '0'),
(112, 'grade_droplow_flag', '2'),
(113, 'grade_overridecat', '1'),
(114, 'grade_displaytype', '1'),
(115, 'grade_decimalpoints', '2'),
(116, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),
(117, 'grade_report_showonlyactiveenrol', '1'),
(118, 'grade_report_quickgrading', '1'),
(119, 'grade_report_meanselection', '1'),
(120, 'grade_report_showaverages', '1'),
(121, 'grade_report_showranges', '0'),
(122, 'grade_report_showuserimage', '1'),
(123, 'grade_report_shownumberofgrades', '0'),
(124, 'grade_report_averagesdisplaytype', 'inherit'),
(125, 'grade_report_rangesdisplaytype', 'inherit'),
(126, 'grade_report_averagesdecimalpoints', 'inherit'),
(127, 'grade_report_rangesdecimalpoints', 'inherit'),
(128, 'grade_report_historyperpage', '50'),
(129, 'grade_report_overview_showrank', '0'),
(130, 'grade_report_overview_showtotalsifcontainhidden', '0'),
(131, 'grade_report_user_showrank', '0'),
(132, 'grade_report_user_showpercentage', '1'),
(133, 'grade_report_user_showgrade', '1'),
(134, 'grade_report_user_showfeedback', '1'),
(135, 'grade_report_user_showrange', '1'),
(136, 'grade_report_user_showweight', '1'),
(137, 'grade_report_user_showaverage', '0'),
(138, 'grade_report_user_showlettergrade', '0'),
(139, 'grade_report_user_rangedecimals', '0'),
(140, 'grade_report_user_showhiddenitems', '1'),
(141, 'grade_report_user_showtotalsifcontainhidden', '0'),
(142, 'grade_report_user_showcontributiontocoursetotal', '1'),
(143, 'badges_defaultissuername', ''),
(144, 'badges_defaultissuercontact', ''),
(145, 'badges_badgesalt', 'badges1764416548'),
(146, 'badges_allowcoursebadges', '1'),
(147, 'badges_allowexternalbackpack', '1'),
(148, 'rememberuserlicensepref', '1'),
(150, 'forcetimezone', '99'),
(151, 'country', '0'),
(152, 'defaultcity', ''),
(153, 'geoip2file', 'C:\\xampp\\moodledata/geoip/GeoLite2-City.mmdb'),
(154, 'googlemapkey3', ''),
(155, 'allcountrycodes', ''),
(156, 'autolang', '1'),
(157, 'lang', 'en'),
(158, 'autolangusercreation', '1'),
(159, 'langmenu', '1'),
(160, 'langlist', ''),
(161, 'langrev', '1764419700'),
(162, 'langcache', '1'),
(163, 'langstringcache', '1'),
(164, 'locale', ''),
(165, 'latinexcelexport', '0'),
(166, 'enablepdfexportfont', '0'),
(167, 'messagingallusers', '0'),
(168, 'messagingdefaultpressenter', '1'),
(169, 'messagingdeletereadnotificationsdelay', '604800'),
(170, 'messagingdeleteallnotificationsdelay', '2620800'),
(171, 'messagingallowemailoverride', '0'),
(172, 'requiremodintro', '0'),
(174, 'authloginviaemail', '0'),
(175, 'allowaccountssameemail', '0'),
(176, 'authpreventaccountcreation', '0'),
(177, 'loginpageautofocus', '0'),
(178, 'guestloginbutton', '1'),
(179, 'limitconcurrentlogins', '0'),
(180, 'alternateloginurl', ''),
(181, 'forgottenpasswordurl', ''),
(182, 'auth_instructions', ''),
(183, 'allowemailaddresses', ''),
(184, 'denyemailaddresses', ''),
(185, 'verifychangedemail', '1'),
(186, 'enableloginrecaptcha', '0'),
(187, 'recaptchapublickey', ''),
(188, 'recaptchaprivatekey', ''),
(189, 'filteruploadedfiles', '0'),
(190, 'filtermatchoneperpage', '0'),
(191, 'filtermatchonepertext', '0'),
(192, 'filternavigationwithsystemcontext', '0'),
(193, 'media_default_width', '640'),
(194, 'media_default_height', '360'),
(195, 'portfolio_moderate_filesize_threshold', '1048576'),
(196, 'portfolio_high_filesize_threshold', '5242880'),
(197, 'portfolio_moderate_db_threshold', '20'),
(198, 'portfolio_high_db_threshold', '50'),
(199, 'repositorycacheexpire', '120'),
(200, 'repositorygetfiletimeout', '30'),
(201, 'repositorysyncfiletimeout', '1'),
(202, 'repositorysyncimagetimeout', '3'),
(203, 'repositoryallowexternallinks', '1'),
(204, 'legacyfilesinnewcourses', '0'),
(205, 'legacyfilesaddallowed', '1'),
(206, 'searchengine', 'simpledb'),
(207, 'searchindexwhendisabled', '0'),
(208, 'searchindextime', '600'),
(209, 'searchallavailablecourses', '0'),
(210, 'searchincludeallcourses', '0'),
(211, 'searchenablecategories', '0'),
(212, 'searchdefaultcategory', 'core-all'),
(213, 'searchhideallcategory', '0'),
(214, 'searchmaxtopresults', '3'),
(215, 'searchteacherroles', ''),
(216, 'searchenginequeryonly', ''),
(217, 'searchbannerenable', '0'),
(218, 'searchbanner', ''),
(219, 'allowbeforeblock', '0'),
(220, 'allowedip', ''),
(221, 'blockedip', ''),
(222, 'protectusernames', '1'),
(223, 'forcelogin', '0'),
(224, 'forceloginforprofiles', '1'),
(225, 'forceloginforprofileimage', '0'),
(226, 'opentowebcrawlers', '0'),
(227, 'allowindexing', '0'),
(228, 'maxbytes', '0'),
(229, 'userquota', '104857600'),
(230, 'allowobjectembed', '0'),
(231, 'enabletrusttext', '0'),
(232, 'maxeditingtime', '1800'),
(233, 'extendedusernamechars', '0'),
(234, 'keeptagnamecase', '1'),
(235, 'profilesforenrolledusersonly', '1'),
(236, 'cronclionly', '1'),
(237, 'cronremotepassword', ''),
(238, 'lockoutthreshold', '0'),
(239, 'lockoutwindow', '1800'),
(240, 'lockoutduration', '1800'),
(241, 'passwordpolicy', '1'),
(242, 'minpasswordlength', '8'),
(243, 'minpassworddigits', '1'),
(244, 'minpasswordlower', '1'),
(245, 'minpasswordupper', '1'),
(246, 'minpasswordnonalphanum', '1'),
(247, 'maxconsecutiveidentchars', '0'),
(248, 'passwordpolicycheckonlogin', '0'),
(249, 'passwordreuselimit', '0'),
(250, 'pwresettime', '1800'),
(251, 'passwordchangelogout', '0'),
(252, 'passwordchangetokendeletion', '0'),
(253, 'tokenduration', '7257600'),
(254, 'groupenrolmentkeypolicy', '1'),
(255, 'disableuserimages', '0'),
(256, 'emailchangeconfirmation', '1'),
(257, 'rememberusername', '2'),
(258, 'strictformsrequired', '0'),
(259, 'cookiesecure', '1'),
(260, 'allowframembedding', '0'),
(261, 'curlsecurityblockedhosts', '127.0.0.0/8\r\n192.168.0.0/16\r\n10.0.0.0/8\r\n172.16.0.0/12\r\n0.0.0.0\r\nlocalhost\r\n169.254.169.254\r\n0000::1'),
(262, 'curlsecurityallowedport', '443\r\n80'),
(263, 'referrerpolicy', 'default'),
(264, 'displayloginfailures', '0'),
(265, 'notifyloginfailures', ''),
(266, 'notifyloginthreshold', '10'),
(267, 'themelist', ''),
(268, 'themedesignermode', '0'),
(269, 'allowuserthemes', '0'),
(270, 'allowcoursethemes', '0'),
(271, 'allowcategorythemes', '0'),
(272, 'allowcohortthemes', '0'),
(273, 'allowthemechangeonurl', '0'),
(274, 'allowuserblockhiding', '1'),
(275, 'langmenuinsecurelayout', '0'),
(276, 'logininfoinsecurelayout', '0'),
(277, 'custommenuitems', ''),
(278, 'customusermenuitems', 'profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'),
(279, 'calendartype', 'gregorian'),
(280, 'calendar_adminseesall', '0'),
(281, 'calendar_site_timeformat', '0'),
(282, 'calendar_startwday', '1'),
(283, 'calendar_weekend', '65'),
(284, 'calendar_lookahead', '21'),
(285, 'calendar_maxevents', '10'),
(286, 'enablecalendarexport', '1'),
(287, 'calendar_customexport', '1'),
(288, 'calendar_exportlookahead', '365'),
(289, 'calendar_exportlookback', '5'),
(290, 'calendar_exportsalt', 'GEGD3xDBvRD3Dm4PH1c0DxDK3mbmM3G7g2usv8ED3AAgFzRrGmc8YcTcG6xG'),
(291, 'calendar_showicalsource', '1'),
(292, 'useblogassociations', '1'),
(293, 'bloglevel', '4'),
(294, 'useexternalblogs', '1'),
(295, 'externalblogcrontime', '86400'),
(296, 'maxexternalblogsperuser', '1'),
(297, 'blogusecomments', '1'),
(298, 'blogshowcommentscount', '1'),
(299, 'enabledashboard', '1'),
(300, 'defaulthomepage', '1'),
(301, 'allowguestmymoodle', '1'),
(302, 'navshowfullcoursenames', '0'),
(303, 'navshowcategories', '1'),
(304, 'navshowmycoursecategories', '0'),
(305, 'navshowallcourses', '0'),
(306, 'navsortmycoursessort', 'sortorder'),
(307, 'navsortmycourseshiddenlast', '1'),
(308, 'navcourselimit', '10'),
(309, 'usesitenameforsitepages', '0'),
(310, 'linkadmincategories', '1'),
(311, 'linkcoursesections', '1'),
(312, 'navshowfrontpagemods', '1'),
(313, 'navadduserpostslinks', '1'),
(314, 'sitenameintitle', 'shortname'),
(315, 'formatstringstriptags', '1'),
(316, '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\"}]'),
(317, 'docroot', 'https://docs.moodle.org'),
(318, 'doclang', ''),
(319, 'doctonewwindow', '0'),
(320, 'coursecreationguide', 'https://moodle.academy/coursequickstart'),
(321, 'coursecontactduplicates', '0'),
(322, 'courselistshortnames', '0'),
(323, 'coursesperpage', '20'),
(324, 'courseswithsummarieslimit', '10'),
(325, 'courseoverviewfileslimit', '1'),
(326, 'courseoverviewfilesext', 'web_image'),
(327, 'coursegraceperiodbefore', '0'),
(328, 'coursegraceperiodafter', '0'),
(329, 'yuicomboloading', '1'),
(330, 'cachejs', '1'),
(331, 'additionalhtmlhead', ''),
(332, 'additionalhtmltopofbody', ''),
(333, 'additionalhtmlfooter', ''),
(334, 'cachetemplates', '1'),
(335, 'pathtophp', ''),
(336, 'pathtodu', ''),
(337, 'aspellpath', ''),
(338, 'pathtodot', ''),
(339, 'pathtogs', '/usr/bin/gs'),
(340, 'pathtopdftoppm', ''),
(341, 'pathtopython', ''),
(342, 'supportname', 'Admin User'),
(343, 'supportpage', ''),
(344, 'supportavailability', '1'),
(345, 'servicespage', ''),
(346, 'dbsessions', '0'),
(347, 'sessiontimeoutwarning', '1200'),
(348, 'sessioncookie', ''),
(349, 'sessioncookiepath', ''),
(350, 'sessioncookiedomain', ''),
(351, 'statsfirstrun', 'none'),
(352, 'statsmaxruntime', '0'),
(353, 'statsruntimedays', '31'),
(354, 'statsuserthreshold', '0'),
(355, 'slasharguments', '1'),
(356, 'getremoteaddrconf', '3'),
(357, 'reverseproxyignore', ''),
(358, 'proxyhost', ''),
(359, 'proxyport', '0'),
(360, 'proxytype', 'HTTP'),
(361, 'proxyuser', ''),
(362, 'proxypassword', ''),
(363, 'proxybypass', 'localhost, 127.0.0.1'),
(364, 'proxylogunsafe', '0'),
(365, 'proxyfixunsafe', '0'),
(366, 'maintenance_enabled', '0'),
(367, 'maintenance_message', ''),
(368, 'deleteunconfirmed', '168'),
(369, 'deleteincompleteusers', '0'),
(370, 'disablegradehistory', '0'),
(371, 'gradehistorylifetime', '0'),
(372, 'tempdatafoldercleanup', '168'),
(373, 'xapicleanupperiod', '4838400'),
(374, 'filescleanupperiod', '86400'),
(375, 'extramemorylimit', '512M'),
(376, 'maxtimelimit', '0'),
(377, 'curlcache', '120'),
(378, 'curltimeoutkbitrate', '56'),
(379, 'cron_enabled', '1'),
(380, 'cron_keepalive', '180'),
(381, 'task_scheduled_concurrency_limit', '3'),
(382, 'task_scheduled_max_runtime', '1800'),
(383, 'task_adhoc_concurrency_limit', '3'),
(384, 'task_adhoc_max_runtime', '1800'),
(385, 'task_logmode', '1'),
(386, 'task_logtostdout', '1'),
(387, 'task_logretention', '2419200'),
(388, 'task_logretainruns', '20'),
(389, 'smtphosts', ''),
(390, 'smtpsecure', ''),
(391, 'smtpauthtype', 'LOGIN'),
(392, 'smtpuser', ''),
(393, 'smtppass', ''),
(394, 'smtpmaxbulk', '1'),
(395, 'allowedemaildomains', ''),
(396, 'divertallemailsto', ''),
(397, 'divertallemailsexcept', ''),
(398, 'emaildkimselector', ''),
(399, 'sitemailcharset', '0'),
(400, 'allowusermailcharset', '0'),
(401, 'allowattachments', '1'),
(402, 'mailnewline', 'LF'),
(403, 'emailfromvia', '1'),
(404, 'emailsubjectprefix', ''),
(405, 'emailheaders', ''),
(406, 'updateautocheck', '1'),
(407, 'updateminmaturity', '200'),
(408, 'updatenotifybuilds', '0'),
(409, 'enablewsdocumentation', '0'),
(410, 'customreportslimit', '0'),
(411, 'customreportsliveediting', '1'),
(412, 'dndallowtextandlinks', '0'),
(413, 'pathtosassc', ''),
(414, 'contextlocking', '0'),
(415, 'contextlockappliestoadmin', '1'),
(416, 'forceclean', '0'),
(417, 'enablecourserelativedates', '0'),
(418, 'enablesharingtomoodlenet', '0'),
(419, 'enablecommunicationsubsystem', '0'),
(420, 'debug', '0'),
(421, 'debugdisplay', '0'),
(422, 'perfdebug', '7'),
(423, 'debugstringids', '0'),
(424, 'debugsqltrace', '0'),
(425, 'debugvalidators', '0'),
(426, 'debugpageinfo', '0'),
(427, 'debugtemplateinfo', '0'),
(428, 'profilingenabled', '0'),
(429, 'profilingincluded', ''),
(430, 'profilingexcluded', ''),
(431, 'profilingautofrec', '0'),
(432, 'profilingallowme', '0'),
(433, 'profilingallowall', '0'),
(434, 'profilingslow', '0'),
(435, 'profilinglifetime', '1440'),
(436, 'profilingimportprefix', '(I)'),
(437, 'release', '4.3.12 (Build: 20250414)'),
(438, 'localcachedirpurged', '1764416704'),
(439, 'scheduledtaskreset', '1764416704'),
(440, 'paygw_plugins_sortorder', 'paypal'),
(441, 'allversionshash', 'd78e6366f76b0823a9780bcae0a590ca57890558'),
(442, 'allcomponenthash', 'c49fe3995cae2d7f9bb283017b786e9cd54a0fe2'),
(444, 'registrationpending', '0'),
(445, 'branch', '403'),
(446, 'enableaccessibilitytools', '1'),
(447, 'notloggedinroleid', '6'),
(448, 'guestroleid', '6'),
(449, 'defaultuserroleid', '7'),
(450, 'creatornewroleid', '3'),
(451, 'restorernewroleid', '3'),
(452, 'sitepolicyhandler', ''),
(453, 'gradebookroles', '5'),
(454, 'h5plibraryhandler', 'h5plib_v127'),
(455, 'airnotifierurl', 'https://messages.moodle.net'),
(456, 'airnotifierport', '443'),
(457, 'airnotifiermobileappname', 'com.moodle.moodlemobile'),
(458, 'airnotifierappname', 'commoodlemoodlemobile'),
(459, 'airnotifieraccesskey', ''),
(460, 'bigbluebuttonbn_default_dpa_accepted', '0'),
(461, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/'),
(462, 'bigbluebuttonbn_shared_secret', '0b21fcaf34673a8c3ec8ed877d76ae34'),
(463, 'bigbluebuttonbn_checksum_algorithm', 'SHA1'),
(464, 'bigbluebuttonbn_poll_interval', '5'),
(465, 'bigbluebuttonbn_welcome_default', ''),
(466, 'bigbluebuttonbn_welcome_editable', '1'),
(467, 'bigbluebuttonbn_recording_default', '1'),
(468, 'bigbluebuttonbn_recording_refresh_period', '300'),
(469, 'bigbluebuttonbn_recording_editable', '1'),
(470, 'bigbluebuttonbn_recording_all_from_start_default', '0'),
(471, 'bigbluebuttonbn_recording_all_from_start_editable', '0'),
(472, 'bigbluebuttonbn_recording_hide_button_default', '0'),
(473, 'bigbluebuttonbn_recording_hide_button_editable', '0'),
(474, 'bigbluebuttonbn_recording_safe_formats', 'video,presentation'),
(475, 'bigbluebuttonbn_importrecordings_enabled', '0'),
(476, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0'),
(477, 'bigbluebuttonbn_recordings_deleted_default', '1'),
(478, 'bigbluebuttonbn_recordings_deleted_editable', '0'),
(479, 'bigbluebuttonbn_recordings_imported_default', '0'),
(480, 'bigbluebuttonbn_recordings_imported_editable', '1'),
(481, 'bigbluebuttonbn_recordings_preview_default', '1'),
(482, 'bigbluebuttonbn_recordings_preview_editable', '0'),
(483, 'bigbluebuttonbn_recordings_asc_sort', '0'),
(484, 'bigbluebuttonbn_recording_protect_editable', '1'),
(485, 'bigbluebuttonbn_waitformoderator_default', '0'),
(486, 'bigbluebuttonbn_waitformoderator_editable', '1'),
(487, 'bigbluebuttonbn_waitformoderator_ping_interval', '10'),
(488, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60'),
(489, 'bigbluebuttonbn_voicebridge_editable', '0'),
(490, 'bigbluebuttonbn_preuploadpresentation_editable', '0'),
(491, 'bigbluebuttonbn_userlimit_default', '0'),
(492, 'bigbluebuttonbn_userlimit_editable', '0'),
(493, 'bigbluebuttonbn_participant_moderator_default', '0'),
(494, 'bigbluebuttonbn_muteonstart_default', '0'),
(495, 'bigbluebuttonbn_muteonstart_editable', '0'),
(496, 'bigbluebuttonbn_disablecam_default', '0'),
(497, 'bigbluebuttonbn_disablecam_editable', '1'),
(498, 'bigbluebuttonbn_disablemic_default', '0'),
(499, 'bigbluebuttonbn_disablemic_editable', '1'),
(500, 'bigbluebuttonbn_disableprivatechat_default', '0'),
(501, 'bigbluebuttonbn_disableprivatechat_editable', '1'),
(502, 'bigbluebuttonbn_disablepublicchat_default', '0'),
(503, 'bigbluebuttonbn_disablepublicchat_editable', '1'),
(504, 'bigbluebuttonbn_disablenote_default', '0'),
(505, 'bigbluebuttonbn_disablenote_editable', '1'),
(506, 'bigbluebuttonbn_hideuserlist_default', '0'),
(507, 'bigbluebuttonbn_hideuserlist_editable', '1'),
(508, 'bigbluebuttonbn_recordingready_enabled', '0'),
(509, 'bigbluebuttonbn_profile_picture_enabled', '0'),
(510, 'bigbluebuttonbn_meetingevents_enabled', '0'),
(511, 'bigbluebuttonbn_guestaccess_enabled', '0'),
(512, 'chat_method', 'ajax'),
(513, 'chat_refresh_userlist', '10'),
(514, 'chat_old_ping', '35'),
(515, 'chat_refresh_room', '5'),
(516, 'chat_normal_updatemode', 'jsupdate'),
(517, 'chat_serverhost', 'localhost'),
(518, 'chat_serverip', '127.0.0.1'),
(519, 'chat_serverport', '9111'),
(520, 'chat_servermax', '100'),
(521, 'data_enablerssfeeds', '0'),
(522, 'feedback_allowfullanonymous', '0'),
(523, 'forum_displaymode', '3'),
(524, 'forum_shortpost', '300'),
(525, 'forum_longpost', '600'),
(526, 'forum_manydiscussions', '100'),
(527, 'forum_maxbytes', '512000'),
(528, 'forum_maxattachments', '9'),
(529, 'forum_subscription', '0'),
(530, 'forum_trackingtype', '1'),
(531, 'forum_trackreadposts', '1'),
(532, 'forum_allowforcedreadtracking', '0'),
(533, 'forum_oldpostdays', '14'),
(534, 'forum_usermarksread', '0'),
(535, 'forum_cleanreadtime', '2'),
(536, 'digestmailtime', '17'),
(537, 'forum_enablerssfeeds', '0'),
(538, 'forum_enabletimedposts', '1'),
(539, 'glossary_entbypage', '10'),
(540, 'glossary_dupentries', '0'),
(541, 'glossary_allowcomments', '0'),
(542, 'glossary_linkbydefault', '1'),
(543, 'glossary_defaultapproval', '1'),
(544, 'glossary_enablerssfeeds', '0'),
(545, 'glossary_linkentries', '0'),
(546, 'glossary_casesensitive', '0'),
(547, 'glossary_fullmatch', '0'),
(548, 'block_course_list_adminview', 'all'),
(549, 'block_course_list_hideallcourseslink', '0'),
(550, 'block_online_users_timetosee', '5'),
(551, 'block_online_users_onlinestatushiding', '1'),
(552, 'block_rss_client_num_entries', '5'),
(553, 'block_rss_client_timeout', '30'),
(554, 'block_html_allowcssclasses', '0'),
(555, 'pathtounoconv', '/usr/bin/unoconv'),
(556, 'filter_multilang_force_old', '0'),
(557, 'profileroles', '5,4,3'),
(558, 'coursecontact', '3'),
(559, 'frontpage', '6'),
(560, 'frontpageloggedin', '6'),
(561, 'maxcategorydepth', '2'),
(562, 'frontpagecourselimit', '200'),
(563, 'commentsperpage', '15'),
(564, 'defaultfrontpageroleid', '8'),
(565, 'messageinbound_enabled', '0'),
(566, 'messageinbound_mailbox', ''),
(567, 'messageinbound_domain', ''),
(568, 'messageinbound_host', ''),
(569, 'messageinbound_hostssl', 'ssl'),
(570, 'messageinbound_hostuser', ''),
(571, 'messageinbound_hostpass', ''),
(572, 'mobilecssurl', ''),
(573, 'enablemobilewebservice', '0'),
(574, 'timezone', 'Africa/Maputo'),
(575, 'registerauth', ''),
(576, 'noreplyaddress', ''),
(577, 'supportemail', 'paulinojulio16@gmail.com');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config_log`
--

CREATE TABLE `mdl_config_log` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL,
  `oldvalue` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Changes done in server configuration through admin UI' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_config_log`
--

INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(1, 0, 1764416562, NULL, 'enableuserfeedback', '0', NULL),
(2, 0, 1764416562, NULL, 'userfeedback_nextreminder', '1', NULL),
(3, 0, 1764416562, NULL, 'userfeedback_remindafter', '90', NULL),
(4, 0, 1764416562, NULL, 'enableoutcomes', '0', NULL),
(5, 0, 1764416562, NULL, 'usecomments', '1', NULL),
(6, 0, 1764416562, NULL, 'usetags', '1', NULL),
(7, 0, 1764416562, NULL, 'enablenotes', '1', NULL),
(8, 0, 1764416562, NULL, 'enableportfolios', '0', NULL),
(9, 0, 1764416562, NULL, 'enablewebservices', '0', NULL),
(10, 0, 1764416562, NULL, 'enablestats', '0', NULL),
(11, 0, 1764416562, NULL, 'enablerssfeeds', '0', NULL),
(12, 0, 1764416562, NULL, 'enableblogs', '1', NULL),
(13, 0, 1764416562, NULL, 'enablecompletion', '1', NULL),
(14, 0, 1764416562, NULL, 'enableavailability', '1', NULL),
(15, 0, 1764416562, NULL, 'enableplagiarism', '0', NULL),
(16, 0, 1764416562, NULL, 'enablebadges', '1', NULL),
(17, 0, 1764416562, NULL, 'enableglobalsearch', '0', NULL),
(18, 0, 1764416562, NULL, 'allowstealth', '0', NULL),
(19, 0, 1764416562, NULL, 'enableanalytics', '1', NULL),
(20, 0, 1764416562, 'core_competency', 'enabled', '1', NULL),
(21, 0, 1764416562, NULL, 'messaging', '1', NULL),
(22, 0, 1764416562, NULL, 'enablecustomreports', '1', NULL),
(23, 0, 1764416562, NULL, 'allowemojipicker', '1', NULL),
(24, 0, 1764416562, NULL, 'userfiltersdefault', 'realname', NULL),
(25, 0, 1764416562, NULL, 'defaultpreference_maildisplay', '2', NULL),
(26, 0, 1764416562, NULL, 'defaultpreference_mailformat', '1', NULL),
(27, 0, 1764416562, NULL, 'defaultpreference_maildigest', '0', NULL),
(28, 0, 1764416562, NULL, 'defaultpreference_autosubscribe', '1', NULL),
(29, 0, 1764416562, NULL, 'defaultpreference_trackforums', '0', NULL),
(30, 0, 1764416562, NULL, 'defaultpreference_core_contentbank_visibility', '1', NULL),
(31, 0, 1764416562, NULL, 'enroladminnewcourse', '1', NULL),
(32, 0, 1764416562, NULL, 'autologinguests', '0', NULL),
(33, 0, 1764416562, NULL, 'hiddenuserfields', '', NULL),
(34, 0, 1764416562, NULL, 'showuseridentity', 'email', NULL),
(35, 0, 1764416562, NULL, 'fullnamedisplay', 'language', NULL),
(36, 0, 1764416562, NULL, 'alternativefullnameformat', 'language', NULL),
(37, 0, 1764416562, NULL, 'maxusersperpage', '100', NULL),
(38, 0, 1764416562, NULL, 'enablegravatar', '0', NULL),
(39, 0, 1764416563, NULL, 'gravatardefaulturl', 'mm', NULL),
(40, 0, 1764416563, NULL, 'agedigitalconsentverification', '0', NULL),
(41, 0, 1764416563, NULL, 'agedigitalconsentmap', '*, 16\r\nAT, 14\r\nBE, 13\r\nBG, 14\r\nCY, 14\r\nCZ, 15\r\nDK, 13\r\nEE, 13\r\nES, 14\r\nFI, 13\r\nFR, 15\r\nGB, 13\r\nGR, 15\r\nIT, 14\r\nLT, 14\r\nLV, 13\r\nMT, 13\r\nNO, 13\r\nPT, 13\r\nSE, 13\r\nUS, 13', NULL),
(42, 0, 1764416563, NULL, 'sitepolicy', '', NULL),
(43, 0, 1764416563, NULL, 'sitepolicyguest', '', NULL),
(44, 0, 1764416563, NULL, 'downloadcoursecontentallowed', '0', NULL),
(45, 0, 1764416563, NULL, 'maxsizeperdownloadcoursefile', '52428800', NULL),
(46, 0, 1764416563, NULL, 'enablecourserequests', '1', NULL),
(47, 0, 1764416563, NULL, 'defaultrequestcategory', '1', NULL),
(48, 0, 1764416563, NULL, 'lockrequestcategory', '0', NULL),
(49, 0, 1764416563, NULL, 'courserequestnotify', '', NULL),
(50, 0, 1764416563, 'moodlecourse', 'visible', '1', NULL),
(51, 0, 1764416563, 'moodlecourse', 'downloadcontentsitedefault', '0', NULL),
(52, 0, 1764416563, 'moodlecourse', 'participantsperpage', '20', NULL),
(53, 0, 1764416563, 'moodlecourse', 'format', 'topics', NULL),
(54, 0, 1764416563, 'moodlecourse', 'maxsections', '52', NULL),
(55, 0, 1764416563, 'moodlecourse', 'numsections', '4', NULL),
(56, 0, 1764416563, 'moodlecourse', 'hiddensections', '1', NULL),
(57, 0, 1764416563, 'moodlecourse', 'coursedisplay', '0', NULL),
(58, 0, 1764416563, 'moodlecourse', 'courseenddateenabled', '1', NULL),
(59, 0, 1764416563, 'moodlecourse', 'courseduration', '31536000', NULL),
(60, 0, 1764416563, 'moodlecourse', 'lang', '', NULL),
(61, 0, 1764416563, 'moodlecourse', 'newsitems', '5', NULL),
(62, 0, 1764416563, 'moodlecourse', 'showgrades', '1', NULL),
(63, 0, 1764416563, 'moodlecourse', 'showreports', '0', NULL),
(64, 0, 1764416563, 'moodlecourse', 'showactivitydates', '1', NULL),
(65, 0, 1764416563, 'moodlecourse', 'maxbytes', '0', NULL),
(66, 0, 1764416563, 'moodlecourse', 'enablecompletion', '1', NULL),
(67, 0, 1764416563, 'moodlecourse', 'showcompletionconditions', '1', NULL),
(68, 0, 1764416563, 'moodlecourse', 'groupmode', '0', NULL),
(69, 0, 1764416563, 'moodlecourse', 'groupmodeforce', '0', NULL),
(70, 0, 1764416563, 'moodlecourse', 'coursecommunicationprovider', 'none', NULL),
(71, 0, 1764416563, NULL, 'activitychoosertabmode', '3', NULL),
(72, 0, 1764416563, NULL, 'activitychooseractivefooter', 'hidden', NULL),
(73, 0, 1764416563, 'backup', 'loglifetime', '30', NULL),
(74, 0, 1764416563, 'backup', 'backup_general_users', '1', NULL),
(75, 0, 1764416563, 'backup', 'backup_general_users_locked', '', NULL),
(76, 0, 1764416563, 'backup', 'backup_general_anonymize', '0', NULL),
(77, 0, 1764416563, 'backup', 'backup_general_anonymize_locked', '', NULL),
(78, 0, 1764416563, 'backup', 'backup_general_role_assignments', '1', NULL),
(79, 0, 1764416563, 'backup', 'backup_general_role_assignments_locked', '', NULL),
(80, 0, 1764416563, 'backup', 'backup_general_activities', '1', NULL),
(81, 0, 1764416563, 'backup', 'backup_general_activities_locked', '', NULL),
(82, 0, 1764416563, 'backup', 'backup_general_blocks', '1', NULL),
(83, 0, 1764416563, 'backup', 'backup_general_blocks_locked', '', NULL),
(84, 0, 1764416563, 'backup', 'backup_general_files', '1', NULL),
(85, 0, 1764416563, 'backup', 'backup_general_files_locked', '', NULL),
(86, 0, 1764416563, 'backup', 'backup_general_filters', '1', NULL),
(87, 0, 1764416563, 'backup', 'backup_general_filters_locked', '', NULL),
(88, 0, 1764416563, 'backup', 'backup_general_comments', '1', NULL),
(89, 0, 1764416563, 'backup', 'backup_general_comments_locked', '', NULL),
(90, 0, 1764416563, 'backup', 'backup_general_badges', '1', NULL),
(91, 0, 1764416563, 'backup', 'backup_general_badges_locked', '', NULL),
(92, 0, 1764416563, 'backup', 'backup_general_calendarevents', '1', NULL),
(93, 0, 1764416563, 'backup', 'backup_general_calendarevents_locked', '', NULL),
(94, 0, 1764416563, 'backup', 'backup_general_userscompletion', '1', NULL),
(95, 0, 1764416563, 'backup', 'backup_general_userscompletion_locked', '', NULL),
(96, 0, 1764416563, 'backup', 'backup_general_logs', '0', NULL),
(97, 0, 1764416563, 'backup', 'backup_general_logs_locked', '', NULL),
(98, 0, 1764416563, 'backup', 'backup_general_histories', '0', NULL),
(99, 0, 1764416564, 'backup', 'backup_general_histories_locked', '', NULL),
(100, 0, 1764416564, 'backup', 'backup_general_questionbank', '1', NULL),
(101, 0, 1764416564, 'backup', 'backup_general_questionbank_locked', '', NULL),
(102, 0, 1764416564, 'backup', 'backup_general_groups', '1', NULL),
(103, 0, 1764416564, 'backup', 'backup_general_groups_locked', '', NULL),
(104, 0, 1764416564, 'backup', 'backup_general_competencies', '1', NULL),
(105, 0, 1764416564, 'backup', 'backup_general_competencies_locked', '', NULL),
(106, 0, 1764416564, 'backup', 'backup_general_contentbankcontent', '1', NULL),
(107, 0, 1764416564, 'backup', 'backup_general_contentbankcontent_locked', '', NULL),
(108, 0, 1764416564, 'backup', 'backup_general_xapistate', '1', NULL),
(109, 0, 1764416564, 'backup', 'backup_general_xapistate_locked', '', NULL),
(110, 0, 1764416564, 'backup', 'backup_general_legacyfiles', '1', NULL),
(111, 0, 1764416564, 'backup', 'backup_general_legacyfiles_locked', '', NULL),
(112, 0, 1764416564, 'backup', 'import_general_maxresults', '10', NULL),
(113, 0, 1764416564, 'backup', 'import_general_duplicate_admin_allowed', '0', NULL),
(114, 0, 1764416564, 'backup', 'backup_import_permissions', '0', NULL),
(115, 0, 1764416564, 'backup', 'backup_import_permissions_locked', '', NULL),
(116, 0, 1764416564, 'backup', 'backup_import_activities', '1', NULL),
(117, 0, 1764416564, 'backup', 'backup_import_activities_locked', '', NULL),
(118, 0, 1764416564, 'backup', 'backup_import_blocks', '1', NULL),
(119, 0, 1764416564, 'backup', 'backup_import_blocks_locked', '', NULL),
(120, 0, 1764416564, 'backup', 'backup_import_filters', '1', NULL),
(121, 0, 1764416564, 'backup', 'backup_import_filters_locked', '', NULL),
(122, 0, 1764416564, 'backup', 'backup_import_calendarevents', '1', NULL),
(123, 0, 1764416564, 'backup', 'backup_import_calendarevents_locked', '', NULL),
(124, 0, 1764416564, 'backup', 'backup_import_questionbank', '1', NULL),
(125, 0, 1764416564, 'backup', 'backup_import_questionbank_locked', '', NULL),
(126, 0, 1764416564, 'backup', 'backup_import_groups', '1', NULL),
(127, 0, 1764416564, 'backup', 'backup_import_groups_locked', '', NULL),
(128, 0, 1764416564, 'backup', 'backup_import_competencies', '1', NULL),
(129, 0, 1764416564, 'backup', 'backup_import_competencies_locked', '', NULL),
(130, 0, 1764416564, 'backup', 'backup_import_contentbankcontent', '1', NULL),
(131, 0, 1764416564, 'backup', 'backup_import_contentbankcontent_locked', '', NULL),
(132, 0, 1764416564, 'backup', 'backup_import_legacyfiles', '1', NULL),
(133, 0, 1764416564, 'backup', 'backup_import_legacyfiles_locked', '', NULL),
(134, 0, 1764416564, 'backup', 'backup_auto_active', '0', NULL),
(135, 0, 1764416564, 'backup', 'backup_auto_weekdays', '0000000', NULL),
(136, 0, 1764416564, 'backup', 'backup_auto_hour', '0', NULL),
(137, 0, 1764416564, 'backup', 'backup_auto_minute', '0', NULL),
(138, 0, 1764416564, 'backup', 'backup_auto_storage', '0', NULL),
(139, 0, 1764416564, 'backup', 'backup_auto_destination', '', NULL),
(140, 0, 1764416564, 'backup', 'backup_auto_max_kept', '1', NULL),
(141, 0, 1764416564, 'backup', 'backup_auto_delete_days', '0', NULL),
(142, 0, 1764416564, 'backup', 'backup_auto_min_kept', '0', NULL),
(143, 0, 1764416564, 'backup', 'backup_shortname', '0', NULL),
(144, 0, 1764416564, 'backup', 'backup_auto_skip_hidden', '1', NULL),
(145, 0, 1764416564, 'backup', 'backup_auto_skip_modif_days', '30', NULL),
(146, 0, 1764416564, 'backup', 'backup_auto_skip_modif_prev', '0', NULL),
(147, 0, 1764416564, 'backup', 'backup_auto_users', '1', NULL),
(148, 0, 1764416564, 'backup', 'backup_auto_role_assignments', '1', NULL),
(149, 0, 1764416564, 'backup', 'backup_auto_activities', '1', NULL),
(150, 0, 1764416564, 'backup', 'backup_auto_blocks', '1', NULL),
(151, 0, 1764416564, 'backup', 'backup_auto_files', '1', NULL),
(152, 0, 1764416564, 'backup', 'backup_auto_filters', '1', NULL),
(153, 0, 1764416564, 'backup', 'backup_auto_comments', '1', NULL),
(154, 0, 1764416564, 'backup', 'backup_auto_badges', '1', NULL),
(155, 0, 1764416564, 'backup', 'backup_auto_calendarevents', '1', NULL),
(156, 0, 1764416564, 'backup', 'backup_auto_userscompletion', '1', NULL),
(157, 0, 1764416564, 'backup', 'backup_auto_logs', '0', NULL),
(158, 0, 1764416564, 'backup', 'backup_auto_histories', '0', NULL),
(159, 0, 1764416564, 'backup', 'backup_auto_questionbank', '1', NULL),
(160, 0, 1764416564, 'backup', 'backup_auto_groups', '1', NULL),
(161, 0, 1764416564, 'backup', 'backup_auto_competencies', '1', NULL),
(162, 0, 1764416564, 'backup', 'backup_auto_contentbankcontent', '1', NULL),
(163, 0, 1764416564, 'backup', 'backup_auto_xapistate', '1', NULL),
(164, 0, 1764416564, 'backup', 'backup_auto_legacyfiles', '1', NULL),
(165, 0, 1764416564, 'restore', 'restore_general_users', '1', NULL),
(166, 0, 1764416565, 'restore', 'restore_general_users_locked', '', NULL),
(167, 0, 1764416565, 'restore', 'restore_general_enrolments', '1', NULL),
(168, 0, 1764416565, 'restore', 'restore_general_enrolments_locked', '', NULL),
(169, 0, 1764416565, 'restore', 'restore_general_role_assignments', '1', NULL),
(170, 0, 1764416565, 'restore', 'restore_general_role_assignments_locked', '', NULL),
(171, 0, 1764416565, 'restore', 'restore_general_permissions', '1', NULL),
(172, 0, 1764416565, 'restore', 'restore_general_permissions_locked', '', NULL),
(173, 0, 1764416565, 'restore', 'restore_general_activities', '1', NULL),
(174, 0, 1764416565, 'restore', 'restore_general_activities_locked', '', NULL),
(175, 0, 1764416565, 'restore', 'restore_general_blocks', '1', NULL),
(176, 0, 1764416565, 'restore', 'restore_general_blocks_locked', '', NULL),
(177, 0, 1764416565, 'restore', 'restore_general_filters', '1', NULL),
(178, 0, 1764416565, 'restore', 'restore_general_filters_locked', '', NULL),
(179, 0, 1764416565, 'restore', 'restore_general_comments', '1', NULL),
(180, 0, 1764416565, 'restore', 'restore_general_comments_locked', '', NULL),
(181, 0, 1764416565, 'restore', 'restore_general_badges', '1', NULL),
(182, 0, 1764416565, 'restore', 'restore_general_badges_locked', '', NULL),
(183, 0, 1764416565, 'restore', 'restore_general_calendarevents', '1', NULL),
(184, 0, 1764416565, 'restore', 'restore_general_calendarevents_locked', '', NULL),
(185, 0, 1764416565, 'restore', 'restore_general_userscompletion', '1', NULL),
(186, 0, 1764416565, 'restore', 'restore_general_userscompletion_locked', '', NULL),
(187, 0, 1764416565, 'restore', 'restore_general_logs', '1', NULL),
(188, 0, 1764416565, 'restore', 'restore_general_logs_locked', '', NULL),
(189, 0, 1764416565, 'restore', 'restore_general_histories', '1', NULL),
(190, 0, 1764416565, 'restore', 'restore_general_histories_locked', '', NULL),
(191, 0, 1764416565, 'restore', 'restore_general_groups', '1', NULL),
(192, 0, 1764416565, 'restore', 'restore_general_groups_locked', '', NULL),
(193, 0, 1764416565, 'restore', 'restore_general_competencies', '1', NULL),
(194, 0, 1764416565, 'restore', 'restore_general_competencies_locked', '', NULL),
(195, 0, 1764416565, 'restore', 'restore_general_contentbankcontent', '1', NULL),
(196, 0, 1764416565, 'restore', 'restore_general_contentbankcontent_locked', '', NULL),
(197, 0, 1764416565, 'restore', 'restore_general_xapistate', '1', NULL),
(198, 0, 1764416565, 'restore', 'restore_general_xapistate_locked', '', NULL),
(199, 0, 1764416565, 'restore', 'restore_general_legacyfiles', '1', NULL),
(200, 0, 1764416565, 'restore', 'restore_general_legacyfiles_locked', '', NULL),
(201, 0, 1764416565, 'restore', 'restore_merge_overwrite_conf', '0', NULL),
(202, 0, 1764416565, 'restore', 'restore_merge_overwrite_conf_locked', '', NULL),
(203, 0, 1764416565, 'restore', 'restore_merge_course_fullname', '1', NULL),
(204, 0, 1764416565, 'restore', 'restore_merge_course_fullname_locked', '', NULL),
(205, 0, 1764416565, 'restore', 'restore_merge_course_shortname', '1', NULL),
(206, 0, 1764416565, 'restore', 'restore_merge_course_shortname_locked', '', NULL),
(207, 0, 1764416565, 'restore', 'restore_merge_course_startdate', '1', NULL),
(208, 0, 1764416565, 'restore', 'restore_merge_course_startdate_locked', '', NULL),
(209, 0, 1764416565, 'restore', 'restore_replace_overwrite_conf', '0', NULL),
(210, 0, 1764416565, 'restore', 'restore_replace_overwrite_conf_locked', '', NULL),
(211, 0, 1764416565, 'restore', 'restore_replace_course_fullname', '1', NULL),
(212, 0, 1764416565, 'restore', 'restore_replace_course_fullname_locked', '', NULL),
(213, 0, 1764416565, 'restore', 'restore_replace_course_shortname', '1', NULL),
(214, 0, 1764416565, 'restore', 'restore_replace_course_shortname_locked', '', NULL),
(215, 0, 1764416565, 'restore', 'restore_replace_course_startdate', '1', NULL),
(216, 0, 1764416565, 'restore', 'restore_replace_course_startdate_locked', '', NULL),
(217, 0, 1764416565, 'restore', 'restore_replace_keep_roles_and_enrolments', '0', NULL),
(218, 0, 1764416565, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', '', NULL),
(219, 0, 1764416565, 'restore', 'restore_replace_keep_groups_and_groupings', '0', NULL),
(220, 0, 1764416565, 'restore', 'restore_replace_keep_groups_and_groupings_locked', '', NULL),
(221, 0, 1764416565, NULL, 'enableasyncbackup', '0', NULL),
(222, 0, 1764416565, 'backup', 'backup_async_message_users', '0', NULL),
(223, 0, 1764416565, 'backup', 'backup_async_message_subject', 'Moodle {operation} completed successfully', NULL),
(224, 0, 1764416565, 'backup', 'backup_async_message', 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href=\"{link}\">{link}</a>.', NULL),
(225, 0, 1764416565, NULL, 'grade_profilereport', 'user', NULL),
(226, 0, 1764416565, NULL, 'grade_aggregationposition', '1', NULL),
(227, 0, 1764416565, NULL, 'grade_includescalesinaggregation', '1', NULL),
(228, 0, 1764416565, NULL, 'grade_hiddenasdate', '0', NULL),
(229, 0, 1764416565, NULL, 'gradepublishing', '0', NULL),
(230, 0, 1764416565, NULL, 'grade_export_exportfeedback', '0', NULL),
(231, 0, 1764416566, NULL, 'grade_export_displaytype', '1', NULL),
(232, 0, 1764416566, NULL, 'grade_export_decimalpoints', '2', NULL),
(233, 0, 1764416566, NULL, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email', NULL),
(234, 0, 1764416566, NULL, 'grade_export_customprofilefields', '', NULL),
(235, 0, 1764416566, NULL, 'recovergradesdefault', '0', NULL),
(236, 0, 1764416566, NULL, 'gradeexport', '', NULL),
(237, 0, 1764416566, NULL, 'unlimitedgrades', '0', NULL),
(238, 0, 1764416566, NULL, 'grade_report_showmin', '1', NULL),
(239, 0, 1764416566, NULL, 'gradepointmax', '100', NULL),
(240, 0, 1764416566, NULL, 'gradepointdefault', '100', NULL),
(241, 0, 1764416566, NULL, 'grade_minmaxtouse', '1', NULL),
(242, 0, 1764416566, NULL, 'grade_mygrades_report', 'overview', NULL),
(243, 0, 1764416566, NULL, 'gradereport_mygradeurl', '', NULL),
(244, 0, 1764416566, NULL, 'grade_hideforcedsettings', '1', NULL),
(245, 0, 1764416566, NULL, 'grade_aggregation', '13', NULL),
(246, 0, 1764416566, NULL, 'grade_aggregation_flag', '0', NULL),
(247, 0, 1764416566, NULL, 'grade_aggregations_visible', '13', NULL),
(248, 0, 1764416566, NULL, 'grade_aggregateonlygraded', '1', NULL),
(249, 0, 1764416566, NULL, 'grade_aggregateonlygraded_flag', '2', NULL),
(250, 0, 1764416566, NULL, 'grade_aggregateoutcomes', '0', NULL),
(251, 0, 1764416566, NULL, 'grade_aggregateoutcomes_flag', '2', NULL),
(252, 0, 1764416566, NULL, 'grade_keephigh', '0', NULL),
(253, 0, 1764416566, NULL, 'grade_keephigh_flag', '3', NULL),
(254, 0, 1764416566, NULL, 'grade_droplow', '0', NULL),
(255, 0, 1764416566, NULL, 'grade_droplow_flag', '2', NULL),
(256, 0, 1764416566, NULL, 'grade_overridecat', '1', NULL),
(257, 0, 1764416566, NULL, 'grade_displaytype', '1', NULL),
(258, 0, 1764416566, NULL, 'grade_decimalpoints', '2', NULL),
(259, 0, 1764416566, NULL, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime', NULL),
(260, 0, 1764416566, NULL, 'grade_report_showonlyactiveenrol', '1', NULL),
(261, 0, 1764416566, NULL, 'grade_report_quickgrading', '1', NULL),
(262, 0, 1764416566, NULL, 'grade_report_meanselection', '1', NULL),
(263, 0, 1764416566, NULL, 'grade_report_showaverages', '1', NULL),
(264, 0, 1764416566, NULL, 'grade_report_showranges', '0', NULL),
(265, 0, 1764416566, NULL, 'grade_report_showuserimage', '1', NULL),
(266, 0, 1764416566, NULL, 'grade_report_shownumberofgrades', '0', NULL),
(267, 0, 1764416566, NULL, 'grade_report_averagesdisplaytype', 'inherit', NULL),
(268, 0, 1764416566, NULL, 'grade_report_rangesdisplaytype', 'inherit', NULL),
(269, 0, 1764416566, NULL, 'grade_report_averagesdecimalpoints', 'inherit', NULL),
(270, 0, 1764416566, NULL, 'grade_report_rangesdecimalpoints', 'inherit', NULL),
(271, 0, 1764416566, NULL, 'grade_report_historyperpage', '50', NULL),
(272, 0, 1764416566, NULL, 'grade_report_overview_showrank', '0', NULL),
(273, 0, 1764416566, NULL, 'grade_report_overview_showtotalsifcontainhidden', '0', NULL),
(274, 0, 1764416566, NULL, 'grade_report_user_showrank', '0', NULL),
(275, 0, 1764416566, NULL, 'grade_report_user_showpercentage', '1', NULL),
(276, 0, 1764416566, NULL, 'grade_report_user_showgrade', '1', NULL),
(277, 0, 1764416566, NULL, 'grade_report_user_showfeedback', '1', NULL),
(278, 0, 1764416566, NULL, 'grade_report_user_showrange', '1', NULL),
(279, 0, 1764416566, NULL, 'grade_report_user_showweight', '1', NULL),
(280, 0, 1764416566, NULL, 'grade_report_user_showaverage', '0', NULL),
(281, 0, 1764416566, NULL, 'grade_report_user_showlettergrade', '0', NULL),
(282, 0, 1764416566, NULL, 'grade_report_user_rangedecimals', '0', NULL),
(283, 0, 1764416566, NULL, 'grade_report_user_showhiddenitems', '1', NULL),
(284, 0, 1764416566, NULL, 'grade_report_user_showtotalsifcontainhidden', '0', NULL),
(285, 0, 1764416566, NULL, 'grade_report_user_showcontributiontocoursetotal', '1', NULL),
(286, 0, 1764416566, 'analytics', 'modeinstruction', '', NULL),
(287, 0, 1764416566, 'analytics', 'percentonline', '0', NULL),
(288, 0, 1764416566, 'analytics', 'typeinstitution', '', NULL),
(289, 0, 1764416566, 'analytics', 'levelinstitution', '', NULL),
(290, 0, 1764416566, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor', NULL),
(291, 0, 1764416566, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range', NULL),
(292, 0, 1764416566, 'analytics', 'modeloutputdir', '', NULL),
(293, 0, 1764416566, 'analytics', 'onlycli', '1', NULL),
(294, 0, 1764416566, 'analytics', 'modeltimelimit', '1200', NULL),
(295, 0, 1764416566, 'analytics', 'calclifetime', '35', NULL),
(296, 0, 1764416566, NULL, 'badges_defaultissuername', '', NULL),
(297, 0, 1764416566, NULL, 'badges_defaultissuercontact', '', NULL),
(298, 0, 1764416566, NULL, 'badges_badgesalt', 'badges1764416548', NULL),
(299, 0, 1764416566, NULL, 'badges_allowcoursebadges', '1', NULL),
(300, 0, 1764416567, NULL, 'badges_allowexternalbackpack', '1', NULL),
(301, 0, 1764416567, 'core_h5p', 'h5pcustomcss', '', NULL),
(302, 0, 1764416567, NULL, 'rememberuserlicensepref', '1', NULL),
(303, 0, 1764416568, NULL, 'timezone', 'Europe/Berlin', NULL),
(304, 0, 1764416569, NULL, 'forcetimezone', '99', NULL),
(305, 0, 1764416569, NULL, 'country', '0', NULL),
(306, 0, 1764416569, NULL, 'defaultcity', '', NULL),
(307, 0, 1764416569, NULL, 'geoip2file', 'C:\\xampp\\moodledata/geoip/GeoLite2-City.mmdb', NULL),
(308, 0, 1764416569, NULL, 'googlemapkey3', '', NULL),
(309, 0, 1764416569, NULL, 'allcountrycodes', '', NULL),
(310, 0, 1764416569, NULL, 'autolang', '1', NULL),
(311, 0, 1764416569, NULL, 'lang', 'en', NULL),
(312, 0, 1764416569, NULL, 'autolangusercreation', '1', NULL),
(313, 0, 1764416569, NULL, 'langmenu', '1', NULL),
(314, 0, 1764416569, NULL, 'langlist', '', NULL),
(315, 0, 1764416569, NULL, 'langcache', '1', NULL),
(316, 0, 1764416569, NULL, 'langstringcache', '1', NULL),
(317, 0, 1764416569, NULL, 'locale', '', NULL),
(318, 0, 1764416569, NULL, 'latinexcelexport', '0', NULL),
(319, 0, 1764416569, NULL, 'enablepdfexportfont', '0', NULL),
(320, 0, 1764416569, NULL, 'messagingallusers', '0', NULL),
(321, 0, 1764416569, NULL, 'messagingdefaultpressenter', '1', NULL),
(322, 0, 1764416569, NULL, 'messagingdeletereadnotificationsdelay', '604800', NULL),
(323, 0, 1764416569, NULL, 'messagingdeleteallnotificationsdelay', '2620800', NULL),
(324, 0, 1764416569, NULL, 'messagingallowemailoverride', '0', NULL),
(325, 0, 1764416569, NULL, 'requiremodintro', '0', NULL),
(326, 0, 1764416569, 'antivirus', 'notifyemail', '', NULL),
(327, 0, 1764416569, 'antivirus', 'notifylevel', '2', NULL),
(328, 0, 1764416569, 'antivirus', 'threshold', '1200', NULL),
(329, 0, 1764416569, 'antivirus', 'enablequarantine', '0', NULL),
(330, 0, 1764416569, 'antivirus', 'quarantinetime', '2419200', NULL),
(331, 0, 1764416569, NULL, 'registerauth', '', NULL),
(332, 0, 1764416569, NULL, 'authloginviaemail', '0', NULL),
(333, 0, 1764416569, NULL, 'allowaccountssameemail', '0', NULL),
(334, 0, 1764416569, NULL, 'authpreventaccountcreation', '0', NULL),
(335, 0, 1764416569, NULL, 'loginpageautofocus', '0', NULL),
(336, 0, 1764416570, NULL, 'guestloginbutton', '1', NULL),
(337, 0, 1764416570, NULL, 'limitconcurrentlogins', '0', NULL),
(338, 0, 1764416570, NULL, 'alternateloginurl', '', NULL),
(339, 0, 1764416570, NULL, 'forgottenpasswordurl', '', NULL),
(340, 0, 1764416570, NULL, 'auth_instructions', '', NULL),
(341, 0, 1764416570, NULL, 'allowemailaddresses', '', NULL),
(342, 0, 1764416570, NULL, 'denyemailaddresses', '', NULL),
(343, 0, 1764416570, NULL, 'verifychangedemail', '1', NULL),
(344, 0, 1764416570, NULL, 'enableloginrecaptcha', '0', NULL),
(345, 0, 1764416570, NULL, 'recaptchapublickey', '', NULL),
(346, 0, 1764416570, NULL, 'recaptchaprivatekey', '', NULL),
(347, 0, 1764416570, 'cachestore_apcu', 'testperformance', '0', NULL),
(348, 0, 1764416570, 'cachestore_redis', 'test_server', '', NULL),
(349, 0, 1764416570, 'cachestore_redis', 'test_encryption', '0', NULL),
(350, 0, 1764416570, 'cachestore_redis', 'test_cafile', '', NULL),
(351, 0, 1764416570, 'cachestore_redis', 'test_password', '', NULL),
(352, 0, 1764416570, 'cachestore_redis', 'test_ttl', '0', NULL),
(353, 0, 1764416570, NULL, 'filteruploadedfiles', '0', NULL),
(354, 0, 1764416570, NULL, 'filtermatchoneperpage', '0', NULL),
(355, 0, 1764416570, NULL, 'filtermatchonepertext', '0', NULL),
(356, 0, 1764416570, NULL, 'filternavigationwithsystemcontext', '0', NULL),
(357, 0, 1764416570, NULL, 'media_default_width', '640', NULL),
(358, 0, 1764416570, NULL, 'media_default_height', '360', NULL),
(359, 0, 1764416570, NULL, 'portfolio_moderate_filesize_threshold', '1048576', NULL),
(360, 0, 1764416570, NULL, 'portfolio_high_filesize_threshold', '5242880', NULL),
(361, 0, 1764416570, NULL, 'portfolio_moderate_db_threshold', '20', NULL),
(362, 0, 1764416570, NULL, 'portfolio_high_db_threshold', '50', NULL),
(363, 0, 1764416570, 'question_preview', 'behaviour', 'deferredfeedback', NULL),
(364, 0, 1764416570, 'question_preview', 'correctness', '1', NULL),
(365, 0, 1764416570, 'question_preview', 'marks', '2', NULL),
(366, 0, 1764416570, 'question_preview', 'markdp', '2', NULL),
(367, 0, 1764416570, 'question_preview', 'feedback', '1', NULL),
(368, 0, 1764416570, 'question_preview', 'generalfeedback', '1', NULL),
(369, 0, 1764416570, 'question_preview', 'rightanswer', '1', NULL),
(370, 0, 1764416570, 'question_preview', 'history', '0', NULL),
(371, 0, 1764416570, NULL, 'repositorycacheexpire', '120', NULL),
(372, 0, 1764416570, NULL, 'repositorygetfiletimeout', '30', NULL),
(373, 0, 1764416570, NULL, 'repositorysyncfiletimeout', '1', NULL),
(374, 0, 1764416570, NULL, 'repositorysyncimagetimeout', '3', NULL),
(375, 0, 1764416570, NULL, 'repositoryallowexternallinks', '1', NULL),
(376, 0, 1764416570, NULL, 'legacyfilesinnewcourses', '0', NULL),
(377, 0, 1764416570, NULL, 'legacyfilesaddallowed', '1', NULL),
(378, 0, 1764416570, NULL, 'searchengine', 'simpledb', NULL),
(379, 0, 1764416570, NULL, 'searchindexwhendisabled', '0', NULL),
(380, 0, 1764416570, NULL, 'searchindextime', '600', NULL),
(381, 0, 1764416570, NULL, 'searchallavailablecourses', '0', NULL),
(382, 0, 1764416570, NULL, 'searchincludeallcourses', '0', NULL),
(383, 0, 1764416570, NULL, 'searchenablecategories', '0', NULL),
(384, 0, 1764416570, NULL, 'searchdefaultcategory', 'core-all', NULL),
(385, 0, 1764416570, NULL, 'searchhideallcategory', '0', NULL),
(386, 0, 1764416570, NULL, 'searchmaxtopresults', '3', NULL),
(387, 0, 1764416570, NULL, 'searchteacherroles', '', NULL),
(388, 0, 1764416570, NULL, 'searchenginequeryonly', '', NULL),
(389, 0, 1764416570, NULL, 'searchbannerenable', '0', NULL),
(390, 0, 1764416570, NULL, 'searchbanner', '', NULL),
(391, 0, 1764416570, NULL, 'allowbeforeblock', '0', NULL),
(392, 0, 1764416570, NULL, 'allowedip', '', NULL),
(393, 0, 1764416570, NULL, 'blockedip', '', NULL),
(394, 0, 1764416570, NULL, 'protectusernames', '1', NULL),
(395, 0, 1764416570, NULL, 'forcelogin', '0', NULL),
(396, 0, 1764416570, NULL, 'forceloginforprofiles', '1', NULL),
(397, 0, 1764416570, NULL, 'forceloginforprofileimage', '0', NULL),
(398, 0, 1764416571, NULL, 'opentowebcrawlers', '0', NULL),
(399, 0, 1764416571, NULL, 'allowindexing', '0', NULL),
(400, 0, 1764416571, NULL, 'maxbytes', '0', NULL),
(401, 0, 1764416571, NULL, 'userquota', '104857600', NULL),
(402, 0, 1764416571, NULL, 'allowobjectembed', '0', NULL),
(403, 0, 1764416571, NULL, 'enabletrusttext', '0', NULL),
(404, 0, 1764416571, NULL, 'maxeditingtime', '1800', NULL),
(405, 0, 1764416571, NULL, 'extendedusernamechars', '0', NULL),
(406, 0, 1764416571, NULL, 'keeptagnamecase', '1', NULL),
(407, 0, 1764416571, NULL, 'profilesforenrolledusersonly', '1', NULL),
(408, 0, 1764416571, NULL, 'cronclionly', '1', NULL),
(409, 0, 1764416571, NULL, 'cronremotepassword', '', NULL),
(410, 0, 1764416571, 'tool_task', 'enablerunnow', '1', NULL),
(411, 0, 1764416571, NULL, 'lockoutthreshold', '0', NULL),
(412, 0, 1764416571, NULL, 'lockoutwindow', '1800', NULL),
(413, 0, 1764416571, NULL, 'lockoutduration', '1800', NULL),
(414, 0, 1764416571, NULL, 'passwordpolicy', '1', NULL),
(415, 0, 1764416571, NULL, 'minpasswordlength', '8', NULL),
(416, 0, 1764416571, NULL, 'minpassworddigits', '1', NULL),
(417, 0, 1764416571, NULL, 'minpasswordlower', '1', NULL),
(418, 0, 1764416571, NULL, 'minpasswordupper', '1', NULL),
(419, 0, 1764416571, NULL, 'minpasswordnonalphanum', '1', NULL),
(420, 0, 1764416571, NULL, 'maxconsecutiveidentchars', '0', NULL),
(421, 0, 1764416571, NULL, 'passwordpolicycheckonlogin', '0', NULL),
(422, 0, 1764416571, NULL, 'passwordreuselimit', '0', NULL),
(423, 0, 1764416571, NULL, 'pwresettime', '1800', NULL),
(424, 0, 1764416571, NULL, 'passwordchangelogout', '0', NULL),
(425, 0, 1764416571, NULL, 'passwordchangetokendeletion', '0', NULL),
(426, 0, 1764416571, NULL, 'tokenduration', '7257600', NULL),
(427, 0, 1764416571, NULL, 'groupenrolmentkeypolicy', '1', NULL),
(428, 0, 1764416571, NULL, 'disableuserimages', '0', NULL),
(429, 0, 1764416571, NULL, 'emailchangeconfirmation', '1', NULL),
(430, 0, 1764416571, NULL, 'rememberusername', '2', NULL),
(431, 0, 1764416571, NULL, 'strictformsrequired', '0', NULL),
(432, 0, 1764416571, '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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix', NULL),
(433, 0, 1764416571, NULL, 'cookiesecure', '1', NULL),
(434, 0, 1764416571, NULL, 'allowframembedding', '0', NULL),
(435, 0, 1764416571, NULL, 'curlsecurityblockedhosts', '127.0.0.0/8\r\n192.168.0.0/16\r\n10.0.0.0/8\r\n172.16.0.0/12\r\n0.0.0.0\r\nlocalhost\r\n169.254.169.254\r\n0000::1', NULL),
(436, 0, 1764416571, NULL, 'curlsecurityallowedport', '443\r\n80', NULL),
(437, 0, 1764416571, NULL, 'referrerpolicy', 'default', NULL),
(438, 0, 1764416571, NULL, 'displayloginfailures', '0', NULL),
(439, 0, 1764416571, NULL, 'notifyloginfailures', '', NULL),
(440, 0, 1764416571, NULL, 'notifyloginthreshold', '10', NULL),
(441, 0, 1764416571, NULL, 'themelist', '', NULL),
(442, 0, 1764416571, NULL, 'themedesignermode', '0', NULL),
(443, 0, 1764416571, NULL, 'allowuserthemes', '0', NULL),
(444, 0, 1764416571, NULL, 'allowcoursethemes', '0', NULL),
(445, 0, 1764416571, NULL, 'allowcategorythemes', '0', NULL),
(446, 0, 1764416571, NULL, 'allowcohortthemes', '0', NULL),
(447, 0, 1764416571, NULL, 'allowthemechangeonurl', '0', NULL),
(448, 0, 1764416571, NULL, 'allowuserblockhiding', '1', NULL),
(449, 0, 1764416571, NULL, 'langmenuinsecurelayout', '0', NULL),
(450, 0, 1764416571, NULL, 'logininfoinsecurelayout', '0', NULL),
(451, 0, 1764416571, NULL, 'custommenuitems', '', NULL),
(452, 0, 1764416571, NULL, 'customusermenuitems', 'profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php', NULL),
(453, 0, 1764416571, 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links', NULL),
(454, 0, 1764416571, 'theme_boost', 'preset', 'default.scss', NULL),
(455, 0, 1764416571, 'theme_boost', 'presetfiles', '', NULL),
(456, 0, 1764416571, 'theme_boost', 'backgroundimage', '', NULL),
(457, 0, 1764416571, 'theme_boost', 'loginbackgroundimage', '', NULL),
(458, 0, 1764416571, 'theme_boost', 'brandcolor', '', NULL),
(459, 0, 1764416571, 'theme_boost', 'scsspre', '', NULL),
(460, 0, 1764416572, 'theme_boost', 'scss', '', NULL),
(461, 0, 1764416572, 'theme_classic', 'navbardark', '0', NULL),
(462, 0, 1764416572, 'theme_classic', 'unaddableblocks', '', NULL),
(463, 0, 1764416572, 'theme_classic', 'preset', 'default.scss', NULL),
(464, 0, 1764416572, 'theme_classic', 'presetfiles', '', NULL),
(465, 0, 1764416572, 'theme_classic', 'backgroundimage', '', NULL),
(466, 0, 1764416572, 'theme_classic', 'loginbackgroundimage', '', NULL),
(467, 0, 1764416572, 'theme_classic', 'brandcolor', '', NULL),
(468, 0, 1764416572, 'theme_classic', 'scsspre', '', NULL),
(469, 0, 1764416572, 'theme_classic', 'scss', '', NULL),
(470, 0, 1764416572, 'core_admin', 'logo', '', NULL),
(471, 0, 1764416572, 'core_admin', 'logocompact', '', NULL),
(472, 0, 1764416572, 'core_admin', 'favicon', '', NULL),
(473, 0, 1764416572, 'core_admin', 'coursecolor1', '#81ecec', NULL),
(474, 0, 1764416572, 'core_admin', 'coursecolor2', '#74b9ff', NULL),
(475, 0, 1764416572, 'core_admin', 'coursecolor3', '#a29bfe', NULL),
(476, 0, 1764416572, 'core_admin', 'coursecolor4', '#dfe6e9', NULL),
(477, 0, 1764416572, 'core_admin', 'coursecolor5', '#00b894', NULL),
(478, 0, 1764416572, 'core_admin', 'coursecolor6', '#0984e3', NULL),
(479, 0, 1764416572, 'core_admin', 'coursecolor7', '#b2bec3', NULL),
(480, 0, 1764416572, 'core_admin', 'coursecolor8', '#fdcb6e', NULL),
(481, 0, 1764416572, 'core_admin', 'coursecolor9', '#fd79a8', NULL),
(482, 0, 1764416572, 'core_admin', 'coursecolor10', '#6c5ce7', NULL),
(483, 0, 1764416572, NULL, 'calendartype', 'gregorian', NULL),
(484, 0, 1764416572, NULL, 'calendar_adminseesall', '0', NULL),
(485, 0, 1764416572, NULL, 'calendar_site_timeformat', '0', NULL),
(486, 0, 1764416572, NULL, 'calendar_startwday', '1', NULL),
(487, 0, 1764416572, NULL, 'calendar_weekend', '65', NULL),
(488, 0, 1764416572, NULL, 'calendar_lookahead', '21', NULL),
(489, 0, 1764416572, NULL, 'calendar_maxevents', '10', NULL),
(490, 0, 1764416572, NULL, 'enablecalendarexport', '1', NULL),
(491, 0, 1764416572, NULL, 'calendar_customexport', '1', NULL),
(492, 0, 1764416572, NULL, 'calendar_exportlookahead', '365', NULL),
(493, 0, 1764416572, NULL, 'calendar_exportlookback', '5', NULL),
(494, 0, 1764416572, NULL, 'calendar_exportsalt', 'GEGD3xDBvRD3Dm4PH1c0DxDK3mbmM3G7g2usv8ED3AAgFzRrGmc8YcTcG6xG', NULL),
(495, 0, 1764416572, NULL, 'calendar_showicalsource', '1', NULL),
(496, 0, 1764416572, NULL, 'useblogassociations', '1', NULL),
(497, 0, 1764416572, NULL, 'bloglevel', '4', NULL),
(498, 0, 1764416572, NULL, 'useexternalblogs', '1', NULL),
(499, 0, 1764416572, NULL, 'externalblogcrontime', '86400', NULL),
(500, 0, 1764416572, NULL, 'maxexternalblogsperuser', '1', NULL),
(501, 0, 1764416572, NULL, 'blogusecomments', '1', NULL),
(502, 0, 1764416572, NULL, 'blogshowcommentscount', '1', NULL),
(503, 0, 1764416572, NULL, 'enabledashboard', '1', NULL),
(504, 0, 1764416572, NULL, 'defaulthomepage', '1', NULL),
(505, 0, 1764416572, NULL, 'allowguestmymoodle', '1', NULL),
(506, 0, 1764416572, NULL, 'navshowfullcoursenames', '0', NULL),
(507, 0, 1764416572, NULL, 'navshowcategories', '1', NULL),
(508, 0, 1764416572, NULL, 'navshowmycoursecategories', '0', NULL),
(509, 0, 1764416572, NULL, 'navshowallcourses', '0', NULL),
(510, 0, 1764416572, NULL, 'navsortmycoursessort', 'sortorder', NULL),
(511, 0, 1764416572, NULL, 'navsortmycourseshiddenlast', '1', NULL),
(512, 0, 1764416572, NULL, 'navcourselimit', '10', NULL),
(513, 0, 1764416572, NULL, 'usesitenameforsitepages', '0', NULL),
(514, 0, 1764416572, NULL, 'linkadmincategories', '1', NULL),
(515, 0, 1764416572, NULL, 'linkcoursesections', '1', NULL),
(516, 0, 1764416572, NULL, 'navshowfrontpagemods', '1', NULL),
(517, 0, 1764416572, NULL, 'navadduserpostslinks', '1', NULL),
(518, 0, 1764416572, NULL, 'sitenameintitle', 'shortname', NULL),
(519, 0, 1764416572, NULL, 'formatstringstriptags', '1', NULL),
(520, 0, 1764416572, 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),
(521, 0, 1764416572, NULL, 'docroot', 'https://docs.moodle.org', NULL),
(522, 0, 1764416572, NULL, 'doclang', '', NULL),
(523, 0, 1764416572, NULL, 'doctonewwindow', '0', NULL),
(524, 0, 1764416572, NULL, 'coursecreationguide', 'https://moodle.academy/coursequickstart', NULL),
(525, 0, 1764416572, NULL, 'coursecontactduplicates', '0', NULL),
(526, 0, 1764416572, NULL, 'courselistshortnames', '0', NULL),
(527, 0, 1764416573, NULL, 'coursesperpage', '20', NULL),
(528, 0, 1764416573, NULL, 'courseswithsummarieslimit', '10', NULL),
(529, 0, 1764416573, NULL, 'courseoverviewfileslimit', '1', NULL),
(530, 0, 1764416573, NULL, 'courseoverviewfilesext', 'web_image', NULL),
(531, 0, 1764416573, NULL, 'coursegraceperiodbefore', '0', NULL),
(532, 0, 1764416573, NULL, 'coursegraceperiodafter', '0', NULL),
(533, 0, 1764416573, NULL, 'yuicomboloading', '1', NULL),
(534, 0, 1764416573, NULL, 'cachejs', '1', NULL),
(535, 0, 1764416573, NULL, 'additionalhtmlhead', '', NULL),
(536, 0, 1764416573, NULL, 'additionalhtmltopofbody', '', NULL),
(537, 0, 1764416573, NULL, 'additionalhtmlfooter', '', NULL),
(538, 0, 1764416573, NULL, 'cachetemplates', '1', NULL),
(539, 0, 1764416573, NULL, 'pathtophp', '', NULL),
(540, 0, 1764416573, NULL, 'pathtodu', '', NULL),
(541, 0, 1764416573, NULL, 'aspellpath', '', NULL),
(542, 0, 1764416573, NULL, 'pathtodot', '', NULL),
(543, 0, 1764416573, NULL, 'pathtogs', '/usr/bin/gs', NULL),
(544, 0, 1764416573, NULL, 'pathtopdftoppm', '', NULL),
(545, 0, 1764416573, NULL, 'pathtopython', '', NULL),
(546, 0, 1764416573, NULL, 'supportname', 'Admin User', NULL),
(547, 0, 1764416573, NULL, 'supportpage', '', NULL),
(548, 0, 1764416573, NULL, 'supportavailability', '1', NULL),
(549, 0, 1764416573, NULL, 'servicespage', '', NULL),
(550, 0, 1764416573, NULL, 'dbsessions', '0', NULL),
(551, 0, 1764416573, NULL, 'sessiontimeoutwarning', '1200', NULL),
(552, 0, 1764416573, NULL, 'sessioncookie', '', NULL),
(553, 0, 1764416573, NULL, 'sessioncookiepath', '', NULL),
(554, 0, 1764416573, NULL, 'sessioncookiedomain', '', NULL),
(555, 0, 1764416573, NULL, 'statsfirstrun', 'none', NULL),
(556, 0, 1764416573, NULL, 'statsmaxruntime', '0', NULL),
(557, 0, 1764416573, NULL, 'statsruntimedays', '31', NULL),
(558, 0, 1764416573, NULL, 'statsuserthreshold', '0', NULL),
(559, 0, 1764416573, NULL, 'slasharguments', '1', NULL),
(560, 0, 1764416573, NULL, 'getremoteaddrconf', '3', NULL),
(561, 0, 1764416573, NULL, 'reverseproxyignore', '', NULL),
(562, 0, 1764416573, NULL, 'proxyhost', '', NULL),
(563, 0, 1764416573, NULL, 'proxyport', '0', NULL),
(564, 0, 1764416573, NULL, 'proxytype', 'HTTP', NULL),
(565, 0, 1764416573, NULL, 'proxyuser', '', NULL),
(566, 0, 1764416573, NULL, 'proxypassword', '', NULL),
(567, 0, 1764416573, NULL, 'proxybypass', 'localhost, 127.0.0.1', NULL),
(568, 0, 1764416573, NULL, 'proxylogunsafe', '0', NULL),
(569, 0, 1764416573, NULL, 'proxyfixunsafe', '0', NULL),
(570, 0, 1764416573, NULL, 'maintenance_enabled', '0', NULL),
(571, 0, 1764416573, NULL, 'maintenance_message', '', NULL),
(572, 0, 1764416573, NULL, 'deleteunconfirmed', '168', NULL),
(573, 0, 1764416573, NULL, 'deleteincompleteusers', '0', NULL),
(574, 0, 1764416573, NULL, 'disablegradehistory', '0', NULL),
(575, 0, 1764416573, NULL, 'gradehistorylifetime', '0', NULL),
(576, 0, 1764416573, NULL, 'tempdatafoldercleanup', '168', NULL),
(577, 0, 1764416573, NULL, 'xapicleanupperiod', '4838400', NULL),
(578, 0, 1764416573, NULL, 'filescleanupperiod', '86400', NULL),
(579, 0, 1764416573, NULL, 'extramemorylimit', '512M', NULL),
(580, 0, 1764416573, NULL, 'maxtimelimit', '0', NULL),
(581, 0, 1764416573, NULL, 'curlcache', '120', NULL),
(582, 0, 1764416573, NULL, 'curltimeoutkbitrate', '56', NULL),
(583, 0, 1764416573, NULL, 'cron_enabled', '1', NULL),
(584, 0, 1764416573, NULL, 'cron_keepalive', '180', NULL),
(585, 0, 1764416573, NULL, 'task_scheduled_concurrency_limit', '3', NULL),
(586, 0, 1764416573, NULL, 'task_scheduled_max_runtime', '1800', NULL),
(587, 0, 1764416573, NULL, 'task_adhoc_concurrency_limit', '3', NULL),
(588, 0, 1764416573, NULL, 'task_adhoc_max_runtime', '1800', NULL),
(589, 0, 1764416573, NULL, 'task_logmode', '1', NULL),
(590, 0, 1764416573, NULL, 'task_logtostdout', '1', NULL),
(591, 0, 1764416573, NULL, 'task_logretention', '2419200', NULL),
(592, 0, 1764416573, NULL, 'task_logretainruns', '20', NULL),
(593, 0, 1764416573, NULL, 'smtphosts', '', NULL),
(594, 0, 1764416573, NULL, 'smtpsecure', '', NULL),
(595, 0, 1764416574, NULL, 'smtpauthtype', 'LOGIN', NULL),
(596, 0, 1764416574, NULL, 'smtpuser', '', NULL),
(597, 0, 1764416574, NULL, 'smtppass', '', NULL),
(598, 0, 1764416574, NULL, 'smtpmaxbulk', '1', NULL),
(599, 0, 1764416574, NULL, 'allowedemaildomains', '', NULL),
(600, 0, 1764416574, NULL, 'divertallemailsto', '', NULL),
(601, 0, 1764416574, NULL, 'divertallemailsexcept', '', NULL),
(602, 0, 1764416574, NULL, 'emaildkimselector', '', NULL),
(603, 0, 1764416574, NULL, 'sitemailcharset', '0', NULL),
(604, 0, 1764416574, NULL, 'allowusermailcharset', '0', NULL),
(605, 0, 1764416574, NULL, 'allowattachments', '1', NULL),
(606, 0, 1764416574, NULL, 'mailnewline', 'LF', NULL),
(607, 0, 1764416574, NULL, 'emailfromvia', '1', NULL),
(608, 0, 1764416574, NULL, 'emailsubjectprefix', '', NULL),
(609, 0, 1764416574, NULL, 'emailheaders', '', NULL),
(610, 0, 1764416574, NULL, 'updateautocheck', '1', NULL),
(611, 0, 1764416574, NULL, 'updateminmaturity', '200', NULL),
(612, 0, 1764416574, NULL, 'updatenotifybuilds', '0', NULL),
(613, 0, 1764416574, NULL, 'enablewsdocumentation', '0', NULL),
(614, 0, 1764416574, NULL, 'customreportslimit', '0', NULL),
(615, 0, 1764416574, NULL, 'customreportsliveediting', '1', NULL),
(616, 0, 1764416574, NULL, 'dndallowtextandlinks', '0', NULL),
(617, 0, 1764416574, NULL, 'pathtosassc', '', NULL),
(618, 0, 1764416574, NULL, 'contextlocking', '0', NULL),
(619, 0, 1764416574, NULL, 'contextlockappliestoadmin', '1', NULL),
(620, 0, 1764416574, NULL, 'forceclean', '0', NULL),
(621, 0, 1764416574, NULL, 'enablecourserelativedates', '0', NULL),
(622, 0, 1764416574, NULL, 'enablesharingtomoodlenet', '0', NULL),
(623, 0, 1764416574, NULL, 'enablecommunicationsubsystem', '0', NULL),
(624, 0, 1764416574, NULL, 'debug', '0', NULL),
(625, 0, 1764416574, NULL, 'debugdisplay', '0', NULL),
(626, 0, 1764416574, NULL, 'perfdebug', '7', NULL),
(627, 0, 1764416574, NULL, 'debugstringids', '0', NULL),
(628, 0, 1764416574, NULL, 'debugsqltrace', '0', NULL),
(629, 0, 1764416574, NULL, 'debugvalidators', '0', NULL),
(630, 0, 1764416574, NULL, 'debugpageinfo', '0', NULL),
(631, 0, 1764416574, NULL, 'debugtemplateinfo', '0', NULL),
(632, 0, 1764416574, NULL, 'profilingenabled', '0', NULL),
(633, 0, 1764416574, NULL, 'profilingincluded', '', NULL),
(634, 0, 1764416574, NULL, 'profilingexcluded', '', NULL),
(635, 0, 1764416574, NULL, 'profilingautofrec', '0', NULL),
(636, 0, 1764416574, NULL, 'profilingallowme', '0', NULL),
(637, 0, 1764416574, NULL, 'profilingallowall', '0', NULL),
(638, 0, 1764416574, NULL, 'profilingslow', '0', NULL),
(639, 0, 1764416574, NULL, 'profilinglifetime', '1440', NULL),
(640, 0, 1764416574, NULL, 'profilingimportprefix', '(I)', NULL),
(641, 0, 1764416577, 'core_competency', 'pushcourseratingstouserplans', '1', NULL),
(642, 0, 1764416629, 'activitynames', 'filter_active', '1', ''),
(643, 0, 1764416629, 'core_filter', 'order', 'activitynames', 'activitynames'),
(644, 0, 1764416630, 'displayh5p', 'filter_active', '1', ''),
(645, 0, 1764416630, 'core_filter', 'order', 'displayh5p, activitynames', 'activitynames, displayh5p'),
(646, 0, 1764416631, 'emoticon', 'filter_active', '1', ''),
(647, 0, 1764416631, 'mathjaxloader', 'filter_active', '1', ''),
(648, 0, 1764416631, 'core_filter', 'order', 'displayh5p, activitynames, mathjaxloader, emoticon', 'displayh5p, activitynames, emoticon, mathjaxloader'),
(649, 0, 1764416631, 'mediaplugin', 'filter_active', '1', ''),
(650, 0, 1764416632, 'urltolink', 'filter_active', '1', ''),
(651, 0, 1764416632, 'core_filter', 'order', 'displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin', 'displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),
(652, 0, 1764416696, 'tiny_noautolink', 'disabled', '1', '0'),
(653, 2, 1764416863, NULL, 'enableaccessibilitytools', '1', NULL),
(654, 2, 1764416863, 'tool_moodlenet', 'enablemoodlenet', '1', NULL),
(655, 2, 1764416863, NULL, 'notloggedinroleid', '6', NULL),
(656, 2, 1764416863, NULL, 'guestroleid', '6', NULL),
(657, 2, 1764416863, NULL, 'defaultuserroleid', '7', NULL),
(658, 2, 1764416863, NULL, 'creatornewroleid', '3', NULL),
(659, 2, 1764416863, NULL, 'restorernewroleid', '3', NULL),
(660, 2, 1764416863, 'tool_dataprivacy', 'contactdataprotectionofficer', '0', NULL),
(661, 2, 1764416863, 'tool_dataprivacy', 'automaticdataexportapproval', '0', NULL),
(662, 2, 1764416863, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0', NULL),
(663, 2, 1764416863, 'tool_dataprivacy', 'automaticdeletionrequests', '1', NULL),
(664, 2, 1764416863, 'tool_dataprivacy', 'privacyrequestexpiry', '604800', NULL),
(665, 2, 1764416863, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1', NULL),
(666, 2, 1764416863, 'tool_dataprivacy', 'showdataretentionsummary', '1', NULL),
(667, 2, 1764416863, 'tool_dataprivacy', 'allowfiltering', '0', NULL),
(668, 2, 1764416863, 'tool_log', 'exportlog', '1', NULL),
(669, 2, 1764416863, NULL, 'sitepolicyhandler', '', NULL),
(670, 2, 1764416863, NULL, 'gradebookroles', '5', NULL),
(671, 2, 1764416863, 'analytics', 'logstore', 'logstore_standard', NULL),
(672, 2, 1764416863, NULL, 'h5plibraryhandler', 'h5plib_v127', NULL),
(673, 2, 1764416863, NULL, 'airnotifierurl', 'https://messages.moodle.net', NULL),
(674, 2, 1764416863, NULL, 'airnotifierport', '443', NULL),
(675, 2, 1764416863, NULL, 'airnotifiermobileappname', 'com.moodle.moodlemobile', NULL),
(676, 2, 1764416863, NULL, 'airnotifierappname', 'commoodlemoodlemobile', NULL),
(677, 2, 1764416863, NULL, 'airnotifieraccesskey', '', NULL),
(678, 2, 1764416863, 'message_airnotifier', 'encryptnotifications', '0', NULL),
(679, 2, 1764416863, 'message_airnotifier', 'encryptprocessing', '0', NULL),
(680, 2, 1764416863, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments', NULL),
(681, 2, 1764416863, 'assign', 'showrecentsubmissions', '0', NULL);
INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(682, 2, 1764416863, 'assign', 'submissionreceipts', '1', NULL),
(683, 2, 1764416863, 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.', NULL),
(684, 2, 1764416863, 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.', NULL),
(685, 2, 1764416863, '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),
(686, 2, 1764416863, 'assign', 'maxperpage', '-1', NULL),
(687, 2, 1764416863, 'assign', 'alwaysshowdescription', '1', NULL),
(688, 2, 1764416863, 'assign', 'alwaysshowdescription_adv', '', NULL),
(689, 2, 1764416863, 'assign', 'alwaysshowdescription_locked', '', NULL),
(690, 2, 1764416863, 'assign', 'allowsubmissionsfromdate', '0', NULL),
(691, 2, 1764416863, 'assign', 'allowsubmissionsfromdate_enabled', '1', NULL),
(692, 2, 1764416863, 'assign', 'allowsubmissionsfromdate_adv', '', NULL),
(693, 2, 1764416863, 'assign', 'duedate', '604800', NULL),
(694, 2, 1764416863, 'assign', 'duedate_enabled', '1', NULL),
(695, 2, 1764416863, 'assign', 'duedate_adv', '', NULL),
(696, 2, 1764416863, 'assign', 'cutoffdate', '1209600', NULL),
(697, 2, 1764416863, 'assign', 'cutoffdate_enabled', '', NULL),
(698, 2, 1764416863, 'assign', 'cutoffdate_adv', '', NULL),
(699, 2, 1764416863, 'assign', 'enabletimelimit', '0', NULL),
(700, 2, 1764416863, 'assign', 'gradingduedate', '1209600', NULL),
(701, 2, 1764416863, 'assign', 'gradingduedate_enabled', '1', NULL),
(702, 2, 1764416863, 'assign', 'gradingduedate_adv', '', NULL),
(703, 2, 1764416863, 'assign', 'submissiondrafts', '0', NULL),
(704, 2, 1764416863, 'assign', 'submissiondrafts_adv', '', NULL),
(705, 2, 1764416863, 'assign', 'submissiondrafts_locked', '', NULL),
(706, 2, 1764416863, 'assign', 'requiresubmissionstatement', '0', NULL),
(707, 2, 1764416863, 'assign', 'requiresubmissionstatement_adv', '', NULL),
(708, 2, 1764416863, 'assign', 'requiresubmissionstatement_locked', '', NULL),
(709, 2, 1764416863, 'assign', 'attemptreopenmethod', 'none', NULL),
(710, 2, 1764416863, 'assign', 'attemptreopenmethod_adv', '', NULL),
(711, 2, 1764416863, 'assign', 'attemptreopenmethod_locked', '', NULL),
(712, 2, 1764416863, 'assign', 'maxattempts', '-1', NULL),
(713, 2, 1764416863, 'assign', 'maxattempts_adv', '', NULL),
(714, 2, 1764416863, 'assign', 'maxattempts_locked', '', NULL),
(715, 2, 1764416863, 'assign', 'teamsubmission', '0', NULL),
(716, 2, 1764416863, 'assign', 'teamsubmission_adv', '', NULL),
(717, 2, 1764416863, 'assign', 'teamsubmission_locked', '', NULL),
(718, 2, 1764416863, 'assign', 'preventsubmissionnotingroup', '0', NULL),
(719, 2, 1764416863, 'assign', 'preventsubmissionnotingroup_adv', '', NULL),
(720, 2, 1764416863, 'assign', 'preventsubmissionnotingroup_locked', '', NULL),
(721, 2, 1764416863, 'assign', 'requireallteammemberssubmit', '0', NULL),
(722, 2, 1764416863, 'assign', 'requireallteammemberssubmit_adv', '', NULL),
(723, 2, 1764416863, 'assign', 'requireallteammemberssubmit_locked', '', NULL),
(724, 2, 1764416863, 'assign', 'teamsubmissiongroupingid', '', NULL),
(725, 2, 1764416863, 'assign', 'teamsubmissiongroupingid_adv', '', NULL),
(726, 2, 1764416863, 'assign', 'sendnotifications', '0', NULL),
(727, 2, 1764416863, 'assign', 'sendnotifications_adv', '', NULL),
(728, 2, 1764416863, 'assign', 'sendnotifications_locked', '', NULL),
(729, 2, 1764416863, 'assign', 'sendlatenotifications', '0', NULL),
(730, 2, 1764416863, 'assign', 'sendlatenotifications_adv', '', NULL),
(731, 2, 1764416863, 'assign', 'sendlatenotifications_locked', '', NULL),
(732, 2, 1764416863, 'assign', 'sendstudentnotifications', '1', NULL),
(733, 2, 1764416863, 'assign', 'sendstudentnotifications_adv', '', NULL),
(734, 2, 1764416863, 'assign', 'sendstudentnotifications_locked', '', NULL),
(735, 2, 1764416863, 'assign', 'blindmarking', '0', NULL),
(736, 2, 1764416863, 'assign', 'blindmarking_adv', '', NULL),
(737, 2, 1764416863, 'assign', 'blindmarking_locked', '', NULL),
(738, 2, 1764416863, 'assign', 'hidegrader', '0', NULL),
(739, 2, 1764416863, 'assign', 'hidegrader_adv', '', NULL),
(740, 2, 1764416863, 'assign', 'hidegrader_locked', '', NULL),
(741, 2, 1764416863, 'assign', 'markingworkflow', '0', NULL),
(742, 2, 1764416863, 'assign', 'markingworkflow_adv', '', NULL),
(743, 2, 1764416863, 'assign', 'markingworkflow_locked', '', NULL),
(744, 2, 1764416863, 'assign', 'markingallocation', '0', NULL),
(745, 2, 1764416863, 'assign', 'markingallocation_adv', '', NULL),
(746, 2, 1764416863, 'assign', 'markingallocation_locked', '', NULL),
(747, 2, 1764416863, 'assignsubmission_file', 'default', '1', NULL),
(748, 2, 1764416863, 'assignsubmission_file', 'maxfiles', '20', NULL),
(749, 2, 1764416863, 'assignsubmission_file', 'filetypes', '', NULL),
(750, 2, 1764416863, 'assignsubmission_file', 'maxbytes', '0', NULL),
(751, 2, 1764416864, 'assignsubmission_onlinetext', 'default', '0', NULL),
(752, 2, 1764416864, 'assignfeedback_comments', 'default', '1', NULL),
(753, 2, 1764416864, 'assignfeedback_comments', 'inline', '0', NULL),
(754, 2, 1764416864, 'assignfeedback_comments', 'inline_adv', '', NULL),
(755, 2, 1764416864, 'assignfeedback_comments', 'inline_locked', '', NULL),
(756, 2, 1764416864, 'assignfeedback_editpdf', 'default', '1', NULL),
(757, 2, 1764416864, 'assignfeedback_editpdf', 'stamps', '', NULL),
(758, 2, 1764416864, 'assignfeedback_file', 'default', '0', NULL),
(759, 2, 1764416864, 'assignfeedback_offline', 'default', '0', NULL),
(760, 2, 1764416864, NULL, 'bigbluebuttonbn_default_dpa_accepted', '0', NULL),
(761, 2, 1764416864, NULL, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/', NULL),
(762, 2, 1764416864, NULL, 'bigbluebuttonbn_shared_secret', '********', NULL),
(763, 2, 1764416864, NULL, 'bigbluebuttonbn_checksum_algorithm', 'SHA1', NULL),
(764, 2, 1764416864, NULL, 'bigbluebuttonbn_poll_interval', '5', NULL),
(765, 2, 1764416864, NULL, 'bigbluebuttonbn_welcome_default', '', NULL),
(766, 2, 1764416864, NULL, 'bigbluebuttonbn_welcome_editable', '1', NULL),
(767, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_default', '1', NULL),
(768, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_refresh_period', '300', NULL),
(769, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_editable', '1', NULL),
(770, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_all_from_start_default', '0', NULL),
(771, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_all_from_start_editable', '0', NULL),
(772, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_hide_button_default', '0', NULL),
(773, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_hide_button_editable', '0', NULL),
(774, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_safe_formats', 'video,presentation', NULL),
(775, 2, 1764416864, NULL, 'bigbluebuttonbn_importrecordings_enabled', '0', NULL),
(776, 2, 1764416864, NULL, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0', NULL),
(777, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_deleted_default', '1', NULL),
(778, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_deleted_editable', '0', NULL),
(779, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_imported_default', '0', NULL),
(780, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_imported_editable', '1', NULL),
(781, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_preview_default', '1', NULL),
(782, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_preview_editable', '0', NULL),
(783, 2, 1764416864, NULL, 'bigbluebuttonbn_recordings_asc_sort', '0', NULL),
(784, 2, 1764416864, NULL, 'bigbluebuttonbn_recording_protect_editable', '1', NULL),
(785, 2, 1764416864, NULL, 'bigbluebuttonbn_waitformoderator_default', '0', NULL),
(786, 2, 1764416864, NULL, 'bigbluebuttonbn_waitformoderator_editable', '1', NULL),
(787, 2, 1764416864, NULL, 'bigbluebuttonbn_waitformoderator_ping_interval', '10', NULL),
(788, 2, 1764416864, NULL, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60', NULL),
(789, 2, 1764416864, NULL, 'bigbluebuttonbn_voicebridge_editable', '0', NULL),
(790, 2, 1764416864, NULL, 'bigbluebuttonbn_preuploadpresentation_editable', '0', NULL),
(791, 2, 1764416864, 'mod_bigbluebuttonbn', 'presentationdefault', '', NULL),
(792, 2, 1764416864, NULL, 'bigbluebuttonbn_userlimit_default', '0', NULL),
(793, 2, 1764416864, NULL, 'bigbluebuttonbn_userlimit_editable', '0', NULL),
(794, 2, 1764416864, NULL, 'bigbluebuttonbn_participant_moderator_default', '0', NULL),
(795, 2, 1764416864, NULL, 'bigbluebuttonbn_muteonstart_default', '0', NULL),
(796, 2, 1764416864, NULL, 'bigbluebuttonbn_muteonstart_editable', '0', NULL),
(797, 2, 1764416864, NULL, 'bigbluebuttonbn_disablecam_default', '0', NULL),
(798, 2, 1764416864, NULL, 'bigbluebuttonbn_disablecam_editable', '1', NULL),
(799, 2, 1764416864, NULL, 'bigbluebuttonbn_disablemic_default', '0', NULL),
(800, 2, 1764416864, NULL, 'bigbluebuttonbn_disablemic_editable', '1', NULL),
(801, 2, 1764416864, NULL, 'bigbluebuttonbn_disableprivatechat_default', '0', NULL),
(802, 2, 1764416864, NULL, 'bigbluebuttonbn_disableprivatechat_editable', '1', NULL),
(803, 2, 1764416864, NULL, 'bigbluebuttonbn_disablepublicchat_default', '0', NULL),
(804, 2, 1764416864, NULL, 'bigbluebuttonbn_disablepublicchat_editable', '1', NULL),
(805, 2, 1764416864, NULL, 'bigbluebuttonbn_disablenote_default', '0', NULL),
(806, 2, 1764416864, NULL, 'bigbluebuttonbn_disablenote_editable', '1', NULL),
(807, 2, 1764416864, NULL, 'bigbluebuttonbn_hideuserlist_default', '0', NULL),
(808, 2, 1764416864, NULL, 'bigbluebuttonbn_hideuserlist_editable', '1', NULL),
(809, 2, 1764416864, NULL, 'bigbluebuttonbn_recordingready_enabled', '0', NULL),
(810, 2, 1764416864, NULL, 'bigbluebuttonbn_profile_picture_enabled', '0', NULL),
(811, 2, 1764416864, NULL, 'bigbluebuttonbn_meetingevents_enabled', '0', NULL),
(812, 2, 1764416864, NULL, 'bigbluebuttonbn_guestaccess_enabled', '0', NULL),
(813, 2, 1764416864, 'book', 'numberingoptions', '0,1,2,3', NULL),
(814, 2, 1764416864, 'book', 'numbering', '1', NULL),
(815, 2, 1764416864, NULL, 'chat_method', 'ajax', NULL),
(816, 2, 1764416864, NULL, 'chat_refresh_userlist', '10', NULL),
(817, 2, 1764416864, NULL, 'chat_old_ping', '35', NULL),
(818, 2, 1764416864, NULL, 'chat_refresh_room', '5', NULL),
(819, 2, 1764416864, NULL, 'chat_normal_updatemode', 'jsupdate', NULL),
(820, 2, 1764416864, NULL, 'chat_serverhost', 'localhost', NULL),
(821, 2, 1764416864, NULL, 'chat_serverip', '127.0.0.1', NULL),
(822, 2, 1764416864, NULL, 'chat_serverport', '9111', NULL),
(823, 2, 1764416864, NULL, 'chat_servermax', '100', NULL),
(824, 2, 1764416864, NULL, 'data_enablerssfeeds', '0', NULL),
(825, 2, 1764416864, NULL, 'feedback_allowfullanonymous', '0', NULL),
(826, 2, 1764416864, 'resource', 'framesize', '130', NULL),
(827, 2, 1764416864, 'resource', 'displayoptions', '0,1,4,5,6', NULL),
(828, 2, 1764416864, 'resource', 'printintro', '1', NULL),
(829, 2, 1764416864, 'resource', 'display', '0', NULL),
(830, 2, 1764416864, 'resource', 'showsize', '0', NULL),
(831, 2, 1764416864, 'resource', 'showtype', '1', NULL),
(832, 2, 1764416864, 'resource', 'showdate', '0', NULL),
(833, 2, 1764416864, 'resource', 'popupwidth', '620', NULL),
(834, 2, 1764416864, 'resource', 'popupheight', '450', NULL),
(835, 2, 1764416864, 'resource', 'filterfiles', '0', NULL),
(836, 2, 1764416864, 'folder', 'showexpanded', '1', NULL),
(837, 2, 1764416864, 'folder', 'maxsizetodownload', '0', NULL),
(838, 2, 1764416864, NULL, 'forum_displaymode', '3', NULL),
(839, 2, 1764416864, NULL, 'forum_shortpost', '300', NULL),
(840, 2, 1764416864, NULL, 'forum_longpost', '600', NULL),
(841, 2, 1764416864, NULL, 'forum_manydiscussions', '100', NULL),
(842, 2, 1764416864, NULL, 'forum_maxbytes', '512000', NULL),
(843, 2, 1764416864, NULL, 'forum_maxattachments', '9', NULL),
(844, 2, 1764416864, NULL, 'forum_subscription', '0', NULL),
(845, 2, 1764416864, NULL, 'forum_trackingtype', '1', NULL),
(846, 2, 1764416864, NULL, 'forum_trackreadposts', '1', NULL),
(847, 2, 1764416864, NULL, 'forum_allowforcedreadtracking', '0', NULL),
(848, 2, 1764416864, NULL, 'forum_oldpostdays', '14', NULL),
(849, 2, 1764416864, NULL, 'forum_usermarksread', '0', NULL),
(850, 2, 1764416864, NULL, 'forum_cleanreadtime', '2', NULL),
(851, 2, 1764416864, NULL, 'digestmailtime', '17', NULL),
(852, 2, 1764416864, NULL, 'forum_enablerssfeeds', '0', NULL),
(853, 2, 1764416864, NULL, 'forum_enabletimedposts', '1', NULL),
(854, 2, 1764416864, NULL, 'glossary_entbypage', '10', NULL),
(855, 2, 1764416864, NULL, 'glossary_dupentries', '0', NULL),
(856, 2, 1764416864, NULL, 'glossary_allowcomments', '0', NULL),
(857, 2, 1764416864, NULL, 'glossary_linkbydefault', '1', NULL),
(858, 2, 1764416864, NULL, 'glossary_defaultapproval', '1', NULL),
(859, 2, 1764416864, NULL, 'glossary_enablerssfeeds', '0', NULL),
(860, 2, 1764416864, NULL, 'glossary_linkentries', '0', NULL),
(861, 2, 1764416864, NULL, 'glossary_casesensitive', '0', NULL),
(862, 2, 1764416864, NULL, 'glossary_fullmatch', '0', NULL),
(863, 2, 1764416864, 'mod_h5pactivity', 'enablesavestate', '1', NULL),
(864, 2, 1764416864, 'mod_h5pactivity', 'savestatefreq', '60', NULL),
(865, 2, 1764416864, 'imscp', 'keepold', '1', NULL),
(866, 2, 1764416864, 'imscp', 'keepold_adv', '', NULL),
(867, 2, 1764416864, 'mod_lesson', 'mediafile', '', NULL),
(868, 2, 1764416864, 'mod_lesson', 'mediafile_adv', '1', NULL),
(869, 2, 1764416864, 'mod_lesson', 'mediawidth', '640', NULL),
(870, 2, 1764416864, 'mod_lesson', 'mediaheight', '480', NULL),
(871, 2, 1764416864, 'mod_lesson', 'mediaclose', '0', NULL),
(872, 2, 1764416864, 'mod_lesson', 'progressbar', '0', NULL),
(873, 2, 1764416864, 'mod_lesson', 'progressbar_adv', '', NULL),
(874, 2, 1764416864, 'mod_lesson', 'ongoing', '0', NULL),
(875, 2, 1764416864, 'mod_lesson', 'ongoing_adv', '1', NULL),
(876, 2, 1764416864, 'mod_lesson', 'displayleftmenu', '0', NULL),
(877, 2, 1764416864, 'mod_lesson', 'displayleftmenu_adv', '', NULL),
(878, 2, 1764416864, 'mod_lesson', 'displayleftif', '0', NULL),
(879, 2, 1764416864, 'mod_lesson', 'displayleftif_adv', '1', NULL),
(880, 2, 1764416864, 'mod_lesson', 'slideshow', '0', NULL),
(881, 2, 1764416864, 'mod_lesson', 'slideshow_adv', '1', NULL),
(882, 2, 1764416864, 'mod_lesson', 'slideshowwidth', '640', NULL),
(883, 2, 1764416864, 'mod_lesson', 'slideshowheight', '480', NULL),
(884, 2, 1764416864, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF', NULL),
(885, 2, 1764416864, 'mod_lesson', 'maxanswers', '5', NULL),
(886, 2, 1764416864, 'mod_lesson', 'maxanswers_adv', '1', NULL),
(887, 2, 1764416864, 'mod_lesson', 'defaultfeedback', '0', NULL),
(888, 2, 1764416865, 'mod_lesson', 'defaultfeedback_adv', '1', NULL),
(889, 2, 1764416865, 'mod_lesson', 'activitylink', '', NULL),
(890, 2, 1764416865, 'mod_lesson', 'activitylink_adv', '1', NULL),
(891, 2, 1764416865, 'mod_lesson', 'timelimit', '0', NULL),
(892, 2, 1764416865, 'mod_lesson', 'timelimit_adv', '', NULL),
(893, 2, 1764416865, 'mod_lesson', 'password', '0', NULL),
(894, 2, 1764416865, 'mod_lesson', 'password_adv', '1', NULL),
(895, 2, 1764416865, 'mod_lesson', 'modattempts', '0', NULL),
(896, 2, 1764416865, 'mod_lesson', 'modattempts_adv', '', NULL),
(897, 2, 1764416865, 'mod_lesson', 'displayreview', '0', NULL),
(898, 2, 1764416865, 'mod_lesson', 'displayreview_adv', '', NULL),
(899, 2, 1764416865, 'mod_lesson', 'maximumnumberofattempts', '1', NULL),
(900, 2, 1764416865, 'mod_lesson', 'maximumnumberofattempts_adv', '', NULL),
(901, 2, 1764416865, 'mod_lesson', 'defaultnextpage', '0', NULL),
(902, 2, 1764416865, 'mod_lesson', 'defaultnextpage_adv', '1', NULL),
(903, 2, 1764416865, 'mod_lesson', 'numberofpagestoshow', '1', NULL),
(904, 2, 1764416865, 'mod_lesson', 'numberofpagestoshow_adv', '1', NULL),
(905, 2, 1764416865, 'mod_lesson', 'practice', '0', NULL),
(906, 2, 1764416865, 'mod_lesson', 'practice_adv', '', NULL),
(907, 2, 1764416865, 'mod_lesson', 'customscoring', '1', NULL),
(908, 2, 1764416865, 'mod_lesson', 'customscoring_adv', '1', NULL),
(909, 2, 1764416865, 'mod_lesson', 'retakesallowed', '0', NULL),
(910, 2, 1764416865, 'mod_lesson', 'retakesallowed_adv', '', NULL),
(911, 2, 1764416865, 'mod_lesson', 'handlingofretakes', '0', NULL),
(912, 2, 1764416865, 'mod_lesson', 'handlingofretakes_adv', '1', NULL),
(913, 2, 1764416865, 'mod_lesson', 'minimumnumberofquestions', '0', NULL),
(914, 2, 1764416865, 'mod_lesson', 'minimumnumberofquestions_adv', '1', NULL),
(915, 2, 1764416865, 'page', 'displayoptions', '5', NULL),
(916, 2, 1764416865, 'page', 'printintro', '0', NULL),
(917, 2, 1764416865, 'page', 'printlastmodified', '1', NULL),
(918, 2, 1764416865, 'page', 'display', '5', NULL),
(919, 2, 1764416865, 'page', 'popupwidth', '620', NULL),
(920, 2, 1764416865, 'page', 'popupheight', '450', NULL),
(921, 2, 1764416865, 'quiz', 'timelimit', '0', NULL),
(922, 2, 1764416865, 'quiz', 'timelimit_adv', '', NULL),
(923, 2, 1764416865, 'quiz', 'timelimit_locked', '', NULL),
(924, 2, 1764416865, 'quiz', 'notifyattemptgradeddelay', '18000', NULL),
(925, 2, 1764416865, 'quiz', 'overduehandling', 'autosubmit', NULL),
(926, 2, 1764416865, 'quiz', 'overduehandling_adv', '', NULL),
(927, 2, 1764416865, 'quiz', 'overduehandling_locked', '', NULL),
(928, 2, 1764416865, 'quiz', 'graceperiod', '86400', NULL),
(929, 2, 1764416865, 'quiz', 'graceperiod_adv', '', NULL),
(930, 2, 1764416865, 'quiz', 'graceperiod_locked', '', NULL),
(931, 2, 1764416865, 'quiz', 'graceperiodmin', '60', NULL),
(932, 2, 1764416865, 'quiz', 'attempts', '0', NULL),
(933, 2, 1764416865, 'quiz', 'attempts_adv', '', NULL),
(934, 2, 1764416865, 'quiz', 'attempts_locked', '', NULL),
(935, 2, 1764416865, 'quiz', 'grademethod', '1', NULL),
(936, 2, 1764416865, 'quiz', 'grademethod_adv', '', NULL),
(937, 2, 1764416865, 'quiz', 'grademethod_locked', '', NULL),
(938, 2, 1764416865, 'quiz', 'maximumgrade', '10', NULL),
(939, 2, 1764416865, 'quiz', 'maximumgrade_locked', '', NULL),
(940, 2, 1764416865, 'quiz', 'questionsperpage', '1', NULL),
(941, 2, 1764416865, 'quiz', 'questionsperpage_adv', '', NULL),
(942, 2, 1764416865, 'quiz', 'questionsperpage_locked', '', NULL),
(943, 2, 1764416865, 'quiz', 'navmethod', 'free', NULL),
(944, 2, 1764416865, 'quiz', 'navmethod_adv', '1', NULL),
(945, 2, 1764416865, 'quiz', 'navmethod_locked', '', NULL),
(946, 2, 1764416865, 'quiz', 'shuffleanswers', '1', NULL),
(947, 2, 1764416865, 'quiz', 'shuffleanswers_adv', '', NULL),
(948, 2, 1764416865, 'quiz', 'shuffleanswers_locked', '', NULL),
(949, 2, 1764416865, 'quiz', 'preferredbehaviour', 'deferredfeedback', NULL),
(950, 2, 1764416865, 'quiz', 'preferredbehaviour_locked', '', NULL),
(951, 2, 1764416865, 'quiz', 'canredoquestions', '0', NULL),
(952, 2, 1764416865, 'quiz', 'canredoquestions_adv', '1', NULL),
(953, 2, 1764416865, 'quiz', 'canredoquestions_locked', '', NULL),
(954, 2, 1764416865, 'quiz', 'attemptonlast', '0', NULL),
(955, 2, 1764416865, 'quiz', 'attemptonlast_adv', '1', NULL),
(956, 2, 1764416865, 'quiz', 'attemptonlast_locked', '', NULL),
(957, 2, 1764416865, 'quiz', 'reviewattempt', '69904', NULL),
(958, 2, 1764416865, 'quiz', 'reviewcorrectness', '69904', NULL),
(959, 2, 1764416865, 'quiz', 'reviewmaxmarks', '69904', NULL),
(960, 2, 1764416865, 'quiz', 'reviewmarks', '69904', NULL),
(961, 2, 1764416865, 'quiz', 'reviewspecificfeedback', '69904', NULL),
(962, 2, 1764416865, 'quiz', 'reviewgeneralfeedback', '69904', NULL),
(963, 2, 1764416865, 'quiz', 'reviewrightanswer', '69904', NULL),
(964, 2, 1764416865, 'quiz', 'reviewoverallfeedback', '4368', NULL),
(965, 2, 1764416865, 'quiz', 'showuserpicture', '0', NULL),
(966, 2, 1764416865, 'quiz', 'showuserpicture_adv', '', NULL),
(967, 2, 1764416865, 'quiz', 'showuserpicture_locked', '', NULL),
(968, 2, 1764416865, 'quiz', 'decimalpoints', '2', NULL),
(969, 2, 1764416865, 'quiz', 'decimalpoints_adv', '', NULL),
(970, 2, 1764416865, 'quiz', 'decimalpoints_locked', '', NULL),
(971, 2, 1764416865, 'quiz', 'questiondecimalpoints', '-1', NULL),
(972, 2, 1764416865, 'quiz', 'questiondecimalpoints_adv', '', NULL),
(973, 2, 1764416865, 'quiz', 'questiondecimalpoints_locked', '', NULL),
(974, 2, 1764416865, 'quiz', 'showblocks', '0', NULL),
(975, 2, 1764416865, 'quiz', 'showblocks_adv', '1', NULL),
(976, 2, 1764416865, 'quiz', 'showblocks_locked', '', NULL),
(977, 2, 1764416865, 'quiz', 'quizpassword', '', NULL),
(978, 2, 1764416865, 'quiz', 'quizpassword_adv', '', NULL),
(979, 2, 1764416865, 'quiz', 'quizpassword_required', '', NULL),
(980, 2, 1764416865, 'quiz', 'quizpassword_locked', '', NULL),
(981, 2, 1764416865, 'quiz', 'subnet', '', NULL),
(982, 2, 1764416865, 'quiz', 'subnet_adv', '1', NULL),
(983, 2, 1764416865, 'quiz', 'subnet_locked', '', NULL),
(984, 2, 1764416865, 'quiz', 'delay1', '0', NULL),
(985, 2, 1764416865, 'quiz', 'delay1_adv', '1', NULL),
(986, 2, 1764416865, 'quiz', 'delay1_locked', '', NULL),
(987, 2, 1764416865, 'quiz', 'delay2', '0', NULL),
(988, 2, 1764416865, 'quiz', 'delay2_adv', '1', NULL),
(989, 2, 1764416865, 'quiz', 'delay2_locked', '', NULL),
(990, 2, 1764416865, 'quiz', 'browsersecurity', '-', NULL),
(991, 2, 1764416865, 'quiz', 'browsersecurity_adv', '1', NULL),
(992, 2, 1764416865, 'quiz', 'browsersecurity_locked', '', NULL),
(993, 2, 1764416865, 'quiz', 'initialnumfeedbacks', '2', NULL),
(994, 2, 1764416865, 'quiz', 'autosaveperiod', '60', NULL),
(995, 2, 1764416865, 'quiz_statistics', 'getstatslocktimeout', '900', NULL),
(996, 2, 1764416865, 'quizaccess_seb', 'autoreconfigureseb', '1', NULL),
(997, 2, 1764416865, 'quizaccess_seb', 'showseblinks', 'seb,http', NULL),
(998, 2, 1764416865, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html', NULL),
(999, 2, 1764416865, 'quizaccess_seb', 'quizpasswordrequired', '0', NULL),
(1000, 2, 1764416865, 'quizaccess_seb', 'displayblocksbeforestart', '0', NULL),
(1001, 2, 1764416865, 'quizaccess_seb', 'displayblockswhenfinished', '1', NULL),
(1002, 2, 1764416865, 'scorm', 'displaycoursestructure', '0', NULL),
(1003, 2, 1764416865, 'scorm', 'displaycoursestructure_adv', '', NULL),
(1004, 2, 1764416865, 'scorm', 'popup', '0', NULL),
(1005, 2, 1764416865, 'scorm', 'popup_adv', '', NULL),
(1006, 2, 1764416865, 'scorm', 'framewidth', '100', NULL),
(1007, 2, 1764416865, 'scorm', 'framewidth_adv', '1', NULL),
(1008, 2, 1764416865, 'scorm', 'frameheight', '500', NULL),
(1009, 2, 1764416865, 'scorm', 'frameheight_adv', '1', NULL),
(1010, 2, 1764416865, 'scorm', 'winoptgrp_adv', '1', NULL),
(1011, 2, 1764416865, 'scorm', 'scrollbars', '0', NULL),
(1012, 2, 1764416865, 'scorm', 'directories', '0', NULL),
(1013, 2, 1764416865, 'scorm', 'location', '0', NULL),
(1014, 2, 1764416865, 'scorm', 'menubar', '0', NULL),
(1015, 2, 1764416865, 'scorm', 'toolbar', '0', NULL),
(1016, 2, 1764416865, 'scorm', 'status', '0', NULL),
(1017, 2, 1764416865, 'scorm', 'skipview', '0', NULL),
(1018, 2, 1764416865, 'scorm', 'skipview_adv', '1', NULL),
(1019, 2, 1764416865, 'scorm', 'hidebrowse', '0', NULL),
(1020, 2, 1764416865, 'scorm', 'hidebrowse_adv', '1', NULL),
(1021, 2, 1764416865, 'scorm', 'hidetoc', '0', NULL),
(1022, 2, 1764416865, 'scorm', 'hidetoc_adv', '1', NULL),
(1023, 2, 1764416865, 'scorm', 'nav', '1', NULL),
(1024, 2, 1764416866, 'scorm', 'nav_adv', '1', NULL),
(1025, 2, 1764416866, 'scorm', 'navpositionleft', '-100', NULL),
(1026, 2, 1764416866, 'scorm', 'navpositionleft_adv', '1', NULL),
(1027, 2, 1764416866, 'scorm', 'navpositiontop', '-100', NULL),
(1028, 2, 1764416866, 'scorm', 'navpositiontop_adv', '1', NULL),
(1029, 2, 1764416866, 'scorm', 'collapsetocwinsize', '767', NULL),
(1030, 2, 1764416866, 'scorm', 'collapsetocwinsize_adv', '1', NULL),
(1031, 2, 1764416866, 'scorm', 'displayattemptstatus', '1', NULL),
(1032, 2, 1764416866, 'scorm', 'displayattemptstatus_adv', '', NULL),
(1033, 2, 1764416866, 'scorm', 'grademethod', '1', NULL),
(1034, 2, 1764416866, 'scorm', 'maxgrade', '100', NULL),
(1035, 2, 1764416866, 'scorm', 'maxattempt', '0', NULL),
(1036, 2, 1764416866, 'scorm', 'whatgrade', '0', NULL),
(1037, 2, 1764416866, 'scorm', 'forcecompleted', '0', NULL),
(1038, 2, 1764416866, 'scorm', 'forcenewattempt', '0', NULL),
(1039, 2, 1764416866, 'scorm', 'autocommit', '0', NULL),
(1040, 2, 1764416866, 'scorm', 'masteryoverride', '1', NULL),
(1041, 2, 1764416866, 'scorm', 'lastattemptlock', '0', NULL),
(1042, 2, 1764416866, 'scorm', 'auto', '0', NULL),
(1043, 2, 1764416866, 'scorm', 'updatefreq', '0', NULL),
(1044, 2, 1764416866, 'scorm', 'scormstandard', '0', NULL),
(1045, 2, 1764416866, 'scorm', 'allowtypeexternal', '0', NULL),
(1046, 2, 1764416866, 'scorm', 'allowtypelocalsync', '0', NULL),
(1047, 2, 1764416866, 'scorm', 'allowtypeexternalaicc', '0', NULL),
(1048, 2, 1764416866, 'scorm', 'allowaicchacp', '0', NULL),
(1049, 2, 1764416866, 'scorm', 'aicchacptimeout', '30', NULL),
(1050, 2, 1764416866, 'scorm', 'aicchacpkeepsessiondata', '1', NULL),
(1051, 2, 1764416866, 'scorm', 'aiccuserid', '1', NULL),
(1052, 2, 1764416866, 'scorm', 'forcejavascript', '1', NULL),
(1053, 2, 1764416866, 'scorm', 'allowapidebug', '0', NULL),
(1054, 2, 1764416866, 'scorm', 'apidebugmask', '.*', NULL),
(1055, 2, 1764416866, 'scorm', 'protectpackagedownloads', '0', NULL),
(1056, 2, 1764416866, 'label', 'dndmedia', '1', NULL),
(1057, 2, 1764416866, 'label', 'dndresizewidth', '400', NULL),
(1058, 2, 1764416866, 'label', 'dndresizeheight', '400', NULL),
(1059, 2, 1764416866, 'url', 'framesize', '130', NULL),
(1060, 2, 1764416866, 'url', 'secretphrase', '', NULL),
(1061, 2, 1764416866, 'url', 'rolesinparams', '0', NULL),
(1062, 2, 1764416866, 'url', 'displayoptions', '0,1,5,6', NULL),
(1063, 2, 1764416866, 'url', 'printintro', '1', NULL),
(1064, 2, 1764416866, 'url', 'display', '0', NULL),
(1065, 2, 1764416866, 'url', 'popupwidth', '620', NULL),
(1066, 2, 1764416866, 'url', 'popupheight', '450', NULL),
(1067, 2, 1764416866, 'workshop', 'grade', '80', NULL),
(1068, 2, 1764416866, 'workshop', 'gradinggrade', '20', NULL),
(1069, 2, 1764416866, 'workshop', 'gradedecimals', '0', NULL),
(1070, 2, 1764416866, 'workshop', 'maxbytes', '0', NULL),
(1071, 2, 1764416866, 'workshop', 'strategy', 'accumulative', NULL),
(1072, 2, 1764416866, 'workshop', 'examplesmode', '0', NULL),
(1073, 2, 1764416866, 'workshopallocation_random', 'numofreviews', '5', NULL),
(1074, 2, 1764416866, 'workshopform_numerrors', 'grade0', 'No', NULL),
(1075, 2, 1764416866, 'workshopform_numerrors', 'grade1', 'Yes', NULL),
(1076, 2, 1764416866, 'workshopeval_best', 'comparison', '5', NULL),
(1077, 2, 1764416866, 'tool_brickfield', 'analysistype', '0', NULL),
(1078, 2, 1764416866, 'tool_brickfield', 'deletehistoricaldata', '1', NULL),
(1079, 2, 1764416866, 'tool_brickfield', 'batch', '1000', NULL),
(1080, 2, 1764416866, 'tool_brickfield', 'perpage', '50', NULL),
(1081, 2, 1764416866, 'tool_mfa', 'enabled', '0', NULL),
(1082, 2, 1764416866, 'tool_mfa', 'lockout', '10', NULL),
(1083, 2, 1764416866, 'tool_mfa', 'debugmode', '0', NULL),
(1084, 2, 1764416866, 'tool_mfa', 'redir_exclusions', '', NULL),
(1085, 2, 1764416866, 'tool_mfa', 'guidance', '0', NULL),
(1086, 2, 1764416866, 'tool_mfa', 'guidancecontent', '', NULL),
(1087, 2, 1764416866, 'tool_mfa', 'guidancefiles', '', NULL),
(1088, 2, 1764416866, 'factor_admin', 'enabled', '0', NULL),
(1089, 2, 1764416866, 'factor_admin', 'weight', '100', NULL),
(1090, 2, 1764416866, 'factor_auth', 'enabled', '0', NULL),
(1091, 2, 1764416866, 'factor_auth', 'weight', '100', NULL),
(1092, 2, 1764416866, 'factor_auth', 'goodauth', '', NULL),
(1093, 2, 1764416866, 'factor_capability', 'enabled', '0', NULL),
(1094, 2, 1764416866, 'factor_capability', 'weight', '100', NULL),
(1095, 2, 1764416866, 'factor_capability', 'adminpasses', '1', NULL),
(1096, 2, 1764416866, 'factor_cohort', 'enabled', '0', NULL),
(1097, 2, 1764416866, 'factor_cohort', 'weight', '100', NULL),
(1098, 2, 1764416866, 'factor_email', 'enabled', '0', NULL),
(1099, 2, 1764416866, 'factor_email', 'weight', '100', NULL),
(1100, 2, 1764416866, 'factor_email', 'duration', '1800', NULL),
(1101, 2, 1764416866, 'factor_email', 'suspend', '0', NULL),
(1102, 2, 1764416866, 'factor_grace', 'enabled', '0', NULL),
(1103, 2, 1764416866, 'factor_grace', 'weight', '100', NULL),
(1104, 2, 1764416866, 'factor_grace', 'forcesetup', '0', NULL),
(1105, 2, 1764416866, 'factor_grace', 'graceperiod', '604800', NULL),
(1106, 2, 1764416866, 'factor_grace', 'ignorelist', '', NULL),
(1107, 2, 1764416866, 'factor_grace', 'customwarning', '', NULL),
(1108, 2, 1764416866, 'factor_iprange', 'enabled', '0', NULL),
(1109, 2, 1764416866, 'factor_iprange', 'weight', '100', NULL),
(1110, 2, 1764416866, 'factor_iprange', 'safeips', '', NULL),
(1111, 2, 1764416866, 'factor_nosetup', 'enabled', '0', NULL),
(1112, 2, 1764416866, 'factor_nosetup', 'weight', '100', NULL),
(1113, 2, 1764416866, 'factor_role', 'enabled', '0', NULL),
(1114, 2, 1764416866, 'factor_role', 'weight', '100', NULL),
(1115, 2, 1764416866, 'factor_role', 'roles', 'admin', NULL),
(1116, 2, 1764416866, 'factor_token', 'enabled', '0', NULL),
(1117, 2, 1764416866, 'factor_token', 'weight', '100', NULL),
(1118, 2, 1764416866, 'factor_token', 'expiry', '86400', NULL),
(1119, 2, 1764416866, 'factor_token', 'expireovernight', '1', NULL),
(1120, 2, 1764416866, 'factor_totp', 'enabled', '0', NULL),
(1121, 2, 1764416866, 'factor_totp', 'weight', '100', NULL),
(1122, 2, 1764416866, 'factor_totp', 'window', '30', NULL),
(1123, 2, 1764416866, 'factor_totp', 'totplink', '1', NULL),
(1124, 2, 1764416866, 'factor_webauthn', 'enabled', '0', NULL),
(1125, 2, 1764416866, 'factor_webauthn', 'weight', '100', NULL),
(1126, 2, 1764416866, 'factor_webauthn', 'authenticatortypes', 'usb,nfc,ble,hybrid,internal', NULL),
(1127, 2, 1764416866, 'factor_webauthn', 'userverification', 'preferred', NULL),
(1128, 2, 1764416866, 'tool_recyclebin', 'coursebinenable', '1', NULL),
(1129, 2, 1764416866, 'tool_recyclebin', 'coursebinexpiry', '604800', NULL),
(1130, 2, 1764416866, 'tool_recyclebin', 'categorybinenable', '1', NULL),
(1131, 2, 1764416866, 'tool_recyclebin', 'categorybinexpiry', '604800', NULL),
(1132, 2, 1764416866, 'tool_recyclebin', 'autohide', '1', NULL),
(1133, 2, 1764416866, 'antivirus_clamav', 'runningmethod', 'commandline', NULL),
(1134, 2, 1764416866, 'antivirus_clamav', 'pathtoclam', '', NULL),
(1135, 2, 1764416866, 'antivirus_clamav', 'pathtounixsocket', '', NULL),
(1136, 2, 1764416866, 'antivirus_clamav', 'tcpsockethost', '', NULL),
(1137, 2, 1764416866, 'antivirus_clamav', 'tcpsocketport', '3310', NULL),
(1138, 2, 1764416866, 'antivirus_clamav', 'clamfailureonupload', 'tryagain', NULL),
(1139, 2, 1764416866, 'antivirus_clamav', 'tries', '1', NULL),
(1140, 2, 1764416866, 'auth_cas', 'field_map_firstname', '', NULL),
(1141, 2, 1764416866, 'auth_cas', 'field_updatelocal_firstname', 'oncreate', NULL),
(1142, 2, 1764416866, 'auth_cas', 'field_updateremote_firstname', '0', NULL),
(1143, 2, 1764416866, 'auth_cas', 'field_lock_firstname', 'unlocked', NULL),
(1144, 2, 1764416866, 'auth_cas', 'field_map_lastname', '', NULL),
(1145, 2, 1764416866, 'auth_cas', 'field_updatelocal_lastname', 'oncreate', NULL),
(1146, 2, 1764416866, 'auth_cas', 'field_updateremote_lastname', '0', NULL),
(1147, 2, 1764416866, 'auth_cas', 'field_lock_lastname', 'unlocked', NULL),
(1148, 2, 1764416866, 'auth_cas', 'field_map_email', '', NULL),
(1149, 2, 1764416866, 'auth_cas', 'field_updatelocal_email', 'oncreate', NULL),
(1150, 2, 1764416866, 'auth_cas', 'field_updateremote_email', '0', NULL),
(1151, 2, 1764416866, 'auth_cas', 'field_lock_email', 'unlocked', NULL),
(1152, 2, 1764416866, 'auth_cas', 'field_map_city', '', NULL),
(1153, 2, 1764416866, 'auth_cas', 'field_updatelocal_city', 'oncreate', NULL),
(1154, 2, 1764416866, 'auth_cas', 'field_updateremote_city', '0', NULL),
(1155, 2, 1764416866, 'auth_cas', 'field_lock_city', 'unlocked', NULL),
(1156, 2, 1764416866, 'auth_cas', 'field_map_country', '', NULL),
(1157, 2, 1764416866, 'auth_cas', 'field_updatelocal_country', 'oncreate', NULL),
(1158, 2, 1764416866, 'auth_cas', 'field_updateremote_country', '0', NULL),
(1159, 2, 1764416866, 'auth_cas', 'field_lock_country', 'unlocked', NULL),
(1160, 2, 1764416866, 'auth_cas', 'field_map_lang', '', NULL),
(1161, 2, 1764416866, 'auth_cas', 'field_updatelocal_lang', 'oncreate', NULL),
(1162, 2, 1764416866, 'auth_cas', 'field_updateremote_lang', '0', NULL),
(1163, 2, 1764416866, 'auth_cas', 'field_lock_lang', 'unlocked', NULL),
(1164, 2, 1764416866, 'auth_cas', 'field_map_description', '', NULL),
(1165, 2, 1764416866, 'auth_cas', 'field_updatelocal_description', 'oncreate', NULL),
(1166, 2, 1764416866, 'auth_cas', 'field_updateremote_description', '0', NULL),
(1167, 2, 1764416866, 'auth_cas', 'field_lock_description', 'unlocked', NULL),
(1168, 2, 1764416866, 'auth_cas', 'field_map_idnumber', '', NULL),
(1169, 2, 1764416866, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1170, 2, 1764416866, 'auth_cas', 'field_updateremote_idnumber', '0', NULL),
(1171, 2, 1764416866, 'auth_cas', 'field_lock_idnumber', 'unlocked', NULL),
(1172, 2, 1764416866, 'auth_cas', 'field_map_institution', '', NULL),
(1173, 2, 1764416866, 'auth_cas', 'field_updatelocal_institution', 'oncreate', NULL),
(1174, 2, 1764416866, 'auth_cas', 'field_updateremote_institution', '0', NULL),
(1175, 2, 1764416866, 'auth_cas', 'field_lock_institution', 'unlocked', NULL),
(1176, 2, 1764416866, 'auth_cas', 'field_map_department', '', NULL),
(1177, 2, 1764416866, 'auth_cas', 'field_updatelocal_department', 'oncreate', NULL),
(1178, 2, 1764416866, 'auth_cas', 'field_updateremote_department', '0', NULL),
(1179, 2, 1764416866, 'auth_cas', 'field_lock_department', 'unlocked', NULL),
(1180, 2, 1764416866, 'auth_cas', 'field_map_phone1', '', NULL),
(1181, 2, 1764416866, 'auth_cas', 'field_updatelocal_phone1', 'oncreate', NULL),
(1182, 2, 1764416866, 'auth_cas', 'field_updateremote_phone1', '0', NULL),
(1183, 2, 1764416866, 'auth_cas', 'field_lock_phone1', 'unlocked', NULL),
(1184, 2, 1764416866, 'auth_cas', 'field_map_phone2', '', NULL),
(1185, 2, 1764416866, 'auth_cas', 'field_updatelocal_phone2', 'oncreate', NULL),
(1186, 2, 1764416867, 'auth_cas', 'field_updateremote_phone2', '0', NULL),
(1187, 2, 1764416867, 'auth_cas', 'field_lock_phone2', 'unlocked', NULL),
(1188, 2, 1764416867, 'auth_cas', 'field_map_address', '', NULL),
(1189, 2, 1764416867, 'auth_cas', 'field_updatelocal_address', 'oncreate', NULL),
(1190, 2, 1764416867, 'auth_cas', 'field_updateremote_address', '0', NULL),
(1191, 2, 1764416867, 'auth_cas', 'field_lock_address', 'unlocked', NULL),
(1192, 2, 1764416867, 'auth_cas', 'field_map_firstnamephonetic', '', NULL),
(1193, 2, 1764416867, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1194, 2, 1764416867, 'auth_cas', 'field_updateremote_firstnamephonetic', '0', NULL),
(1195, 2, 1764416867, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1196, 2, 1764416867, 'auth_cas', 'field_map_lastnamephonetic', '', NULL),
(1197, 2, 1764416867, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1198, 2, 1764416867, 'auth_cas', 'field_updateremote_lastnamephonetic', '0', NULL),
(1199, 2, 1764416867, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1200, 2, 1764416867, 'auth_cas', 'field_map_middlename', '', NULL),
(1201, 2, 1764416867, 'auth_cas', 'field_updatelocal_middlename', 'oncreate', NULL),
(1202, 2, 1764416867, 'auth_cas', 'field_updateremote_middlename', '0', NULL),
(1203, 2, 1764416867, 'auth_cas', 'field_lock_middlename', 'unlocked', NULL),
(1204, 2, 1764416867, 'auth_cas', 'field_map_alternatename', '', NULL),
(1205, 2, 1764416867, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1206, 2, 1764416867, 'auth_cas', 'field_updateremote_alternatename', '0', NULL),
(1207, 2, 1764416867, 'auth_cas', 'field_lock_alternatename', 'unlocked', NULL),
(1208, 2, 1764416867, 'auth_email', 'recaptcha', '0', NULL),
(1209, 2, 1764416867, 'auth_email', 'field_lock_firstname', 'unlocked', NULL),
(1210, 2, 1764416867, 'auth_email', 'field_lock_lastname', 'unlocked', NULL),
(1211, 2, 1764416867, 'auth_email', 'field_lock_email', 'unlocked', NULL),
(1212, 2, 1764416867, 'auth_email', 'field_lock_city', 'unlocked', NULL),
(1213, 2, 1764416867, 'auth_email', 'field_lock_country', 'unlocked', NULL),
(1214, 2, 1764416867, 'auth_email', 'field_lock_lang', 'unlocked', NULL),
(1215, 2, 1764416867, 'auth_email', 'field_lock_description', 'unlocked', NULL),
(1216, 2, 1764416867, 'auth_email', 'field_lock_idnumber', 'unlocked', NULL),
(1217, 2, 1764416867, 'auth_email', 'field_lock_institution', 'unlocked', NULL),
(1218, 2, 1764416867, 'auth_email', 'field_lock_department', 'unlocked', NULL),
(1219, 2, 1764416867, 'auth_email', 'field_lock_phone1', 'unlocked', NULL),
(1220, 2, 1764416867, 'auth_email', 'field_lock_phone2', 'unlocked', NULL),
(1221, 2, 1764416867, 'auth_email', 'field_lock_address', 'unlocked', NULL),
(1222, 2, 1764416867, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1223, 2, 1764416867, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1224, 2, 1764416867, 'auth_email', 'field_lock_middlename', 'unlocked', NULL),
(1225, 2, 1764416867, 'auth_email', 'field_lock_alternatename', 'unlocked', NULL),
(1226, 2, 1764416867, 'auth_db', 'host', '127.0.0.1', NULL),
(1227, 2, 1764416867, 'auth_db', 'type', 'mysqli', NULL),
(1228, 2, 1764416867, 'auth_db', 'sybasequoting', '0', NULL),
(1229, 2, 1764416867, 'auth_db', 'name', '', NULL),
(1230, 2, 1764416867, 'auth_db', 'user', '', NULL),
(1231, 2, 1764416867, 'auth_db', 'pass', '', NULL),
(1232, 2, 1764416867, 'auth_db', 'table', '', NULL),
(1233, 2, 1764416867, 'auth_db', 'fielduser', '', NULL),
(1234, 2, 1764416867, 'auth_db', 'fieldpass', '', NULL),
(1235, 2, 1764416867, 'auth_db', 'passtype', 'plaintext', NULL),
(1236, 2, 1764416867, 'auth_db', 'extencoding', 'utf-8', NULL),
(1237, 2, 1764416867, 'auth_db', 'setupsql', '', NULL),
(1238, 2, 1764416867, 'auth_db', 'debugauthdb', '0', NULL),
(1239, 2, 1764416867, 'auth_db', 'changepasswordurl', '', NULL),
(1240, 2, 1764416867, 'auth_db', 'removeuser', '0', NULL),
(1241, 2, 1764416867, 'auth_db', 'updateusers', '0', NULL),
(1242, 2, 1764416867, 'auth_db', 'field_map_firstname', '', NULL),
(1243, 2, 1764416867, 'auth_db', 'field_updatelocal_firstname', 'oncreate', NULL),
(1244, 2, 1764416867, 'auth_db', 'field_updateremote_firstname', '0', NULL),
(1245, 2, 1764416867, 'auth_db', 'field_lock_firstname', 'unlocked', NULL),
(1246, 2, 1764416867, 'auth_db', 'field_map_lastname', '', NULL),
(1247, 2, 1764416867, 'auth_db', 'field_updatelocal_lastname', 'oncreate', NULL),
(1248, 2, 1764416867, 'auth_db', 'field_updateremote_lastname', '0', NULL),
(1249, 2, 1764416867, 'auth_db', 'field_lock_lastname', 'unlocked', NULL),
(1250, 2, 1764416867, 'auth_db', 'field_map_email', '', NULL),
(1251, 2, 1764416867, 'auth_db', 'field_updatelocal_email', 'oncreate', NULL),
(1252, 2, 1764416867, 'auth_db', 'field_updateremote_email', '0', NULL),
(1253, 2, 1764416867, 'auth_db', 'field_lock_email', 'unlocked', NULL),
(1254, 2, 1764416867, 'auth_db', 'field_map_city', '', NULL),
(1255, 2, 1764416867, 'auth_db', 'field_updatelocal_city', 'oncreate', NULL),
(1256, 2, 1764416867, 'auth_db', 'field_updateremote_city', '0', NULL),
(1257, 2, 1764416867, 'auth_db', 'field_lock_city', 'unlocked', NULL),
(1258, 2, 1764416867, 'auth_db', 'field_map_country', '', NULL),
(1259, 2, 1764416867, 'auth_db', 'field_updatelocal_country', 'oncreate', NULL),
(1260, 2, 1764416867, 'auth_db', 'field_updateremote_country', '0', NULL),
(1261, 2, 1764416867, 'auth_db', 'field_lock_country', 'unlocked', NULL),
(1262, 2, 1764416867, 'auth_db', 'field_map_lang', '', NULL),
(1263, 2, 1764416867, 'auth_db', 'field_updatelocal_lang', 'oncreate', NULL),
(1264, 2, 1764416867, 'auth_db', 'field_updateremote_lang', '0', NULL),
(1265, 2, 1764416867, 'auth_db', 'field_lock_lang', 'unlocked', NULL),
(1266, 2, 1764416867, 'auth_db', 'field_map_description', '', NULL),
(1267, 2, 1764416867, 'auth_db', 'field_updatelocal_description', 'oncreate', NULL),
(1268, 2, 1764416867, 'auth_db', 'field_updateremote_description', '0', NULL),
(1269, 2, 1764416867, 'auth_db', 'field_lock_description', 'unlocked', NULL),
(1270, 2, 1764416867, 'auth_db', 'field_map_idnumber', '', NULL),
(1271, 2, 1764416867, 'auth_db', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1272, 2, 1764416867, 'auth_db', 'field_updateremote_idnumber', '0', NULL),
(1273, 2, 1764416867, 'auth_db', 'field_lock_idnumber', 'unlocked', NULL),
(1274, 2, 1764416867, 'auth_db', 'field_map_institution', '', NULL),
(1275, 2, 1764416867, 'auth_db', 'field_updatelocal_institution', 'oncreate', NULL),
(1276, 2, 1764416867, 'auth_db', 'field_updateremote_institution', '0', NULL),
(1277, 2, 1764416867, 'auth_db', 'field_lock_institution', 'unlocked', NULL),
(1278, 2, 1764416867, 'auth_db', 'field_map_department', '', NULL),
(1279, 2, 1764416867, 'auth_db', 'field_updatelocal_department', 'oncreate', NULL),
(1280, 2, 1764416867, 'auth_db', 'field_updateremote_department', '0', NULL),
(1281, 2, 1764416867, 'auth_db', 'field_lock_department', 'unlocked', NULL),
(1282, 2, 1764416867, 'auth_db', 'field_map_phone1', '', NULL),
(1283, 2, 1764416867, 'auth_db', 'field_updatelocal_phone1', 'oncreate', NULL),
(1284, 2, 1764416867, 'auth_db', 'field_updateremote_phone1', '0', NULL),
(1285, 2, 1764416867, 'auth_db', 'field_lock_phone1', 'unlocked', NULL),
(1286, 2, 1764416867, 'auth_db', 'field_map_phone2', '', NULL),
(1287, 2, 1764416867, 'auth_db', 'field_updatelocal_phone2', 'oncreate', NULL),
(1288, 2, 1764416867, 'auth_db', 'field_updateremote_phone2', '0', NULL),
(1289, 2, 1764416867, 'auth_db', 'field_lock_phone2', 'unlocked', NULL),
(1290, 2, 1764416867, 'auth_db', 'field_map_address', '', NULL),
(1291, 2, 1764416867, 'auth_db', 'field_updatelocal_address', 'oncreate', NULL),
(1292, 2, 1764416867, 'auth_db', 'field_updateremote_address', '0', NULL),
(1293, 2, 1764416867, 'auth_db', 'field_lock_address', 'unlocked', NULL),
(1294, 2, 1764416867, 'auth_db', 'field_map_firstnamephonetic', '', NULL),
(1295, 2, 1764416867, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1296, 2, 1764416867, 'auth_db', 'field_updateremote_firstnamephonetic', '0', NULL),
(1297, 2, 1764416867, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1298, 2, 1764416867, 'auth_db', 'field_map_lastnamephonetic', '', NULL),
(1299, 2, 1764416867, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1300, 2, 1764416867, 'auth_db', 'field_updateremote_lastnamephonetic', '0', NULL),
(1301, 2, 1764416867, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1302, 2, 1764416867, 'auth_db', 'field_map_middlename', '', NULL),
(1303, 2, 1764416867, 'auth_db', 'field_updatelocal_middlename', 'oncreate', NULL),
(1304, 2, 1764416867, 'auth_db', 'field_updateremote_middlename', '0', NULL),
(1305, 2, 1764416867, 'auth_db', 'field_lock_middlename', 'unlocked', NULL),
(1306, 2, 1764416867, 'auth_db', 'field_map_alternatename', '', NULL),
(1307, 2, 1764416867, 'auth_db', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1308, 2, 1764416867, 'auth_db', 'field_updateremote_alternatename', '0', NULL),
(1309, 2, 1764416867, 'auth_db', 'field_lock_alternatename', 'unlocked', NULL),
(1310, 2, 1764416867, 'auth_ldap', 'field_map_firstname', '', NULL),
(1311, 2, 1764416867, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate', NULL),
(1312, 2, 1764416867, 'auth_ldap', 'field_updateremote_firstname', '0', NULL),
(1313, 2, 1764416867, 'auth_ldap', 'field_lock_firstname', 'unlocked', NULL),
(1314, 2, 1764416867, 'auth_ldap', 'field_map_lastname', '', NULL),
(1315, 2, 1764416867, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate', NULL),
(1316, 2, 1764416867, 'auth_ldap', 'field_updateremote_lastname', '0', NULL),
(1317, 2, 1764416867, 'auth_ldap', 'field_lock_lastname', 'unlocked', NULL),
(1318, 2, 1764416867, 'auth_ldap', 'field_map_email', '', NULL),
(1319, 2, 1764416867, 'auth_ldap', 'field_updatelocal_email', 'oncreate', NULL),
(1320, 2, 1764416867, 'auth_ldap', 'field_updateremote_email', '0', NULL),
(1321, 2, 1764416867, 'auth_ldap', 'field_lock_email', 'unlocked', NULL),
(1322, 2, 1764416867, 'auth_ldap', 'field_map_city', '', NULL),
(1323, 2, 1764416867, 'auth_ldap', 'field_updatelocal_city', 'oncreate', NULL),
(1324, 2, 1764416867, 'auth_ldap', 'field_updateremote_city', '0', NULL),
(1325, 2, 1764416867, 'auth_ldap', 'field_lock_city', 'unlocked', NULL),
(1326, 2, 1764416867, 'auth_ldap', 'field_map_country', '', NULL),
(1327, 2, 1764416867, 'auth_ldap', 'field_updatelocal_country', 'oncreate', NULL),
(1328, 2, 1764416867, 'auth_ldap', 'field_updateremote_country', '0', NULL),
(1329, 2, 1764416867, 'auth_ldap', 'field_lock_country', 'unlocked', NULL),
(1330, 2, 1764416867, 'auth_ldap', 'field_map_lang', '', NULL),
(1331, 2, 1764416867, 'auth_ldap', 'field_updatelocal_lang', 'oncreate', NULL),
(1332, 2, 1764416867, 'auth_ldap', 'field_updateremote_lang', '0', NULL),
(1333, 2, 1764416867, 'auth_ldap', 'field_lock_lang', 'unlocked', NULL),
(1334, 2, 1764416867, 'auth_ldap', 'field_map_description', '', NULL),
(1335, 2, 1764416868, 'auth_ldap', 'field_updatelocal_description', 'oncreate', NULL),
(1336, 2, 1764416868, 'auth_ldap', 'field_updateremote_description', '0', NULL),
(1337, 2, 1764416868, 'auth_ldap', 'field_lock_description', 'unlocked', NULL),
(1338, 2, 1764416868, 'auth_ldap', 'field_map_idnumber', '', NULL),
(1339, 2, 1764416868, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1340, 2, 1764416868, 'auth_ldap', 'field_updateremote_idnumber', '0', NULL),
(1341, 2, 1764416868, 'auth_ldap', 'field_lock_idnumber', 'unlocked', NULL),
(1342, 2, 1764416868, 'auth_ldap', 'field_map_institution', '', NULL),
(1343, 2, 1764416868, 'auth_ldap', 'field_updatelocal_institution', 'oncreate', NULL),
(1344, 2, 1764416868, 'auth_ldap', 'field_updateremote_institution', '0', NULL),
(1345, 2, 1764416868, 'auth_ldap', 'field_lock_institution', 'unlocked', NULL),
(1346, 2, 1764416868, 'auth_ldap', 'field_map_department', '', NULL),
(1347, 2, 1764416868, 'auth_ldap', 'field_updatelocal_department', 'oncreate', NULL),
(1348, 2, 1764416868, 'auth_ldap', 'field_updateremote_department', '0', NULL),
(1349, 2, 1764416868, 'auth_ldap', 'field_lock_department', 'unlocked', NULL),
(1350, 2, 1764416868, 'auth_ldap', 'field_map_phone1', '', NULL),
(1351, 2, 1764416868, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate', NULL),
(1352, 2, 1764416868, 'auth_ldap', 'field_updateremote_phone1', '0', NULL),
(1353, 2, 1764416868, 'auth_ldap', 'field_lock_phone1', 'unlocked', NULL),
(1354, 2, 1764416868, 'auth_ldap', 'field_map_phone2', '', NULL),
(1355, 2, 1764416868, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate', NULL),
(1356, 2, 1764416868, 'auth_ldap', 'field_updateremote_phone2', '0', NULL),
(1357, 2, 1764416868, 'auth_ldap', 'field_lock_phone2', 'unlocked', NULL),
(1358, 2, 1764416868, 'auth_ldap', 'field_map_address', '', NULL),
(1359, 2, 1764416868, 'auth_ldap', 'field_updatelocal_address', 'oncreate', NULL),
(1360, 2, 1764416868, 'auth_ldap', 'field_updateremote_address', '0', NULL),
(1361, 2, 1764416868, 'auth_ldap', 'field_lock_address', 'unlocked', NULL),
(1362, 2, 1764416868, 'auth_ldap', 'field_map_firstnamephonetic', '', NULL),
(1363, 2, 1764416868, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1364, 2, 1764416868, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0', NULL),
(1365, 2, 1764416868, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1366, 2, 1764416868, 'auth_ldap', 'field_map_lastnamephonetic', '', NULL),
(1367, 2, 1764416868, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1368, 2, 1764416868, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0', NULL),
(1369, 2, 1764416868, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1370, 2, 1764416868, 'auth_ldap', 'field_map_middlename', '', NULL),
(1371, 2, 1764416868, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate', NULL),
(1372, 2, 1764416868, 'auth_ldap', 'field_updateremote_middlename', '0', NULL),
(1373, 2, 1764416868, 'auth_ldap', 'field_lock_middlename', 'unlocked', NULL),
(1374, 2, 1764416868, 'auth_ldap', 'field_map_alternatename', '', NULL),
(1375, 2, 1764416868, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1376, 2, 1764416868, 'auth_ldap', 'field_updateremote_alternatename', '0', NULL),
(1377, 2, 1764416868, 'auth_ldap', 'field_lock_alternatename', 'unlocked', NULL),
(1378, 2, 1764416868, 'auth_manual', 'expiration', '0', NULL),
(1379, 2, 1764416868, 'auth_manual', 'expirationtime', '30', NULL),
(1380, 2, 1764416868, 'auth_manual', 'expiration_warning', '0', NULL),
(1381, 2, 1764416868, 'auth_manual', 'field_lock_firstname', 'unlocked', NULL),
(1382, 2, 1764416868, 'auth_manual', 'field_lock_lastname', 'unlocked', NULL),
(1383, 2, 1764416868, 'auth_manual', 'field_lock_email', 'unlocked', NULL),
(1384, 2, 1764416868, 'auth_manual', 'field_lock_city', 'unlocked', NULL),
(1385, 2, 1764416868, 'auth_manual', 'field_lock_country', 'unlocked', NULL),
(1386, 2, 1764416868, 'auth_manual', 'field_lock_lang', 'unlocked', NULL),
(1387, 2, 1764416868, 'auth_manual', 'field_lock_description', 'unlocked', NULL),
(1388, 2, 1764416868, 'auth_manual', 'field_lock_idnumber', 'unlocked', NULL),
(1389, 2, 1764416868, 'auth_manual', 'field_lock_institution', 'unlocked', NULL),
(1390, 2, 1764416868, 'auth_manual', 'field_lock_department', 'unlocked', NULL),
(1391, 2, 1764416868, 'auth_manual', 'field_lock_phone1', 'unlocked', NULL),
(1392, 2, 1764416868, 'auth_manual', 'field_lock_phone2', 'unlocked', NULL),
(1393, 2, 1764416868, 'auth_manual', 'field_lock_address', 'unlocked', NULL),
(1394, 2, 1764416868, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1395, 2, 1764416868, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1396, 2, 1764416868, 'auth_manual', 'field_lock_middlename', 'unlocked', NULL),
(1397, 2, 1764416868, 'auth_manual', 'field_lock_alternatename', 'unlocked', NULL),
(1398, 2, 1764416868, 'auth_mnet', 'rpc_negotiation_timeout', '30', NULL),
(1399, 2, 1764416868, 'auth_none', 'field_lock_firstname', 'unlocked', NULL),
(1400, 2, 1764416868, 'auth_none', 'field_lock_lastname', 'unlocked', NULL),
(1401, 2, 1764416868, 'auth_none', 'field_lock_email', 'unlocked', NULL),
(1402, 2, 1764416868, 'auth_none', 'field_lock_city', 'unlocked', NULL),
(1403, 2, 1764416868, 'auth_none', 'field_lock_country', 'unlocked', NULL),
(1404, 2, 1764416868, 'auth_none', 'field_lock_lang', 'unlocked', NULL),
(1405, 2, 1764416868, 'auth_none', 'field_lock_description', 'unlocked', NULL),
(1406, 2, 1764416868, 'auth_none', 'field_lock_idnumber', 'unlocked', NULL),
(1407, 2, 1764416868, 'auth_none', 'field_lock_institution', 'unlocked', NULL),
(1408, 2, 1764416868, 'auth_none', 'field_lock_department', 'unlocked', NULL),
(1409, 2, 1764416868, 'auth_none', 'field_lock_phone1', 'unlocked', NULL),
(1410, 2, 1764416868, 'auth_none', 'field_lock_phone2', 'unlocked', NULL);
INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(1411, 2, 1764416868, 'auth_none', 'field_lock_address', 'unlocked', NULL),
(1412, 2, 1764416868, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1413, 2, 1764416868, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1414, 2, 1764416868, 'auth_none', 'field_lock_middlename', 'unlocked', NULL),
(1415, 2, 1764416868, 'auth_none', 'field_lock_alternatename', 'unlocked', NULL),
(1416, 2, 1764416868, 'auth_oauth2', 'field_lock_firstname', 'unlocked', NULL),
(1417, 2, 1764416868, 'auth_oauth2', 'field_lock_lastname', 'unlocked', NULL),
(1418, 2, 1764416868, 'auth_oauth2', 'field_lock_email', 'unlocked', NULL),
(1419, 2, 1764416868, 'auth_oauth2', 'field_lock_city', 'unlocked', NULL),
(1420, 2, 1764416868, 'auth_oauth2', 'field_lock_country', 'unlocked', NULL),
(1421, 2, 1764416868, 'auth_oauth2', 'field_lock_lang', 'unlocked', NULL),
(1422, 2, 1764416868, 'auth_oauth2', 'field_lock_description', 'unlocked', NULL),
(1423, 2, 1764416868, 'auth_oauth2', 'field_lock_idnumber', 'unlocked', NULL),
(1424, 2, 1764416868, 'auth_oauth2', 'field_lock_institution', 'unlocked', NULL),
(1425, 2, 1764416868, 'auth_oauth2', 'field_lock_department', 'unlocked', NULL),
(1426, 2, 1764416868, 'auth_oauth2', 'field_lock_phone1', 'unlocked', NULL),
(1427, 2, 1764416868, 'auth_oauth2', 'field_lock_phone2', 'unlocked', NULL),
(1428, 2, 1764416868, 'auth_oauth2', 'field_lock_address', 'unlocked', NULL),
(1429, 2, 1764416868, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1430, 2, 1764416868, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1431, 2, 1764416868, 'auth_oauth2', 'field_lock_middlename', 'unlocked', NULL),
(1432, 2, 1764416868, 'auth_oauth2', 'field_lock_alternatename', 'unlocked', NULL),
(1433, 2, 1764416868, 'auth_shibboleth', 'user_attribute', '', NULL),
(1434, 2, 1764416868, 'auth_shibboleth', 'convert_data', '', NULL),
(1435, 2, 1764416868, 'auth_shibboleth', 'alt_login', 'off', NULL),
(1436, 2, 1764416868, '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),
(1437, 2, 1764416868, 'auth_shibboleth', 'logout_handler', '', NULL),
(1438, 2, 1764416868, 'auth_shibboleth', 'logout_return_url', '', NULL),
(1439, 2, 1764416868, 'auth_shibboleth', 'login_name', 'Shibboleth Login', NULL),
(1440, 2, 1764416868, 'auth_shibboleth', 'auth_logo', '', NULL),
(1441, 2, 1764416868, 'auth_shibboleth', 'auth_instructions', 'Use the <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">Shibboleth login</a> to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.', NULL),
(1442, 2, 1764416868, 'auth_shibboleth', 'changepasswordurl', '', NULL),
(1443, 2, 1764416868, 'auth_shibboleth', 'field_map_firstname', '', NULL),
(1444, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate', NULL),
(1445, 2, 1764416868, 'auth_shibboleth', 'field_lock_firstname', 'unlocked', NULL),
(1446, 2, 1764416868, 'auth_shibboleth', 'field_map_lastname', '', NULL),
(1447, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate', NULL),
(1448, 2, 1764416868, 'auth_shibboleth', 'field_lock_lastname', 'unlocked', NULL),
(1449, 2, 1764416868, 'auth_shibboleth', 'field_map_email', '', NULL),
(1450, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate', NULL),
(1451, 2, 1764416868, 'auth_shibboleth', 'field_lock_email', 'unlocked', NULL),
(1452, 2, 1764416868, 'auth_shibboleth', 'field_map_city', '', NULL),
(1453, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate', NULL),
(1454, 2, 1764416868, 'auth_shibboleth', 'field_lock_city', 'unlocked', NULL),
(1455, 2, 1764416868, 'auth_shibboleth', 'field_map_country', '', NULL),
(1456, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate', NULL),
(1457, 2, 1764416868, 'auth_shibboleth', 'field_lock_country', 'unlocked', NULL),
(1458, 2, 1764416868, 'auth_shibboleth', 'field_map_lang', '', NULL),
(1459, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate', NULL),
(1460, 2, 1764416868, 'auth_shibboleth', 'field_lock_lang', 'unlocked', NULL),
(1461, 2, 1764416868, 'auth_shibboleth', 'field_map_description', '', NULL),
(1462, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate', NULL),
(1463, 2, 1764416868, 'auth_shibboleth', 'field_lock_description', 'unlocked', NULL),
(1464, 2, 1764416868, 'auth_shibboleth', 'field_map_idnumber', '', NULL),
(1465, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1466, 2, 1764416868, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked', NULL),
(1467, 2, 1764416868, 'auth_shibboleth', 'field_map_institution', '', NULL),
(1468, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate', NULL),
(1469, 2, 1764416868, 'auth_shibboleth', 'field_lock_institution', 'unlocked', NULL),
(1470, 2, 1764416868, 'auth_shibboleth', 'field_map_department', '', NULL),
(1471, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate', NULL),
(1472, 2, 1764416868, 'auth_shibboleth', 'field_lock_department', 'unlocked', NULL),
(1473, 2, 1764416868, 'auth_shibboleth', 'field_map_phone1', '', NULL),
(1474, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate', NULL),
(1475, 2, 1764416868, 'auth_shibboleth', 'field_lock_phone1', 'unlocked', NULL),
(1476, 2, 1764416868, 'auth_shibboleth', 'field_map_phone2', '', NULL),
(1477, 2, 1764416868, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate', NULL),
(1478, 2, 1764416868, 'auth_shibboleth', 'field_lock_phone2', 'unlocked', NULL),
(1479, 2, 1764416868, 'auth_shibboleth', 'field_map_address', '', NULL),
(1480, 2, 1764416869, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate', NULL),
(1481, 2, 1764416869, 'auth_shibboleth', 'field_lock_address', 'unlocked', NULL),
(1482, 2, 1764416869, 'auth_shibboleth', 'field_map_firstnamephonetic', '', NULL),
(1483, 2, 1764416869, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1484, 2, 1764416869, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1485, 2, 1764416869, 'auth_shibboleth', 'field_map_lastnamephonetic', '', NULL),
(1486, 2, 1764416869, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1487, 2, 1764416869, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1488, 2, 1764416869, 'auth_shibboleth', 'field_map_middlename', '', NULL),
(1489, 2, 1764416869, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate', NULL),
(1490, 2, 1764416869, 'auth_shibboleth', 'field_lock_middlename', 'unlocked', NULL),
(1491, 2, 1764416869, 'auth_shibboleth', 'field_map_alternatename', '', NULL),
(1492, 2, 1764416869, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1493, 2, 1764416869, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked', NULL),
(1494, 2, 1764416869, 'block_accessreview', 'whattoshow', 'showboth', NULL),
(1495, 2, 1764416869, 'block_accessreview', 'errordisplay', 'showint', NULL),
(1496, 2, 1764416869, 'block_accessreview', 'toolpage', 'errors', NULL),
(1497, 2, 1764416869, 'block_activity_results', 'config_showbest', '3', NULL),
(1498, 2, 1764416869, 'block_activity_results', 'config_showbest_locked', '', NULL),
(1499, 2, 1764416869, 'block_activity_results', 'config_showworst', '0', NULL),
(1500, 2, 1764416869, 'block_activity_results', 'config_showworst_locked', '', NULL),
(1501, 2, 1764416869, 'block_activity_results', 'config_usegroups', '0', NULL),
(1502, 2, 1764416869, 'block_activity_results', 'config_usegroups_locked', '', NULL),
(1503, 2, 1764416869, 'block_activity_results', 'config_nameformat', '1', NULL),
(1504, 2, 1764416869, 'block_activity_results', 'config_nameformat_locked', '', NULL),
(1505, 2, 1764416869, 'block_activity_results', 'config_gradeformat', '1', NULL),
(1506, 2, 1764416869, 'block_activity_results', 'config_gradeformat_locked', '', NULL),
(1507, 2, 1764416869, 'block_activity_results', 'config_decimalpoints', '2', NULL),
(1508, 2, 1764416869, 'block_activity_results', 'config_decimalpoints_locked', '', NULL),
(1509, 2, 1764416869, 'block_myoverview', 'displaycategories', '1', NULL),
(1510, 2, 1764416869, 'block_myoverview', 'layouts', 'card,list,summary', NULL),
(1511, 2, 1764416869, 'block_myoverview', 'displaygroupingallincludinghidden', '0', NULL),
(1512, 2, 1764416869, 'block_myoverview', 'displaygroupingall', '1', NULL),
(1513, 2, 1764416869, 'block_myoverview', 'displaygroupinginprogress', '1', NULL),
(1514, 2, 1764416869, 'block_myoverview', 'displaygroupingpast', '1', NULL),
(1515, 2, 1764416869, 'block_myoverview', 'displaygroupingfuture', '1', NULL),
(1516, 2, 1764416869, 'block_myoverview', 'displaygroupingcustomfield', '0', NULL),
(1517, 2, 1764416869, 'block_myoverview', 'customfiltergrouping', '', NULL),
(1518, 2, 1764416869, 'block_myoverview', 'displaygroupingfavourites', '1', NULL),
(1519, 2, 1764416869, 'block_myoverview', 'displaygroupinghidden', '1', NULL),
(1520, 2, 1764416869, NULL, 'block_course_list_adminview', 'all', NULL),
(1521, 2, 1764416869, NULL, 'block_course_list_hideallcourseslink', '0', NULL),
(1522, 2, 1764416869, NULL, 'block_online_users_timetosee', '5', NULL),
(1523, 2, 1764416869, NULL, 'block_online_users_onlinestatushiding', '1', NULL),
(1524, 2, 1764416869, 'block_recentlyaccessedcourses', 'displaycategories', '1', NULL),
(1525, 2, 1764416869, NULL, 'block_rss_client_num_entries', '5', NULL),
(1526, 2, 1764416869, NULL, 'block_rss_client_timeout', '30', NULL),
(1527, 2, 1764416869, 'block_section_links', 'numsections1', '22', NULL),
(1528, 2, 1764416869, 'block_section_links', 'incby1', '2', NULL),
(1529, 2, 1764416869, 'block_section_links', 'numsections2', '40', NULL),
(1530, 2, 1764416869, 'block_section_links', 'incby2', '5', NULL),
(1531, 2, 1764416869, 'block_section_links', 'showsectionname', '0', NULL),
(1532, 2, 1764416869, 'block_starredcourses', 'displaycategories', '1', NULL),
(1533, 2, 1764416869, NULL, 'block_html_allowcssclasses', '0', NULL),
(1534, 2, 1764416869, 'block_tag_youtube', 'apikey', '', NULL),
(1535, 2, 1764416869, 'format_singleactivity', 'activitytype', 'forum', NULL),
(1536, 2, 1764416869, 'format_topics', 'indentation', '1', NULL),
(1537, 2, 1764416869, 'format_weeks', 'indentation', '1', NULL),
(1538, 2, 1764416869, 'fileconverter_googledrive', 'issuerid', '', NULL),
(1539, 2, 1764416869, NULL, 'pathtounoconv', '/usr/bin/unoconv', NULL),
(1540, 2, 1764416869, 'enrol_cohort', 'roleid', '5', NULL),
(1541, 2, 1764416869, 'enrol_cohort', 'unenrolaction', '0', NULL),
(1542, 2, 1764416869, 'enrol_meta', 'nosyncroleids', '', NULL),
(1543, 2, 1764416869, 'enrol_meta', 'syncall', '1', NULL),
(1544, 2, 1764416869, 'enrol_meta', 'unenrolaction', '3', NULL),
(1545, 2, 1764416869, 'enrol_meta', 'coursesort', 'sortorder', NULL),
(1546, 2, 1764416869, 'enrol_fee', 'expiredaction', '3', NULL),
(1547, 2, 1764416869, 'enrol_fee', 'status', '1', NULL),
(1548, 2, 1764416869, 'enrol_fee', 'cost', '0', NULL),
(1549, 2, 1764416869, 'enrol_fee', 'currency', 'USD', NULL),
(1550, 2, 1764416869, 'enrol_fee', 'roleid', '5', NULL),
(1551, 2, 1764416869, 'enrol_fee', 'enrolperiod', '0', NULL),
(1552, 2, 1764416869, 'enrol_database', 'dbtype', '', NULL),
(1553, 2, 1764416869, 'enrol_database', 'dbhost', 'localhost', NULL),
(1554, 2, 1764416869, 'enrol_database', 'dbuser', '', NULL),
(1555, 2, 1764416869, 'enrol_database', 'dbpass', '', NULL),
(1556, 2, 1764416869, 'enrol_database', 'dbname', '', NULL),
(1557, 2, 1764416869, 'enrol_database', 'dbencoding', 'utf-8', NULL),
(1558, 2, 1764416869, 'enrol_database', 'dbsetupsql', '', NULL),
(1559, 2, 1764416869, 'enrol_database', 'dbsybasequoting', '0', NULL),
(1560, 2, 1764416869, 'enrol_database', 'debugdb', '0', NULL),
(1561, 2, 1764416869, 'enrol_database', 'localcoursefield', 'idnumber', NULL),
(1562, 2, 1764416869, 'enrol_database', 'localuserfield', 'idnumber', NULL),
(1563, 2, 1764416869, 'enrol_database', 'localrolefield', 'shortname', NULL),
(1564, 2, 1764416869, 'enrol_database', 'localcategoryfield', 'id', NULL),
(1565, 2, 1764416869, 'enrol_database', 'remoteenroltable', '', NULL),
(1566, 2, 1764416869, 'enrol_database', 'remotecoursefield', '', NULL),
(1567, 2, 1764416869, 'enrol_database', 'remoteuserfield', '', NULL),
(1568, 2, 1764416869, 'enrol_database', 'remoterolefield', '', NULL),
(1569, 2, 1764416869, 'enrol_database', 'remoteotheruserfield', '', NULL),
(1570, 2, 1764416869, 'enrol_database', 'defaultrole', '5', NULL),
(1571, 2, 1764416869, 'enrol_database', 'ignorehiddencourses', '0', NULL),
(1572, 2, 1764416869, 'enrol_database', 'unenrolaction', '0', NULL),
(1573, 2, 1764416869, 'enrol_database', 'newcoursetable', '', NULL),
(1574, 2, 1764416869, 'enrol_database', 'newcoursefullname', 'fullname', NULL),
(1575, 2, 1764416869, 'enrol_database', 'newcourseshortname', 'shortname', NULL),
(1576, 2, 1764416869, 'enrol_database', 'newcourseidnumber', 'idnumber', NULL),
(1577, 2, 1764416869, 'enrol_database', 'newcoursecategory', '', NULL),
(1578, 2, 1764416869, 'enrol_database', 'defaultcategory', '1', NULL),
(1579, 2, 1764416869, 'enrol_database', 'templatecourse', '', NULL),
(1580, 2, 1764416869, 'enrol_flatfile', 'location', '', NULL),
(1581, 2, 1764416869, 'enrol_flatfile', 'encoding', 'UTF-8', NULL),
(1582, 2, 1764416869, 'enrol_flatfile', 'mailstudents', '0', NULL),
(1583, 2, 1764416869, 'enrol_flatfile', 'mailteachers', '0', NULL),
(1584, 2, 1764416869, 'enrol_flatfile', 'mailadmins', '0', NULL),
(1585, 2, 1764416869, 'enrol_flatfile', 'unenrolaction', '3', NULL),
(1586, 2, 1764416869, 'enrol_flatfile', 'expiredaction', '3', NULL),
(1587, 2, 1764416869, 'enrol_guest', 'requirepassword', '0', NULL),
(1588, 2, 1764416869, 'enrol_guest', 'usepasswordpolicy', '0', NULL),
(1589, 2, 1764416869, 'enrol_guest', 'showhint', '0', NULL),
(1590, 2, 1764416869, 'enrol_guest', 'defaultenrol', '1', NULL),
(1591, 2, 1764416869, 'enrol_guest', 'status', '1', NULL),
(1592, 2, 1764416869, 'enrol_guest', 'status_adv', '', NULL),
(1593, 2, 1764416869, 'enrol_imsenterprise', 'imsfilelocation', '', NULL),
(1594, 2, 1764416869, 'enrol_imsenterprise', 'logtolocation', '', NULL),
(1595, 2, 1764416869, 'enrol_imsenterprise', 'mailadmins', '0', NULL),
(1596, 2, 1764416869, 'enrol_imsenterprise', 'createnewusers', '0', NULL),
(1597, 2, 1764416869, 'enrol_imsenterprise', 'imsupdateusers', '0', NULL),
(1598, 2, 1764416869, 'enrol_imsenterprise', 'imsdeleteusers', '0', NULL),
(1599, 2, 1764416869, 'enrol_imsenterprise', 'fixcaseusernames', '0', NULL),
(1600, 2, 1764416869, 'enrol_imsenterprise', 'fixcasepersonalnames', '0', NULL),
(1601, 2, 1764416869, 'enrol_imsenterprise', 'imssourcedidfallback', '0', NULL),
(1602, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap01', '5', NULL),
(1603, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap02', '3', NULL),
(1604, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap03', '3', NULL),
(1605, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap04', '5', NULL),
(1606, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap05', '0', NULL),
(1607, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap06', '4', NULL),
(1608, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap07', '0', NULL),
(1609, 2, 1764416869, 'enrol_imsenterprise', 'imsrolemap08', '4', NULL),
(1610, 2, 1764416869, 'enrol_imsenterprise', 'truncatecoursecodes', '0', NULL),
(1611, 2, 1764416869, 'enrol_imsenterprise', 'createnewcourses', '0', NULL),
(1612, 2, 1764416869, 'enrol_imsenterprise', 'updatecourses', '0', NULL),
(1613, 2, 1764416869, 'enrol_imsenterprise', 'createnewcategories', '0', NULL),
(1614, 2, 1764416869, 'enrol_imsenterprise', 'nestedcategories', '0', NULL),
(1615, 2, 1764416869, 'enrol_imsenterprise', 'categoryidnumber', '0', NULL),
(1616, 2, 1764416869, 'enrol_imsenterprise', 'categoryseparator', '', NULL),
(1617, 2, 1764416869, 'enrol_imsenterprise', 'imsunenrol', '0', NULL),
(1618, 2, 1764416869, 'enrol_imsenterprise', 'unenrolaction', '0', NULL),
(1619, 2, 1764416869, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode', NULL),
(1620, 2, 1764416869, 'enrol_imsenterprise', 'imscoursemapfullname', 'short', NULL),
(1621, 2, 1764416869, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore', NULL),
(1622, 2, 1764416869, 'enrol_imsenterprise', 'imsrestricttarget', '', NULL),
(1623, 2, 1764416869, 'enrol_imsenterprise', 'imscapitafix', '0', NULL),
(1624, 2, 1764416869, 'enrol_manual', 'expiredaction', '1', NULL),
(1625, 2, 1764416869, 'enrol_manual', 'expirynotifyhour', '6', NULL),
(1626, 2, 1764416869, 'enrol_manual', 'defaultenrol', '1', NULL),
(1627, 2, 1764416869, 'enrol_manual', 'status', '0', NULL),
(1628, 2, 1764416869, 'enrol_manual', 'roleid', '5', NULL),
(1629, 2, 1764416870, 'enrol_manual', 'enrolstart', '4', NULL),
(1630, 2, 1764416870, 'enrol_manual', 'enrolperiod', '0', NULL),
(1631, 2, 1764416870, 'enrol_manual', 'expirynotify', '0', NULL),
(1632, 2, 1764416870, 'enrol_manual', 'expirythreshold', '86400', NULL),
(1633, 2, 1764416870, 'enrol_mnet', 'roleid', '5', NULL),
(1634, 2, 1764416870, 'enrol_mnet', 'roleid_adv', '1', NULL),
(1635, 2, 1764416870, 'enrol_paypal', 'paypalbusiness', '', NULL),
(1636, 2, 1764416870, 'enrol_paypal', 'mailstudents', '0', NULL),
(1637, 2, 1764416870, 'enrol_paypal', 'mailteachers', '0', NULL),
(1638, 2, 1764416870, 'enrol_paypal', 'mailadmins', '0', NULL),
(1639, 2, 1764416870, 'enrol_paypal', 'expiredaction', '3', NULL),
(1640, 2, 1764416870, 'enrol_paypal', 'status', '1', NULL),
(1641, 2, 1764416870, 'enrol_paypal', 'cost', '0', NULL),
(1642, 2, 1764416870, 'enrol_paypal', 'currency', 'USD', NULL),
(1643, 2, 1764416870, 'enrol_paypal', 'roleid', '5', NULL),
(1644, 2, 1764416870, 'enrol_paypal', 'enrolperiod', '0', NULL),
(1645, 2, 1764416870, 'enrol_lti', 'emaildisplay', '2', NULL),
(1646, 2, 1764416870, 'enrol_lti', 'city', '', NULL),
(1647, 2, 1764416870, 'enrol_lti', 'country', '', NULL),
(1648, 2, 1764416870, 'enrol_lti', 'timezone', '99', NULL),
(1649, 2, 1764416870, 'enrol_lti', 'lang', 'en', NULL),
(1650, 2, 1764416870, 'enrol_lti', 'institution', '', NULL),
(1651, 2, 1764416870, 'enrol_self', 'requirepassword', '0', NULL),
(1652, 2, 1764416870, 'enrol_self', 'usepasswordpolicy', '0', NULL),
(1653, 2, 1764416870, 'enrol_self', 'showhint', '0', NULL),
(1654, 2, 1764416870, 'enrol_self', 'expiredaction', '1', NULL),
(1655, 2, 1764416870, 'enrol_self', 'expirynotifyhour', '6', NULL),
(1656, 2, 1764416870, 'enrol_self', 'defaultenrol', '1', NULL),
(1657, 2, 1764416870, 'enrol_self', 'status', '1', NULL),
(1658, 2, 1764416870, 'enrol_self', 'newenrols', '1', NULL),
(1659, 2, 1764416870, 'enrol_self', 'groupkey', '0', NULL),
(1660, 2, 1764416870, 'enrol_self', 'roleid', '5', NULL),
(1661, 2, 1764416870, 'enrol_self', 'enrolperiod', '0', NULL),
(1662, 2, 1764416870, 'enrol_self', 'expirynotify', '0', NULL),
(1663, 2, 1764416870, 'enrol_self', 'expirythreshold', '86400', NULL),
(1664, 2, 1764416870, 'enrol_self', 'longtimenosee', '0', NULL),
(1665, 2, 1764416870, 'enrol_self', 'maxenrolled', '0', NULL),
(1666, 2, 1764416870, 'enrol_self', 'sendcoursewelcomemessage', '1', NULL),
(1667, 2, 1764416870, 'filter_urltolink', 'formats', '1,4,0', NULL),
(1668, 2, 1764416870, 'filter_urltolink', 'embedimages', '1', NULL),
(1669, 2, 1764416870, 'filter_emoticon', 'formats', '1,4,0', NULL),
(1670, 2, 1764416870, 'filter_displayh5p', 'allowedsources', '', NULL),
(1671, 2, 1764416870, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js', NULL),
(1672, 2, 1764416870, 'filter_mathjaxloader', 'texfiltercompatibility', '0', NULL),
(1673, 2, 1764416870, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: [\"Accessible.js\", \"Safe.js\"],\n    errorSettings: { message: [\"!\"] },\n    skipStartupTypeset: true,\n    messageStyle: \"none\"\n});\n', NULL),
(1674, 2, 1764416870, 'filter_mathjaxloader', 'additionaldelimiters', '', NULL),
(1675, 2, 1764416870, NULL, 'filter_multilang_force_old', '0', NULL),
(1676, 2, 1764416870, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n', NULL),
(1677, 2, 1764416870, 'filter_tex', 'latexbackground', '#FFFFFF', NULL),
(1678, 2, 1764416870, 'filter_tex', 'density', '120', NULL),
(1679, 2, 1764416870, 'filter_tex', 'pathlatex', 'c:\\texmf\\miktex\\bin\\latex.exe', NULL),
(1680, 2, 1764416870, 'filter_tex', 'pathdvips', 'c:\\texmf\\miktex\\bin\\dvips.exe', NULL),
(1681, 2, 1764416870, 'filter_tex', 'pathconvert', 'c:\\imagemagick\\convert.exe', NULL),
(1682, 2, 1764416870, 'filter_tex', 'pathdvisvgm', 'c:\\texmf\\miktex\\bin\\dvisvgm.exe', NULL),
(1683, 2, 1764416870, 'filter_tex', 'pathmimetex', '', NULL),
(1684, 2, 1764416870, 'filter_tex', 'convertformat', 'gif', NULL),
(1685, 2, 1764416870, 'local_adminer', 'startwithdb', '0', NULL),
(1686, 2, 1764416870, 'logstore_database', 'dbdriver', '', NULL),
(1687, 2, 1764416870, 'logstore_database', 'dbhost', '', NULL),
(1688, 2, 1764416870, 'logstore_database', 'dbuser', '', NULL),
(1689, 2, 1764416870, 'logstore_database', 'dbpass', '', NULL),
(1690, 2, 1764416870, 'logstore_database', 'dbname', '', NULL),
(1691, 2, 1764416870, 'logstore_database', 'dbtable', '', NULL),
(1692, 2, 1764416870, 'logstore_database', 'dbpersist', '0', NULL),
(1693, 2, 1764416870, 'logstore_database', 'dbsocket', '', NULL),
(1694, 2, 1764416870, 'logstore_database', 'dbport', '', NULL),
(1695, 2, 1764416870, 'logstore_database', 'dbschema', '', NULL),
(1696, 2, 1764416870, 'logstore_database', 'dbcollation', '', NULL),
(1697, 2, 1764416870, 'logstore_database', 'dbhandlesoptions', '0', NULL),
(1698, 2, 1764416870, 'logstore_database', 'buffersize', '50', NULL),
(1699, 2, 1764416870, 'logstore_database', 'jsonformat', '1', NULL),
(1700, 2, 1764416870, 'logstore_database', 'logguests', '0', NULL),
(1701, 2, 1764416870, 'logstore_database', 'includelevels', '1,2,0', NULL),
(1702, 2, 1764416870, 'logstore_database', 'includeactions', 'c,r,u,d', NULL),
(1703, 2, 1764416870, 'logstore_standard', 'logguests', '1', NULL),
(1704, 2, 1764416870, 'logstore_standard', 'jsonformat', '1', NULL),
(1705, 2, 1764416870, 'logstore_standard', 'loglifetime', '0', NULL),
(1706, 2, 1764416870, 'logstore_standard', 'buffersize', '50', NULL),
(1707, 2, 1764416870, 'mlbackend_python', 'useserver', '0', NULL),
(1708, 2, 1764416870, 'mlbackend_python', 'host', '', NULL),
(1709, 2, 1764416870, 'mlbackend_python', 'port', '0', NULL),
(1710, 2, 1764416870, 'mlbackend_python', 'secure', '0', NULL),
(1711, 2, 1764416870, 'mlbackend_python', 'username', 'default', NULL),
(1712, 2, 1764416870, 'mlbackend_python', 'password', '', NULL),
(1713, 2, 1764416870, 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv', NULL),
(1714, 2, 1764416870, 'media_videojs', 'audioextensions', 'html_audio', NULL),
(1715, 2, 1764416870, 'media_videojs', 'youtube', '1', NULL),
(1716, 2, 1764416870, 'media_videojs', 'videocssclass', 'video-js', NULL),
(1717, 2, 1764416870, 'media_videojs', 'audiocssclass', 'video-js', NULL),
(1718, 2, 1764416870, 'media_videojs', 'limitsize', '1', NULL),
(1719, 2, 1764416870, 'media_vimeo', 'donottrack', '0', NULL),
(1720, 2, 1764416870, 'media_youtube', 'nocookie', '0', NULL),
(1721, 2, 1764416870, 'paygw_paypal', 'surcharge', '0', NULL),
(1722, 2, 1764416870, 'qtype_multichoice', 'answerhowmany', '1', NULL),
(1723, 2, 1764416870, 'qtype_multichoice', 'shuffleanswers', '1', NULL),
(1724, 2, 1764416870, 'qtype_multichoice', 'answernumbering', 'abc', NULL),
(1725, 2, 1764416870, 'qtype_multichoice', 'showstandardinstruction', '0', NULL),
(1726, 2, 1764416870, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html', NULL),
(1727, 2, 1764416870, 'editor_atto', 'autosavefrequency', '60', NULL),
(1728, 2, 1764416870, 'atto_collapse', 'showgroups', '6', NULL),
(1729, 2, 1764416870, '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),
(1730, 2, 1764416870, '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),
(1731, 2, 1764416870, '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),
(1732, 2, 1764416870, '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),
(1733, 2, 1764416870, 'atto_recordrtc', 'allowedtypes', 'both', NULL),
(1734, 2, 1764416870, 'atto_recordrtc', 'audiobitrate', '128000', NULL),
(1735, 2, 1764416870, 'atto_recordrtc', 'videobitrate', '2500000', NULL),
(1736, 2, 1764416870, 'atto_recordrtc', 'audiotimelimit', '120', NULL),
(1737, 2, 1764416870, 'atto_recordrtc', 'videotimelimit', '120', NULL),
(1738, 2, 1764416870, 'atto_table', 'allowborders', '0', NULL),
(1739, 2, 1764416870, 'atto_table', 'allowbackgroundcolour', '0', NULL),
(1740, 2, 1764416870, 'atto_table', 'allowwidth', '0', NULL),
(1741, 2, 1764416870, 'editor_tiny', 'branding', '1', NULL),
(1742, 2, 1764416870, '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),
(1743, 2, 1764416870, '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),
(1744, 2, 1764416870, '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),
(1745, 2, 1764416870, '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),
(1746, 2, 1764416870, 'tiny_premium', 'apikey', '', NULL),
(1747, 2, 1764416870, 'tiny_recordrtc', 'allowedtypes', 'both', NULL),
(1748, 2, 1764416870, 'tiny_recordrtc', 'audiobitrate', '128000', NULL),
(1749, 2, 1764416870, 'tiny_recordrtc', 'videobitrate', '2500000', NULL),
(1750, 2, 1764416870, 'tiny_recordrtc', 'audiotimelimit', '120', NULL),
(1751, 2, 1764416870, 'tiny_recordrtc', 'videotimelimit', '120', NULL),
(1752, 2, 1764416870, NULL, 'profileroles', '5,4,3', NULL),
(1753, 2, 1764416870, NULL, 'coursecontact', '3', NULL),
(1754, 2, 1764416870, NULL, 'frontpage', '6', NULL),
(1755, 2, 1764416870, NULL, 'frontpageloggedin', '6', NULL),
(1756, 2, 1764416870, NULL, 'maxcategorydepth', '2', NULL),
(1757, 2, 1764416870, NULL, 'frontpagecourselimit', '200', NULL),
(1758, 2, 1764416870, NULL, 'commentsperpage', '15', NULL),
(1759, 2, 1764416870, NULL, 'defaultfrontpageroleid', '8', NULL),
(1760, 2, 1764416870, NULL, 'messageinbound_enabled', '0', NULL),
(1761, 2, 1764416870, NULL, 'messageinbound_mailbox', '', NULL),
(1762, 2, 1764416870, NULL, 'messageinbound_domain', '', NULL),
(1763, 2, 1764416870, NULL, 'messageinbound_host', '', NULL),
(1764, 2, 1764416870, NULL, 'messageinbound_hostssl', 'ssl', NULL),
(1765, 2, 1764416870, NULL, 'messageinbound_hostuser', '', NULL),
(1766, 2, 1764416870, NULL, 'messageinbound_hostpass', '', NULL),
(1767, 2, 1764416870, 'tool_mobile', 'apppolicy', '', NULL),
(1768, 2, 1764416871, 'tool_mobile', 'typeoflogin', '1', NULL),
(1769, 2, 1764416871, 'tool_mobile', 'autologout', '0', NULL),
(1770, 2, 1764416871, 'tool_mobile', 'autologouttime', '86400', NULL),
(1771, 2, 1764416871, 'tool_mobile', 'qrcodetype', '1', NULL),
(1772, 2, 1764416871, 'tool_mobile', 'qrkeyttl', '600', NULL),
(1773, 2, 1764416871, 'tool_mobile', 'qrsameipcheck', '1', NULL),
(1774, 2, 1764416871, 'tool_mobile', 'forcedurlscheme', 'moodlemobile', NULL),
(1775, 2, 1764416871, 'tool_mobile', 'minimumversion', '', NULL),
(1776, 2, 1764416871, 'tool_mobile', 'autologinmintimebetweenreq', '360', NULL),
(1777, 2, 1764416871, NULL, 'mobilecssurl', '', NULL),
(1778, 2, 1764416871, 'tool_mobile', 'enablesmartappbanners', '0', NULL),
(1779, 2, 1764416871, 'tool_mobile', 'iosappid', '633359593', NULL),
(1780, 2, 1764416871, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile', NULL),
(1781, 2, 1764416871, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile', NULL),
(1782, 2, 1764416871, 'tool_mobile', 'forcelogout', '0', NULL),
(1783, 2, 1764416871, 'tool_mobile', 'disabledfeatures', '', NULL),
(1784, 2, 1764416871, 'tool_mobile', 'custommenuitems', '', NULL),
(1785, 2, 1764416871, 'tool_mobile', 'filetypeexclusionlist', '', NULL),
(1786, 2, 1764416871, 'tool_mobile', 'customlangstrings', '', NULL),
(1787, 2, 1764416872, NULL, 'enablemobilewebservice', '0', NULL),
(1788, 2, 1764416872, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central', NULL),
(1789, 2, 1764416872, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net', NULL),
(1790, 2, 1764417108, NULL, 'timezone', 'Africa/Maputo', NULL),
(1791, 2, 1764417108, NULL, 'registerauth', '', NULL),
(1792, 2, 1764417108, NULL, 'noreplyaddress', '', NULL),
(1793, 2, 1764417144, NULL, 'supportemail', 'paulinojulio16@gmail.com', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config_plugins`
--

CREATE TABLE `mdl_config_plugins` (
  `id` bigint(10) NOT NULL,
  `plugin` varchar(100) NOT NULL DEFAULT 'core',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Moodle modules and plugins configuration variables' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_config_plugins`
--

INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) 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, 'core_competency', 'enabled', '1'),
(8, 'moodlecourse', 'visible', '1'),
(9, 'moodlecourse', 'downloadcontentsitedefault', '0'),
(10, 'moodlecourse', 'participantsperpage', '20'),
(11, 'moodlecourse', 'format', 'topics'),
(12, 'moodlecourse', 'maxsections', '52'),
(13, 'moodlecourse', 'numsections', '4'),
(14, 'moodlecourse', 'hiddensections', '1'),
(15, 'moodlecourse', 'coursedisplay', '0'),
(16, 'moodlecourse', 'courseenddateenabled', '1'),
(17, 'moodlecourse', 'courseduration', '31536000'),
(18, 'moodlecourse', 'lang', ''),
(19, 'moodlecourse', 'newsitems', '5'),
(20, 'moodlecourse', 'showgrades', '1'),
(21, 'moodlecourse', 'showreports', '0'),
(22, 'moodlecourse', 'showactivitydates', '1'),
(23, 'moodlecourse', 'maxbytes', '0'),
(24, 'moodlecourse', 'enablecompletion', '1'),
(25, 'moodlecourse', 'showcompletionconditions', '1'),
(26, 'moodlecourse', 'groupmode', '0'),
(27, 'moodlecourse', 'groupmodeforce', '0'),
(28, 'moodlecourse', 'coursecommunicationprovider', 'none'),
(29, 'backup', 'loglifetime', '30'),
(30, 'backup', 'backup_general_users', '1'),
(31, 'backup', 'backup_general_users_locked', ''),
(32, 'backup', 'backup_general_anonymize', '0'),
(33, 'backup', 'backup_general_anonymize_locked', ''),
(34, 'backup', 'backup_general_role_assignments', '1'),
(35, 'backup', 'backup_general_role_assignments_locked', ''),
(36, 'backup', 'backup_general_activities', '1'),
(37, 'backup', 'backup_general_activities_locked', ''),
(38, 'backup', 'backup_general_blocks', '1'),
(39, 'backup', 'backup_general_blocks_locked', ''),
(40, 'backup', 'backup_general_files', '1'),
(41, 'backup', 'backup_general_files_locked', ''),
(42, 'backup', 'backup_general_filters', '1'),
(43, 'backup', 'backup_general_filters_locked', ''),
(44, 'backup', 'backup_general_comments', '1'),
(45, 'backup', 'backup_general_comments_locked', ''),
(46, 'backup', 'backup_general_badges', '1'),
(47, 'backup', 'backup_general_badges_locked', ''),
(48, 'backup', 'backup_general_calendarevents', '1'),
(49, 'backup', 'backup_general_calendarevents_locked', ''),
(50, 'backup', 'backup_general_userscompletion', '1'),
(51, 'backup', 'backup_general_userscompletion_locked', ''),
(52, 'backup', 'backup_general_logs', '0'),
(53, 'backup', 'backup_general_logs_locked', ''),
(54, 'backup', 'backup_general_histories', '0'),
(55, 'backup', 'backup_general_histories_locked', ''),
(56, 'backup', 'backup_general_questionbank', '1'),
(57, 'backup', 'backup_general_questionbank_locked', ''),
(58, 'backup', 'backup_general_groups', '1'),
(59, 'backup', 'backup_general_groups_locked', ''),
(60, 'backup', 'backup_general_competencies', '1'),
(61, 'backup', 'backup_general_competencies_locked', ''),
(62, 'backup', 'backup_general_contentbankcontent', '1'),
(63, 'backup', 'backup_general_contentbankcontent_locked', ''),
(64, 'backup', 'backup_general_xapistate', '1'),
(65, 'backup', 'backup_general_xapistate_locked', ''),
(66, 'backup', 'backup_general_legacyfiles', '1'),
(67, 'backup', 'backup_general_legacyfiles_locked', ''),
(68, 'backup', 'import_general_maxresults', '10'),
(69, 'backup', 'import_general_duplicate_admin_allowed', '0'),
(70, 'backup', 'backup_import_permissions', '0'),
(71, 'backup', 'backup_import_permissions_locked', ''),
(72, 'backup', 'backup_import_activities', '1'),
(73, 'backup', 'backup_import_activities_locked', ''),
(74, 'backup', 'backup_import_blocks', '1'),
(75, 'backup', 'backup_import_blocks_locked', ''),
(76, 'backup', 'backup_import_filters', '1'),
(77, 'backup', 'backup_import_filters_locked', ''),
(78, 'backup', 'backup_import_calendarevents', '1'),
(79, 'backup', 'backup_import_calendarevents_locked', ''),
(80, 'backup', 'backup_import_questionbank', '1'),
(81, 'backup', 'backup_import_questionbank_locked', ''),
(82, 'backup', 'backup_import_groups', '1'),
(83, 'backup', 'backup_import_groups_locked', ''),
(84, 'backup', 'backup_import_competencies', '1'),
(85, 'backup', 'backup_import_competencies_locked', ''),
(86, 'backup', 'backup_import_contentbankcontent', '1'),
(87, 'backup', 'backup_import_contentbankcontent_locked', ''),
(88, 'backup', 'backup_import_legacyfiles', '1'),
(89, 'backup', 'backup_import_legacyfiles_locked', ''),
(90, 'backup', 'backup_auto_active', '0'),
(91, 'backup', 'backup_auto_weekdays', '0000000'),
(92, 'backup', 'backup_auto_hour', '0'),
(93, 'backup', 'backup_auto_minute', '0'),
(94, 'backup', 'backup_auto_storage', '0'),
(95, 'backup', 'backup_auto_destination', ''),
(96, 'backup', 'backup_auto_max_kept', '1'),
(97, 'backup', 'backup_auto_delete_days', '0'),
(98, 'backup', 'backup_auto_min_kept', '0'),
(99, 'backup', 'backup_shortname', '0'),
(100, 'backup', 'backup_auto_skip_hidden', '1'),
(101, 'backup', 'backup_auto_skip_modif_days', '30'),
(102, 'backup', 'backup_auto_skip_modif_prev', '0'),
(103, 'backup', 'backup_auto_users', '1'),
(104, 'backup', 'backup_auto_role_assignments', '1'),
(105, 'backup', 'backup_auto_activities', '1'),
(106, 'backup', 'backup_auto_blocks', '1'),
(107, 'backup', 'backup_auto_files', '1'),
(108, 'backup', 'backup_auto_filters', '1'),
(109, 'backup', 'backup_auto_comments', '1'),
(110, 'backup', 'backup_auto_badges', '1'),
(111, 'backup', 'backup_auto_calendarevents', '1'),
(112, 'backup', 'backup_auto_userscompletion', '1'),
(113, 'backup', 'backup_auto_logs', '0'),
(114, 'backup', 'backup_auto_histories', '0'),
(115, 'backup', 'backup_auto_questionbank', '1'),
(116, 'backup', 'backup_auto_groups', '1'),
(117, 'backup', 'backup_auto_competencies', '1'),
(118, 'backup', 'backup_auto_contentbankcontent', '1'),
(119, 'backup', 'backup_auto_xapistate', '1'),
(120, 'backup', 'backup_auto_legacyfiles', '1'),
(121, 'restore', 'restore_general_users', '1'),
(122, 'restore', 'restore_general_users_locked', ''),
(123, 'restore', 'restore_general_enrolments', '1'),
(124, 'restore', 'restore_general_enrolments_locked', ''),
(125, 'restore', 'restore_general_role_assignments', '1'),
(126, 'restore', 'restore_general_role_assignments_locked', ''),
(127, 'restore', 'restore_general_permissions', '1'),
(128, 'restore', 'restore_general_permissions_locked', ''),
(129, 'restore', 'restore_general_activities', '1'),
(130, 'restore', 'restore_general_activities_locked', ''),
(131, 'restore', 'restore_general_blocks', '1'),
(132, 'restore', 'restore_general_blocks_locked', ''),
(133, 'restore', 'restore_general_filters', '1'),
(134, 'restore', 'restore_general_filters_locked', ''),
(135, 'restore', 'restore_general_comments', '1'),
(136, 'restore', 'restore_general_comments_locked', ''),
(137, 'restore', 'restore_general_badges', '1'),
(138, 'restore', 'restore_general_badges_locked', ''),
(139, 'restore', 'restore_general_calendarevents', '1'),
(140, 'restore', 'restore_general_calendarevents_locked', ''),
(141, 'restore', 'restore_general_userscompletion', '1'),
(142, 'restore', 'restore_general_userscompletion_locked', ''),
(143, 'restore', 'restore_general_logs', '1'),
(144, 'restore', 'restore_general_logs_locked', ''),
(145, 'restore', 'restore_general_histories', '1'),
(146, 'restore', 'restore_general_histories_locked', ''),
(147, 'restore', 'restore_general_groups', '1'),
(148, 'restore', 'restore_general_groups_locked', ''),
(149, 'restore', 'restore_general_competencies', '1'),
(150, 'restore', 'restore_general_competencies_locked', ''),
(151, 'restore', 'restore_general_contentbankcontent', '1'),
(152, 'restore', 'restore_general_contentbankcontent_locked', ''),
(153, 'restore', 'restore_general_xapistate', '1'),
(154, 'restore', 'restore_general_xapistate_locked', ''),
(155, 'restore', 'restore_general_legacyfiles', '1'),
(156, 'restore', 'restore_general_legacyfiles_locked', ''),
(157, 'restore', 'restore_merge_overwrite_conf', '0'),
(158, 'restore', 'restore_merge_overwrite_conf_locked', ''),
(159, 'restore', 'restore_merge_course_fullname', '1'),
(160, 'restore', 'restore_merge_course_fullname_locked', ''),
(161, 'restore', 'restore_merge_course_shortname', '1'),
(162, 'restore', 'restore_merge_course_shortname_locked', ''),
(163, 'restore', 'restore_merge_course_startdate', '1'),
(164, 'restore', 'restore_merge_course_startdate_locked', ''),
(165, 'restore', 'restore_replace_overwrite_conf', '0'),
(166, 'restore', 'restore_replace_overwrite_conf_locked', ''),
(167, 'restore', 'restore_replace_course_fullname', '1'),
(168, 'restore', 'restore_replace_course_fullname_locked', ''),
(169, 'restore', 'restore_replace_course_shortname', '1'),
(170, 'restore', 'restore_replace_course_shortname_locked', ''),
(171, 'restore', 'restore_replace_course_startdate', '1'),
(172, 'restore', 'restore_replace_course_startdate_locked', ''),
(173, 'restore', 'restore_replace_keep_roles_and_enrolments', '0'),
(174, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', ''),
(175, 'restore', 'restore_replace_keep_groups_and_groupings', '0'),
(176, 'restore', 'restore_replace_keep_groups_and_groupings_locked', ''),
(177, 'backup', 'backup_async_message_users', '0'),
(178, 'backup', 'backup_async_message_subject', 'Moodle {operation} completed successfully'),
(179, 'backup', 'backup_async_message', 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href=\"{link}\">{link}</a>.'),
(180, 'analytics', 'modeinstruction', ''),
(181, 'analytics', 'percentonline', '0'),
(182, 'analytics', 'typeinstitution', ''),
(183, 'analytics', 'levelinstitution', ''),
(184, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor'),
(185, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),
(186, 'analytics', 'modeloutputdir', ''),
(187, 'analytics', 'onlycli', '1'),
(188, 'analytics', 'modeltimelimit', '1200'),
(189, 'analytics', 'calclifetime', '35'),
(190, 'core_h5p', 'h5pcustomcss', ''),
(191, 'antivirus', 'notifyemail', ''),
(192, 'antivirus', 'notifylevel', '2'),
(193, 'antivirus', 'threshold', '1200'),
(194, 'antivirus', 'enablequarantine', '0'),
(195, 'antivirus', 'quarantinetime', '2419200'),
(196, 'cachestore_apcu', 'testperformance', '0'),
(197, 'cachestore_redis', 'test_server', ''),
(198, 'cachestore_redis', 'test_encryption', '0'),
(199, 'cachestore_redis', 'test_cafile', ''),
(200, 'cachestore_redis', 'test_password', ''),
(201, 'cachestore_redis', 'test_ttl', '0'),
(202, 'question_preview', 'behaviour', 'deferredfeedback'),
(203, 'question_preview', 'correctness', '1'),
(204, 'question_preview', 'marks', '2'),
(205, 'question_preview', 'markdp', '2'),
(206, 'question_preview', 'feedback', '1'),
(207, 'question_preview', 'generalfeedback', '1'),
(208, 'question_preview', 'rightanswer', '1'),
(209, 'question_preview', 'history', '0'),
(210, 'tool_task', 'enablerunnow', '1'),
(211, '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, bigbluebuttonbn_shared_secret@@none, apikey@@tiny_premium, matrixaccesstoken@@communication_matrix'),
(212, 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links'),
(213, 'theme_boost', 'preset', 'default.scss'),
(214, 'theme_boost', 'presetfiles', ''),
(215, 'theme_boost', 'backgroundimage', ''),
(216, 'theme_boost', 'loginbackgroundimage', ''),
(217, 'theme_boost', 'brandcolor', ''),
(218, 'theme_boost', 'scsspre', ''),
(219, 'theme_boost', 'scss', ''),
(220, 'theme_classic', 'navbardark', '0'),
(221, 'theme_classic', 'unaddableblocks', ''),
(222, 'theme_classic', 'preset', 'default.scss'),
(223, 'theme_classic', 'presetfiles', ''),
(224, 'theme_classic', 'backgroundimage', ''),
(225, 'theme_classic', 'loginbackgroundimage', ''),
(226, 'theme_classic', 'brandcolor', ''),
(227, 'theme_classic', 'scsspre', ''),
(228, 'theme_classic', 'scss', ''),
(229, 'core_admin', 'logo', ''),
(230, 'core_admin', 'logocompact', ''),
(231, 'core_admin', 'favicon', ''),
(232, 'core_admin', 'coursecolor1', '#81ecec'),
(233, 'core_admin', 'coursecolor2', '#74b9ff'),
(234, 'core_admin', 'coursecolor3', '#a29bfe'),
(235, 'core_admin', 'coursecolor4', '#dfe6e9'),
(236, 'core_admin', 'coursecolor5', '#00b894'),
(237, 'core_admin', 'coursecolor6', '#0984e3'),
(238, 'core_admin', 'coursecolor7', '#b2bec3'),
(239, 'core_admin', 'coursecolor8', '#fdcb6e'),
(240, 'core_admin', 'coursecolor9', '#fd79a8'),
(241, 'core_admin', 'coursecolor10', '#6c5ce7'),
(242, 'core_competency', 'pushcourseratingstouserplans', '1'),
(243, 'antivirus_clamav', 'version', '2023100900'),
(244, 'availability_completion', 'version', '2023100900'),
(245, 'availability_date', 'version', '2023100900'),
(246, 'availability_grade', 'version', '2023100900'),
(247, 'availability_group', 'version', '2023100900'),
(248, 'availability_grouping', 'version', '2023100900'),
(249, 'availability_profile', 'version', '2023100900'),
(250, 'qtype_calculated', 'version', '2023100900'),
(251, 'qtype_calculatedmulti', 'version', '2023100900'),
(252, 'qtype_calculatedsimple', 'version', '2023100900'),
(253, 'qtype_ddimageortext', 'version', '2023100900'),
(254, 'qtype_ddmarker', 'version', '2023100900'),
(255, 'qtype_ddwtos', 'version', '2023100900'),
(256, 'qtype_description', 'version', '2023100900'),
(257, 'qtype_essay', 'version', '2023100900'),
(258, 'qtype_gapselect', 'version', '2023100900'),
(259, 'qtype_match', 'version', '2023100900'),
(260, 'qtype_missingtype', 'version', '2023100900'),
(261, 'qtype_multianswer', 'version', '2023100900'),
(262, 'qtype_multichoice', 'version', '2023100900'),
(263, 'qtype_numerical', 'version', '2023100900'),
(264, 'qtype_random', 'version', '2023100900'),
(265, 'qtype_randomsamatch', 'version', '2023100900'),
(266, 'qtype_shortanswer', 'version', '2023100900'),
(267, 'qtype_truefalse', 'version', '2023100900'),
(268, 'mod_assign', 'version', '2023100900'),
(269, 'mod_bigbluebuttonbn', 'version', '2023100900'),
(271, 'mod_book', 'version', '2023100900'),
(272, 'mod_chat', 'version', '2023100900'),
(273, 'mod_choice', 'version', '2023100900'),
(274, 'mod_data', 'version', '2023100900'),
(275, 'mod_feedback', 'version', '2023100900'),
(277, 'mod_folder', 'version', '2023100900'),
(279, 'mod_forum', 'version', '2023100901'),
(280, 'mod_glossary', 'version', '2023100900'),
(281, 'mod_h5pactivity', 'version', '2023100901'),
(282, 'mod_imscp', 'version', '2023100900'),
(284, 'mod_label', 'version', '2023100900'),
(285, 'mod_lesson', 'version', '2023100900'),
(286, 'mod_lti', 'version', '2023100900'),
(288, 'mod_lti', 'kid', '87ba0e9a6d5cd171ce85'),
(289, 'mod_page', 'version', '2023100900'),
(291, 'mod_quiz', 'version', '2023100901'),
(292, 'mod_resource', 'version', '2023100900'),
(293, 'mod_scorm', 'version', '2023100901'),
(294, 'mod_survey', 'version', '2023100900'),
(296, 'mod_url', 'version', '2023100900'),
(298, 'mod_wiki', 'version', '2023100900'),
(300, 'mod_workshop', 'version', '2023100900'),
(301, 'auth_cas', 'version', '2023100900'),
(303, 'auth_db', 'version', '2023100900'),
(305, 'auth_email', 'version', '2023100900'),
(306, 'auth_ldap', 'version', '2023100900'),
(308, 'auth_lti', 'version', '2023100901'),
(309, 'auth_manual', 'version', '2023100900'),
(310, 'auth_mnet', 'version', '2023100900'),
(312, 'auth_nologin', 'version', '2023100900'),
(313, 'auth_none', 'version', '2023100900'),
(314, 'auth_oauth2', 'version', '2023100900'),
(315, 'auth_shibboleth', 'version', '2023100900'),
(317, 'auth_webservice', 'version', '2023100900'),
(318, 'calendartype_gregorian', 'version', '2023100900'),
(319, 'communication_customlink', 'version', '2023100900'),
(320, 'communication_matrix', 'version', '2023100900'),
(321, 'customfield_checkbox', 'version', '2023100900'),
(322, 'customfield_date', 'version', '2023100900'),
(323, 'customfield_select', 'version', '2023100900'),
(324, 'customfield_text', 'version', '2023100900'),
(325, 'customfield_textarea', 'version', '2023100900'),
(326, 'enrol_category', 'version', '2023100900'),
(328, 'enrol_cohort', 'version', '2023100900'),
(329, 'enrol_database', 'version', '2023100900'),
(331, 'enrol_fee', 'version', '2023100900'),
(332, 'enrol_flatfile', 'version', '2023100900'),
(334, 'enrol_flatfile', 'map_1', 'manager'),
(335, 'enrol_flatfile', 'map_2', 'coursecreator'),
(336, 'enrol_flatfile', 'map_3', 'editingteacher'),
(337, 'enrol_flatfile', 'map_4', 'teacher'),
(338, 'enrol_flatfile', 'map_5', 'student'),
(339, 'enrol_flatfile', 'map_6', 'guest'),
(340, 'enrol_flatfile', 'map_7', 'user'),
(341, 'enrol_flatfile', 'map_8', 'frontpage'),
(342, 'enrol_guest', 'version', '2023100900'),
(343, 'enrol_imsenterprise', 'version', '2023100900'),
(345, 'enrol_ldap', 'version', '2023100900'),
(347, 'enrol_lti', 'version', '2023100900'),
(349, 'enrol_lti', 'lti_13_kid', '14eccc2a8c86217a4c7c'),
(350, 'enrol_manual', 'version', '2023100900'),
(352, 'enrol_meta', 'version', '2023100900'),
(354, 'enrol_mnet', 'version', '2023100900'),
(355, 'enrol_paypal', 'version', '2023100900'),
(356, 'enrol_self', 'version', '2023100900'),
(358, 'message_airnotifier', 'version', '2023100900'),
(360, 'message', 'airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(361, 'message', 'airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(362, 'message', 'airnotifier_provider_enrol_manual_expiry_notification_locked', '0'),
(363, 'message', 'airnotifier_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(364, 'message', 'airnotifier_provider_enrol_self_expiry_notification_locked', '0'),
(365, 'message', 'airnotifier_provider_mod_assign_assign_notification_locked', '0'),
(366, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(367, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(368, 'message', 'airnotifier_provider_mod_feedback_submission_locked', '0'),
(369, 'message', 'airnotifier_provider_mod_feedback_message_locked', '0'),
(370, 'message', 'airnotifier_provider_mod_forum_posts_locked', '0'),
(371, 'message', 'message_provider_mod_forum_posts_enabled', 'email,airnotifier'),
(372, 'message', 'airnotifier_provider_mod_forum_digests_locked', '0'),
(373, 'message', 'airnotifier_provider_mod_lesson_graded_essay_locked', '0'),
(374, 'message', 'message_provider_mod_lesson_graded_essay_enabled', 'email,airnotifier'),
(375, 'message', 'airnotifier_provider_mod_quiz_submission_locked', '0'),
(376, 'message', 'airnotifier_provider_mod_quiz_confirmation_locked', '0'),
(377, 'message', 'message_provider_mod_quiz_confirmation_enabled', 'email,airnotifier'),
(378, 'message', 'airnotifier_provider_mod_quiz_attempt_overdue_locked', '0'),
(379, 'message', 'message_provider_mod_quiz_attempt_overdue_enabled', 'email,airnotifier'),
(380, 'message', 'airnotifier_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(381, 'message', 'message_provider_mod_quiz_attempt_grading_complete_enabled', 'email,airnotifier'),
(382, 'message', 'airnotifier_provider_moodle_newlogin_locked', '0'),
(383, 'message', 'message_provider_moodle_newlogin_enabled', 'email,airnotifier'),
(384, 'message', 'airnotifier_provider_moodle_notices_locked', '0'),
(385, 'message', 'airnotifier_provider_moodle_errors_locked', '0'),
(386, 'message', 'airnotifier_provider_moodle_availableupdate_locked', '0'),
(387, 'message', 'airnotifier_provider_moodle_instantmessage_locked', '0'),
(388, 'message', 'airnotifier_provider_moodle_backup_locked', '0'),
(389, 'message', 'airnotifier_provider_moodle_courserequested_locked', '0'),
(390, 'message', 'airnotifier_provider_moodle_courserequestapproved_locked', '0'),
(391, 'message', 'message_provider_moodle_courserequestapproved_enabled', 'email,airnotifier'),
(392, 'message', 'airnotifier_provider_moodle_courserequestrejected_locked', '0'),
(393, 'message', 'message_provider_moodle_courserequestrejected_enabled', 'email,airnotifier'),
(394, 'message', 'airnotifier_provider_moodle_coursecompleted_locked', '0'),
(395, 'message', 'message_provider_moodle_coursecompleted_enabled', 'email,airnotifier'),
(396, 'message', 'airnotifier_provider_moodle_coursecontentupdated_locked', '0'),
(397, 'message', 'message_provider_moodle_coursecontentupdated_enabled', 'popup,email,airnotifier'),
(398, 'message', 'airnotifier_provider_moodle_badgerecipientnotice_locked', '0'),
(399, 'message', 'message_provider_moodle_badgerecipientnotice_enabled', 'popup,email,airnotifier'),
(400, 'message', 'airnotifier_provider_moodle_badgecreatornotice_locked', '0'),
(401, 'message', 'airnotifier_provider_moodle_competencyplancomment_locked', '0'),
(402, 'message', 'airnotifier_provider_moodle_competencyusercompcomment_locked', '0'),
(403, 'message', 'airnotifier_provider_moodle_insights_locked', '0'),
(404, 'message', 'message_provider_moodle_insights_enabled', 'popup,email,airnotifier'),
(405, 'message', 'airnotifier_provider_moodle_messagecontactrequests_locked', '0'),
(406, 'message', 'message_provider_moodle_messagecontactrequests_enabled', 'email,airnotifier'),
(407, 'message', 'airnotifier_provider_moodle_asyncbackupnotification_locked', '0'),
(408, 'message', 'airnotifier_provider_moodle_gradenotifications_locked', '0'),
(409, 'message', 'airnotifier_provider_moodle_infected_locked', '0'),
(410, 'message', 'airnotifier_provider_moodle_reportbuilderschedule_locked', '0'),
(411, 'message_email', 'version', '2023100900'),
(413, 'message', 'email_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(414, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_enabled', 'email'),
(415, 'message', 'email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(416, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled', 'email'),
(417, 'message', 'email_provider_enrol_manual_expiry_notification_locked', '0'),
(418, 'message', 'message_provider_enrol_manual_expiry_notification_enabled', 'email'),
(419, 'message', 'email_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(420, 'message', 'message_provider_enrol_paypal_paypal_enrolment_enabled', 'email'),
(421, 'message', 'email_provider_enrol_self_expiry_notification_locked', '0'),
(422, 'message', 'message_provider_enrol_self_expiry_notification_enabled', 'email'),
(423, 'message', 'email_provider_mod_assign_assign_notification_locked', '0'),
(424, 'message', 'message_provider_mod_assign_assign_notification_enabled', 'email'),
(425, 'message', 'email_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(426, 'message', 'message_provider_mod_bigbluebuttonbn_recording_ready_enabled', 'email'),
(427, 'message', 'email_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(428, 'message', 'message_provider_mod_bigbluebuttonbn_instance_updated_enabled', 'email'),
(429, 'message', 'email_provider_mod_feedback_submission_locked', '0'),
(430, 'message', 'message_provider_mod_feedback_submission_enabled', 'email'),
(431, 'message', 'email_provider_mod_feedback_message_locked', '0'),
(432, 'message', 'message_provider_mod_feedback_message_enabled', 'email'),
(433, 'message', 'email_provider_mod_forum_posts_locked', '0'),
(434, 'message', 'email_provider_mod_forum_digests_locked', '0'),
(435, 'message', 'message_provider_mod_forum_digests_enabled', 'email'),
(436, 'message', 'email_provider_mod_lesson_graded_essay_locked', '0'),
(437, 'message', 'email_provider_mod_quiz_submission_locked', '0'),
(438, 'message', 'message_provider_mod_quiz_submission_enabled', 'email'),
(439, 'message', 'email_provider_mod_quiz_confirmation_locked', '0'),
(440, 'message', 'email_provider_mod_quiz_attempt_overdue_locked', '0'),
(441, 'message', 'email_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(442, 'message', 'email_provider_moodle_newlogin_locked', '0'),
(443, 'message', 'email_provider_moodle_notices_locked', '0'),
(444, 'message', 'message_provider_moodle_notices_enabled', 'email'),
(445, 'message', 'email_provider_moodle_errors_locked', '0'),
(446, 'message', 'message_provider_moodle_errors_enabled', 'email'),
(447, 'message', 'email_provider_moodle_availableupdate_locked', '0'),
(448, 'message', 'message_provider_moodle_availableupdate_enabled', 'email'),
(449, 'message', 'email_provider_moodle_instantmessage_locked', '0'),
(450, 'message', 'message_provider_moodle_instantmessage_enabled', 'popup,email'),
(451, 'message', 'email_provider_moodle_backup_locked', '0'),
(452, 'message', 'message_provider_moodle_backup_enabled', 'email'),
(453, 'message', 'email_provider_moodle_courserequested_locked', '0'),
(454, 'message', 'message_provider_moodle_courserequested_enabled', 'email'),
(455, 'message', 'email_provider_moodle_courserequestapproved_locked', '0'),
(456, 'message', 'email_provider_moodle_courserequestrejected_locked', '0'),
(457, 'message', 'email_provider_moodle_coursecompleted_locked', '0'),
(458, 'message', 'email_provider_moodle_coursecontentupdated_locked', '0'),
(459, 'message', 'email_provider_moodle_badgerecipientnotice_locked', '0'),
(460, 'message', 'email_provider_moodle_badgecreatornotice_locked', '0'),
(461, 'message', 'message_provider_moodle_badgecreatornotice_enabled', 'email'),
(462, 'message', 'email_provider_moodle_competencyplancomment_locked', '0'),
(463, 'message', 'message_provider_moodle_competencyplancomment_enabled', 'email'),
(464, 'message', 'email_provider_moodle_competencyusercompcomment_locked', '0'),
(465, 'message', 'message_provider_moodle_competencyusercompcomment_enabled', 'email'),
(466, 'message', 'email_provider_moodle_insights_locked', '0'),
(467, 'message', 'email_provider_moodle_messagecontactrequests_locked', '0'),
(468, 'message', 'email_provider_moodle_asyncbackupnotification_locked', '0'),
(469, 'message', 'message_provider_moodle_asyncbackupnotification_enabled', 'popup,email'),
(470, 'message', 'email_provider_moodle_gradenotifications_locked', '0'),
(471, 'message', 'message_provider_moodle_gradenotifications_enabled', 'popup,email'),
(472, 'message', 'email_provider_moodle_infected_locked', '0'),
(473, 'message', 'message_provider_moodle_infected_enabled', 'email'),
(474, 'message', 'email_provider_moodle_reportbuilderschedule_locked', '1'),
(475, 'message', 'message_provider_moodle_reportbuilderschedule_enabled', 'email'),
(476, 'message_popup', 'version', '2023100900'),
(478, 'message', 'popup_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(479, 'message', 'popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(480, 'message', 'popup_provider_enrol_manual_expiry_notification_locked', '0'),
(481, 'message', 'popup_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(482, 'message', 'popup_provider_enrol_self_expiry_notification_locked', '0'),
(483, 'message', 'popup_provider_mod_assign_assign_notification_locked', '0'),
(484, 'message', 'popup_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(485, 'message', 'popup_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(486, 'message', 'popup_provider_mod_feedback_submission_locked', '0'),
(487, 'message', 'popup_provider_mod_feedback_message_locked', '0'),
(488, 'message', 'popup_provider_mod_forum_posts_locked', '0'),
(489, 'message', 'popup_provider_mod_forum_digests_locked', '0'),
(490, 'message', 'popup_provider_mod_lesson_graded_essay_locked', '0'),
(491, 'message', 'popup_provider_mod_quiz_submission_locked', '0'),
(492, 'message', 'popup_provider_mod_quiz_confirmation_locked', '0'),
(493, 'message', 'popup_provider_mod_quiz_attempt_overdue_locked', '0'),
(494, 'message', 'popup_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(495, 'message', 'popup_provider_moodle_newlogin_locked', '0'),
(496, 'message', 'popup_provider_moodle_notices_locked', '0'),
(497, 'message', 'popup_provider_moodle_errors_locked', '0'),
(498, 'message', 'popup_provider_moodle_availableupdate_locked', '0'),
(499, 'message', 'popup_provider_moodle_instantmessage_locked', '0'),
(500, 'message', 'popup_provider_moodle_backup_locked', '0'),
(501, 'message', 'popup_provider_moodle_courserequested_locked', '0'),
(502, 'message', 'popup_provider_moodle_courserequestapproved_locked', '0'),
(503, 'message', 'popup_provider_moodle_courserequestrejected_locked', '0'),
(504, 'message', 'popup_provider_moodle_coursecompleted_locked', '0'),
(505, 'message', 'popup_provider_moodle_coursecontentupdated_locked', '0'),
(506, 'message', 'popup_provider_moodle_badgerecipientnotice_locked', '0'),
(507, 'message', 'popup_provider_moodle_badgecreatornotice_locked', '0'),
(508, 'message', 'popup_provider_moodle_competencyplancomment_locked', '0'),
(509, 'message', 'popup_provider_moodle_competencyusercompcomment_locked', '0'),
(510, 'message', 'popup_provider_moodle_insights_locked', '0'),
(511, 'message', 'popup_provider_moodle_messagecontactrequests_locked', '0'),
(512, 'message', 'popup_provider_moodle_asyncbackupnotification_locked', '0'),
(513, 'message', 'popup_provider_moodle_gradenotifications_locked', '0'),
(514, 'message', 'popup_provider_moodle_infected_locked', '0'),
(515, 'message', 'popup_provider_moodle_reportbuilderschedule_locked', '0'),
(516, 'block_accessreview', 'version', '2023100900'),
(517, 'block_activity_modules', 'version', '2023100900'),
(518, 'block_activity_results', 'version', '2023100900'),
(519, 'block_admin_bookmarks', 'version', '2023100900'),
(520, 'block_badges', 'version', '2023100900'),
(521, 'block_blog_menu', 'version', '2023100900'),
(522, 'block_blog_recent', 'version', '2023100900'),
(523, 'block_blog_tags', 'version', '2023100900'),
(524, 'block_calendar_month', 'version', '2023100900'),
(525, 'block_calendar_upcoming', 'version', '2023100900'),
(526, 'block_comments', 'version', '2023100900'),
(527, 'block_completionstatus', 'version', '2023100900'),
(528, 'block_course_list', 'version', '2023100900'),
(529, 'block_course_summary', 'version', '2023100900'),
(531, 'block_feedback', 'version', '2023100900'),
(533, 'block_globalsearch', 'version', '2023100900'),
(534, 'block_glossary_random', 'version', '2023100900'),
(535, 'block_html', 'version', '2023100900'),
(536, 'block_login', 'version', '2023100900'),
(537, 'block_lp', 'version', '2023100900'),
(538, 'block_mentees', 'version', '2023100900'),
(539, 'block_mnet_hosts', 'version', '2023100900'),
(540, 'block_myoverview', 'version', '2023100900'),
(541, 'block_myprofile', 'version', '2023100900'),
(542, 'block_navigation', 'version', '2023100900'),
(543, 'block_news_items', 'version', '2023100900'),
(544, 'block_online_users', 'version', '2023100900'),
(545, 'block_private_files', 'version', '2023100900'),
(546, 'block_recent_activity', 'version', '2023100900'),
(547, 'block_recentlyaccessedcourses', 'version', '2023100900'),
(549, 'block_recentlyaccesseditems', 'version', '2023100900'),
(550, 'block_rss_client', 'version', '2023100900'),
(552, 'block_search_forums', 'version', '2023100900'),
(553, 'block_section_links', 'version', '2023100900'),
(554, 'block_selfcompletion', 'version', '2023100900'),
(556, 'block_settings', 'version', '2023100900'),
(557, 'block_site_main_menu', 'version', '2023100900'),
(558, 'block_social_activities', 'version', '2023100900'),
(559, 'block_starredcourses', 'version', '2023100900'),
(560, 'block_tag_flickr', 'version', '2023100900'),
(561, 'block_tag_youtube', 'version', '2023100900'),
(563, 'block_tags', 'version', '2023100900'),
(564, 'block_timeline', 'version', '2023100900'),
(566, 'media_html5audio', 'version', '2023100900'),
(567, 'media_html5video', 'version', '2023100900'),
(568, 'media_videojs', 'version', '2023100900'),
(569, 'media_vimeo', 'version', '2023100900'),
(570, 'media_youtube', 'version', '2023100900'),
(571, 'filter_activitynames', 'version', '2023100900'),
(573, 'filter_algebra', 'version', '2023100900'),
(574, 'filter_codehighlighter', 'version', '2023100900'),
(575, 'filter_data', 'version', '2023100900'),
(577, 'filter_displayh5p', 'version', '2023100900'),
(579, 'filter_emailprotect', 'version', '2023100900'),
(580, 'filter_emoticon', 'version', '2023100900'),
(582, 'filter_glossary', 'version', '2023100900'),
(584, 'filter_mathjaxloader', 'version', '2023100900'),
(586, 'filter_mediaplugin', 'version', '2023100900'),
(588, 'filter_multilang', 'version', '2023100900'),
(589, 'filter_tex', 'version', '2023100900'),
(591, 'filter_tidy', 'version', '2023100900'),
(592, 'filter_urltolink', 'version', '2023100900'),
(594, 'editor_atto', 'version', '2023100900'),
(595, 'editor_textarea', 'version', '2023100900'),
(596, 'editor_tiny', 'version', '2023100900'),
(598, 'format_singleactivity', 'version', '2023100900'),
(599, 'format_social', 'version', '2023100900'),
(600, 'format_topics', 'version', '2023100900'),
(601, 'format_weeks', 'version', '2023100900'),
(602, 'dataformat_csv', 'version', '2023100900'),
(603, 'dataformat_excel', 'version', '2023100900'),
(604, 'dataformat_html', 'version', '2023100900'),
(605, 'dataformat_json', 'version', '2023100900'),
(606, 'dataformat_ods', 'version', '2023100900'),
(607, 'dataformat_pdf', 'version', '2023100900'),
(608, 'profilefield_checkbox', 'version', '2023100900'),
(609, 'profilefield_datetime', 'version', '2023100900'),
(610, 'profilefield_menu', 'version', '2023100900'),
(611, 'profilefield_social', 'version', '2023100900'),
(612, 'profilefield_text', 'version', '2023100900'),
(613, 'profilefield_textarea', 'version', '2023100900'),
(614, 'report_backups', 'version', '2023100900'),
(615, 'report_competency', 'version', '2023100900'),
(616, 'report_completion', 'version', '2023100900'),
(618, 'report_configlog', 'version', '2023100900'),
(619, 'report_courseoverview', 'version', '2023100900'),
(620, 'report_eventlist', 'version', '2023100900'),
(621, 'report_infectedfiles', 'version', '2023100900'),
(622, 'report_insights', 'version', '2023100900'),
(623, 'report_log', 'version', '2023100900'),
(625, 'report_loglive', 'version', '2023100900'),
(626, 'report_outline', 'version', '2023100900'),
(628, 'report_participation', 'version', '2023100900'),
(630, 'report_performance', 'version', '2023100900'),
(631, 'report_progress', 'version', '2023100900'),
(633, 'report_questioninstances', 'version', '2023100900'),
(634, 'report_security', 'version', '2023100900'),
(635, 'report_stats', 'version', '2023100900'),
(637, 'report_status', 'version', '2023100900'),
(638, 'report_usersessions', 'version', '2023100900'),
(639, 'gradeexport_ods', 'version', '2023100900'),
(640, 'gradeexport_txt', 'version', '2023100900'),
(641, 'gradeexport_xls', 'version', '2023100900'),
(642, 'gradeexport_xml', 'version', '2023100900'),
(643, 'gradeimport_csv', 'version', '2023100900'),
(644, 'gradeimport_direct', 'version', '2023100900'),
(645, 'gradeimport_xml', 'version', '2023100900'),
(646, 'gradereport_grader', 'version', '2023100900'),
(647, 'gradereport_history', 'version', '2023100900'),
(648, 'gradereport_outcomes', 'version', '2023100900'),
(649, 'gradereport_overview', 'version', '2023100900'),
(650, 'gradereport_singleview', 'version', '2023100900'),
(651, 'gradereport_summary', 'version', '2023100900'),
(652, 'gradereport_user', 'version', '2023100900'),
(653, 'gradingform_guide', 'version', '2023100900'),
(654, 'gradingform_rubric', 'version', '2023100900'),
(655, 'mlbackend_php', 'version', '2023100900'),
(656, 'mlbackend_python', 'version', '2023100900'),
(657, 'mnetservice_enrol', 'version', '2023100900'),
(658, 'webservice_rest', 'version', '2023100900'),
(659, 'webservice_soap', 'version', '2023100900'),
(660, 'repository_areafiles', 'version', '2023100900'),
(662, 'areafiles', 'enablecourseinstances', '0'),
(663, 'areafiles', 'enableuserinstances', '0'),
(664, 'repository_contentbank', 'version', '2023100900'),
(666, 'contentbank', 'enablecourseinstances', '0'),
(667, 'contentbank', 'enableuserinstances', '0'),
(668, 'repository_coursefiles', 'version', '2023100900'),
(669, 'repository_dropbox', 'version', '2023100900'),
(670, 'repository_equella', 'version', '2023100900'),
(671, 'repository_filesystem', 'version', '2023100900'),
(672, 'repository_flickr', 'version', '2023100900'),
(673, 'repository_flickr_public', 'version', '2023100900'),
(674, 'repository_googledocs', 'version', '2023100900'),
(675, 'repository_local', 'version', '2023100900'),
(677, 'local', 'enablecourseinstances', '0'),
(678, 'local', 'enableuserinstances', '0'),
(679, 'repository_merlot', 'version', '2023100900'),
(680, 'repository_nextcloud', 'version', '2023100900'),
(681, 'repository_onedrive', 'version', '2023100900'),
(682, 'repository_recent', 'version', '2023100900'),
(684, 'recent', 'enablecourseinstances', '0'),
(685, 'recent', 'enableuserinstances', '0'),
(686, 'repository_s3', 'version', '2023100900'),
(687, 'repository_upload', 'version', '2023100900'),
(689, 'upload', 'enablecourseinstances', '0'),
(690, 'upload', 'enableuserinstances', '0'),
(691, 'repository_url', 'version', '2023100900'),
(693, 'url', 'enablecourseinstances', '0'),
(694, 'url', 'enableuserinstances', '0'),
(695, 'repository_user', 'version', '2023100900'),
(697, 'user', 'enablecourseinstances', '0'),
(698, 'user', 'enableuserinstances', '0'),
(699, 'repository_webdav', 'version', '2023100900'),
(700, 'repository_wikimedia', 'version', '2023100900'),
(702, 'wikimedia', 'enablecourseinstances', '0'),
(703, 'wikimedia', 'enableuserinstances', '0'),
(704, 'repository_youtube', 'version', '2023100900'),
(706, 'portfolio_download', 'version', '2023100900'),
(707, 'portfolio_flickr', 'version', '2023100900'),
(708, 'portfolio_googledocs', 'version', '2023100900'),
(709, 'portfolio_mahara', 'version', '2023100900'),
(710, 'search_simpledb', 'version', '2023100900'),
(712, 'search_solr', 'version', '2023100900'),
(713, 'qbank_bulkmove', 'version', '2023100900'),
(714, 'qbank_columnsortorder', 'version', '2023100902'),
(715, 'qbank_comment', 'version', '2023100900'),
(716, 'qbank_customfields', 'version', '2023100900'),
(717, 'qbank_deletequestion', 'version', '2023100900'),
(718, 'qbank_editquestion', 'version', '2023100900'),
(719, 'qbank_exportquestions', 'version', '2023100900'),
(720, 'qbank_exporttoxml', 'version', '2023100900'),
(721, 'qbank_history', 'version', '2023100900'),
(722, 'qbank_importquestions', 'version', '2023100900'),
(723, 'qbank_managecategories', 'version', '2023100900'),
(724, 'qbank_previewquestion', 'version', '2023100900'),
(725, 'qbank_statistics', 'version', '2023100900'),
(726, 'qbank_tagquestion', 'version', '2023100900'),
(727, 'qbank_usage', 'version', '2023100900'),
(728, 'qbank_viewcreator', 'version', '2023100900'),
(729, 'qbank_viewquestionname', 'version', '2023100900'),
(730, 'qbank_viewquestiontext', 'version', '2023100900'),
(731, 'qbank_viewquestiontype', 'version', '2023100900'),
(732, 'qbehaviour_adaptive', 'version', '2023100900'),
(733, 'qbehaviour_adaptivenopenalty', 'version', '2023100900'),
(734, 'qbehaviour_deferredcbm', 'version', '2023100900'),
(735, 'qbehaviour_deferredfeedback', 'version', '2023100900'),
(736, 'qbehaviour_immediatecbm', 'version', '2023100900'),
(737, 'qbehaviour_immediatefeedback', 'version', '2023100900'),
(738, 'qbehaviour_informationitem', 'version', '2023100900'),
(739, 'qbehaviour_interactive', 'version', '2023100900'),
(740, 'qbehaviour_interactivecountback', 'version', '2023100900'),
(741, 'qbehaviour_manualgraded', 'version', '2023100900'),
(743, 'question', 'disabledbehaviours', 'manualgraded'),
(744, 'qbehaviour_missing', 'version', '2023100900'),
(745, 'qformat_aiken', 'version', '2023100900'),
(746, 'qformat_blackboard_six', 'version', '2023100900'),
(747, 'qformat_gift', 'version', '2023100900'),
(748, 'qformat_missingword', 'version', '2023100900'),
(749, 'qformat_multianswer', 'version', '2023100900'),
(750, 'qformat_xhtml', 'version', '2023100900'),
(751, 'qformat_xml', 'version', '2023100900'),
(752, 'tool_admin_presets', 'version', '2023100900'),
(753, 'tool_analytics', 'version', '2023100900'),
(754, 'tool_availabilityconditions', 'version', '2023100900'),
(755, 'tool_behat', 'version', '2023100900'),
(756, 'tool_brickfield', 'version', '2023100900'),
(758, 'tool_capability', 'version', '2023100900'),
(759, 'tool_cohortroles', 'version', '2023100900'),
(760, 'tool_componentlibrary', 'version', '2023100900'),
(761, 'tool_customlang', 'version', '2023100900'),
(763, 'tool_dataprivacy', 'version', '2023100900'),
(764, 'message', 'airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(765, 'message', 'email_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(766, 'message', 'popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(767, 'message', 'message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled', 'email,popup'),
(768, 'message', 'airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(769, 'message', 'email_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(770, 'message', 'popup_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(771, 'message', 'message_provider_tool_dataprivacy_datarequestprocessingresults_enabled', 'email,popup'),
(772, 'message', 'airnotifier_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(773, 'message', 'email_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(774, 'message', 'popup_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(775, 'message', 'message_provider_tool_dataprivacy_notifyexceptions_enabled', 'email'),
(776, 'tool_dbtransfer', 'version', '2023100900'),
(777, 'tool_filetypes', 'version', '2023100900'),
(778, 'tool_generator', 'version', '2023100900'),
(779, 'tool_httpsreplace', 'version', '2023100900'),
(780, 'tool_innodb', 'version', '2023100900'),
(781, 'tool_installaddon', 'version', '2023100900'),
(782, 'tool_langimport', 'version', '2023100900'),
(783, 'tool_licensemanager', 'version', '2023100900'),
(784, 'tool_log', 'version', '2023100900'),
(786, 'tool_log', 'enabled_stores', 'logstore_standard'),
(787, 'tool_lp', 'version', '2023100901'),
(788, 'tool_lpimportcsv', 'version', '2023100900'),
(789, 'tool_lpmigrate', 'version', '2023100900'),
(790, 'tool_messageinbound', 'version', '2023100900'),
(791, 'message', 'airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(792, 'message', 'email_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(793, 'message', 'popup_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(794, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_enabled', 'email'),
(795, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(796, 'message', 'email_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(797, 'message', 'popup_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(798, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_enabled', 'email'),
(799, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(800, 'message', 'email_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(801, 'message', 'popup_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(802, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_enabled', 'email'),
(803, 'tool_mfa', 'version', '2023100900'),
(804, 'tool_mobile', 'version', '2023100900'),
(805, 'tool_monitor', 'version', '2023100900'),
(806, 'message', 'airnotifier_provider_tool_monitor_notification_locked', '0'),
(807, 'message', 'email_provider_tool_monitor_notification_locked', '0'),
(808, 'message', 'popup_provider_tool_monitor_notification_locked', '0'),
(809, 'message', 'message_provider_tool_monitor_notification_enabled', 'email'),
(810, 'tool_moodlenet', 'version', '2023100900'),
(812, 'tool_multilangupgrade', 'version', '2023100900'),
(813, 'tool_oauth2', 'version', '2023100900'),
(814, 'tool_phpunit', 'version', '2023100900'),
(815, 'tool_policy', 'version', '2023100900'),
(816, 'tool_profiling', 'version', '2023100900'),
(817, 'tool_recyclebin', 'version', '2023100900'),
(818, 'tool_replace', 'version', '2023100900'),
(819, 'tool_spamcleaner', 'version', '2023100900'),
(820, 'tool_task', 'version', '2023100900'),
(821, 'tool_templatelibrary', 'version', '2023100900'),
(822, 'tool_unsuproles', 'version', '2023100900'),
(824, 'tool_uploadcourse', 'version', '2023100900'),
(825, 'tool_uploaduser', 'version', '2023100900'),
(826, 'tool_usertours', 'version', '2023100900'),
(828, 'tool_xmldb', 'version', '2023100900'),
(829, 'cachestore_apcu', 'version', '2023100900'),
(830, 'cachestore_file', 'version', '2023100900'),
(831, 'cachestore_redis', 'version', '2023100900'),
(832, 'cachestore_session', 'version', '2023100900'),
(833, 'cachestore_static', 'version', '2023100900'),
(834, 'cachelock_file', 'version', '2023100900'),
(835, 'fileconverter_googledrive', 'version', '2023100900'),
(836, 'fileconverter_unoconv', 'version', '2023100900'),
(838, 'contenttype_h5p', 'version', '2023100900'),
(839, 'theme_boost', 'version', '2023100900'),
(840, 'theme_classic', 'version', '2023100900'),
(841, 'local_adminer', 'version', '2023102800'),
(842, 'h5plib_v127', 'version', '2023100900'),
(843, 'paygw_paypal', 'version', '2023100900'),
(845, 'assignsubmission_comments', 'version', '2023100900'),
(847, 'assignsubmission_file', 'sortorder', '1'),
(848, 'assignsubmission_comments', 'sortorder', '2'),
(849, 'assignsubmission_onlinetext', 'sortorder', '0'),
(850, 'assignsubmission_file', 'version', '2023100900'),
(851, 'assignsubmission_onlinetext', 'version', '2023100900'),
(853, 'assignfeedback_comments', 'version', '2023100900'),
(855, 'assignfeedback_comments', 'sortorder', '0'),
(856, 'assignfeedback_editpdf', 'sortorder', '1'),
(857, 'assignfeedback_file', 'sortorder', '3'),
(858, 'assignfeedback_offline', 'sortorder', '2'),
(859, 'assignfeedback_editpdf', 'version', '2023100900'),
(861, 'assignfeedback_file', 'version', '2023100900'),
(863, 'assignfeedback_offline', 'version', '2023100900'),
(864, 'booktool_exportimscp', 'version', '2023100900'),
(865, 'booktool_importhtml', 'version', '2023100900'),
(866, 'booktool_print', 'version', '2023100900'),
(867, 'datafield_checkbox', 'version', '2023100900'),
(868, 'datafield_date', 'version', '2023100900'),
(869, 'datafield_file', 'version', '2023100900'),
(870, 'datafield_latlong', 'version', '2023100900'),
(871, 'datafield_menu', 'version', '2023100900'),
(872, 'datafield_multimenu', 'version', '2023100900'),
(873, 'datafield_number', 'version', '2023100900'),
(874, 'datafield_picture', 'version', '2023100900'),
(875, 'datafield_radiobutton', 'version', '2023100900'),
(876, 'datafield_text', 'version', '2023100900'),
(877, 'datafield_textarea', 'version', '2023100900'),
(878, 'datafield_url', 'version', '2023100900'),
(879, 'datapreset_imagegallery', 'version', '2023100900'),
(880, 'datapreset_journal', 'version', '2023100900'),
(881, 'datapreset_proposals', 'version', '2023100900'),
(882, 'datapreset_resources', 'version', '2023100900'),
(883, 'forumreport_summary', 'version', '2023100900'),
(884, 'ltiservice_basicoutcomes', 'version', '2023100900'),
(885, 'ltiservice_gradebookservices', 'version', '2023100900'),
(886, 'ltiservice_memberships', 'version', '2023100900'),
(887, 'ltiservice_profile', 'version', '2023100900'),
(888, 'ltiservice_toolproxy', 'version', '2023100900'),
(889, 'ltiservice_toolsettings', 'version', '2023100900'),
(890, 'quiz_grading', 'version', '2023100900'),
(892, 'quiz_overview', 'version', '2023100900'),
(894, 'quiz_responses', 'version', '2023100900'),
(896, 'quiz_statistics', 'version', '2023100900'),
(898, 'quizaccess_delaybetweenattempts', 'version', '2023100900'),
(899, 'quizaccess_ipaddress', 'version', '2023100900'),
(900, 'quizaccess_numattempts', 'version', '2023100900'),
(901, 'quizaccess_offlineattempts', 'version', '2023100900'),
(902, 'quizaccess_openclosedate', 'version', '2023100900'),
(903, 'quizaccess_password', 'version', '2023100900'),
(904, 'quizaccess_seb', 'version', '2023100900'),
(906, 'quizaccess_securewindow', 'version', '2023100900'),
(907, 'quizaccess_timelimit', 'version', '2023100900'),
(908, 'scormreport_basic', 'version', '2023100900'),
(909, 'scormreport_graphs', 'version', '2023100900'),
(910, 'scormreport_interactions', 'version', '2023100900'),
(911, 'scormreport_objectives', 'version', '2023100900'),
(912, 'workshopform_accumulative', 'version', '2023100900'),
(914, 'workshopform_comments', 'version', '2023100900'),
(916, 'workshopform_numerrors', 'version', '2023100900'),
(918, 'workshopform_rubric', 'version', '2023100900'),
(920, 'workshopallocation_manual', 'version', '2023100900'),
(921, 'workshopallocation_random', 'version', '2023100900'),
(922, 'workshopallocation_scheduled', 'version', '2023100900'),
(923, 'workshopeval_best', 'version', '2023100900'),
(924, 'atto_accessibilitychecker', 'version', '2023100900'),
(925, 'atto_accessibilityhelper', 'version', '2023100900'),
(926, 'atto_align', 'version', '2023100900'),
(927, 'atto_backcolor', 'version', '2023100900'),
(928, 'atto_bold', 'version', '2023100900'),
(929, 'atto_charmap', 'version', '2023100900'),
(930, 'atto_clear', 'version', '2023100900'),
(931, 'atto_collapse', 'version', '2023100900'),
(932, 'atto_emojipicker', 'version', '2023100900'),
(933, 'atto_emoticon', 'version', '2023100900'),
(934, 'atto_equation', 'version', '2023100900'),
(935, 'atto_fontcolor', 'version', '2023100900'),
(936, 'atto_h5p', 'version', '2023100900'),
(937, 'atto_html', 'version', '2023100900'),
(938, 'atto_image', 'version', '2023100900'),
(939, 'atto_indent', 'version', '2023100900'),
(940, 'atto_italic', 'version', '2023100900'),
(941, 'atto_link', 'version', '2023100900'),
(942, 'atto_managefiles', 'version', '2023100900'),
(943, 'atto_media', 'version', '2023100900'),
(944, 'atto_noautolink', 'version', '2023100900'),
(945, 'atto_orderedlist', 'version', '2023100900'),
(946, 'atto_recordrtc', 'version', '2023100900'),
(947, 'atto_rtl', 'version', '2023100900'),
(948, 'atto_strike', 'version', '2023100900'),
(949, 'atto_subscript', 'version', '2023100900'),
(950, 'atto_superscript', 'version', '2023100900'),
(951, 'atto_table', 'version', '2023100900'),
(952, 'atto_title', 'version', '2023100900'),
(953, 'atto_underline', 'version', '2023100900'),
(954, 'atto_undo', 'version', '2023100900'),
(955, 'atto_unorderedlist', 'version', '2023100900'),
(956, 'tiny_accessibilitychecker', 'version', '2023100900'),
(957, 'tiny_autosave', 'version', '2023100901'),
(958, 'tiny_equation', 'version', '2023100900'),
(959, 'tiny_h5p', 'version', '2023100900'),
(960, 'tiny_html', 'version', '2023100900'),
(961, 'tiny_link', 'version', '2023100900'),
(962, 'tiny_media', 'version', '2023100900'),
(963, 'tiny_noautolink', 'version', '2023100900'),
(965, 'tiny_noautolink', 'disabled', '1'),
(966, 'tiny_premium', 'version', '2023100901');
INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(967, 'tiny_recordrtc', 'version', '2023100900'),
(968, 'logstore_database', 'version', '2023100900'),
(969, 'logstore_standard', 'version', '2023100900'),
(970, 'factor_admin', 'version', '2023100900'),
(971, 'factor_auth', 'version', '2023100900'),
(972, 'factor_capability', 'version', '2023100900'),
(973, 'factor_cohort', 'version', '2023100900'),
(974, 'factor_email', 'version', '2023100900'),
(975, 'factor_grace', 'version', '2023100900'),
(976, 'factor_iprange', 'version', '2023100900'),
(977, 'factor_nosetup', 'version', '2023100900'),
(978, 'factor_role', 'version', '2023100900'),
(979, 'factor_token', 'version', '2023100900'),
(980, 'factor_totp', 'version', '2023100900'),
(981, 'factor_webauthn', 'version', '2023100900'),
(982, 'tool_moodlenet', 'enablemoodlenet', '1'),
(983, 'tool_dataprivacy', 'contactdataprotectionofficer', '0'),
(984, 'tool_dataprivacy', 'automaticdataexportapproval', '0'),
(985, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0'),
(986, 'tool_dataprivacy', 'automaticdeletionrequests', '1'),
(987, 'tool_dataprivacy', 'privacyrequestexpiry', '604800'),
(988, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1'),
(989, 'tool_dataprivacy', 'showdataretentionsummary', '1'),
(990, 'tool_dataprivacy', 'allowfiltering', '0'),
(991, 'tool_log', 'exportlog', '1'),
(992, 'analytics', 'logstore', 'logstore_standard'),
(993, 'message_airnotifier', 'encryptnotifications', '0'),
(994, 'message_airnotifier', 'encryptprocessing', '0'),
(995, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments'),
(996, 'assign', 'showrecentsubmissions', '0'),
(997, 'assign', 'submissionreceipts', '1'),
(998, 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.'),
(999, 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),
(1000, '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.'),
(1001, 'assign', 'maxperpage', '-1'),
(1002, 'assign', 'alwaysshowdescription', '1'),
(1003, 'assign', 'alwaysshowdescription_adv', ''),
(1004, 'assign', 'alwaysshowdescription_locked', ''),
(1005, 'assign', 'allowsubmissionsfromdate', '0'),
(1006, 'assign', 'allowsubmissionsfromdate_enabled', '1'),
(1007, 'assign', 'allowsubmissionsfromdate_adv', ''),
(1008, 'assign', 'duedate', '604800'),
(1009, 'assign', 'duedate_enabled', '1'),
(1010, 'assign', 'duedate_adv', ''),
(1011, 'assign', 'cutoffdate', '1209600'),
(1012, 'assign', 'cutoffdate_enabled', ''),
(1013, 'assign', 'cutoffdate_adv', ''),
(1014, 'assign', 'enabletimelimit', '0'),
(1015, 'assign', 'gradingduedate', '1209600'),
(1016, 'assign', 'gradingduedate_enabled', '1'),
(1017, 'assign', 'gradingduedate_adv', ''),
(1018, 'assign', 'submissiondrafts', '0'),
(1019, 'assign', 'submissiondrafts_adv', ''),
(1020, 'assign', 'submissiondrafts_locked', ''),
(1021, 'assign', 'requiresubmissionstatement', '0'),
(1022, 'assign', 'requiresubmissionstatement_adv', ''),
(1023, 'assign', 'requiresubmissionstatement_locked', ''),
(1024, 'assign', 'attemptreopenmethod', 'none'),
(1025, 'assign', 'attemptreopenmethod_adv', ''),
(1026, 'assign', 'attemptreopenmethod_locked', ''),
(1027, 'assign', 'maxattempts', '-1'),
(1028, 'assign', 'maxattempts_adv', ''),
(1029, 'assign', 'maxattempts_locked', ''),
(1030, 'assign', 'teamsubmission', '0'),
(1031, 'assign', 'teamsubmission_adv', ''),
(1032, 'assign', 'teamsubmission_locked', ''),
(1033, 'assign', 'preventsubmissionnotingroup', '0'),
(1034, 'assign', 'preventsubmissionnotingroup_adv', ''),
(1035, 'assign', 'preventsubmissionnotingroup_locked', ''),
(1036, 'assign', 'requireallteammemberssubmit', '0'),
(1037, 'assign', 'requireallteammemberssubmit_adv', ''),
(1038, 'assign', 'requireallteammemberssubmit_locked', ''),
(1039, 'assign', 'teamsubmissiongroupingid', ''),
(1040, 'assign', 'teamsubmissiongroupingid_adv', ''),
(1041, 'assign', 'sendnotifications', '0'),
(1042, 'assign', 'sendnotifications_adv', ''),
(1043, 'assign', 'sendnotifications_locked', ''),
(1044, 'assign', 'sendlatenotifications', '0'),
(1045, 'assign', 'sendlatenotifications_adv', ''),
(1046, 'assign', 'sendlatenotifications_locked', ''),
(1047, 'assign', 'sendstudentnotifications', '1'),
(1048, 'assign', 'sendstudentnotifications_adv', ''),
(1049, 'assign', 'sendstudentnotifications_locked', ''),
(1050, 'assign', 'blindmarking', '0'),
(1051, 'assign', 'blindmarking_adv', ''),
(1052, 'assign', 'blindmarking_locked', ''),
(1053, 'assign', 'hidegrader', '0'),
(1054, 'assign', 'hidegrader_adv', ''),
(1055, 'assign', 'hidegrader_locked', ''),
(1056, 'assign', 'markingworkflow', '0'),
(1057, 'assign', 'markingworkflow_adv', ''),
(1058, 'assign', 'markingworkflow_locked', ''),
(1059, 'assign', 'markingallocation', '0'),
(1060, 'assign', 'markingallocation_adv', ''),
(1061, 'assign', 'markingallocation_locked', ''),
(1062, 'assignsubmission_file', 'default', '1'),
(1063, 'assignsubmission_file', 'maxfiles', '20'),
(1064, 'assignsubmission_file', 'filetypes', ''),
(1065, 'assignsubmission_file', 'maxbytes', '0'),
(1066, 'assignsubmission_onlinetext', 'default', '0'),
(1067, 'assignfeedback_comments', 'default', '1'),
(1068, 'assignfeedback_comments', 'inline', '0'),
(1069, 'assignfeedback_comments', 'inline_adv', ''),
(1070, 'assignfeedback_comments', 'inline_locked', ''),
(1071, 'assignfeedback_editpdf', 'default', '1'),
(1072, 'assignfeedback_editpdf', 'stamps', ''),
(1073, 'assignfeedback_file', 'default', '0'),
(1074, 'assignfeedback_offline', 'default', '0'),
(1075, 'mod_bigbluebuttonbn', 'presentationdefault', ''),
(1076, 'book', 'numberingoptions', '0,1,2,3'),
(1077, 'book', 'numbering', '1'),
(1078, 'resource', 'framesize', '130'),
(1079, 'resource', 'displayoptions', '0,1,4,5,6'),
(1080, 'resource', 'printintro', '1'),
(1081, 'resource', 'display', '0'),
(1082, 'resource', 'showsize', '0'),
(1083, 'resource', 'showtype', '1'),
(1084, 'resource', 'showdate', '0'),
(1085, 'resource', 'popupwidth', '620'),
(1086, 'resource', 'popupheight', '450'),
(1087, 'resource', 'filterfiles', '0'),
(1088, 'folder', 'showexpanded', '1'),
(1089, 'folder', 'maxsizetodownload', '0'),
(1090, 'mod_h5pactivity', 'enablesavestate', '1'),
(1091, 'mod_h5pactivity', 'savestatefreq', '60'),
(1092, 'imscp', 'keepold', '1'),
(1093, 'imscp', 'keepold_adv', ''),
(1094, 'mod_lesson', 'mediafile', ''),
(1095, 'mod_lesson', 'mediafile_adv', '1'),
(1096, 'mod_lesson', 'mediawidth', '640'),
(1097, 'mod_lesson', 'mediaheight', '480'),
(1098, 'mod_lesson', 'mediaclose', '0'),
(1099, 'mod_lesson', 'progressbar', '0'),
(1100, 'mod_lesson', 'progressbar_adv', ''),
(1101, 'mod_lesson', 'ongoing', '0'),
(1102, 'mod_lesson', 'ongoing_adv', '1'),
(1103, 'mod_lesson', 'displayleftmenu', '0'),
(1104, 'mod_lesson', 'displayleftmenu_adv', ''),
(1105, 'mod_lesson', 'displayleftif', '0'),
(1106, 'mod_lesson', 'displayleftif_adv', '1'),
(1107, 'mod_lesson', 'slideshow', '0'),
(1108, 'mod_lesson', 'slideshow_adv', '1'),
(1109, 'mod_lesson', 'slideshowwidth', '640'),
(1110, 'mod_lesson', 'slideshowheight', '480'),
(1111, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF'),
(1112, 'mod_lesson', 'maxanswers', '5'),
(1113, 'mod_lesson', 'maxanswers_adv', '1'),
(1114, 'mod_lesson', 'defaultfeedback', '0'),
(1115, 'mod_lesson', 'defaultfeedback_adv', '1'),
(1116, 'mod_lesson', 'activitylink', ''),
(1117, 'mod_lesson', 'activitylink_adv', '1'),
(1118, 'mod_lesson', 'timelimit', '0'),
(1119, 'mod_lesson', 'timelimit_adv', ''),
(1120, 'mod_lesson', 'password', '0'),
(1121, 'mod_lesson', 'password_adv', '1'),
(1122, 'mod_lesson', 'modattempts', '0'),
(1123, 'mod_lesson', 'modattempts_adv', ''),
(1124, 'mod_lesson', 'displayreview', '0'),
(1125, 'mod_lesson', 'displayreview_adv', ''),
(1126, 'mod_lesson', 'maximumnumberofattempts', '1'),
(1127, 'mod_lesson', 'maximumnumberofattempts_adv', ''),
(1128, 'mod_lesson', 'defaultnextpage', '0'),
(1129, 'mod_lesson', 'defaultnextpage_adv', '1'),
(1130, 'mod_lesson', 'numberofpagestoshow', '1'),
(1131, 'mod_lesson', 'numberofpagestoshow_adv', '1'),
(1132, 'mod_lesson', 'practice', '0'),
(1133, 'mod_lesson', 'practice_adv', ''),
(1134, 'mod_lesson', 'customscoring', '1'),
(1135, 'mod_lesson', 'customscoring_adv', '1'),
(1136, 'mod_lesson', 'retakesallowed', '0'),
(1137, 'mod_lesson', 'retakesallowed_adv', ''),
(1138, 'mod_lesson', 'handlingofretakes', '0'),
(1139, 'mod_lesson', 'handlingofretakes_adv', '1'),
(1140, 'mod_lesson', 'minimumnumberofquestions', '0'),
(1141, 'mod_lesson', 'minimumnumberofquestions_adv', '1'),
(1142, 'page', 'displayoptions', '5'),
(1143, 'page', 'printintro', '0'),
(1144, 'page', 'printlastmodified', '1'),
(1145, 'page', 'display', '5'),
(1146, 'page', 'popupwidth', '620'),
(1147, 'page', 'popupheight', '450'),
(1148, 'quiz', 'timelimit', '0'),
(1149, 'quiz', 'timelimit_adv', ''),
(1150, 'quiz', 'timelimit_locked', ''),
(1151, 'quiz', 'notifyattemptgradeddelay', '18000'),
(1152, 'quiz', 'overduehandling', 'autosubmit'),
(1153, 'quiz', 'overduehandling_adv', ''),
(1154, 'quiz', 'overduehandling_locked', ''),
(1155, 'quiz', 'graceperiod', '86400'),
(1156, 'quiz', 'graceperiod_adv', ''),
(1157, 'quiz', 'graceperiod_locked', ''),
(1158, 'quiz', 'graceperiodmin', '60'),
(1159, 'quiz', 'attempts', '0'),
(1160, 'quiz', 'attempts_adv', ''),
(1161, 'quiz', 'attempts_locked', ''),
(1162, 'quiz', 'grademethod', '1'),
(1163, 'quiz', 'grademethod_adv', ''),
(1164, 'quiz', 'grademethod_locked', ''),
(1165, 'quiz', 'maximumgrade', '10'),
(1166, 'quiz', 'maximumgrade_locked', ''),
(1167, 'quiz', 'questionsperpage', '1'),
(1168, 'quiz', 'questionsperpage_adv', ''),
(1169, 'quiz', 'questionsperpage_locked', ''),
(1170, 'quiz', 'navmethod', 'free'),
(1171, 'quiz', 'navmethod_adv', '1'),
(1172, 'quiz', 'navmethod_locked', ''),
(1173, 'quiz', 'shuffleanswers', '1'),
(1174, 'quiz', 'shuffleanswers_adv', ''),
(1175, 'quiz', 'shuffleanswers_locked', ''),
(1176, 'quiz', 'preferredbehaviour', 'deferredfeedback'),
(1177, 'quiz', 'preferredbehaviour_locked', ''),
(1178, 'quiz', 'canredoquestions', '0'),
(1179, 'quiz', 'canredoquestions_adv', '1'),
(1180, 'quiz', 'canredoquestions_locked', ''),
(1181, 'quiz', 'attemptonlast', '0'),
(1182, 'quiz', 'attemptonlast_adv', '1'),
(1183, 'quiz', 'attemptonlast_locked', ''),
(1184, 'quiz', 'reviewattempt', '69904'),
(1185, 'quiz', 'reviewcorrectness', '69904'),
(1186, 'quiz', 'reviewmaxmarks', '69904'),
(1187, 'quiz', 'reviewmarks', '69904'),
(1188, 'quiz', 'reviewspecificfeedback', '69904'),
(1189, 'quiz', 'reviewgeneralfeedback', '69904'),
(1190, 'quiz', 'reviewrightanswer', '69904'),
(1191, 'quiz', 'reviewoverallfeedback', '4368'),
(1192, 'quiz', 'showuserpicture', '0'),
(1193, 'quiz', 'showuserpicture_adv', ''),
(1194, 'quiz', 'showuserpicture_locked', ''),
(1195, 'quiz', 'decimalpoints', '2'),
(1196, 'quiz', 'decimalpoints_adv', ''),
(1197, 'quiz', 'decimalpoints_locked', ''),
(1198, 'quiz', 'questiondecimalpoints', '-1'),
(1199, 'quiz', 'questiondecimalpoints_adv', ''),
(1200, 'quiz', 'questiondecimalpoints_locked', ''),
(1201, 'quiz', 'showblocks', '0'),
(1202, 'quiz', 'showblocks_adv', '1'),
(1203, 'quiz', 'showblocks_locked', ''),
(1204, 'quiz', 'quizpassword', ''),
(1205, 'quiz', 'quizpassword_adv', ''),
(1206, 'quiz', 'quizpassword_required', ''),
(1207, 'quiz', 'quizpassword_locked', ''),
(1208, 'quiz', 'subnet', ''),
(1209, 'quiz', 'subnet_adv', '1'),
(1210, 'quiz', 'subnet_locked', ''),
(1211, 'quiz', 'delay1', '0'),
(1212, 'quiz', 'delay1_adv', '1'),
(1213, 'quiz', 'delay1_locked', ''),
(1214, 'quiz', 'delay2', '0'),
(1215, 'quiz', 'delay2_adv', '1'),
(1216, 'quiz', 'delay2_locked', ''),
(1217, 'quiz', 'browsersecurity', '-'),
(1218, 'quiz', 'browsersecurity_adv', '1'),
(1219, 'quiz', 'browsersecurity_locked', ''),
(1220, 'quiz', 'initialnumfeedbacks', '2'),
(1221, 'quiz', 'autosaveperiod', '60'),
(1222, 'quiz_statistics', 'getstatslocktimeout', '900'),
(1223, 'quizaccess_seb', 'autoreconfigureseb', '1'),
(1224, 'quizaccess_seb', 'showseblinks', 'seb,http'),
(1225, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html'),
(1226, 'quizaccess_seb', 'quizpasswordrequired', '0'),
(1227, 'quizaccess_seb', 'displayblocksbeforestart', '0'),
(1228, 'quizaccess_seb', 'displayblockswhenfinished', '1'),
(1229, 'scorm', 'displaycoursestructure', '0'),
(1230, 'scorm', 'displaycoursestructure_adv', ''),
(1231, 'scorm', 'popup', '0'),
(1232, 'scorm', 'popup_adv', ''),
(1233, 'scorm', 'framewidth', '100'),
(1234, 'scorm', 'framewidth_adv', '1'),
(1235, 'scorm', 'frameheight', '500'),
(1236, 'scorm', 'frameheight_adv', '1'),
(1237, 'scorm', 'winoptgrp_adv', '1'),
(1238, 'scorm', 'scrollbars', '0'),
(1239, 'scorm', 'directories', '0'),
(1240, 'scorm', 'location', '0'),
(1241, 'scorm', 'menubar', '0'),
(1242, 'scorm', 'toolbar', '0'),
(1243, 'scorm', 'status', '0'),
(1244, 'scorm', 'skipview', '0'),
(1245, 'scorm', 'skipview_adv', '1'),
(1246, 'scorm', 'hidebrowse', '0'),
(1247, 'scorm', 'hidebrowse_adv', '1'),
(1248, 'scorm', 'hidetoc', '0'),
(1249, 'scorm', 'hidetoc_adv', '1'),
(1250, 'scorm', 'nav', '1'),
(1251, 'scorm', 'nav_adv', '1'),
(1252, 'scorm', 'navpositionleft', '-100'),
(1253, 'scorm', 'navpositionleft_adv', '1'),
(1254, 'scorm', 'navpositiontop', '-100'),
(1255, 'scorm', 'navpositiontop_adv', '1'),
(1256, 'scorm', 'collapsetocwinsize', '767'),
(1257, 'scorm', 'collapsetocwinsize_adv', '1'),
(1258, 'scorm', 'displayattemptstatus', '1'),
(1259, 'scorm', 'displayattemptstatus_adv', ''),
(1260, 'scorm', 'grademethod', '1'),
(1261, 'scorm', 'maxgrade', '100'),
(1262, 'scorm', 'maxattempt', '0'),
(1263, 'scorm', 'whatgrade', '0'),
(1264, 'scorm', 'forcecompleted', '0'),
(1265, 'scorm', 'forcenewattempt', '0'),
(1266, 'scorm', 'autocommit', '0'),
(1267, 'scorm', 'masteryoverride', '1'),
(1268, 'scorm', 'lastattemptlock', '0'),
(1269, 'scorm', 'auto', '0'),
(1270, 'scorm', 'updatefreq', '0'),
(1271, 'scorm', 'scormstandard', '0'),
(1272, 'scorm', 'allowtypeexternal', '0'),
(1273, 'scorm', 'allowtypelocalsync', '0'),
(1274, 'scorm', 'allowtypeexternalaicc', '0'),
(1275, 'scorm', 'allowaicchacp', '0'),
(1276, 'scorm', 'aicchacptimeout', '30'),
(1277, 'scorm', 'aicchacpkeepsessiondata', '1'),
(1278, 'scorm', 'aiccuserid', '1'),
(1279, 'scorm', 'forcejavascript', '1'),
(1280, 'scorm', 'allowapidebug', '0'),
(1281, 'scorm', 'apidebugmask', '.*'),
(1282, 'scorm', 'protectpackagedownloads', '0'),
(1283, 'label', 'dndmedia', '1'),
(1284, 'label', 'dndresizewidth', '400'),
(1285, 'label', 'dndresizeheight', '400'),
(1286, 'url', 'framesize', '130'),
(1287, 'url', 'secretphrase', ''),
(1288, 'url', 'rolesinparams', '0'),
(1289, 'url', 'displayoptions', '0,1,5,6'),
(1290, 'url', 'printintro', '1'),
(1291, 'url', 'display', '0'),
(1292, 'url', 'popupwidth', '620'),
(1293, 'url', 'popupheight', '450'),
(1294, 'workshop', 'grade', '80'),
(1295, 'workshop', 'gradinggrade', '20'),
(1296, 'workshop', 'gradedecimals', '0'),
(1297, 'workshop', 'maxbytes', '0'),
(1298, 'workshop', 'strategy', 'accumulative'),
(1299, 'workshop', 'examplesmode', '0'),
(1300, 'workshopallocation_random', 'numofreviews', '5'),
(1301, 'workshopform_numerrors', 'grade0', 'No'),
(1302, 'workshopform_numerrors', 'grade1', 'Yes'),
(1303, 'workshopeval_best', 'comparison', '5'),
(1304, 'tool_brickfield', 'analysistype', '0'),
(1305, 'tool_brickfield', 'deletehistoricaldata', '1'),
(1306, 'tool_brickfield', 'batch', '1000'),
(1307, 'tool_brickfield', 'perpage', '50'),
(1308, 'tool_mfa', 'enabled', '0'),
(1309, 'tool_mfa', 'lockout', '10'),
(1310, 'tool_mfa', 'debugmode', '0'),
(1311, 'tool_mfa', 'redir_exclusions', ''),
(1312, 'tool_mfa', 'guidance', '0'),
(1313, 'tool_mfa', 'guidancecontent', ''),
(1314, 'tool_mfa', 'guidancefiles', ''),
(1315, 'factor_admin', 'enabled', '0'),
(1316, 'factor_admin', 'weight', '100'),
(1317, 'factor_auth', 'enabled', '0'),
(1318, 'factor_auth', 'weight', '100'),
(1319, 'factor_auth', 'goodauth', ''),
(1320, 'factor_capability', 'enabled', '0'),
(1321, 'factor_capability', 'weight', '100'),
(1322, 'factor_capability', 'adminpasses', '1'),
(1323, 'factor_cohort', 'enabled', '0'),
(1324, 'factor_cohort', 'weight', '100'),
(1325, 'factor_email', 'enabled', '0'),
(1326, 'factor_email', 'weight', '100'),
(1327, 'factor_email', 'duration', '1800'),
(1328, 'factor_email', 'suspend', '0'),
(1329, 'factor_grace', 'enabled', '0'),
(1330, 'factor_grace', 'weight', '100'),
(1331, 'factor_grace', 'forcesetup', '0'),
(1332, 'factor_grace', 'graceperiod', '604800'),
(1333, 'factor_grace', 'ignorelist', ''),
(1334, 'factor_grace', 'customwarning', ''),
(1335, 'factor_iprange', 'enabled', '0'),
(1336, 'factor_iprange', 'weight', '100'),
(1337, 'factor_iprange', 'safeips', ''),
(1338, 'factor_nosetup', 'enabled', '0'),
(1339, 'factor_nosetup', 'weight', '100'),
(1340, 'factor_role', 'enabled', '0'),
(1341, 'factor_role', 'weight', '100'),
(1342, 'factor_role', 'roles', 'admin'),
(1343, 'factor_token', 'enabled', '0'),
(1344, 'factor_token', 'weight', '100'),
(1345, 'factor_token', 'expiry', '86400'),
(1346, 'factor_token', 'expireovernight', '1'),
(1347, 'factor_totp', 'enabled', '0'),
(1348, 'factor_totp', 'weight', '100'),
(1349, 'factor_totp', 'window', '30'),
(1350, 'factor_totp', 'totplink', '1'),
(1351, 'factor_webauthn', 'enabled', '0'),
(1352, 'factor_webauthn', 'weight', '100'),
(1353, 'factor_webauthn', 'authenticatortypes', 'usb,nfc,ble,hybrid,internal'),
(1354, 'factor_webauthn', 'userverification', 'preferred'),
(1355, 'tool_recyclebin', 'coursebinenable', '1'),
(1356, 'tool_recyclebin', 'coursebinexpiry', '604800'),
(1357, 'tool_recyclebin', 'categorybinenable', '1'),
(1358, 'tool_recyclebin', 'categorybinexpiry', '604800'),
(1359, 'tool_recyclebin', 'autohide', '1'),
(1360, 'antivirus_clamav', 'runningmethod', 'commandline'),
(1361, 'antivirus_clamav', 'pathtoclam', ''),
(1362, 'antivirus_clamav', 'pathtounixsocket', ''),
(1363, 'antivirus_clamav', 'tcpsockethost', ''),
(1364, 'antivirus_clamav', 'tcpsocketport', '3310'),
(1365, 'antivirus_clamav', 'clamfailureonupload', 'tryagain'),
(1366, 'antivirus_clamav', 'tries', '1'),
(1367, 'auth_cas', 'field_map_firstname', ''),
(1368, 'auth_cas', 'field_updatelocal_firstname', 'oncreate'),
(1369, 'auth_cas', 'field_updateremote_firstname', '0'),
(1370, 'auth_cas', 'field_lock_firstname', 'unlocked'),
(1371, 'auth_cas', 'field_map_lastname', ''),
(1372, 'auth_cas', 'field_updatelocal_lastname', 'oncreate'),
(1373, 'auth_cas', 'field_updateremote_lastname', '0'),
(1374, 'auth_cas', 'field_lock_lastname', 'unlocked'),
(1375, 'auth_cas', 'field_map_email', ''),
(1376, 'auth_cas', 'field_updatelocal_email', 'oncreate'),
(1377, 'auth_cas', 'field_updateremote_email', '0'),
(1378, 'auth_cas', 'field_lock_email', 'unlocked'),
(1379, 'auth_cas', 'field_map_city', ''),
(1380, 'auth_cas', 'field_updatelocal_city', 'oncreate'),
(1381, 'auth_cas', 'field_updateremote_city', '0'),
(1382, 'auth_cas', 'field_lock_city', 'unlocked'),
(1383, 'auth_cas', 'field_map_country', ''),
(1384, 'auth_cas', 'field_updatelocal_country', 'oncreate'),
(1385, 'auth_cas', 'field_updateremote_country', '0'),
(1386, 'auth_cas', 'field_lock_country', 'unlocked'),
(1387, 'auth_cas', 'field_map_lang', ''),
(1388, 'auth_cas', 'field_updatelocal_lang', 'oncreate'),
(1389, 'auth_cas', 'field_updateremote_lang', '0'),
(1390, 'auth_cas', 'field_lock_lang', 'unlocked'),
(1391, 'auth_cas', 'field_map_description', ''),
(1392, 'auth_cas', 'field_updatelocal_description', 'oncreate'),
(1393, 'auth_cas', 'field_updateremote_description', '0'),
(1394, 'auth_cas', 'field_lock_description', 'unlocked'),
(1395, 'auth_cas', 'field_map_idnumber', ''),
(1396, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate'),
(1397, 'auth_cas', 'field_updateremote_idnumber', '0'),
(1398, 'auth_cas', 'field_lock_idnumber', 'unlocked'),
(1399, 'auth_cas', 'field_map_institution', ''),
(1400, 'auth_cas', 'field_updatelocal_institution', 'oncreate'),
(1401, 'auth_cas', 'field_updateremote_institution', '0'),
(1402, 'auth_cas', 'field_lock_institution', 'unlocked'),
(1403, 'auth_cas', 'field_map_department', ''),
(1404, 'auth_cas', 'field_updatelocal_department', 'oncreate'),
(1405, 'auth_cas', 'field_updateremote_department', '0'),
(1406, 'auth_cas', 'field_lock_department', 'unlocked'),
(1407, 'auth_cas', 'field_map_phone1', ''),
(1408, 'auth_cas', 'field_updatelocal_phone1', 'oncreate'),
(1409, 'auth_cas', 'field_updateremote_phone1', '0'),
(1410, 'auth_cas', 'field_lock_phone1', 'unlocked'),
(1411, 'auth_cas', 'field_map_phone2', ''),
(1412, 'auth_cas', 'field_updatelocal_phone2', 'oncreate'),
(1413, 'auth_cas', 'field_updateremote_phone2', '0'),
(1414, 'auth_cas', 'field_lock_phone2', 'unlocked'),
(1415, 'auth_cas', 'field_map_address', ''),
(1416, 'auth_cas', 'field_updatelocal_address', 'oncreate'),
(1417, 'auth_cas', 'field_updateremote_address', '0'),
(1418, 'auth_cas', 'field_lock_address', 'unlocked'),
(1419, 'auth_cas', 'field_map_firstnamephonetic', ''),
(1420, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1421, 'auth_cas', 'field_updateremote_firstnamephonetic', '0'),
(1422, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked'),
(1423, 'auth_cas', 'field_map_lastnamephonetic', ''),
(1424, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1425, 'auth_cas', 'field_updateremote_lastnamephonetic', '0'),
(1426, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked'),
(1427, 'auth_cas', 'field_map_middlename', ''),
(1428, 'auth_cas', 'field_updatelocal_middlename', 'oncreate'),
(1429, 'auth_cas', 'field_updateremote_middlename', '0'),
(1430, 'auth_cas', 'field_lock_middlename', 'unlocked'),
(1431, 'auth_cas', 'field_map_alternatename', ''),
(1432, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate'),
(1433, 'auth_cas', 'field_updateremote_alternatename', '0'),
(1434, 'auth_cas', 'field_lock_alternatename', 'unlocked'),
(1435, 'auth_email', 'recaptcha', '0'),
(1436, 'auth_email', 'field_lock_firstname', 'unlocked'),
(1437, 'auth_email', 'field_lock_lastname', 'unlocked'),
(1438, 'auth_email', 'field_lock_email', 'unlocked'),
(1439, 'auth_email', 'field_lock_city', 'unlocked'),
(1440, 'auth_email', 'field_lock_country', 'unlocked'),
(1441, 'auth_email', 'field_lock_lang', 'unlocked'),
(1442, 'auth_email', 'field_lock_description', 'unlocked'),
(1443, 'auth_email', 'field_lock_idnumber', 'unlocked'),
(1444, 'auth_email', 'field_lock_institution', 'unlocked'),
(1445, 'auth_email', 'field_lock_department', 'unlocked'),
(1446, 'auth_email', 'field_lock_phone1', 'unlocked'),
(1447, 'auth_email', 'field_lock_phone2', 'unlocked'),
(1448, 'auth_email', 'field_lock_address', 'unlocked'),
(1449, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked'),
(1450, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked'),
(1451, 'auth_email', 'field_lock_middlename', 'unlocked'),
(1452, 'auth_email', 'field_lock_alternatename', 'unlocked'),
(1453, 'auth_db', 'host', '127.0.0.1'),
(1454, 'auth_db', 'type', 'mysqli'),
(1455, 'auth_db', 'sybasequoting', '0'),
(1456, 'auth_db', 'name', ''),
(1457, 'auth_db', 'user', ''),
(1458, 'auth_db', 'pass', ''),
(1459, 'auth_db', 'table', ''),
(1460, 'auth_db', 'fielduser', ''),
(1461, 'auth_db', 'fieldpass', ''),
(1462, 'auth_db', 'passtype', 'plaintext'),
(1463, 'auth_db', 'extencoding', 'utf-8'),
(1464, 'auth_db', 'setupsql', ''),
(1465, 'auth_db', 'debugauthdb', '0'),
(1466, 'auth_db', 'changepasswordurl', ''),
(1467, 'auth_db', 'removeuser', '0'),
(1468, 'auth_db', 'updateusers', '0'),
(1469, 'auth_db', 'field_map_firstname', ''),
(1470, 'auth_db', 'field_updatelocal_firstname', 'oncreate'),
(1471, 'auth_db', 'field_updateremote_firstname', '0'),
(1472, 'auth_db', 'field_lock_firstname', 'unlocked'),
(1473, 'auth_db', 'field_map_lastname', ''),
(1474, 'auth_db', 'field_updatelocal_lastname', 'oncreate'),
(1475, 'auth_db', 'field_updateremote_lastname', '0'),
(1476, 'auth_db', 'field_lock_lastname', 'unlocked'),
(1477, 'auth_db', 'field_map_email', ''),
(1478, 'auth_db', 'field_updatelocal_email', 'oncreate'),
(1479, 'auth_db', 'field_updateremote_email', '0'),
(1480, 'auth_db', 'field_lock_email', 'unlocked'),
(1481, 'auth_db', 'field_map_city', ''),
(1482, 'auth_db', 'field_updatelocal_city', 'oncreate'),
(1483, 'auth_db', 'field_updateremote_city', '0'),
(1484, 'auth_db', 'field_lock_city', 'unlocked'),
(1485, 'auth_db', 'field_map_country', ''),
(1486, 'auth_db', 'field_updatelocal_country', 'oncreate'),
(1487, 'auth_db', 'field_updateremote_country', '0'),
(1488, 'auth_db', 'field_lock_country', 'unlocked'),
(1489, 'auth_db', 'field_map_lang', ''),
(1490, 'auth_db', 'field_updatelocal_lang', 'oncreate'),
(1491, 'auth_db', 'field_updateremote_lang', '0'),
(1492, 'auth_db', 'field_lock_lang', 'unlocked'),
(1493, 'auth_db', 'field_map_description', ''),
(1494, 'auth_db', 'field_updatelocal_description', 'oncreate'),
(1495, 'auth_db', 'field_updateremote_description', '0'),
(1496, 'auth_db', 'field_lock_description', 'unlocked'),
(1497, 'auth_db', 'field_map_idnumber', ''),
(1498, 'auth_db', 'field_updatelocal_idnumber', 'oncreate'),
(1499, 'auth_db', 'field_updateremote_idnumber', '0'),
(1500, 'auth_db', 'field_lock_idnumber', 'unlocked'),
(1501, 'auth_db', 'field_map_institution', ''),
(1502, 'auth_db', 'field_updatelocal_institution', 'oncreate'),
(1503, 'auth_db', 'field_updateremote_institution', '0'),
(1504, 'auth_db', 'field_lock_institution', 'unlocked'),
(1505, 'auth_db', 'field_map_department', ''),
(1506, 'auth_db', 'field_updatelocal_department', 'oncreate'),
(1507, 'auth_db', 'field_updateremote_department', '0'),
(1508, 'auth_db', 'field_lock_department', 'unlocked'),
(1509, 'auth_db', 'field_map_phone1', ''),
(1510, 'auth_db', 'field_updatelocal_phone1', 'oncreate'),
(1511, 'auth_db', 'field_updateremote_phone1', '0'),
(1512, 'auth_db', 'field_lock_phone1', 'unlocked'),
(1513, 'auth_db', 'field_map_phone2', ''),
(1514, 'auth_db', 'field_updatelocal_phone2', 'oncreate'),
(1515, 'auth_db', 'field_updateremote_phone2', '0'),
(1516, 'auth_db', 'field_lock_phone2', 'unlocked'),
(1517, 'auth_db', 'field_map_address', ''),
(1518, 'auth_db', 'field_updatelocal_address', 'oncreate'),
(1519, 'auth_db', 'field_updateremote_address', '0'),
(1520, 'auth_db', 'field_lock_address', 'unlocked'),
(1521, 'auth_db', 'field_map_firstnamephonetic', ''),
(1522, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1523, 'auth_db', 'field_updateremote_firstnamephonetic', '0'),
(1524, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked'),
(1525, 'auth_db', 'field_map_lastnamephonetic', ''),
(1526, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1527, 'auth_db', 'field_updateremote_lastnamephonetic', '0'),
(1528, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked'),
(1529, 'auth_db', 'field_map_middlename', ''),
(1530, 'auth_db', 'field_updatelocal_middlename', 'oncreate'),
(1531, 'auth_db', 'field_updateremote_middlename', '0'),
(1532, 'auth_db', 'field_lock_middlename', 'unlocked'),
(1533, 'auth_db', 'field_map_alternatename', ''),
(1534, 'auth_db', 'field_updatelocal_alternatename', 'oncreate'),
(1535, 'auth_db', 'field_updateremote_alternatename', '0'),
(1536, 'auth_db', 'field_lock_alternatename', 'unlocked'),
(1537, 'auth_ldap', 'field_map_firstname', ''),
(1538, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate'),
(1539, 'auth_ldap', 'field_updateremote_firstname', '0'),
(1540, 'auth_ldap', 'field_lock_firstname', 'unlocked'),
(1541, 'auth_ldap', 'field_map_lastname', ''),
(1542, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate'),
(1543, 'auth_ldap', 'field_updateremote_lastname', '0'),
(1544, 'auth_ldap', 'field_lock_lastname', 'unlocked'),
(1545, 'auth_ldap', 'field_map_email', ''),
(1546, 'auth_ldap', 'field_updatelocal_email', 'oncreate'),
(1547, 'auth_ldap', 'field_updateremote_email', '0'),
(1548, 'auth_ldap', 'field_lock_email', 'unlocked'),
(1549, 'auth_ldap', 'field_map_city', ''),
(1550, 'auth_ldap', 'field_updatelocal_city', 'oncreate'),
(1551, 'auth_ldap', 'field_updateremote_city', '0'),
(1552, 'auth_ldap', 'field_lock_city', 'unlocked'),
(1553, 'auth_ldap', 'field_map_country', ''),
(1554, 'auth_ldap', 'field_updatelocal_country', 'oncreate'),
(1555, 'auth_ldap', 'field_updateremote_country', '0'),
(1556, 'auth_ldap', 'field_lock_country', 'unlocked'),
(1557, 'auth_ldap', 'field_map_lang', ''),
(1558, 'auth_ldap', 'field_updatelocal_lang', 'oncreate'),
(1559, 'auth_ldap', 'field_updateremote_lang', '0'),
(1560, 'auth_ldap', 'field_lock_lang', 'unlocked'),
(1561, 'auth_ldap', 'field_map_description', ''),
(1562, 'auth_ldap', 'field_updatelocal_description', 'oncreate'),
(1563, 'auth_ldap', 'field_updateremote_description', '0'),
(1564, 'auth_ldap', 'field_lock_description', 'unlocked'),
(1565, 'auth_ldap', 'field_map_idnumber', ''),
(1566, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate'),
(1567, 'auth_ldap', 'field_updateremote_idnumber', '0'),
(1568, 'auth_ldap', 'field_lock_idnumber', 'unlocked'),
(1569, 'auth_ldap', 'field_map_institution', ''),
(1570, 'auth_ldap', 'field_updatelocal_institution', 'oncreate'),
(1571, 'auth_ldap', 'field_updateremote_institution', '0'),
(1572, 'auth_ldap', 'field_lock_institution', 'unlocked'),
(1573, 'auth_ldap', 'field_map_department', ''),
(1574, 'auth_ldap', 'field_updatelocal_department', 'oncreate'),
(1575, 'auth_ldap', 'field_updateremote_department', '0'),
(1576, 'auth_ldap', 'field_lock_department', 'unlocked'),
(1577, 'auth_ldap', 'field_map_phone1', ''),
(1578, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate'),
(1579, 'auth_ldap', 'field_updateremote_phone1', '0'),
(1580, 'auth_ldap', 'field_lock_phone1', 'unlocked'),
(1581, 'auth_ldap', 'field_map_phone2', ''),
(1582, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate'),
(1583, 'auth_ldap', 'field_updateremote_phone2', '0'),
(1584, 'auth_ldap', 'field_lock_phone2', 'unlocked'),
(1585, 'auth_ldap', 'field_map_address', ''),
(1586, 'auth_ldap', 'field_updatelocal_address', 'oncreate'),
(1587, 'auth_ldap', 'field_updateremote_address', '0'),
(1588, 'auth_ldap', 'field_lock_address', 'unlocked'),
(1589, 'auth_ldap', 'field_map_firstnamephonetic', ''),
(1590, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1591, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0'),
(1592, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked'),
(1593, 'auth_ldap', 'field_map_lastnamephonetic', ''),
(1594, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1595, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0'),
(1596, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked'),
(1597, 'auth_ldap', 'field_map_middlename', ''),
(1598, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate'),
(1599, 'auth_ldap', 'field_updateremote_middlename', '0'),
(1600, 'auth_ldap', 'field_lock_middlename', 'unlocked'),
(1601, 'auth_ldap', 'field_map_alternatename', ''),
(1602, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate'),
(1603, 'auth_ldap', 'field_updateremote_alternatename', '0'),
(1604, 'auth_ldap', 'field_lock_alternatename', 'unlocked'),
(1605, 'auth_manual', 'expiration', '0'),
(1606, 'auth_manual', 'expirationtime', '30'),
(1607, 'auth_manual', 'expiration_warning', '0'),
(1608, 'auth_manual', 'field_lock_firstname', 'unlocked'),
(1609, 'auth_manual', 'field_lock_lastname', 'unlocked'),
(1610, 'auth_manual', 'field_lock_email', 'unlocked'),
(1611, 'auth_manual', 'field_lock_city', 'unlocked'),
(1612, 'auth_manual', 'field_lock_country', 'unlocked'),
(1613, 'auth_manual', 'field_lock_lang', 'unlocked'),
(1614, 'auth_manual', 'field_lock_description', 'unlocked'),
(1615, 'auth_manual', 'field_lock_idnumber', 'unlocked'),
(1616, 'auth_manual', 'field_lock_institution', 'unlocked'),
(1617, 'auth_manual', 'field_lock_department', 'unlocked'),
(1618, 'auth_manual', 'field_lock_phone1', 'unlocked'),
(1619, 'auth_manual', 'field_lock_phone2', 'unlocked'),
(1620, 'auth_manual', 'field_lock_address', 'unlocked'),
(1621, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked'),
(1622, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked'),
(1623, 'auth_manual', 'field_lock_middlename', 'unlocked'),
(1624, 'auth_manual', 'field_lock_alternatename', 'unlocked'),
(1625, 'auth_mnet', 'rpc_negotiation_timeout', '30'),
(1626, 'auth_none', 'field_lock_firstname', 'unlocked'),
(1627, 'auth_none', 'field_lock_lastname', 'unlocked'),
(1628, 'auth_none', 'field_lock_email', 'unlocked'),
(1629, 'auth_none', 'field_lock_city', 'unlocked'),
(1630, 'auth_none', 'field_lock_country', 'unlocked'),
(1631, 'auth_none', 'field_lock_lang', 'unlocked'),
(1632, 'auth_none', 'field_lock_description', 'unlocked'),
(1633, 'auth_none', 'field_lock_idnumber', 'unlocked'),
(1634, 'auth_none', 'field_lock_institution', 'unlocked'),
(1635, 'auth_none', 'field_lock_department', 'unlocked'),
(1636, 'auth_none', 'field_lock_phone1', 'unlocked'),
(1637, 'auth_none', 'field_lock_phone2', 'unlocked'),
(1638, 'auth_none', 'field_lock_address', 'unlocked'),
(1639, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked'),
(1640, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked'),
(1641, 'auth_none', 'field_lock_middlename', 'unlocked'),
(1642, 'auth_none', 'field_lock_alternatename', 'unlocked'),
(1643, 'auth_oauth2', 'field_lock_firstname', 'unlocked'),
(1644, 'auth_oauth2', 'field_lock_lastname', 'unlocked'),
(1645, 'auth_oauth2', 'field_lock_email', 'unlocked'),
(1646, 'auth_oauth2', 'field_lock_city', 'unlocked'),
(1647, 'auth_oauth2', 'field_lock_country', 'unlocked'),
(1648, 'auth_oauth2', 'field_lock_lang', 'unlocked'),
(1649, 'auth_oauth2', 'field_lock_description', 'unlocked'),
(1650, 'auth_oauth2', 'field_lock_idnumber', 'unlocked'),
(1651, 'auth_oauth2', 'field_lock_institution', 'unlocked'),
(1652, 'auth_oauth2', 'field_lock_department', 'unlocked'),
(1653, 'auth_oauth2', 'field_lock_phone1', 'unlocked'),
(1654, 'auth_oauth2', 'field_lock_phone2', 'unlocked'),
(1655, 'auth_oauth2', 'field_lock_address', 'unlocked'),
(1656, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked'),
(1657, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked'),
(1658, 'auth_oauth2', 'field_lock_middlename', 'unlocked'),
(1659, 'auth_oauth2', 'field_lock_alternatename', 'unlocked'),
(1660, 'auth_shibboleth', 'user_attribute', ''),
(1661, 'auth_shibboleth', 'convert_data', ''),
(1662, 'auth_shibboleth', 'alt_login', 'off'),
(1663, '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'),
(1664, 'auth_shibboleth', 'logout_handler', ''),
(1665, 'auth_shibboleth', 'logout_return_url', ''),
(1666, 'auth_shibboleth', 'login_name', 'Shibboleth Login'),
(1667, 'auth_shibboleth', 'auth_logo', ''),
(1668, 'auth_shibboleth', 'auth_instructions', 'Use the <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">Shibboleth login</a> to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.'),
(1669, 'auth_shibboleth', 'changepasswordurl', ''),
(1670, 'auth_shibboleth', 'field_map_firstname', ''),
(1671, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate'),
(1672, 'auth_shibboleth', 'field_lock_firstname', 'unlocked'),
(1673, 'auth_shibboleth', 'field_map_lastname', ''),
(1674, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate'),
(1675, 'auth_shibboleth', 'field_lock_lastname', 'unlocked'),
(1676, 'auth_shibboleth', 'field_map_email', ''),
(1677, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate'),
(1678, 'auth_shibboleth', 'field_lock_email', 'unlocked'),
(1679, 'auth_shibboleth', 'field_map_city', ''),
(1680, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate'),
(1681, 'auth_shibboleth', 'field_lock_city', 'unlocked'),
(1682, 'auth_shibboleth', 'field_map_country', ''),
(1683, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate'),
(1684, 'auth_shibboleth', 'field_lock_country', 'unlocked'),
(1685, 'auth_shibboleth', 'field_map_lang', ''),
(1686, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate'),
(1687, 'auth_shibboleth', 'field_lock_lang', 'unlocked'),
(1688, 'auth_shibboleth', 'field_map_description', ''),
(1689, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate'),
(1690, 'auth_shibboleth', 'field_lock_description', 'unlocked'),
(1691, 'auth_shibboleth', 'field_map_idnumber', ''),
(1692, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate'),
(1693, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked'),
(1694, 'auth_shibboleth', 'field_map_institution', ''),
(1695, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate'),
(1696, 'auth_shibboleth', 'field_lock_institution', 'unlocked'),
(1697, 'auth_shibboleth', 'field_map_department', ''),
(1698, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate'),
(1699, 'auth_shibboleth', 'field_lock_department', 'unlocked'),
(1700, 'auth_shibboleth', 'field_map_phone1', ''),
(1701, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate'),
(1702, 'auth_shibboleth', 'field_lock_phone1', 'unlocked'),
(1703, 'auth_shibboleth', 'field_map_phone2', ''),
(1704, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate'),
(1705, 'auth_shibboleth', 'field_lock_phone2', 'unlocked'),
(1706, 'auth_shibboleth', 'field_map_address', ''),
(1707, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate'),
(1708, 'auth_shibboleth', 'field_lock_address', 'unlocked'),
(1709, 'auth_shibboleth', 'field_map_firstnamephonetic', ''),
(1710, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1711, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked'),
(1712, 'auth_shibboleth', 'field_map_lastnamephonetic', ''),
(1713, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1714, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked'),
(1715, 'auth_shibboleth', 'field_map_middlename', ''),
(1716, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate'),
(1717, 'auth_shibboleth', 'field_lock_middlename', 'unlocked'),
(1718, 'auth_shibboleth', 'field_map_alternatename', ''),
(1719, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate'),
(1720, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked'),
(1721, 'block_accessreview', 'whattoshow', 'showboth'),
(1722, 'block_accessreview', 'errordisplay', 'showint'),
(1723, 'block_accessreview', 'toolpage', 'errors'),
(1724, 'block_activity_results', 'config_showbest', '3'),
(1725, 'block_activity_results', 'config_showbest_locked', ''),
(1726, 'block_activity_results', 'config_showworst', '0'),
(1727, 'block_activity_results', 'config_showworst_locked', ''),
(1728, 'block_activity_results', 'config_usegroups', '0'),
(1729, 'block_activity_results', 'config_usegroups_locked', ''),
(1730, 'block_activity_results', 'config_nameformat', '1'),
(1731, 'block_activity_results', 'config_nameformat_locked', ''),
(1732, 'block_activity_results', 'config_gradeformat', '1'),
(1733, 'block_activity_results', 'config_gradeformat_locked', ''),
(1734, 'block_activity_results', 'config_decimalpoints', '2'),
(1735, 'block_activity_results', 'config_decimalpoints_locked', ''),
(1736, 'block_myoverview', 'displaycategories', '1'),
(1737, 'block_myoverview', 'layouts', 'card,list,summary'),
(1738, 'block_myoverview', 'displaygroupingallincludinghidden', '0'),
(1739, 'block_myoverview', 'displaygroupingall', '1'),
(1740, 'block_myoverview', 'displaygroupinginprogress', '1'),
(1741, 'block_myoverview', 'displaygroupingpast', '1'),
(1742, 'block_myoverview', 'displaygroupingfuture', '1'),
(1743, 'block_myoverview', 'displaygroupingcustomfield', '0'),
(1744, 'block_myoverview', 'customfiltergrouping', ''),
(1745, 'block_myoverview', 'displaygroupingfavourites', '1'),
(1746, 'block_myoverview', 'displaygroupinghidden', '1'),
(1747, 'block_recentlyaccessedcourses', 'displaycategories', '1'),
(1748, 'block_section_links', 'numsections1', '22'),
(1749, 'block_section_links', 'incby1', '2'),
(1750, 'block_section_links', 'numsections2', '40'),
(1751, 'block_section_links', 'incby2', '5'),
(1752, 'block_section_links', 'showsectionname', '0'),
(1753, 'block_starredcourses', 'displaycategories', '1'),
(1754, 'block_tag_youtube', 'apikey', ''),
(1755, 'format_singleactivity', 'activitytype', 'forum'),
(1756, 'format_topics', 'indentation', '1'),
(1757, 'format_weeks', 'indentation', '1'),
(1758, 'fileconverter_googledrive', 'issuerid', ''),
(1759, 'enrol_cohort', 'roleid', '5'),
(1760, 'enrol_cohort', 'unenrolaction', '0'),
(1761, 'enrol_meta', 'nosyncroleids', ''),
(1762, 'enrol_meta', 'syncall', '1'),
(1763, 'enrol_meta', 'unenrolaction', '3'),
(1764, 'enrol_meta', 'coursesort', 'sortorder'),
(1765, 'enrol_fee', 'expiredaction', '3'),
(1766, 'enrol_fee', 'status', '1'),
(1767, 'enrol_fee', 'cost', '0'),
(1768, 'enrol_fee', 'currency', 'USD'),
(1769, 'enrol_fee', 'roleid', '5'),
(1770, 'enrol_fee', 'enrolperiod', '0'),
(1771, 'enrol_database', 'dbtype', ''),
(1772, 'enrol_database', 'dbhost', 'localhost'),
(1773, 'enrol_database', 'dbuser', ''),
(1774, 'enrol_database', 'dbpass', ''),
(1775, 'enrol_database', 'dbname', ''),
(1776, 'enrol_database', 'dbencoding', 'utf-8'),
(1777, 'enrol_database', 'dbsetupsql', ''),
(1778, 'enrol_database', 'dbsybasequoting', '0'),
(1779, 'enrol_database', 'debugdb', '0'),
(1780, 'enrol_database', 'localcoursefield', 'idnumber'),
(1781, 'enrol_database', 'localuserfield', 'idnumber'),
(1782, 'enrol_database', 'localrolefield', 'shortname'),
(1783, 'enrol_database', 'localcategoryfield', 'id'),
(1784, 'enrol_database', 'remoteenroltable', ''),
(1785, 'enrol_database', 'remotecoursefield', ''),
(1786, 'enrol_database', 'remoteuserfield', ''),
(1787, 'enrol_database', 'remoterolefield', ''),
(1788, 'enrol_database', 'remoteotheruserfield', ''),
(1789, 'enrol_database', 'defaultrole', '5'),
(1790, 'enrol_database', 'ignorehiddencourses', '0'),
(1791, 'enrol_database', 'unenrolaction', '0'),
(1792, 'enrol_database', 'newcoursetable', ''),
(1793, 'enrol_database', 'newcoursefullname', 'fullname'),
(1794, 'enrol_database', 'newcourseshortname', 'shortname'),
(1795, 'enrol_database', 'newcourseidnumber', 'idnumber'),
(1796, 'enrol_database', 'newcoursecategory', ''),
(1797, 'enrol_database', 'defaultcategory', '1'),
(1798, 'enrol_database', 'templatecourse', ''),
(1799, 'enrol_flatfile', 'location', ''),
(1800, 'enrol_flatfile', 'encoding', 'UTF-8'),
(1801, 'enrol_flatfile', 'mailstudents', '0'),
(1802, 'enrol_flatfile', 'mailteachers', '0'),
(1803, 'enrol_flatfile', 'mailadmins', '0'),
(1804, 'enrol_flatfile', 'unenrolaction', '3'),
(1805, 'enrol_flatfile', 'expiredaction', '3'),
(1806, 'enrol_guest', 'requirepassword', '0'),
(1807, 'enrol_guest', 'usepasswordpolicy', '0'),
(1808, 'enrol_guest', 'showhint', '0'),
(1809, 'enrol_guest', 'defaultenrol', '1'),
(1810, 'enrol_guest', 'status', '1'),
(1811, 'enrol_guest', 'status_adv', ''),
(1812, 'enrol_imsenterprise', 'imsfilelocation', ''),
(1813, 'enrol_imsenterprise', 'logtolocation', ''),
(1814, 'enrol_imsenterprise', 'mailadmins', '0'),
(1815, 'enrol_imsenterprise', 'createnewusers', '0'),
(1816, 'enrol_imsenterprise', 'imsupdateusers', '0'),
(1817, 'enrol_imsenterprise', 'imsdeleteusers', '0'),
(1818, 'enrol_imsenterprise', 'fixcaseusernames', '0'),
(1819, 'enrol_imsenterprise', 'fixcasepersonalnames', '0'),
(1820, 'enrol_imsenterprise', 'imssourcedidfallback', '0'),
(1821, 'enrol_imsenterprise', 'imsrolemap01', '5'),
(1822, 'enrol_imsenterprise', 'imsrolemap02', '3'),
(1823, 'enrol_imsenterprise', 'imsrolemap03', '3'),
(1824, 'enrol_imsenterprise', 'imsrolemap04', '5'),
(1825, 'enrol_imsenterprise', 'imsrolemap05', '0'),
(1826, 'enrol_imsenterprise', 'imsrolemap06', '4'),
(1827, 'enrol_imsenterprise', 'imsrolemap07', '0'),
(1828, 'enrol_imsenterprise', 'imsrolemap08', '4'),
(1829, 'enrol_imsenterprise', 'truncatecoursecodes', '0'),
(1830, 'enrol_imsenterprise', 'createnewcourses', '0'),
(1831, 'enrol_imsenterprise', 'updatecourses', '0'),
(1832, 'enrol_imsenterprise', 'createnewcategories', '0'),
(1833, 'enrol_imsenterprise', 'nestedcategories', '0'),
(1834, 'enrol_imsenterprise', 'categoryidnumber', '0'),
(1835, 'enrol_imsenterprise', 'categoryseparator', ''),
(1836, 'enrol_imsenterprise', 'imsunenrol', '0'),
(1837, 'enrol_imsenterprise', 'unenrolaction', '0'),
(1838, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode'),
(1839, 'enrol_imsenterprise', 'imscoursemapfullname', 'short'),
(1840, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore'),
(1841, 'enrol_imsenterprise', 'imsrestricttarget', ''),
(1842, 'enrol_imsenterprise', 'imscapitafix', '0'),
(1843, 'enrol_manual', 'expiredaction', '1'),
(1844, 'enrol_manual', 'expirynotifyhour', '6'),
(1845, 'enrol_manual', 'defaultenrol', '1'),
(1846, 'enrol_manual', 'status', '0'),
(1847, 'enrol_manual', 'roleid', '5'),
(1848, 'enrol_manual', 'enrolstart', '4'),
(1849, 'enrol_manual', 'enrolperiod', '0'),
(1850, 'enrol_manual', 'expirynotify', '0'),
(1851, 'enrol_manual', 'expirythreshold', '86400'),
(1852, 'enrol_mnet', 'roleid', '5'),
(1853, 'enrol_mnet', 'roleid_adv', '1'),
(1854, 'enrol_paypal', 'paypalbusiness', ''),
(1855, 'enrol_paypal', 'mailstudents', '0'),
(1856, 'enrol_paypal', 'mailteachers', '0'),
(1857, 'enrol_paypal', 'mailadmins', '0'),
(1858, 'enrol_paypal', 'expiredaction', '3'),
(1859, 'enrol_paypal', 'status', '1'),
(1860, 'enrol_paypal', 'cost', '0'),
(1861, 'enrol_paypal', 'currency', 'USD'),
(1862, 'enrol_paypal', 'roleid', '5'),
(1863, 'enrol_paypal', 'enrolperiod', '0'),
(1864, 'enrol_lti', 'emaildisplay', '2'),
(1865, 'enrol_lti', 'city', ''),
(1866, 'enrol_lti', 'country', ''),
(1867, 'enrol_lti', 'timezone', '99'),
(1868, 'enrol_lti', 'lang', 'en'),
(1869, 'enrol_lti', 'institution', ''),
(1870, 'enrol_self', 'requirepassword', '0'),
(1871, 'enrol_self', 'usepasswordpolicy', '0'),
(1872, 'enrol_self', 'showhint', '0'),
(1873, 'enrol_self', 'expiredaction', '1'),
(1874, 'enrol_self', 'expirynotifyhour', '6'),
(1875, 'enrol_self', 'defaultenrol', '1'),
(1876, 'enrol_self', 'status', '1'),
(1877, 'enrol_self', 'newenrols', '1'),
(1878, 'enrol_self', 'groupkey', '0'),
(1879, 'enrol_self', 'roleid', '5'),
(1880, 'enrol_self', 'enrolperiod', '0'),
(1881, 'enrol_self', 'expirynotify', '0'),
(1882, 'enrol_self', 'expirythreshold', '86400'),
(1883, 'enrol_self', 'longtimenosee', '0'),
(1884, 'enrol_self', 'maxenrolled', '0'),
(1885, 'enrol_self', 'sendcoursewelcomemessage', '1'),
(1886, 'filter_urltolink', 'formats', '1,4,0'),
(1887, 'filter_urltolink', 'embedimages', '1'),
(1888, 'filter_emoticon', 'formats', '1,4,0'),
(1889, 'filter_displayh5p', 'allowedsources', ''),
(1890, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),
(1891, 'filter_mathjaxloader', 'texfiltercompatibility', '0'),
(1892, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: [\"Accessible.js\", \"Safe.js\"],\n    errorSettings: { message: [\"!\"] },\n    skipStartupTypeset: true,\n    messageStyle: \"none\"\n});\n'),
(1893, 'filter_mathjaxloader', 'additionaldelimiters', ''),
(1894, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),
(1895, 'filter_tex', 'latexbackground', '#FFFFFF'),
(1896, 'filter_tex', 'density', '120'),
(1897, 'filter_tex', 'pathlatex', 'c:\\texmf\\miktex\\bin\\latex.exe'),
(1898, 'filter_tex', 'pathdvips', 'c:\\texmf\\miktex\\bin\\dvips.exe'),
(1899, 'filter_tex', 'pathconvert', 'c:\\imagemagick\\convert.exe'),
(1900, 'filter_tex', 'pathdvisvgm', 'c:\\texmf\\miktex\\bin\\dvisvgm.exe'),
(1901, 'filter_tex', 'pathmimetex', ''),
(1902, 'filter_tex', 'convertformat', 'gif'),
(1903, 'local_adminer', 'startwithdb', '0'),
(1904, 'logstore_database', 'dbdriver', ''),
(1905, 'logstore_database', 'dbhost', ''),
(1906, 'logstore_database', 'dbuser', ''),
(1907, 'logstore_database', 'dbpass', ''),
(1908, 'logstore_database', 'dbname', ''),
(1909, 'logstore_database', 'dbtable', ''),
(1910, 'logstore_database', 'dbpersist', '0'),
(1911, 'logstore_database', 'dbsocket', ''),
(1912, 'logstore_database', 'dbport', ''),
(1913, 'logstore_database', 'dbschema', ''),
(1914, 'logstore_database', 'dbcollation', ''),
(1915, 'logstore_database', 'dbhandlesoptions', '0'),
(1916, 'logstore_database', 'buffersize', '50'),
(1917, 'logstore_database', 'jsonformat', '1'),
(1918, 'logstore_database', 'logguests', '0'),
(1919, 'logstore_database', 'includelevels', '1,2,0'),
(1920, 'logstore_database', 'includeactions', 'c,r,u,d'),
(1921, 'logstore_standard', 'logguests', '1'),
(1922, 'logstore_standard', 'jsonformat', '1'),
(1923, 'logstore_standard', 'loglifetime', '0'),
(1924, 'logstore_standard', 'buffersize', '50'),
(1925, 'mlbackend_python', 'useserver', '0'),
(1926, 'mlbackend_python', 'host', ''),
(1927, 'mlbackend_python', 'port', '0'),
(1928, 'mlbackend_python', 'secure', '0'),
(1929, 'mlbackend_python', 'username', 'default'),
(1930, 'mlbackend_python', 'password', ''),
(1931, 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv'),
(1932, 'media_videojs', 'audioextensions', 'html_audio'),
(1933, 'media_videojs', 'youtube', '1'),
(1934, 'media_videojs', 'videocssclass', 'video-js'),
(1935, 'media_videojs', 'audiocssclass', 'video-js'),
(1936, 'media_videojs', 'limitsize', '1'),
(1937, 'media_vimeo', 'donottrack', '0'),
(1938, 'media_youtube', 'nocookie', '0'),
(1939, 'paygw_paypal', 'surcharge', '0'),
(1940, 'qtype_multichoice', 'answerhowmany', '1'),
(1941, 'qtype_multichoice', 'shuffleanswers', '1'),
(1942, 'qtype_multichoice', 'answernumbering', 'abc'),
(1943, 'qtype_multichoice', 'showstandardinstruction', '0'),
(1944, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html'),
(1945, 'editor_atto', 'autosavefrequency', '60'),
(1946, 'atto_collapse', 'showgroups', '6'),
(1947, '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'),
(1948, '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'),
(1949, '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'),
(1950, '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'),
(1951, 'atto_recordrtc', 'allowedtypes', 'both'),
(1952, 'atto_recordrtc', 'audiobitrate', '128000');
INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(1953, 'atto_recordrtc', 'videobitrate', '2500000'),
(1954, 'atto_recordrtc', 'audiotimelimit', '120'),
(1955, 'atto_recordrtc', 'videotimelimit', '120'),
(1956, 'atto_table', 'allowborders', '0'),
(1957, 'atto_table', 'allowbackgroundcolour', '0'),
(1958, 'atto_table', 'allowwidth', '0'),
(1959, 'editor_tiny', 'branding', '1'),
(1960, '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'),
(1961, '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'),
(1962, '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'),
(1963, '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'),
(1964, 'tiny_premium', 'apikey', ''),
(1965, 'tiny_recordrtc', 'allowedtypes', 'both'),
(1966, 'tiny_recordrtc', 'audiobitrate', '128000'),
(1967, 'tiny_recordrtc', 'videobitrate', '2500000'),
(1968, 'tiny_recordrtc', 'audiotimelimit', '120'),
(1969, 'tiny_recordrtc', 'videotimelimit', '120'),
(1970, 'tool_mobile', 'apppolicy', ''),
(1971, 'tool_mobile', 'typeoflogin', '1'),
(1972, 'tool_mobile', 'autologout', '0'),
(1973, 'tool_mobile', 'autologouttime', '86400'),
(1974, 'tool_mobile', 'qrcodetype', '1'),
(1975, 'tool_mobile', 'qrkeyttl', '600'),
(1976, 'tool_mobile', 'qrsameipcheck', '1'),
(1977, 'tool_mobile', 'forcedurlscheme', 'moodlemobile'),
(1978, 'tool_mobile', 'minimumversion', ''),
(1979, 'tool_mobile', 'autologinmintimebetweenreq', '360'),
(1980, 'tool_mobile', 'enablesmartappbanners', '0'),
(1981, 'tool_mobile', 'iosappid', '633359593'),
(1982, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile'),
(1983, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile'),
(1984, 'tool_mobile', 'forcelogout', '0'),
(1985, 'tool_mobile', 'disabledfeatures', ''),
(1986, 'tool_mobile', 'custommenuitems', ''),
(1987, 'tool_mobile', 'filetypeexclusionlist', ''),
(1988, 'tool_mobile', 'customlangstrings', ''),
(1989, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central'),
(1990, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_contentbank_content`
--

CREATE TABLE `mdl_contentbank_content` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contenttype` varchar(100) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `visibility` tinyint(1) NOT NULL DEFAULT 1,
  `instanceid` bigint(10) DEFAULT NULL,
  `configdata` longtext DEFAULT NULL,
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores content data in the content bank.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_context`
--

CREATE TABLE `mdl_context` (
  `id` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL DEFAULT 0,
  `instanceid` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) DEFAULT NULL,
  `depth` tinyint(2) NOT NULL DEFAULT 0,
  `locked` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='one of these must be set' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_context`
--

INSERT INTO `mdl_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`, `locked`) 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/5/11', 3, 0),
(12, 80, 7, '/1/5/12', 3, 0),
(13, 80, 8, '/1/5/13', 3, 0),
(14, 80, 9, '/1/14', 2, 0),
(15, 80, 10, '/1/15', 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_context_temp`
--

CREATE TABLE `mdl_context_temp` (
  `id` bigint(10) NOT NULL,
  `path` varchar(255) NOT NULL DEFAULT '',
  `depth` tinyint(2) NOT NULL,
  `locked` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Used by build_context_path() in upgrade and cron to keep con' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course`
--

CREATE TABLE `mdl_course` (
  `id` bigint(10) NOT NULL,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext DEFAULT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `format` varchar(21) NOT NULL DEFAULT 'topics',
  `showgrades` tinyint(2) NOT NULL DEFAULT 1,
  `newsitems` mediumint(5) NOT NULL DEFAULT 1,
  `startdate` bigint(10) NOT NULL DEFAULT 0,
  `enddate` bigint(10) NOT NULL DEFAULT 0,
  `relativedatesmode` tinyint(1) NOT NULL DEFAULT 0,
  `marker` bigint(10) NOT NULL DEFAULT 0,
  `maxbytes` bigint(10) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `showreports` smallint(4) 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(4) NOT NULL DEFAULT 0,
  `groupmodeforce` smallint(4) NOT NULL DEFAULT 0,
  `defaultgroupingid` bigint(10) NOT NULL DEFAULT 0,
  `lang` varchar(30) NOT NULL DEFAULT '',
  `calendartype` varchar(30) NOT NULL DEFAULT '',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) 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(10) NOT NULL DEFAULT 0,
  `originalcourseid` bigint(10) DEFAULT NULL,
  `showactivitydates` tinyint(1) NOT NULL DEFAULT 0,
  `showcompletionconditions` tinyint(1) DEFAULT NULL,
  `pdfexportfont` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Central course table' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_course`
--

INSERT INTO `mdl_course` (`id`, `category`, `sortorder`, `fullname`, `shortname`, `idnumber`, `summary`, `summaryformat`, `format`, `showgrades`, `newsitems`, `startdate`, `enddate`, `relativedatesmode`, `marker`, `maxbytes`, `legacyfiles`, `showreports`, `visible`, `visibleold`, `downloadcontent`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `calendartype`, `theme`, `timecreated`, `timemodified`, `requested`, `enablecompletion`, `completionnotify`, `cacherev`, `originalcourseid`, `showactivitydates`, `showcompletionconditions`, `pdfexportfont`) VALUES
(1, 0, 0, 'Instituto Superior MC', 'ISMC', '', '<p>Futuro brilhante para os nossos Estudantes</p>', 0, 'site', 1, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1764416548, 1764417108, 0, 0, 0, 1764417258, NULL, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_categories`
--

CREATE TABLE `mdl_course_categories` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `coursecount` bigint(10) NOT NULL DEFAULT 0,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `visibleold` tinyint(1) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) NOT NULL DEFAULT '',
  `theme` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Course categories' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_course_categories`
--

INSERT INTO `mdl_course_categories` (`id`, `name`, `idnumber`, `description`, `descriptionformat`, `parent`, `sortorder`, `coursecount`, `visible`, `visibleold`, `timemodified`, `depth`, `path`, `theme`) VALUES
(1, 'Category 1', NULL, NULL, 1, 0, 10000, 0, 1, 1, 1764416548, 1, '/1', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completions`
--

CREATE TABLE `mdl_course_completions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `timeenrolled` bigint(10) NOT NULL DEFAULT 0,
  `timestarted` bigint(10) NOT NULL DEFAULT 0,
  `timecompleted` bigint(10) DEFAULT NULL,
  `reaggregate` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Course completion records' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_aggr_methd`
--

CREATE TABLE `mdl_course_completion_aggr_methd` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT 0,
  `value` decimal(10,5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Course completion aggregation methods for criteria' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_criteria`
--

CREATE TABLE `mdl_course_completion_criteria` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `criteriatype` bigint(10) NOT NULL DEFAULT 0,
  `module` varchar(100) DEFAULT NULL,
  `moduleinstance` bigint(10) DEFAULT NULL,
  `courseinstance` bigint(10) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT NULL,
  `timeend` bigint(10) DEFAULT NULL,
  `gradepass` decimal(10,5) DEFAULT NULL,
  `role` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Course completion criteria' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_crit_compl`
--

CREATE TABLE `mdl_course_completion_crit_compl` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `criteriaid` bigint(10) NOT NULL DEFAULT 0,
  `gradefinal` decimal(10,5) DEFAULT NULL,
  `unenroled` bigint(10) DEFAULT NULL,
  `timecompleted` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Course completion user records' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_defaults`
--

CREATE TABLE `mdl_course_completion_defaults` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `module` bigint(10) 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(10) NOT NULL DEFAULT 0,
  `customrules` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default settings for activities completion' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_format_options`
--

CREATE TABLE `mdl_course_format_options` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `format` varchar(21) NOT NULL DEFAULT '',
  `sectionid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores format-specific options for the course or course sect' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_course_format_options`
--

INSERT INTO `mdl_course_format_options` (`id`, `courseid`, `format`, `sectionid`, `name`, `value`) VALUES
(1, 1, 'site', 0, 'numsections', '1');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_modules`
--

CREATE TABLE `mdl_course_modules` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `module` bigint(10) NOT NULL DEFAULT 0,
  `instance` bigint(10) NOT NULL DEFAULT 0,
  `section` bigint(10) NOT NULL DEFAULT 0,
  `idnumber` varchar(100) DEFAULT NULL,
  `added` bigint(10) NOT NULL DEFAULT 0,
  `score` smallint(4) NOT NULL DEFAULT 0,
  `indent` mediumint(5) 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(4) NOT NULL DEFAULT 0,
  `groupingid` bigint(10) NOT NULL DEFAULT 0,
  `completion` tinyint(1) NOT NULL DEFAULT 0,
  `completiongradeitemnumber` bigint(10) DEFAULT NULL,
  `completionview` tinyint(1) NOT NULL DEFAULT 0,
  `completionexpected` bigint(10) NOT NULL DEFAULT 0,
  `completionpassgrade` tinyint(1) NOT NULL DEFAULT 0,
  `showdescription` tinyint(1) NOT NULL DEFAULT 0,
  `availability` longtext DEFAULT NULL,
  `deletioninprogress` tinyint(1) NOT NULL DEFAULT 0,
  `downloadcontent` tinyint(1) DEFAULT 1,
  `lang` varchar(30) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='course_modules table retrofitted from MySQL' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_modules_completion`
--

CREATE TABLE `mdl_course_modules_completion` (
  `id` bigint(10) NOT NULL,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `completionstate` tinyint(1) NOT NULL,
  `overrideby` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the completion state (completed or not completed, etc' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_modules_viewed`
--

CREATE TABLE `mdl_course_modules_viewed` (
  `id` bigint(10) NOT NULL,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tracks the completion viewed (viewed with cmid/userid and ot' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_published`
--

CREATE TABLE `mdl_course_published` (
  `id` bigint(10) NOT NULL,
  `huburl` varchar(255) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `timepublished` bigint(10) NOT NULL,
  `enrollable` tinyint(1) NOT NULL DEFAULT 1,
  `hubcourseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT 0,
  `timechecked` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Information about how and when an local courses were publish' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_request`
--

CREATE TABLE `mdl_course_request` (
  `id` bigint(10) NOT NULL,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `reason` longtext NOT NULL,
  `requester` bigint(10) NOT NULL DEFAULT 0,
  `password` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='course requests' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_sections`
--

CREATE TABLE `mdl_course_sections` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `section` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) DEFAULT NULL,
  `summary` longtext DEFAULT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `sequence` longtext DEFAULT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `availability` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='to define the sections for each course' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_course_sections`
--

INSERT INTO `mdl_course_sections` (`id`, `course`, `section`, `name`, `summary`, `summaryformat`, `sequence`, `visible`, `availability`, `timemodified`) VALUES
(1, 1, 1, NULL, '', 1, '', 1, NULL, 1764417258);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_customfield_category`
--

CREATE TABLE `mdl_customfield_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(400) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `area` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='core_customfield category table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_customfield_data`
--

CREATE TABLE `mdl_customfield_data` (
  `id` bigint(10) NOT NULL,
  `fieldid` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `intvalue` bigint(10) DEFAULT NULL,
  `decvalue` decimal(10,5) DEFAULT NULL,
  `shortcharvalue` varchar(255) DEFAULT NULL,
  `charvalue` varchar(1333) DEFAULT NULL,
  `value` longtext NOT NULL,
  `valueformat` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='core_customfield data table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_customfield_field`
--

CREATE TABLE `mdl_customfield_field` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(400) NOT NULL DEFAULT '',
  `type` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='core_customfield field table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data`
--

CREATE TABLE `mdl_data` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `comments` smallint(4) NOT NULL DEFAULT 0,
  `timeavailablefrom` bigint(10) NOT NULL DEFAULT 0,
  `timeavailableto` bigint(10) NOT NULL DEFAULT 0,
  `timeviewfrom` bigint(10) NOT NULL DEFAULT 0,
  `timeviewto` bigint(10) NOT NULL DEFAULT 0,
  `requiredentries` int(8) NOT NULL DEFAULT 0,
  `requiredentriestoview` int(8) NOT NULL DEFAULT 0,
  `maxentries` int(8) NOT NULL DEFAULT 0,
  `rssarticles` smallint(4) NOT NULL DEFAULT 0,
  `singletemplate` longtext DEFAULT NULL,
  `listtemplate` longtext DEFAULT NULL,
  `listtemplateheader` longtext DEFAULT NULL,
  `listtemplatefooter` longtext DEFAULT NULL,
  `addtemplate` longtext DEFAULT NULL,
  `rsstemplate` longtext DEFAULT NULL,
  `rsstitletemplate` longtext DEFAULT NULL,
  `csstemplate` longtext DEFAULT NULL,
  `jstemplate` longtext DEFAULT NULL,
  `asearchtemplate` longtext DEFAULT NULL,
  `approval` smallint(4) NOT NULL DEFAULT 0,
  `manageapproved` smallint(4) NOT NULL DEFAULT 1,
  `scale` bigint(10) NOT NULL DEFAULT 0,
  `assessed` bigint(10) NOT NULL DEFAULT 0,
  `assesstimestart` bigint(10) NOT NULL DEFAULT 0,
  `assesstimefinish` bigint(10) NOT NULL DEFAULT 0,
  `defaultsort` bigint(10) NOT NULL DEFAULT 0,
  `defaultsortdir` smallint(4) NOT NULL DEFAULT 0,
  `editany` smallint(4) NOT NULL DEFAULT 0,
  `notification` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `config` longtext DEFAULT NULL,
  `completionentries` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='all database activities' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_content`
--

CREATE TABLE `mdl_data_content` (
  `id` bigint(10) NOT NULL,
  `fieldid` bigint(10) NOT NULL DEFAULT 0,
  `recordid` bigint(10) NOT NULL DEFAULT 0,
  `content` longtext DEFAULT NULL,
  `content1` longtext DEFAULT NULL,
  `content2` longtext DEFAULT NULL,
  `content3` longtext DEFAULT NULL,
  `content4` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='the content introduced in each record/fields' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_fields`
--

CREATE TABLE `mdl_data_fields` (
  `id` bigint(10) NOT NULL,
  `dataid` bigint(10) NOT NULL DEFAULT 0,
  `type` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `param1` longtext DEFAULT NULL,
  `param2` longtext DEFAULT NULL,
  `param3` longtext DEFAULT NULL,
  `param4` longtext DEFAULT NULL,
  `param5` longtext DEFAULT NULL,
  `param6` longtext DEFAULT NULL,
  `param7` longtext DEFAULT NULL,
  `param8` longtext DEFAULT NULL,
  `param9` longtext DEFAULT NULL,
  `param10` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='every field available' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_records`
--

CREATE TABLE `mdl_data_records` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `dataid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `approved` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='every record introduced' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_editor_atto_autosave`
--

CREATE TABLE `mdl_editor_atto_autosave` (
  `id` bigint(10) NOT NULL,
  `elementid` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `pagehash` varchar(64) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `drafttext` longtext NOT NULL,
  `draftid` bigint(10) DEFAULT NULL,
  `pageinstance` varchar(64) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Draft text that is auto-saved every 5 seconds while an edito' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol`
--

CREATE TABLE `mdl_enrol` (
  `id` bigint(10) NOT NULL,
  `enrol` varchar(20) NOT NULL DEFAULT '',
  `status` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT 0,
  `enrolstartdate` bigint(10) DEFAULT 0,
  `enrolenddate` bigint(10) DEFAULT 0,
  `expirynotify` tinyint(1) DEFAULT 0,
  `expirythreshold` bigint(10) DEFAULT 0,
  `notifyall` tinyint(1) DEFAULT 0,
  `password` varchar(50) DEFAULT NULL,
  `cost` varchar(20) DEFAULT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `roleid` bigint(10) DEFAULT 0,
  `customint1` bigint(10) DEFAULT NULL,
  `customint2` bigint(10) DEFAULT NULL,
  `customint3` bigint(10) DEFAULT NULL,
  `customint4` bigint(10) DEFAULT NULL,
  `customint5` bigint(10) DEFAULT NULL,
  `customint6` bigint(10) DEFAULT NULL,
  `customint7` bigint(10) DEFAULT NULL,
  `customint8` bigint(10) DEFAULT NULL,
  `customchar1` varchar(255) DEFAULT NULL,
  `customchar2` varchar(255) DEFAULT NULL,
  `customchar3` varchar(1333) DEFAULT NULL,
  `customdec1` decimal(12,7) DEFAULT NULL,
  `customdec2` decimal(12,7) DEFAULT NULL,
  `customtext1` longtext DEFAULT NULL,
  `customtext2` longtext DEFAULT NULL,
  `customtext3` longtext DEFAULT NULL,
  `customtext4` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Instances of enrolment plugins used in courses, fields marke' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_flatfile`
--

CREATE TABLE `mdl_enrol_flatfile` (
  `id` bigint(10) NOT NULL,
  `action` varchar(30) NOT NULL DEFAULT '',
  `roleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='enrol_flatfile table retrofitted from MySQL' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_app_registration`
--

CREATE TABLE `mdl_enrol_lti_app_registration` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `platformid` longtext DEFAULT NULL,
  `clientid` varchar(1333) DEFAULT NULL,
  `uniqueid` varchar(255) NOT NULL DEFAULT '',
  `platformclienthash` varchar(64) DEFAULT NULL,
  `platformuniqueidhash` varchar(64) DEFAULT NULL,
  `authenticationrequesturl` longtext DEFAULT NULL,
  `jwksurl` longtext DEFAULT NULL,
  `accesstokenurl` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Details of each application that has been registered with th' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_context`
--

CREATE TABLE `mdl_enrol_lti_context` (
  `id` bigint(10) NOT NULL,
  `contextid` varchar(255) NOT NULL DEFAULT '',
  `ltideploymentid` bigint(10) NOT NULL,
  `type` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each row represents a context in the platform, where resourc' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_deployment`
--

CREATE TABLE `mdl_enrol_lti_deployment` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `deploymentid` varchar(255) NOT NULL DEFAULT '',
  `platformid` bigint(10) NOT NULL,
  `legacyconsumerkey` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each row represents a deployment of a tool within a platform' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_consumer`
--

CREATE TABLE `mdl_enrol_lti_lti2_consumer` (
  `id` bigint(11) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `consumerkey256` varchar(255) NOT NULL DEFAULT '',
  `consumerkey` longtext DEFAULT NULL,
  `secret` varchar(1024) NOT NULL DEFAULT '',
  `ltiversion` varchar(10) DEFAULT NULL,
  `consumername` varchar(255) DEFAULT NULL,
  `consumerversion` varchar(255) DEFAULT NULL,
  `consumerguid` varchar(1024) DEFAULT NULL,
  `profile` longtext DEFAULT NULL,
  `toolproxy` longtext DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `protected` tinyint(1) NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `enablefrom` bigint(10) DEFAULT NULL,
  `enableuntil` bigint(10) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='LTI consumers interacting with moodle' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_context`
--

CREATE TABLE `mdl_enrol_lti_lti2_context` (
  `id` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL,
  `lticontextkey` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(100) DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Information about a specific LTI contexts from the consumers' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_nonce`
--

CREATE TABLE `mdl_enrol_lti_lti2_nonce` (
  `id` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL,
  `value` varchar(64) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Nonce used for authentication between moodle and a consumer' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_resource_link`
--

CREATE TABLE `mdl_enrol_lti_lti2_resource_link` (
  `id` bigint(11) NOT NULL,
  `contextid` bigint(11) DEFAULT NULL,
  `consumerid` bigint(11) DEFAULT NULL,
  `ltiresourcelinkkey` varchar(255) NOT NULL DEFAULT '',
  `settings` longtext DEFAULT NULL,
  `primaryresourcelinkid` bigint(11) DEFAULT NULL,
  `shareapproved` tinyint(1) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link from the consumer to the tool' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_share_key`
--

CREATE TABLE `mdl_enrol_lti_lti2_share_key` (
  `id` bigint(11) NOT NULL,
  `sharekey` varchar(32) NOT NULL DEFAULT '',
  `resourcelinkid` bigint(11) NOT NULL,
  `autoapprove` tinyint(1) NOT NULL,
  `expires` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Resource link share key' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_tool_proxy`
--

CREATE TABLE `mdl_enrol_lti_lti2_tool_proxy` (
  `id` bigint(11) NOT NULL,
  `toolproxykey` varchar(32) NOT NULL DEFAULT '',
  `consumerid` bigint(11) NOT NULL,
  `toolproxy` longtext NOT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A tool proxy between moodle and a consumer' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_lti2_user_result`
--

CREATE TABLE `mdl_enrol_lti_lti2_user_result` (
  `id` bigint(11) NOT NULL,
  `resourcelinkid` bigint(11) NOT NULL,
  `ltiuserkey` varchar(255) NOT NULL DEFAULT '',
  `ltiresultsourcedid` varchar(1024) NOT NULL DEFAULT '',
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Results for each user for each resource link' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_resource_link`
--

CREATE TABLE `mdl_enrol_lti_resource_link` (
  `id` bigint(10) NOT NULL,
  `resourcelinkid` varchar(255) NOT NULL DEFAULT '',
  `ltideploymentid` bigint(10) NOT NULL,
  `resourceid` bigint(10) NOT NULL,
  `lticontextid` bigint(10) DEFAULT NULL,
  `lineitemsservice` varchar(1333) DEFAULT NULL,
  `lineitemservice` varchar(1333) DEFAULT NULL,
  `lineitemscope` varchar(255) DEFAULT NULL,
  `resultscope` varchar(255) DEFAULT NULL,
  `scorescope` varchar(255) DEFAULT NULL,
  `contextmembershipsurl` varchar(1333) DEFAULT NULL,
  `nrpsserviceversions` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each row represents a resource link for a platform and deplo' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_tools`
--

CREATE TABLE `mdl_enrol_lti_tools` (
  `id` bigint(10) NOT NULL,
  `enrolid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `ltiversion` varchar(15) NOT NULL DEFAULT 'LTI-1p3',
  `institution` varchar(40) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `maxenrolled` bigint(10) NOT NULL DEFAULT 0,
  `maildisplay` tinyint(2) NOT NULL DEFAULT 2,
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) 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(10) NOT NULL,
  `rolelearner` bigint(10) NOT NULL,
  `secret` longtext DEFAULT NULL,
  `uuid` varchar(36) DEFAULT NULL,
  `provisioningmodelearner` tinyint(2) DEFAULT NULL,
  `provisioningmodeinstructor` tinyint(2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of tools provided to the remote system' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_tool_consumer_map`
--

CREATE TABLE `mdl_enrol_lti_tool_consumer_map` (
  `id` bigint(10) NOT NULL,
  `toolid` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table that maps the published tool to tool consumers.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_users`
--

CREATE TABLE `mdl_enrol_lti_users` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `toolid` bigint(10) NOT NULL,
  `serviceurl` longtext DEFAULT NULL,
  `sourceid` longtext DEFAULT NULL,
  `ltideploymentid` bigint(10) DEFAULT NULL,
  `consumerkey` longtext DEFAULT NULL,
  `consumersecret` longtext DEFAULT NULL,
  `membershipsurl` longtext DEFAULT NULL,
  `membershipsid` longtext DEFAULT NULL,
  `lastgrade` decimal(10,5) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='User access log and gradeback data' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_lti_user_resource_link`
--

CREATE TABLE `mdl_enrol_lti_user_resource_link` (
  `id` bigint(10) NOT NULL,
  `ltiuserid` bigint(10) NOT NULL,
  `resourcelinkid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Join table mapping users to resource links as this is a many' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_paypal`
--

CREATE TABLE `mdl_enrol_paypal` (
  `id` bigint(10) NOT NULL,
  `business` varchar(255) NOT NULL DEFAULT '',
  `receiver_email` varchar(255) NOT NULL DEFAULT '',
  `receiver_id` varchar(255) NOT NULL DEFAULT '',
  `item_name` varchar(255) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `instanceid` bigint(10) NOT NULL DEFAULT 0,
  `memo` varchar(255) NOT NULL DEFAULT '',
  `tax` varchar(255) NOT NULL DEFAULT '',
  `option_name1` varchar(255) NOT NULL DEFAULT '',
  `option_selection1_x` varchar(255) NOT NULL DEFAULT '',
  `option_name2` varchar(255) NOT NULL DEFAULT '',
  `option_selection2_x` varchar(255) NOT NULL DEFAULT '',
  `payment_status` varchar(255) NOT NULL DEFAULT '',
  `pending_reason` varchar(255) NOT NULL DEFAULT '',
  `reason_code` varchar(30) NOT NULL DEFAULT '',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `parent_txn_id` varchar(255) NOT NULL DEFAULT '',
  `payment_type` varchar(30) NOT NULL DEFAULT '',
  `timeupdated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Holds all known information about PayPal transactions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_event`
--

CREATE TABLE `mdl_event` (
  `id` bigint(10) NOT NULL,
  `name` longtext NOT NULL,
  `description` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT 0,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `repeatid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `modulename` varchar(20) NOT NULL DEFAULT '',
  `instance` bigint(10) NOT NULL DEFAULT 0,
  `type` smallint(4) NOT NULL DEFAULT 0,
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeduration` bigint(10) NOT NULL DEFAULT 0,
  `timesort` bigint(10) DEFAULT NULL,
  `visible` smallint(4) NOT NULL DEFAULT 1,
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `sequence` bigint(10) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `subscriptionid` bigint(10) DEFAULT NULL,
  `priority` bigint(10) DEFAULT NULL,
  `location` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='For everything with a time associated to it' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_handlers`
--

CREATE TABLE `mdl_events_handlers` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(166) NOT NULL DEFAULT '',
  `component` varchar(166) NOT NULL DEFAULT '',
  `handlerfile` varchar(255) NOT NULL DEFAULT '',
  `handlerfunction` longtext DEFAULT NULL,
  `schedule` varchar(255) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `internal` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table is for storing which components requests what typ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_queue`
--

CREATE TABLE `mdl_events_queue` (
  `id` bigint(10) NOT NULL,
  `eventdata` longtext NOT NULL,
  `stackdump` longtext DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table is for storing queued events. It stores only one ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_queue_handlers`
--

CREATE TABLE `mdl_events_queue_handlers` (
  `id` bigint(10) NOT NULL,
  `queuedeventid` bigint(10) NOT NULL,
  `handlerid` bigint(10) NOT NULL,
  `status` bigint(10) DEFAULT NULL,
  `errormessage` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This is the list of queued handlers for processing. The even' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_event_subscriptions`
--

CREATE TABLE `mdl_event_subscriptions` (
  `id` bigint(10) NOT NULL,
  `url` varchar(255) NOT NULL DEFAULT '',
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `pollinterval` bigint(10) NOT NULL DEFAULT 0,
  `lastupdated` bigint(10) DEFAULT NULL,
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tracks subscriptions to remote calendars.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_functions`
--

CREATE TABLE `mdl_external_functions` (
  `id` bigint(10) NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `classname` varchar(100) NOT NULL DEFAULT '',
  `methodname` varchar(100) NOT NULL DEFAULT '',
  `classpath` varchar(255) DEFAULT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `capabilities` varchar(255) DEFAULT NULL,
  `services` varchar(1333) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='list of all external functions' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_external_functions`
--

INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) 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_auth_resend_confirmation_email', 'core_auth_external', 'resend_confirmation_email', NULL, 'moodle', '', NULL),
(6, 'core_backup_get_async_backup_progress', 'core_backup_external', 'get_async_backup_progress', 'backup/externallib.php', 'moodle', '', NULL),
(7, 'core_backup_get_async_backup_links_backup', 'core_backup_external', 'get_async_backup_links_backup', 'backup/externallib.php', 'moodle', '', NULL),
(8, 'core_backup_get_async_backup_links_restore', 'core_backup_external', 'get_async_backup_links_restore', 'backup/externallib.php', 'moodle', '', NULL),
(9, 'core_backup_get_copy_progress', 'core_backup_external', 'get_copy_progress', 'backup/externallib.php', 'moodle', '', NULL),
(10, 'core_backup_submit_copy_form', 'core_backup_external', 'submit_copy_form', 'backup/externallib.php', 'moodle', '', NULL),
(11, 'core_badges_get_user_badges', 'core_badges_external', 'get_user_badges', NULL, 'moodle', 'moodle/badges:viewotherbadges', 'moodle_mobile_app'),
(12, 'core_badges_get_user_badge_by_hash', 'core_badges\\external\\get_user_badge_by_hash', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(13, 'core_blog_get_entries', 'core_blog\\external', 'get_entries', NULL, 'moodle', '', 'moodle_mobile_app'),
(14, 'core_blog_view_entries', 'core_blog\\external', 'view_entries', NULL, 'moodle', '', 'moodle_mobile_app'),
(15, 'core_calendar_get_calendar_monthly_view', 'core_calendar_external', 'get_calendar_monthly_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(16, 'core_calendar_get_calendar_day_view', 'core_calendar_external', 'get_calendar_day_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(17, 'core_calendar_get_calendar_upcoming_view', 'core_calendar_external', 'get_calendar_upcoming_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(18, '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'),
(19, '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'),
(20, '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'),
(21, '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'),
(22, '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'),
(23, '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'),
(24, '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'),
(25, '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'),
(26, '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'),
(27, 'core_calendar_get_calendar_access_information', 'core_calendar_external', 'get_calendar_access_information', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(28, 'core_calendar_get_allowed_event_types', 'core_calendar_external', 'get_allowed_event_types', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(29, 'core_calendar_get_timestamps', 'core_calendar_external', 'get_timestamps', 'calendar/externallib.php', 'moodle', '', NULL),
(30, 'core_calendar_get_calendar_export_token', 'core_calendar\\external\\export\\token', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(31, 'core_calendar_delete_subscription', 'core_calendar\\external\\subscription\\delete', 'execute', NULL, 'moodle', '', NULL),
(32, 'core_cohort_add_cohort_members', 'core_cohort_external', 'add_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL),
(33, 'core_cohort_create_cohorts', 'core_cohort_external', 'create_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(34, 'core_cohort_delete_cohort_members', 'core_cohort_external', 'delete_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL),
(35, 'core_cohort_delete_cohorts', 'core_cohort_external', 'delete_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(36, 'core_cohort_get_cohort_members', 'core_cohort_external', 'get_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(37, 'core_cohort_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(38, 'core_cohort_get_cohorts', 'core_cohort_external', 'get_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(39, 'core_cohort_update_cohorts', 'core_cohort_external', 'update_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(40, 'core_comment_get_comments', 'core_comment_external', 'get_comments', NULL, 'moodle', 'moodle/comment:view', 'moodle_mobile_app'),
(41, 'core_comment_add_comments', 'core_comment_external', 'add_comments', NULL, 'moodle', '', 'moodle_mobile_app'),
(42, 'core_comment_delete_comments', 'core_comment_external', 'delete_comments', NULL, 'moodle', '', 'moodle_mobile_app'),
(43, 'core_completion_get_activities_completion_status', 'core_completion_external', 'get_activities_completion_status', NULL, 'moodle', '', 'moodle_mobile_app'),
(44, 'core_completion_get_course_completion_status', 'core_completion_external', 'get_course_completion_status', NULL, 'moodle', 'report/completion:view', 'moodle_mobile_app'),
(45, 'core_completion_mark_course_self_completed', 'core_completion_external', 'mark_course_self_completed', NULL, 'moodle', '', 'moodle_mobile_app'),
(46, 'core_completion_update_activity_completion_status_manually', 'core_completion_external', 'update_activity_completion_status_manually', NULL, 'moodle', '', 'moodle_mobile_app'),
(47, 'core_completion_override_activity_completion_status', 'core_completion_external', 'override_activity_completion_status', NULL, 'moodle', 'moodle/course:overridecompletion', NULL),
(48, 'core_course_create_categories', 'core_course_external', 'create_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(49, 'core_course_create_courses', 'core_course_external', 'create_courses', 'course/externallib.php', 'moodle', 'moodle/course:create, moodle/course:visibility', NULL),
(50, 'core_course_delete_categories', 'core_course_external', 'delete_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(51, 'core_course_delete_courses', 'core_course_external', 'delete_courses', 'course/externallib.php', 'moodle', 'moodle/course:delete', NULL),
(52, 'core_course_delete_modules', 'core_course_external', 'delete_modules', 'course/externallib.php', 'moodle', 'moodle/course:manageactivities', NULL),
(53, 'core_course_duplicate_course', 'core_course_external', 'duplicate_course', 'course/externallib.php', 'moodle', 'moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create', NULL),
(54, 'core_course_get_categories', 'core_course_external', 'get_categories', 'course/externallib.php', 'moodle', 'moodle/category:viewhiddencategories', 'moodle_mobile_app'),
(55, 'core_course_get_contents', 'core_course_external', 'get_course_contents', 'course/externallib.php', 'moodle', 'moodle/course:update, moodle/course:viewhiddencourses', 'moodle_mobile_app'),
(56, 'core_course_get_course_module', 'core_course_external', 'get_course_module', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(57, 'core_course_get_course_module_by_instance', 'core_course_external', 'get_course_module_by_instance', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(58, 'core_course_get_module', 'core_course_external', 'get_module', 'course/externallib.php', 'moodle', '', NULL),
(59, 'core_courseformat_file_handlers', 'core_courseformat\\external\\file_handlers', 'execute', NULL, 'moodle', '', NULL),
(60, 'core_courseformat_get_state', 'core_courseformat\\external\\get_state', 'execute', NULL, 'moodle', '', NULL),
(61, 'core_courseformat_update_course', 'core_courseformat\\external\\update_course', 'execute', NULL, 'moodle', 'moodle/course:sectionvisibility, moodle/course:activityvisibility', NULL),
(62, 'core_course_edit_module', 'core_course_external', 'edit_module', 'course/externallib.php', 'moodle', '', NULL),
(63, 'core_course_edit_section', 'core_course_external', 'edit_section', 'course/externallib.php', 'moodle', '', NULL),
(64, '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'),
(65, 'core_course_import_course', 'core_course_external', 'import_course', 'course/externallib.php', 'moodle', 'moodle/backup:backuptargetimport, moodle/restore:restoretargetimport', NULL),
(66, 'core_course_search_courses', 'core_course_external', 'search_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(67, 'core_course_update_categories', 'core_course_external', 'update_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(68, '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),
(69, 'core_course_view_course', 'core_course_external', 'view_course', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(70, 'core_course_get_user_navigation_options', 'core_course_external', 'get_user_navigation_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(71, 'core_course_get_user_administration_options', 'core_course_external', 'get_user_administration_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(72, 'core_course_get_courses_by_field', 'core_course_external', 'get_courses_by_field', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(73, 'core_course_check_updates', 'core_course_external', 'check_updates', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(74, 'core_course_get_updates_since', 'core_course_external', 'get_updates_since', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(75, 'core_course_get_enrolled_courses_by_timeline_classification', 'core_course_external', 'get_enrolled_courses_by_timeline_classification', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(76, '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'),
(77, 'core_course_get_recent_courses', 'core_course_external', 'get_recent_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(78, 'core_course_set_favourite_courses', 'core_course_external', 'set_favourite_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(79, 'core_course_get_enrolled_users_by_cmid', 'core_course_external', 'get_enrolled_users_by_cmid', 'course/externallib.php', 'moodle', '', NULL),
(80, 'core_course_add_content_item_to_user_favourites', 'core_course_external', 'add_content_item_to_user_favourites', 'course/externallib.php', 'moodle', '', NULL),
(81, 'core_course_remove_content_item_from_user_favourites', 'core_course_external', 'remove_content_item_from_user_favourites', 'course/externallib.php', 'moodle', '', NULL),
(82, 'core_course_get_course_content_items', 'core_course_external', 'get_course_content_items', 'course/externallib.php', 'moodle', '', NULL),
(83, 'core_course_get_activity_chooser_footer', 'core_course_external', 'get_activity_chooser_footer', 'course/externallib.php', 'moodle', '', NULL),
(84, 'core_course_toggle_activity_recommendation', 'core_course_external', 'toggle_activity_recommendation', 'course/externallib.php', 'moodle', '', NULL),
(85, 'core_enrol_get_course_enrolment_methods', 'core_enrol_external', 'get_course_enrolment_methods', 'enrol/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(86, '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'),
(87, 'core_enrol_get_enrolled_users_with_capability', 'core_enrol_external', 'get_enrolled_users_with_capability', 'enrol/externallib.php', 'moodle', '', NULL),
(88, 'core_enrol_get_potential_users', 'core_enrol_external', 'get_potential_users', 'enrol/externallib.php', 'moodle', 'moodle/course:enrolreview', NULL),
(89, 'core_enrol_search_users', 'core_enrol_external', 'search_users', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(90, 'core_enrol_get_users_courses', 'core_enrol_external', 'get_users_courses', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(91, 'core_enrol_submit_user_enrolment_form', 'core_enrol_external', 'submit_user_enrolment_form', 'enrol/externallib.php', 'moodle', '', NULL),
(92, 'core_enrol_unenrol_user_enrolment', 'core_enrol_external', 'unenrol_user_enrolment', 'enrol/externallib.php', 'moodle', '', NULL),
(93, 'core_fetch_notifications', 'core_external', 'fetch_notifications', 'lib/external/externallib.php', 'moodle', '', NULL),
(94, 'core_session_touch', 'core\\session\\external', 'touch_session', NULL, 'moodle', '', NULL),
(95, 'core_session_time_remaining', 'core\\session\\external', 'time_remaining', NULL, 'moodle', '', NULL),
(96, 'core_files_get_files', 'core_files_external', 'get_files', 'files/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(97, 'core_files_upload', 'core_files_external', 'upload', 'files/externallib.php', 'moodle', '', NULL),
(98, 'core_files_delete_draft_files', 'core_files\\external\\delete\\draft', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(99, 'core_files_get_unused_draft_itemid', 'core_files\\external\\get\\unused_draft', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(100, 'core_form_get_filetypes_browser_data', 'core_form\\external', 'get_filetypes_browser_data', NULL, 'moodle', '', NULL),
(101, 'core_form_dynamic_form', 'core_form\\external\\dynamic_form', 'execute', NULL, 'moodle', '', NULL),
(102, 'core_get_component_strings', 'core_external', 'get_component_strings', 'lib/external/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(103, 'core_get_fragment', 'core_external', 'get_fragment', 'lib/external/externallib.php', 'moodle', '', NULL),
(104, 'core_get_string', 'core_external', 'get_string', 'lib/external/externallib.php', 'moodle', '', NULL),
(105, 'core_get_strings', 'core_external', 'get_strings', 'lib/external/externallib.php', 'moodle', '', NULL),
(106, 'core_get_user_dates', 'core_external', 'get_user_dates', 'lib/external/externallib.php', 'moodle', '', NULL),
(107, 'core_grades_update_grades', 'core_grades_external', 'update_grades', NULL, 'moodle', '', NULL),
(108, 'core_grades_grader_gradingpanel_point_fetch', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(109, 'core_grades_grader_gradingpanel_point_store', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(110, 'core_grades_grader_gradingpanel_scale_fetch', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(111, 'core_grades_grader_gradingpanel_scale_store', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(112, 'core_grades_create_gradecategories', 'core_grades\\external\\create_gradecategories', 'execute', NULL, 'moodle', 'moodle/grade:manage', NULL),
(113, 'core_grades_get_enrolled_users_for_search_widget', 'core_grades\\external\\get_enrolled_users_for_search_widget', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(114, 'core_grades_get_enrolled_users_for_selector', 'core_grades\\external\\get_enrolled_users_for_selector', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(115, 'core_grades_get_groups_for_search_widget', 'core_group\\external\\get_groups_for_selector', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(116, 'core_grades_get_groups_for_selector', 'core_group\\external\\get_groups_for_selector', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(117, 'core_grades_get_feedback', 'core_grades\\external\\get_feedback', 'execute', NULL, 'moodle', '', NULL),
(118, 'core_grades_get_gradeitems', 'core_grades\\external\\get_gradeitems', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(119, 'core_grades_get_grade_tree', 'core_grades\\external\\get_grade_tree', 'execute', NULL, 'moodle', '', NULL),
(120, 'core_grades_get_gradable_users', 'core_grades\\external\\get_gradable_users', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(121, 'core_grading_get_definitions', 'core_grading_external', 'get_definitions', NULL, 'moodle', '', NULL),
(122, 'core_grading_get_gradingform_instances', 'core_grading_external', 'get_gradingform_instances', NULL, 'moodle', '', NULL),
(123, 'core_grading_save_definitions', 'core_grading_external', 'save_definitions', NULL, 'moodle', '', NULL),
(124, 'core_group_add_group_members', 'core_group_external', 'add_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(125, 'core_group_assign_grouping', 'core_group_external', 'assign_grouping', 'group/externallib.php', 'moodle', '', NULL),
(126, 'core_group_create_groupings', 'core_group_external', 'create_groupings', 'group/externallib.php', 'moodle', '', NULL),
(127, 'core_group_create_groups', 'core_group_external', 'create_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(128, 'core_group_delete_group_members', 'core_group_external', 'delete_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(129, 'core_group_delete_groupings', 'core_group_external', 'delete_groupings', 'group/externallib.php', 'moodle', '', NULL),
(130, 'core_group_delete_groups', 'core_group_external', 'delete_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(131, 'core_group_get_activity_allowed_groups', 'core_group_external', 'get_activity_allowed_groups', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(132, 'core_group_get_activity_groupmode', 'core_group_external', 'get_activity_groupmode', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(133, 'core_group_get_course_groupings', 'core_group_external', 'get_course_groupings', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(134, 'core_group_get_course_groups', 'core_group_external', 'get_course_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'),
(135, 'core_group_get_course_user_groups', 'core_group_external', 'get_course_user_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'),
(136, 'core_group_get_group_members', 'core_group_external', 'get_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(137, 'core_group_get_groupings', 'core_group_external', 'get_groupings', 'group/externallib.php', 'moodle', '', NULL),
(138, 'core_group_get_groups', 'core_group_external', 'get_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(139, 'core_group_get_groups_for_selector', 'core_group\\external\\get_groups_for_selector', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(140, 'core_group_unassign_grouping', 'core_group_external', 'unassign_grouping', 'group/externallib.php', 'moodle', '', NULL),
(141, 'core_group_update_groupings', 'core_group_external', 'update_groupings', 'group/externallib.php', 'moodle', '', NULL),
(142, 'core_group_update_groups', 'core_group_external', 'update_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(143, 'core_message_mute_conversations', 'core_message_external', 'mute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(144, 'core_message_unmute_conversations', 'core_message_external', 'unmute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(145, 'core_message_block_user', 'core_message_external', 'block_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(146, 'core_message_get_contact_requests', 'core_message_external', 'get_contact_requests', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(147, 'core_message_create_contact_request', 'core_message_external', 'create_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(148, 'core_message_confirm_contact_request', 'core_message_external', 'confirm_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(149, 'core_message_decline_contact_request', 'core_message_external', 'decline_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(150, 'core_message_get_received_contact_requests_count', 'core_message_external', 'get_received_contact_requests_count', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(151, 'core_message_delete_contacts', 'core_message_external', 'delete_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(152, 'core_message_delete_conversations_by_id', 'core_message_external', 'delete_conversations_by_id', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'),
(153, 'core_message_delete_message', 'core_message_external', 'delete_message', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'),
(154, 'core_message_get_blocked_users', 'core_message_external', 'get_blocked_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(155, 'core_message_data_for_messagearea_search_messages', 'core_message_external', 'data_for_messagearea_search_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(156, 'core_message_message_search_users', 'core_message_external', 'message_search_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(157, 'core_message_get_user_contacts', 'core_message_external', 'get_user_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(158, 'core_message_get_conversations', 'core_message_external', 'get_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(159, 'core_message_get_conversation', 'core_message_external', 'get_conversation', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(160, 'core_message_get_conversation_between_users', 'core_message_external', 'get_conversation_between_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(161, 'core_message_get_self_conversation', 'core_message_external', 'get_self_conversation', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(162, 'core_message_get_messages', 'core_message_external', 'get_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(163, 'core_message_get_conversation_counts', 'core_message_external', 'get_conversation_counts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(164, 'core_message_get_unread_conversation_counts', 'core_message_external', 'get_unread_conversation_counts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(165, 'core_message_get_conversation_members', 'core_message_external', 'get_conversation_members', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(166, 'core_message_get_member_info', 'core_message_external', 'get_member_info', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(167, 'core_message_get_unread_conversations_count', 'core_message_external', 'get_unread_conversations_count', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(168, 'core_message_mark_all_notifications_as_read', 'core_message_external', 'mark_all_notifications_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(169, 'core_message_mark_all_conversation_messages_as_read', 'core_message_external', 'mark_all_conversation_messages_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(170, 'core_message_mark_message_read', 'core_message_external', 'mark_message_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(171, 'core_message_mark_notification_read', 'core_message_external', 'mark_notification_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(172, 'core_message_message_processor_config_form', 'core_message_external', 'message_processor_config_form', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(173, 'core_message_get_message_processor', 'core_message_external', 'get_message_processor', 'message/externallib.php', 'moodle', '', NULL),
(174, 'core_message_search_contacts', 'core_message_external', 'search_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(175, 'core_message_send_instant_messages', 'core_message_external', 'send_instant_messages', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'),
(176, 'core_message_send_messages_to_conversation', 'core_message_external', 'send_messages_to_conversation', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'),
(177, 'core_message_get_conversation_messages', 'core_message_external', 'get_conversation_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(178, 'core_message_unblock_user', 'core_message_external', 'unblock_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(179, 'core_message_get_user_notification_preferences', 'core_message_external', 'get_user_notification_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'),
(180, 'core_message_get_user_message_preferences', 'core_message_external', 'get_user_message_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'),
(181, 'core_message_set_favourite_conversations', 'core_message_external', 'set_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(182, 'core_message_unset_favourite_conversations', 'core_message_external', 'unset_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(183, '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'),
(184, 'core_message_get_unread_notification_count', '\\core_message\\external\\get_unread_notification_count', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(185, 'core_my_view_page', '\\core_my\\external\\view_page', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(186, 'core_notes_create_notes', 'core_notes_external', 'create_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'),
(187, 'core_notes_delete_notes', 'core_notes_external', 'delete_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'),
(188, 'core_notes_get_course_notes', 'core_notes_external', 'get_course_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'),
(189, 'core_notes_get_notes', 'core_notes_external', 'get_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', NULL),
(190, 'core_notes_update_notes', 'core_notes_external', 'update_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', NULL),
(191, 'core_notes_view_notes', 'core_notes_external', 'view_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'),
(192, 'core_output_load_template', 'core\\output\\external', 'load_template', NULL, 'moodle', '', NULL),
(193, 'core_output_load_template_with_dependencies', 'core\\output\\external', 'load_template_with_dependencies', NULL, 'moodle', '', NULL),
(194, 'core_output_load_fontawesome_icon_map', 'core\\output\\external', 'load_fontawesome_icon_map', NULL, 'moodle', '', NULL),
(195, 'core_output_load_fontawesome_icon_system_map', 'core\\external\\output\\icon_system\\load_fontawesome_map', 'execute', NULL, 'moodle', '', NULL),
(196, 'core_question_update_flag', 'core_question_external', 'update_flag', NULL, 'moodle', 'moodle/question:flag', 'moodle_mobile_app'),
(197, 'core_question_submit_tags_form', 'core_question_external', 'submit_tags_form', NULL, 'moodle', '', NULL),
(198, 'core_question_get_random_question_summaries', 'core_question_external', 'get_random_question_summaries', NULL, 'moodle', '', NULL),
(199, 'core_rating_get_item_ratings', 'core_rating_external', 'get_item_ratings', NULL, 'moodle', 'moodle/rating:view', 'moodle_mobile_app'),
(200, 'core_rating_add_rating', 'core_rating_external', 'add_rating', NULL, 'moodle', 'moodle/rating:rate', 'moodle_mobile_app'),
(201, 'core_role_assign_roles', 'core_role_external', 'assign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL),
(202, 'core_role_unassign_roles', 'core_role_external', 'unassign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL),
(203, 'core_search_get_relevant_users', '\\core_search\\external', 'get_relevant_users', NULL, 'moodle', '', NULL),
(204, 'core_search_get_results', '\\core_search\\external\\get_results', 'execute', NULL, 'moodle', 'moodle/search:query', 'moodle_mobile_app'),
(205, 'core_search_get_search_areas_list', '\\core_search\\external\\get_search_areas_list', 'execute', NULL, 'moodle', 'moodle/search:query', 'moodle_mobile_app'),
(206, 'core_search_view_results', '\\core_search\\external\\view_results', 'execute', NULL, 'moodle', 'moodle/search:query', 'moodle_mobile_app'),
(207, 'core_search_get_top_results', '\\core_search\\external\\get_top_results', 'execute', NULL, 'moodle', 'moodle/search:query', 'moodle_mobile_app'),
(208, 'core_tag_get_tagindex', 'core_tag_external', 'get_tagindex', NULL, 'moodle', '', 'moodle_mobile_app'),
(209, 'core_tag_get_tags', 'core_tag_external', 'get_tags', NULL, 'moodle', '', NULL),
(210, 'core_tag_update_tags', 'core_tag_external', 'update_tags', NULL, 'moodle', '', NULL),
(211, 'core_tag_get_tagindex_per_area', 'core_tag_external', 'get_tagindex_per_area', NULL, 'moodle', '', 'moodle_mobile_app'),
(212, 'core_tag_get_tag_areas', 'core_tag_external', 'get_tag_areas', NULL, 'moodle', '', 'moodle_mobile_app'),
(213, 'core_tag_get_tag_collections', 'core_tag_external', 'get_tag_collections', NULL, 'moodle', '', 'moodle_mobile_app'),
(214, 'core_tag_get_tag_cloud', 'core_tag_external', 'get_tag_cloud', NULL, 'moodle', '', 'moodle_mobile_app'),
(215, 'core_update_inplace_editable', 'core_external', 'update_inplace_editable', 'lib/external/externallib.php', 'moodle', '', NULL),
(216, 'core_user_add_user_device', 'core_user_external', 'add_user_device', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(217, 'core_user_update_user_device_public_key', '\\core_user\\external\\update_user_device_public_key', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(218, 'core_user_add_user_private_files', 'core_user_external', 'add_user_private_files', 'user/externallib.php', 'moodle', 'moodle/user:manageownfiles', 'moodle_mobile_app'),
(219, 'core_user_create_users', 'core_user_external', 'create_users', 'user/externallib.php', 'moodle', 'moodle/user:create', NULL),
(220, 'core_user_delete_users', 'core_user_external', 'delete_users', 'user/externallib.php', 'moodle', 'moodle/user:delete', NULL),
(221, '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'),
(222, '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),
(223, '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'),
(224, 'core_user_search_identity', '\\core_user\\external\\search_identity', 'execute', NULL, 'moodle', 'moodle/user:viewalldetails', NULL),
(225, 'core_user_remove_user_device', 'core_user_external', 'remove_user_device', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(226, 'core_user_update_users', 'core_user_external', 'update_users', 'user/externallib.php', 'moodle', 'moodle/user:update', NULL),
(227, 'core_user_update_user_preferences', 'core_user_external', 'update_user_preferences', 'user/externallib.php', 'moodle', 'moodle/user:editownmessageprofile, moodle/user:editmessageprofile', 'moodle_mobile_app'),
(228, 'core_user_view_user_list', 'core_user_external', 'view_user_list', 'user/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(229, 'core_user_view_user_profile', 'core_user_external', 'view_user_profile', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails', 'moodle_mobile_app'),
(230, 'core_user_get_user_preferences', 'core_user_external', 'get_user_preferences', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(231, 'core_user_update_picture', 'core_user_external', 'update_picture', 'user/externallib.php', 'moodle', 'moodle/user:editownprofile, moodle/user:editprofile', 'moodle_mobile_app'),
(232, 'core_user_set_user_preferences', 'core_user_external', 'set_user_preferences', 'user/externallib.php', 'moodle', 'moodle/site:config', 'moodle_mobile_app'),
(233, 'core_user_agree_site_policy', 'core_user_external', 'agree_site_policy', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(234, 'core_user_get_private_files_info', 'core_user_external', 'get_private_files_info', 'user/externallib.php', 'moodle', 'moodle/user:manageownfiles', 'moodle_mobile_app'),
(235, 'core_competency_create_competency_framework', 'core_competency\\external', 'create_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(236, 'core_competency_read_competency_framework', 'core_competency\\external', 'read_competency_framework', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(237, 'core_competency_duplicate_competency_framework', 'core_competency\\external', 'duplicate_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(238, 'core_competency_delete_competency_framework', 'core_competency\\external', 'delete_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(239, 'core_competency_update_competency_framework', 'core_competency\\external', 'update_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(240, 'core_competency_list_competency_frameworks', 'core_competency\\external', 'list_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(241, 'core_competency_count_competency_frameworks', 'core_competency\\external', 'count_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(242, 'core_competency_competency_framework_viewed', 'core_competency\\external', 'competency_framework_viewed', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(243, 'core_competency_create_competency', 'core_competency\\external', 'create_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(244, 'core_competency_read_competency', 'core_competency\\external', 'read_competency', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(245, 'core_competency_competency_viewed', 'core_competency\\external', 'competency_viewed', NULL, 'moodle', 'moodle/competency:competencyview', 'moodle_mobile_app'),
(246, 'core_competency_delete_competency', 'core_competency\\external', 'delete_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(247, 'core_competency_update_competency', 'core_competency\\external', 'update_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(248, 'core_competency_list_competencies', 'core_competency\\external', 'list_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(249, 'core_competency_list_competencies_in_template', 'core_competency\\external', 'list_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(250, 'core_competency_count_competencies', 'core_competency\\external', 'count_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(251, 'core_competency_count_competencies_in_template', 'core_competency\\external', 'count_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(252, 'core_competency_search_competencies', 'core_competency\\external', 'search_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(253, 'core_competency_set_parent_competency', 'core_competency\\external', 'set_parent_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(254, 'core_competency_move_up_competency', 'core_competency\\external', 'move_up_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(255, 'core_competency_move_down_competency', 'core_competency\\external', 'move_down_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(256, 'core_competency_list_course_module_competencies', 'core_competency\\external', 'list_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(257, 'core_competency_count_course_module_competencies', 'core_competency\\external', 'count_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(258, 'core_competency_list_course_competencies', 'core_competency\\external', 'list_course_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'),
(259, 'core_competency_count_competencies_in_course', 'core_competency\\external', 'count_competencies_in_course', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(260, 'core_competency_count_courses_using_competency', 'core_competency\\external', 'count_courses_using_competency', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(261, 'core_competency_add_competency_to_course', 'core_competency\\external', 'add_competency_to_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(262, 'core_competency_add_competency_to_template', 'core_competency\\external', 'add_competency_to_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(263, 'core_competency_remove_competency_from_course', 'core_competency\\external', 'remove_competency_from_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(264, 'core_competency_set_course_competency_ruleoutcome', 'core_competency\\external', 'set_course_competency_ruleoutcome', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(265, 'core_competency_remove_competency_from_template', 'core_competency\\external', 'remove_competency_from_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(266, 'core_competency_reorder_course_competency', 'core_competency\\external', 'reorder_course_competency', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(267, 'core_competency_reorder_template_competency', 'core_competency\\external', 'reorder_template_competency', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(268, 'core_competency_create_template', 'core_competency\\external', 'create_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(269, 'core_competency_duplicate_template', 'core_competency\\external', 'duplicate_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(270, 'core_competency_read_template', 'core_competency\\external', 'read_template', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(271, 'core_competency_delete_template', 'core_competency\\external', 'delete_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(272, 'core_competency_update_template', 'core_competency\\external', 'update_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(273, 'core_competency_list_templates', 'core_competency\\external', 'list_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(274, 'core_competency_list_templates_using_competency', 'core_competency\\external', 'list_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(275, 'core_competency_count_templates', 'core_competency\\external', 'count_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(276, 'core_competency_count_templates_using_competency', 'core_competency\\external', 'count_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(277, 'core_competency_create_plan', 'core_competency\\external', 'create_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(278, 'core_competency_update_plan', 'core_competency\\external', 'update_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(279, 'core_competency_complete_plan', 'core_competency\\external', 'complete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(280, 'core_competency_reopen_plan', 'core_competency\\external', 'reopen_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(281, 'core_competency_read_plan', 'core_competency\\external', 'read_plan', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(282, 'core_competency_delete_plan', 'core_competency\\external', 'delete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(283, 'core_competency_list_user_plans', 'core_competency\\external', 'list_user_plans', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(284, 'core_competency_list_plan_competencies', 'core_competency\\external', 'list_plan_competencies', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(285, 'core_competency_add_competency_to_plan', 'core_competency\\external', 'add_competency_to_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(286, 'core_competency_remove_competency_from_plan', 'core_competency\\external', 'remove_competency_from_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(287, 'core_competency_reorder_plan_competency', 'core_competency\\external', 'reorder_plan_competency', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(288, 'core_competency_plan_request_review', 'core_competency\\external', 'plan_request_review', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL),
(289, 'core_competency_plan_start_review', 'core_competency\\external', 'plan_start_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(290, 'core_competency_plan_stop_review', 'core_competency\\external', 'plan_stop_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(291, 'core_competency_plan_cancel_review_request', 'core_competency\\external', 'plan_cancel_review_request', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL),
(292, 'core_competency_approve_plan', 'core_competency\\external', 'approve_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(293, 'core_competency_unapprove_plan', 'core_competency\\external', 'unapprove_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(294, 'core_competency_template_has_related_data', 'core_competency\\external', 'template_has_related_data', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(295, 'core_competency_get_scale_values', 'core_competency\\external', 'get_scale_values', NULL, 'moodle', 'moodle/competency:competencymanage', 'moodle_mobile_app'),
(296, 'core_competency_add_related_competency', 'core_competency\\external', 'add_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(297, 'core_competency_remove_related_competency', 'core_competency\\external', 'remove_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(298, 'core_competency_read_user_evidence', 'core_competency\\external', 'read_user_evidence', NULL, 'moodle', 'moodle/competency:userevidenceview', NULL),
(299, 'core_competency_delete_user_evidence', 'core_competency\\external', 'delete_user_evidence', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(300, 'core_competency_create_user_evidence_competency', 'core_competency\\external', 'create_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown, moodle/competency:competencyview', NULL),
(301, 'core_competency_delete_user_evidence_competency', 'core_competency\\external', 'delete_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(302, 'core_competency_user_competency_cancel_review_request', 'core_competency\\external', 'user_competency_cancel_review_request', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(303, 'core_competency_user_competency_request_review', 'core_competency\\external', 'user_competency_request_review', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(304, 'core_competency_user_competency_start_review', 'core_competency\\external', 'user_competency_start_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(305, 'core_competency_user_competency_stop_review', 'core_competency\\external', 'user_competency_stop_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(306, 'core_competency_user_competency_viewed', 'core_competency\\external', 'user_competency_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(307, 'core_competency_user_competency_viewed_in_plan', 'core_competency\\external', 'user_competency_viewed_in_plan', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(308, 'core_competency_user_competency_viewed_in_course', 'core_competency\\external', 'user_competency_viewed_in_course', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(309, 'core_competency_user_competency_plan_viewed', 'core_competency\\external', 'user_competency_plan_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(310, 'core_competency_grade_competency', 'core_competency\\external', 'grade_competency', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(311, 'core_competency_grade_competency_in_plan', 'core_competency\\external', 'grade_competency_in_plan', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(312, 'core_competency_grade_competency_in_course', 'core_competency\\external', 'grade_competency_in_course', NULL, 'moodle', 'moodle/competency:competencygrade', 'moodle_mobile_app'),
(313, 'core_competency_unlink_plan_from_template', 'core_competency\\external', 'unlink_plan_from_template', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(314, 'core_competency_template_viewed', 'core_competency\\external', 'template_viewed', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(315, '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),
(316, 'core_competency_update_course_competency_settings', 'core_competency\\external', 'update_course_competency_settings', NULL, 'moodle', 'moodle/competency:coursecompetencyconfigure', NULL),
(317, 'core_competency_delete_evidence', 'core_competency\\external', 'delete_evidence', NULL, 'moodle', 'moodle/competency:evidencedelete', 'moodle_mobile_app'),
(318, 'core_webservice_get_site_info', 'core_webservice_external', 'get_site_info', 'webservice/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(319, 'core_block_get_course_blocks', 'core_block_external', 'get_course_blocks', NULL, 'moodle', '', 'moodle_mobile_app');
INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES
(320, 'core_block_get_dashboard_blocks', 'core_block_external', 'get_dashboard_blocks', NULL, 'moodle', '', 'moodle_mobile_app'),
(321, 'core_block_fetch_addable_blocks', 'core_block\\external\\fetch_addable_blocks', 'execute', NULL, 'moodle', 'moodle/site:manageblocks', 'moodle_mobile_app'),
(322, 'core_filters_get_available_in_context', 'core_filters\\external', 'get_available_in_context', NULL, 'moodle', '', 'moodle_mobile_app'),
(323, 'core_customfield_delete_field', 'core_customfield_external', 'delete_field', 'customfield/externallib.php', 'moodle', '', NULL),
(324, 'core_customfield_reload_template', 'core_customfield_external', 'reload_template', 'customfield/externallib.php', 'moodle', '', NULL),
(325, 'core_customfield_create_category', 'core_customfield_external', 'create_category', 'customfield/externallib.php', 'moodle', '', NULL),
(326, 'core_customfield_delete_category', 'core_customfield_external', 'delete_category', 'customfield/externallib.php', 'moodle', '', NULL),
(327, 'core_customfield_move_field', 'core_customfield_external', 'move_field', 'customfield/externallib.php', 'moodle', '', NULL),
(328, 'core_customfield_move_category', 'core_customfield_external', 'move_category', 'customfield/externallib.php', 'moodle', '', NULL),
(329, 'core_h5p_get_trusted_h5p_file', 'core_h5p\\external', 'get_trusted_h5p_file', NULL, 'moodle', '', 'moodle_mobile_app'),
(330, 'core_table_get_dynamic_table_content', 'core_table\\external\\dynamic\\get', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(331, 'core_xapi_statement_post', 'core_xapi\\external\\post_statement', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(332, 'core_xapi_post_state', 'core_xapi\\external\\post_state', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(333, 'core_xapi_get_state', 'core_xapi\\external\\get_state', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(334, 'core_xapi_get_states', 'core_xapi\\external\\get_states', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(335, 'core_xapi_delete_state', 'core_xapi\\external\\delete_state', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(336, 'core_xapi_delete_states', 'core_xapi\\external\\delete_states', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(337, 'core_contentbank_delete_content', 'core_contentbank\\external\\delete_content', 'execute', NULL, 'moodle', 'moodle/contentbank:deleteanycontent', NULL),
(338, 'core_contentbank_rename_content', 'core_contentbank\\external\\rename_content', 'execute', NULL, 'moodle', 'moodle/contentbank:manageowncontent', NULL),
(339, 'core_contentbank_copy_content', 'core_contentbank\\external\\copy_content', 'execute', NULL, 'moodle', 'moodle/contentbank:copycontent, moodle/contentbank:copyanycontent', NULL),
(340, 'core_contentbank_set_content_visibility', 'core_contentbank\\external\\set_content_visibility', 'execute', NULL, 'moodle', 'moodle/contentbank:manageowncontent', NULL),
(341, 'core_create_userfeedback_action_record', 'core\\external\\record_userfeedback_action', 'execute', NULL, 'moodle', '', NULL),
(342, 'core_payment_get_available_gateways', 'core_payment\\external\\get_available_gateways', 'execute', NULL, 'moodle', '', NULL),
(343, 'core_reportbuilder_filters_reset', 'core_reportbuilder\\external\\filters\\reset', 'execute', NULL, 'moodle', '', NULL),
(344, 'core_reportbuilder_set_filters', 'core_reportbuilder\\external\\filters\\set', 'execute', NULL, 'moodle', '', NULL),
(345, 'core_dynamic_tabs_get_content', 'core\\external\\dynamic_tabs_get_content', 'execute', NULL, 'moodle', '', NULL),
(346, 'core_change_editmode', 'core\\external\\editmode', 'change_editmode', NULL, 'moodle', '', NULL),
(347, 'core_reportbuilder_reports_delete', 'core_reportbuilder\\external\\reports\\delete', 'execute', NULL, 'moodle', '', NULL),
(348, 'core_reportbuilder_reports_get', 'core_reportbuilder\\external\\reports\\get', 'execute', NULL, 'moodle', '', NULL),
(349, 'core_reportbuilder_list_reports', 'core_reportbuilder\\external\\reports\\listing', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(350, 'core_reportbuilder_retrieve_report', 'core_reportbuilder\\external\\reports\\retrieve', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(351, 'core_reportbuilder_retrieve_system_report', 'core_reportbuilder\\external\\systemreports\\retrieve', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(352, 'core_reportbuilder_can_view_system_report', 'core_reportbuilder\\external\\systemreports\\can_view', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(353, 'core_reportbuilder_view_report', 'core_reportbuilder\\external\\reports\\view', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(354, 'core_reportbuilder_columns_add', 'core_reportbuilder\\external\\columns\\add', 'execute', NULL, 'moodle', '', NULL),
(355, 'core_reportbuilder_columns_delete', 'core_reportbuilder\\external\\columns\\delete', 'execute', NULL, 'moodle', '', NULL),
(356, 'core_reportbuilder_columns_reorder', 'core_reportbuilder\\external\\columns\\reorder', 'execute', NULL, 'moodle', '', NULL),
(357, 'core_reportbuilder_columns_sort_get', 'core_reportbuilder\\external\\columns\\sort\\get', 'execute', NULL, 'moodle', '', NULL),
(358, 'core_reportbuilder_columns_sort_reorder', 'core_reportbuilder\\external\\columns\\sort\\reorder', 'execute', NULL, 'moodle', '', NULL),
(359, 'core_reportbuilder_columns_sort_toggle', 'core_reportbuilder\\external\\columns\\sort\\toggle', 'execute', NULL, 'moodle', '', NULL),
(360, 'core_reportbuilder_conditions_add', 'core_reportbuilder\\external\\conditions\\add', 'execute', NULL, 'moodle', '', NULL),
(361, 'core_reportbuilder_conditions_delete', 'core_reportbuilder\\external\\conditions\\delete', 'execute', NULL, 'moodle', '', NULL),
(362, 'core_reportbuilder_conditions_reorder', 'core_reportbuilder\\external\\conditions\\reorder', 'execute', NULL, 'moodle', '', NULL),
(363, 'core_reportbuilder_conditions_reset', 'core_reportbuilder\\external\\conditions\\reset', 'execute', NULL, 'moodle', '', NULL),
(364, 'core_reportbuilder_filters_add', 'core_reportbuilder\\external\\filters\\add', 'execute', NULL, 'moodle', '', NULL),
(365, 'core_reportbuilder_filters_delete', 'core_reportbuilder\\external\\filters\\delete', 'execute', NULL, 'moodle', '', NULL),
(366, 'core_reportbuilder_filters_reorder', 'core_reportbuilder\\external\\filters\\reorder', 'execute', NULL, 'moodle', '', NULL),
(367, 'core_reportbuilder_audiences_delete', 'core_reportbuilder\\external\\audiences\\delete', 'execute', NULL, 'moodle', '', NULL),
(368, 'core_reportbuilder_schedules_delete', 'core_reportbuilder\\external\\schedules\\delete', 'execute', NULL, 'moodle', '', NULL),
(369, 'core_reportbuilder_schedules_send', 'core_reportbuilder\\external\\schedules\\send', 'execute', NULL, 'moodle', '', NULL),
(370, 'core_reportbuilder_schedules_toggle', 'core_reportbuilder\\external\\schedules\\toggle', 'execute', NULL, 'moodle', '', NULL),
(371, 'core_admin_set_plugin_state', 'core_admin\\external\\set_plugin_state', 'execute', NULL, 'moodle', '', NULL),
(372, 'core_admin_set_plugin_order', 'core_admin\\external\\set_plugin_order', 'execute', NULL, 'moodle', '', NULL),
(373, 'core_admin_set_block_protection', 'core_admin\\external\\set_block_protection', 'execute', NULL, 'moodle', '', NULL),
(374, 'core_moodlenet_send_activity', 'core\\external\\moodlenet_send_activity', 'execute', NULL, 'moodle', '', NULL),
(375, 'core_moodlenet_get_share_info_activity', 'core\\external\\moodlenet_get_share_info_activity', 'execute', NULL, 'moodle', '', NULL),
(376, 'core_moodlenet_auth_check', 'core\\external\\moodlenet_auth_check', 'execute', NULL, 'moodle', '', NULL),
(377, 'core_moodlenet_get_shared_course_info', 'core\\external\\moodlenet_get_shared_course_info', 'execute', NULL, 'moodle', '', NULL),
(378, 'core_moodlenet_send_course', 'core\\external\\moodlenet_send_course', 'execute', NULL, 'moodle', '', NULL),
(379, 'mod_assign_copy_previous_attempt', 'mod_assign_external', 'copy_previous_attempt', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:submit', NULL),
(380, 'mod_assign_get_grades', 'mod_assign_external', 'get_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(381, 'mod_assign_get_assignments', 'mod_assign_external', 'get_assignments', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(382, 'mod_assign_get_submissions', 'mod_assign_external', 'get_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(383, 'mod_assign_get_user_flags', 'mod_assign_external', 'get_user_flags', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(384, 'mod_assign_set_user_flags', 'mod_assign_external', 'set_user_flags', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'),
(385, 'mod_assign_get_user_mappings', 'mod_assign_external', 'get_user_mappings', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(386, 'mod_assign_revert_submissions_to_draft', 'mod_assign_external', 'revert_submissions_to_draft', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(387, 'mod_assign_lock_submissions', 'mod_assign_external', 'lock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(388, 'mod_assign_unlock_submissions', 'mod_assign_external', 'unlock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(389, 'mod_assign_save_submission', 'mod_assign_external', 'save_submission', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(390, 'mod_assign_submit_for_grading', 'mod_assign_external', 'submit_for_grading', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(391, 'mod_assign_save_grade', 'mod_assign_external', 'save_grade', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(392, 'mod_assign_save_grades', 'mod_assign_external', 'save_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(393, 'mod_assign_save_user_extensions', 'mod_assign_external', 'save_user_extensions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(394, 'mod_assign_reveal_identities', 'mod_assign_external', 'reveal_identities', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(395, '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'),
(396, 'mod_assign_view_submission_status', 'mod_assign_external', 'view_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(397, 'mod_assign_get_submission_status', 'mod_assign_external', 'get_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(398, 'mod_assign_list_participants', 'mod_assign_external', 'list_participants', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'),
(399, 'mod_assign_submit_grading_form', 'mod_assign_external', 'submit_grading_form', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'),
(400, 'mod_assign_get_participant', 'mod_assign_external', 'get_participant', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'),
(401, 'mod_assign_view_assign', 'mod_assign_external', 'view_assign', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(402, 'mod_assign_start_submission', 'mod_assign\\external\\start_submission', 'execute', NULL, 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(403, 'mod_bigbluebuttonbn_can_join', 'mod_bigbluebuttonbn\\external\\can_join', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(404, 'mod_bigbluebuttonbn_get_recordings', 'mod_bigbluebuttonbn\\external\\get_recordings', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(405, 'mod_bigbluebuttonbn_get_recordings_to_import', 'mod_bigbluebuttonbn\\external\\get_recordings_to_import', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:importrecordings', 'moodle_mobile_app'),
(406, 'mod_bigbluebuttonbn_update_recording', 'mod_bigbluebuttonbn\\external\\update_recording', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:managerecordings', 'moodle_mobile_app'),
(407, 'mod_bigbluebuttonbn_end_meeting', 'mod_bigbluebuttonbn\\external\\end_meeting', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:join', 'moodle_mobile_app'),
(408, 'mod_bigbluebuttonbn_completion_validate', 'mod_bigbluebuttonbn\\external\\completion_validate', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(409, 'mod_bigbluebuttonbn_meeting_info', 'mod_bigbluebuttonbn\\external\\meeting_info', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(410, 'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses', 'mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(411, 'mod_bigbluebuttonbn_view_bigbluebuttonbn', 'mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'),
(412, 'mod_bigbluebuttonbn_get_join_url', 'mod_bigbluebuttonbn\\external\\get_join_url', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:join', 'moodle_mobile_app'),
(413, 'mod_book_view_book', 'mod_book_external', 'view_book', NULL, 'mod_book', 'mod/book:read', 'moodle_mobile_app'),
(414, 'mod_book_get_books_by_courses', 'mod_book_external', 'get_books_by_courses', NULL, 'mod_book', '', 'moodle_mobile_app'),
(415, 'mod_chat_login_user', 'mod_chat_external', 'login_user', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(416, 'mod_chat_get_chat_users', 'mod_chat_external', 'get_chat_users', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(417, 'mod_chat_send_chat_message', 'mod_chat_external', 'send_chat_message', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(418, 'mod_chat_get_chat_latest_messages', 'mod_chat_external', 'get_chat_latest_messages', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(419, 'mod_chat_view_chat', 'mod_chat_external', 'view_chat', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(420, 'mod_chat_get_chats_by_courses', 'mod_chat_external', 'get_chats_by_courses', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(421, 'mod_chat_get_sessions', 'mod_chat_external', 'get_sessions', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(422, 'mod_chat_get_session_messages', 'mod_chat_external', 'get_session_messages', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(423, 'mod_chat_view_sessions', 'mod_chat\\external\\view_sessions', 'execute', NULL, 'mod_chat', 'mod/chat:readlog', 'moodle_mobile_app'),
(424, 'mod_choice_get_choice_results', 'mod_choice_external', 'get_choice_results', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(425, 'mod_choice_get_choice_options', 'mod_choice_external', 'get_choice_options', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(426, 'mod_choice_submit_choice_response', 'mod_choice_external', 'submit_choice_response', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(427, 'mod_choice_view_choice', 'mod_choice_external', 'view_choice', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(428, 'mod_choice_get_choices_by_courses', 'mod_choice_external', 'get_choices_by_courses', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(429, 'mod_choice_delete_choice_responses', 'mod_choice_external', 'delete_choice_responses', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(430, 'mod_data_get_databases_by_courses', 'mod_data_external', 'get_databases_by_courses', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(431, 'mod_data_view_database', 'mod_data_external', 'view_database', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(432, 'mod_data_get_data_access_information', 'mod_data_external', 'get_data_access_information', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(433, 'mod_data_get_entries', 'mod_data_external', 'get_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(434, 'mod_data_get_entry', 'mod_data_external', 'get_entry', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(435, 'mod_data_get_fields', 'mod_data_external', 'get_fields', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(436, 'mod_data_search_entries', 'mod_data_external', 'search_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(437, 'mod_data_approve_entry', 'mod_data_external', 'approve_entry', NULL, 'mod_data', 'mod/data:approve', 'moodle_mobile_app'),
(438, 'mod_data_delete_entry', 'mod_data_external', 'delete_entry', NULL, 'mod_data', 'mod/data:manageentries', 'moodle_mobile_app'),
(439, 'mod_data_add_entry', 'mod_data_external', 'add_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'),
(440, 'mod_data_update_entry', 'mod_data_external', 'update_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'),
(441, 'mod_data_delete_saved_preset', 'mod_data\\external\\delete_saved_preset', 'execute', NULL, 'mod_data', 'mod/data:manageuserpresets', NULL),
(442, 'mod_data_get_mapping_information', 'mod_data\\external\\get_mapping_information', 'execute', NULL, 'mod_data', 'mod/data:managetemplates', NULL),
(443, 'mod_feedback_get_feedbacks_by_courses', 'mod_feedback_external', 'get_feedbacks_by_courses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(444, 'mod_feedback_get_feedback_access_information', 'mod_feedback_external', 'get_feedback_access_information', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(445, 'mod_feedback_view_feedback', 'mod_feedback_external', 'view_feedback', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(446, 'mod_feedback_get_current_completed_tmp', 'mod_feedback_external', 'get_current_completed_tmp', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(447, 'mod_feedback_get_items', 'mod_feedback_external', 'get_items', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(448, 'mod_feedback_launch_feedback', 'mod_feedback_external', 'launch_feedback', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(449, 'mod_feedback_get_page_items', 'mod_feedback_external', 'get_page_items', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(450, 'mod_feedback_process_page', 'mod_feedback_external', 'process_page', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(451, 'mod_feedback_get_analysis', 'mod_feedback_external', 'get_analysis', NULL, 'mod_feedback', 'mod/feedback:viewanalysepage', 'moodle_mobile_app'),
(452, 'mod_feedback_get_unfinished_responses', 'mod_feedback_external', 'get_unfinished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(453, 'mod_feedback_get_finished_responses', 'mod_feedback_external', 'get_finished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(454, 'mod_feedback_get_non_respondents', 'mod_feedback_external', 'get_non_respondents', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'),
(455, 'mod_feedback_get_responses_analysis', 'mod_feedback_external', 'get_responses_analysis', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'),
(456, 'mod_feedback_get_last_completed', 'mod_feedback_external', 'get_last_completed', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(457, 'mod_folder_view_folder', 'mod_folder_external', 'view_folder', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'),
(458, 'mod_folder_get_folders_by_courses', 'mod_folder_external', 'get_folders_by_courses', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'),
(459, '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'),
(460, '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'),
(461, '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'),
(462, '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'),
(463, 'mod_forum_view_forum', 'mod_forum_external', 'view_forum', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'),
(464, 'mod_forum_view_forum_discussion', 'mod_forum_external', 'view_forum_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'),
(465, 'mod_forum_add_discussion_post', 'mod_forum_external', 'add_discussion_post', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:replypost', 'moodle_mobile_app'),
(466, 'mod_forum_add_discussion', 'mod_forum_external', 'add_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:startdiscussion', 'moodle_mobile_app'),
(467, 'mod_forum_can_add_discussion', 'mod_forum_external', 'can_add_discussion', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(468, 'mod_forum_get_forum_access_information', 'mod_forum_external', 'get_forum_access_information', NULL, 'mod_forum', '', 'moodle_mobile_app'),
(469, 'mod_forum_set_subscription_state', 'mod_forum_external', 'set_subscription_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(470, 'mod_forum_set_lock_state', 'mod_forum_external', 'set_lock_state', 'mod/forum/externallib.php', 'mod_forum', 'moodle/course:manageactivities', 'moodle_mobile_app'),
(471, 'mod_forum_toggle_favourite_state', 'mod_forum_external', 'toggle_favourite_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(472, 'mod_forum_set_pin_state', 'mod_forum_external', 'set_pin_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(473, 'mod_forum_delete_post', 'mod_forum_external', 'delete_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(474, '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),
(475, 'mod_forum_get_discussion_post', 'mod_forum_external', 'get_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(476, 'mod_forum_prepare_draft_area_for_post', 'mod_forum_external', 'prepare_draft_area_for_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(477, 'mod_forum_update_discussion_post', 'mod_forum_external', 'update_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(478, 'mod_glossary_get_glossaries_by_courses', 'mod_glossary_external', 'get_glossaries_by_courses', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(479, 'mod_glossary_view_glossary', 'mod_glossary_external', 'view_glossary', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(480, 'mod_glossary_view_entry', 'mod_glossary_external', 'view_entry', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(481, 'mod_glossary_get_entries_by_letter', 'mod_glossary_external', 'get_entries_by_letter', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(482, 'mod_glossary_get_entries_by_date', 'mod_glossary_external', 'get_entries_by_date', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(483, 'mod_glossary_get_categories', 'mod_glossary_external', 'get_categories', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(484, 'mod_glossary_get_entries_by_category', 'mod_glossary_external', 'get_entries_by_category', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(485, 'mod_glossary_get_authors', 'mod_glossary_external', 'get_authors', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(486, 'mod_glossary_get_entries_by_author', 'mod_glossary_external', 'get_entries_by_author', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(487, 'mod_glossary_get_entries_by_author_id', 'mod_glossary_external', 'get_entries_by_author_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(488, 'mod_glossary_get_entries_by_search', 'mod_glossary_external', 'get_entries_by_search', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(489, 'mod_glossary_get_entries_by_term', 'mod_glossary_external', 'get_entries_by_term', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(490, 'mod_glossary_get_entries_to_approve', 'mod_glossary_external', 'get_entries_to_approve', NULL, 'mod_glossary', 'mod/glossary:approve', 'moodle_mobile_app'),
(491, 'mod_glossary_get_entry_by_id', 'mod_glossary_external', 'get_entry_by_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(492, 'mod_glossary_add_entry', 'mod_glossary_external', 'add_entry', NULL, 'mod_glossary', 'mod/glossary:write', 'moodle_mobile_app'),
(493, 'mod_glossary_delete_entry', 'mod_glossary\\external\\delete_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'),
(494, 'mod_glossary_update_entry', 'mod_glossary\\external\\update_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'),
(495, 'mod_glossary_prepare_entry_for_edition', 'mod_glossary\\external\\prepare_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'),
(496, 'mod_h5pactivity_get_h5pactivity_access_information', 'mod_h5pactivity\\external\\get_h5pactivity_access_information', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(497, 'mod_h5pactivity_view_h5pactivity', 'mod_h5pactivity\\external\\view_h5pactivity', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(498, 'mod_h5pactivity_get_attempts', 'mod_h5pactivity\\external\\get_attempts', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(499, 'mod_h5pactivity_get_results', 'mod_h5pactivity\\external\\get_results', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(500, 'mod_h5pactivity_get_h5pactivities_by_courses', 'mod_h5pactivity\\external\\get_h5pactivities_by_courses', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(501, 'mod_h5pactivity_log_report_viewed', 'mod_h5pactivity\\external\\log_report_viewed', 'execute', NULL, 'mod_h5pactivity', '', 'moodle_mobile_app'),
(502, 'mod_h5pactivity_get_user_attempts', 'mod_h5pactivity\\external\\get_user_attempts', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:reviewattempts', 'moodle_mobile_app'),
(503, 'mod_imscp_view_imscp', 'mod_imscp_external', 'view_imscp', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'),
(504, 'mod_imscp_get_imscps_by_courses', 'mod_imscp_external', 'get_imscps_by_courses', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'),
(505, 'mod_label_get_labels_by_courses', 'mod_label_external', 'get_labels_by_courses', NULL, 'mod_label', 'mod/label:view', 'moodle_mobile_app'),
(506, 'mod_lesson_get_lessons_by_courses', 'mod_lesson_external', 'get_lessons_by_courses', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(507, 'mod_lesson_get_lesson_access_information', 'mod_lesson_external', 'get_lesson_access_information', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(508, 'mod_lesson_view_lesson', 'mod_lesson_external', 'view_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(509, 'mod_lesson_get_questions_attempts', 'mod_lesson_external', 'get_questions_attempts', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(510, 'mod_lesson_get_user_grade', 'mod_lesson_external', 'get_user_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(511, 'mod_lesson_get_user_attempt_grade', 'mod_lesson_external', 'get_user_attempt_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(512, 'mod_lesson_get_content_pages_viewed', 'mod_lesson_external', 'get_content_pages_viewed', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(513, 'mod_lesson_get_user_timers', 'mod_lesson_external', 'get_user_timers', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(514, 'mod_lesson_get_pages', 'mod_lesson_external', 'get_pages', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(515, 'mod_lesson_launch_attempt', 'mod_lesson_external', 'launch_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(516, 'mod_lesson_get_page_data', 'mod_lesson_external', 'get_page_data', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(517, 'mod_lesson_process_page', 'mod_lesson_external', 'process_page', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(518, 'mod_lesson_finish_attempt', 'mod_lesson_external', 'finish_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(519, 'mod_lesson_get_attempts_overview', 'mod_lesson_external', 'get_attempts_overview', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'),
(520, 'mod_lesson_get_user_attempt', 'mod_lesson_external', 'get_user_attempt', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'),
(521, 'mod_lesson_get_pages_possible_jumps', 'mod_lesson_external', 'get_pages_possible_jumps', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(522, 'mod_lesson_get_lesson', 'mod_lesson_external', 'get_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(523, 'mod_lti_get_tool_launch_data', 'mod_lti_external', 'get_tool_launch_data', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(524, 'mod_lti_get_ltis_by_courses', 'mod_lti_external', 'get_ltis_by_courses', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(525, 'mod_lti_view_lti', 'mod_lti_external', 'view_lti', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(526, 'mod_lti_get_tool_proxies', 'mod_lti_external', 'get_tool_proxies', NULL, 'mod_lti', 'moodle/site:config', NULL),
(527, 'mod_lti_create_tool_proxy', 'mod_lti_external', 'create_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL),
(528, 'mod_lti_delete_tool_proxy', 'mod_lti_external', 'delete_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL),
(529, 'mod_lti_get_tool_proxy_registration_request', 'mod_lti_external', 'get_tool_proxy_registration_request', NULL, 'mod_lti', 'moodle/site:config', NULL),
(530, 'mod_lti_get_tool_types', 'mod_lti_external', 'get_tool_types', NULL, 'mod_lti', 'moodle/site:config', NULL),
(531, 'mod_lti_get_tool_types_and_proxies', 'mod_lti\\external\\get_tool_types_and_proxies', 'execute', NULL, 'mod_lti', 'moodle/site:config', NULL),
(532, '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),
(533, 'mod_lti_create_tool_type', 'mod_lti_external', 'create_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(534, 'mod_lti_update_tool_type', 'mod_lti_external', 'update_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(535, 'mod_lti_delete_tool_type', 'mod_lti_external', 'delete_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(536, 'mod_lti_delete_course_tool_type', 'mod_lti\\external\\delete_course_tool_type', 'execute', NULL, 'mod_lti', 'mod/lti:addcoursetool', NULL),
(537, 'mod_lti_toggle_showinactivitychooser', 'mod_lti\\external\\toggle_showinactivitychooser', 'execute', NULL, 'mod_lti', 'mod/lti:addcoursetool', NULL),
(538, 'mod_lti_is_cartridge', 'mod_lti_external', 'is_cartridge', NULL, 'mod_lti', 'moodle/site:config', NULL),
(539, 'mod_page_view_page', 'mod_page_external', 'view_page', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'),
(540, 'mod_page_get_pages_by_courses', 'mod_page_external', 'get_pages_by_courses', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'),
(541, 'mod_quiz_get_quizzes_by_courses', 'mod_quiz_external', 'get_quizzes_by_courses', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(542, 'mod_quiz_view_quiz', 'mod_quiz_external', 'view_quiz', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(543, 'mod_quiz_get_user_attempts', 'mod_quiz_external', 'get_user_attempts', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(544, 'mod_quiz_get_user_best_grade', 'mod_quiz_external', 'get_user_best_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(545, 'mod_quiz_get_combined_review_options', 'mod_quiz_external', 'get_combined_review_options', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(546, 'mod_quiz_start_attempt', 'mod_quiz_external', 'start_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(547, 'mod_quiz_get_attempt_data', 'mod_quiz_external', 'get_attempt_data', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(548, 'mod_quiz_get_attempt_summary', 'mod_quiz_external', 'get_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(549, 'mod_quiz_save_attempt', 'mod_quiz_external', 'save_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(550, 'mod_quiz_process_attempt', 'mod_quiz_external', 'process_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(551, 'mod_quiz_get_attempt_review', 'mod_quiz_external', 'get_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'),
(552, 'mod_quiz_view_attempt', 'mod_quiz_external', 'view_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(553, 'mod_quiz_view_attempt_summary', 'mod_quiz_external', 'view_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(554, 'mod_quiz_view_attempt_review', 'mod_quiz_external', 'view_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'),
(555, 'mod_quiz_get_quiz_feedback_for_grade', 'mod_quiz_external', 'get_quiz_feedback_for_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(556, 'mod_quiz_get_quiz_access_information', 'mod_quiz_external', 'get_quiz_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(557, 'mod_quiz_get_attempt_access_information', 'mod_quiz_external', 'get_attempt_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(558, 'mod_quiz_get_quiz_required_qtypes', 'mod_quiz_external', 'get_quiz_required_qtypes', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(559, 'mod_quiz_set_question_version', 'mod_quiz\\external\\submit_question_version', 'execute', NULL, 'mod_quiz', 'mod/quiz:view', NULL),
(560, 'mod_quiz_reopen_attempt', 'mod_quiz\\external\\reopen_attempt', 'execute', NULL, 'mod_quiz', 'mod/quiz:reopenattempts', NULL),
(561, 'mod_quiz_get_reopen_attempt_confirmation', 'mod_quiz\\external\\get_reopen_attempt_confirmation', 'execute', NULL, 'mod_quiz', 'mod/quiz:reopenattempts', NULL),
(562, 'mod_quiz_add_random_questions', 'mod_quiz\\external\\add_random_questions', 'execute', NULL, 'mod_quiz', 'mod/quiz:manage', NULL),
(563, 'mod_quiz_update_filter_condition', 'mod_quiz\\external\\update_filter_condition', 'execute', NULL, 'mod_quiz', 'mod/quiz:manage', NULL),
(564, 'mod_resource_view_resource', 'mod_resource_external', 'view_resource', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'),
(565, 'mod_resource_get_resources_by_courses', 'mod_resource_external', 'get_resources_by_courses', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'),
(566, 'mod_scorm_view_scorm', 'mod_scorm_external', 'view_scorm', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(567, 'mod_scorm_get_scorm_attempt_count', 'mod_scorm_external', 'get_scorm_attempt_count', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(568, 'mod_scorm_get_scorm_scoes', 'mod_scorm_external', 'get_scorm_scoes', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(569, 'mod_scorm_get_scorm_user_data', 'mod_scorm_external', 'get_scorm_user_data', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(570, 'mod_scorm_insert_scorm_tracks', 'mod_scorm_external', 'insert_scorm_tracks', NULL, 'mod_scorm', 'mod/scorm:savetrack', 'moodle_mobile_app'),
(571, 'mod_scorm_get_scorm_sco_tracks', 'mod_scorm_external', 'get_scorm_sco_tracks', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(572, 'mod_scorm_get_scorms_by_courses', 'mod_scorm_external', 'get_scorms_by_courses', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(573, 'mod_scorm_launch_sco', 'mod_scorm_external', 'launch_sco', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(574, 'mod_scorm_get_scorm_access_information', 'mod_scorm_external', 'get_scorm_access_information', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(575, 'mod_survey_get_surveys_by_courses', 'mod_survey_external', 'get_surveys_by_courses', NULL, 'mod_survey', '', 'moodle_mobile_app'),
(576, 'mod_survey_view_survey', 'mod_survey_external', 'view_survey', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(577, 'mod_survey_get_questions', 'mod_survey_external', 'get_questions', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(578, 'mod_survey_submit_answers', 'mod_survey_external', 'submit_answers', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(579, 'mod_url_view_url', 'mod_url_external', 'view_url', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'),
(580, 'mod_url_get_urls_by_courses', 'mod_url_external', 'get_urls_by_courses', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'),
(581, 'mod_wiki_get_wikis_by_courses', 'mod_wiki_external', 'get_wikis_by_courses', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(582, 'mod_wiki_view_wiki', 'mod_wiki_external', 'view_wiki', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(583, 'mod_wiki_view_page', 'mod_wiki_external', 'view_page', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(584, 'mod_wiki_get_subwikis', 'mod_wiki_external', 'get_subwikis', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(585, 'mod_wiki_get_subwiki_pages', 'mod_wiki_external', 'get_subwiki_pages', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(586, 'mod_wiki_get_subwiki_files', 'mod_wiki_external', 'get_subwiki_files', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(587, 'mod_wiki_get_page_contents', 'mod_wiki_external', 'get_page_contents', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(588, 'mod_wiki_get_page_for_editing', 'mod_wiki_external', 'get_page_for_editing', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(589, 'mod_wiki_new_page', 'mod_wiki_external', 'new_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(590, 'mod_wiki_edit_page', 'mod_wiki_external', 'edit_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(591, 'mod_workshop_get_workshops_by_courses', 'mod_workshop_external', 'get_workshops_by_courses', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(592, 'mod_workshop_get_workshop_access_information', 'mod_workshop_external', 'get_workshop_access_information', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(593, 'mod_workshop_get_user_plan', 'mod_workshop_external', 'get_user_plan', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(594, 'mod_workshop_view_workshop', 'mod_workshop_external', 'view_workshop', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(595, 'mod_workshop_add_submission', 'mod_workshop_external', 'add_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(596, 'mod_workshop_update_submission', 'mod_workshop_external', 'update_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(597, 'mod_workshop_delete_submission', 'mod_workshop_external', 'delete_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(598, 'mod_workshop_get_submissions', 'mod_workshop_external', 'get_submissions', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(599, 'mod_workshop_get_submission', 'mod_workshop_external', 'get_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(600, 'mod_workshop_get_submission_assessments', 'mod_workshop_external', 'get_submission_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(601, 'mod_workshop_get_assessment', 'mod_workshop_external', 'get_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(602, 'mod_workshop_get_assessment_form_definition', 'mod_workshop_external', 'get_assessment_form_definition', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(603, 'mod_workshop_get_reviewer_assessments', 'mod_workshop_external', 'get_reviewer_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(604, 'mod_workshop_update_assessment', 'mod_workshop_external', 'update_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(605, 'mod_workshop_get_grades', 'mod_workshop_external', 'get_grades', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(606, 'mod_workshop_evaluate_assessment', 'mod_workshop_external', 'evaluate_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(607, 'mod_workshop_get_grades_report', 'mod_workshop_external', 'get_grades_report', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(608, 'mod_workshop_view_submission', 'mod_workshop_external', 'view_submission', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(609, 'mod_workshop_evaluate_submission', 'mod_workshop_external', 'evaluate_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(610, 'auth_email_get_signup_settings', 'auth_email_external', 'get_signup_settings', NULL, 'auth_email', '', NULL),
(611, 'auth_email_signup_user', 'auth_email_external', 'signup_user', NULL, 'auth_email', '', NULL),
(612, 'enrol_guest_get_instance_info', 'enrol_guest_external', 'get_instance_info', NULL, 'enrol_guest', '', 'moodle_mobile_app'),
(613, 'enrol_guest_validate_password', 'enrol_guest\\external\\validate_password', 'execute', NULL, 'enrol_guest', '', 'moodle_mobile_app'),
(614, 'enrol_manual_enrol_users', 'enrol_manual_external', 'enrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:enrol', NULL),
(615, 'enrol_manual_unenrol_users', 'enrol_manual_external', 'unenrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:unenrol', NULL),
(616, 'enrol_meta_add_instances', 'enrol_meta\\external\\add_instances', 'execute', NULL, 'enrol_meta', 'enrol/meta:config', NULL),
(617, 'enrol_meta_delete_instances', 'enrol_meta\\external\\delete_instances', 'execute', NULL, 'enrol_meta', 'enrol/meta:config', NULL),
(618, 'enrol_self_get_instance_info', 'enrol_self_external', 'get_instance_info', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'),
(619, 'enrol_self_enrol_user', 'enrol_self_external', 'enrol_user', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'),
(620, 'message_airnotifier_is_system_configured', 'message_airnotifier_external', 'is_system_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(621, 'message_airnotifier_are_notification_preferences_configured', 'message_airnotifier_external', 'are_notification_preferences_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(622, 'message_airnotifier_get_user_devices', 'message_airnotifier_external', 'get_user_devices', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(623, 'message_airnotifier_enable_device', 'message_airnotifier_external', 'enable_device', 'message/output/airnotifier/externallib.php', 'message_airnotifier', 'message/airnotifier:managedevice', 'moodle_mobile_app'),
(624, 'message_popup_get_popup_notifications', 'message_popup_external', 'get_popup_notifications', 'message/output/popup/externallib.php', 'message_popup', '', 'moodle_mobile_app'),
(625, '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'),
(626, 'block_accessreview_get_module_data', 'block_accessreview\\external\\get_module_data', 'execute', NULL, 'block_accessreview', 'block/accessreview:view', NULL),
(627, 'block_accessreview_get_section_data', 'block_accessreview\\external\\get_section_data', 'execute', NULL, 'block_accessreview', 'block/accessreview:view', NULL),
(628, 'block_recentlyaccesseditems_get_recent_items', 'block_recentlyaccesseditems\\external', 'get_recent_items', NULL, 'block_recentlyaccesseditems', '', 'moodle_mobile_app'),
(629, 'block_starredcourses_get_starred_courses', 'block_starredcourses_external', 'get_starred_courses', 'block/starredcourses/classes/external.php', 'block_starredcourses', '', 'moodle_mobile_app'),
(630, 'media_videojs_get_language', 'media_videojs\\external\\get_language', 'execute', NULL, 'media_videojs', '', NULL),
(631, 'report_competency_data_for_report', 'report_competency\\external', 'data_for_report', NULL, 'report_competency', 'moodle/competency:coursecompetencyview', NULL),
(632, 'report_insights_set_notuseful_prediction', 'report_insights\\external', 'set_notuseful_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'),
(633, 'report_insights_set_fixed_prediction', 'report_insights\\external', 'set_fixed_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'),
(634, 'report_insights_action_executed', 'report_insights\\external', 'action_executed', NULL, 'report_insights', '', 'moodle_mobile_app'),
(635, 'gradereport_grader_get_users_in_report', 'gradereport_grader\\external\\get_users_in_report', 'execute', NULL, 'gradereport_grader', 'gradereport/grader:view', 'moodle_mobile_app'),
(636, 'gradereport_overview_get_course_grades', 'gradereport_overview_external', 'get_course_grades', NULL, 'gradereport_overview', '', 'moodle_mobile_app'),
(637, 'gradereport_overview_view_grade_report', 'gradereport_overview_external', 'view_grade_report', NULL, 'gradereport_overview', 'gradereport/overview:view', 'moodle_mobile_app'),
(638, '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'),
(639, 'gradereport_user_get_grades_table', 'gradereport_user\\external\\user', 'get_grades_table', NULL, 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(640, 'gradereport_user_view_grade_report', 'gradereport_user\\external\\user', 'view_grade_report', NULL, 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(641, 'gradereport_user_get_grade_items', 'gradereport_user\\external\\user', 'get_grade_items', NULL, 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(642, 'gradereport_user_get_access_information', 'gradereport_user\\external\\get_access_information', 'execute', NULL, 'gradereport_user', '', 'moodle_mobile_app'),
(643, 'gradingform_guide_grader_gradingpanel_fetch', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_guide', '', NULL),
(644, 'gradingform_guide_grader_gradingpanel_store', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_guide', '', NULL),
(645, 'gradingform_rubric_grader_gradingpanel_fetch', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_rubric', '', NULL),
(646, 'gradingform_rubric_grader_gradingpanel_store', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_rubric', '', NULL),
(647, 'qbank_columnsortorder_set_columnbank_order', 'qbank_columnsortorder\\external\\set_columnbank_order', 'execute', NULL, 'qbank_columnsortorder', '', NULL),
(648, 'qbank_columnsortorder_set_hidden_columns', 'qbank_columnsortorder\\external\\set_hidden_columns', 'execute', NULL, 'qbank_columnsortorder', '', NULL),
(649, 'qbank_columnsortorder_set_column_size', 'qbank_columnsortorder\\external\\set_column_size', 'execute', NULL, 'qbank_columnsortorder', '', NULL),
(650, 'qbank_editquestion_set_status', 'qbank_editquestion\\external\\update_question_version_status', 'execute', NULL, 'qbank_editquestion', '', NULL),
(651, 'qbank_tagquestion_submit_tags_form', 'qbank_tagquestion\\external\\submit_tags', 'execute', NULL, 'qbank_tagquestion', '', NULL),
(652, 'qbank_viewquestiontext_set_question_text_format', 'qbank_viewquestiontext\\external\\set_question_text_format', 'execute', NULL, 'qbank_viewquestiontext', '', NULL),
(653, 'tool_analytics_potential_contexts', 'tool_analytics\\external', 'potential_contexts', NULL, 'tool_analytics', '', 'moodle_mobile_app'),
(654, 'tool_behat_get_entity_generator', 'tool_behat\\external\\get_entity_generator', 'execute', NULL, 'tool_behat', 'moodle/site:config', NULL),
(655, 'tool_dataprivacy_cancel_data_request', 'tool_dataprivacy\\external', 'cancel_data_request', NULL, 'tool_dataprivacy', '', NULL),
(656, 'tool_dataprivacy_contact_dpo', 'tool_dataprivacy\\external', 'contact_dpo', NULL, 'tool_dataprivacy', '', NULL),
(657, 'tool_dataprivacy_mark_complete', 'tool_dataprivacy\\external', 'mark_complete', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(658, 'tool_dataprivacy_get_data_request', 'tool_dataprivacy\\external', 'get_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(659, 'tool_dataprivacy_approve_data_request', 'tool_dataprivacy\\external', 'approve_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL);
INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES
(660, 'tool_dataprivacy_submit_selected_courses_form', 'tool_dataprivacy\\external\\submit_selected_courses_form', 'execute', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(661, 'tool_dataprivacy_bulk_approve_data_requests', 'tool_dataprivacy\\external', 'bulk_approve_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(662, 'tool_dataprivacy_deny_data_request', 'tool_dataprivacy\\external', 'deny_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(663, 'tool_dataprivacy_bulk_deny_data_requests', 'tool_dataprivacy\\external', 'bulk_deny_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(664, 'tool_dataprivacy_get_users', 'tool_dataprivacy\\external', 'get_users', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(665, 'tool_dataprivacy_create_purpose_form', 'tool_dataprivacy\\external', 'create_purpose_form', NULL, 'tool_dataprivacy', '', NULL),
(666, 'tool_dataprivacy_create_category_form', 'tool_dataprivacy\\external', 'create_category_form', NULL, 'tool_dataprivacy', '', NULL),
(667, 'tool_dataprivacy_delete_purpose', 'tool_dataprivacy\\external', 'delete_purpose', NULL, 'tool_dataprivacy', '', NULL),
(668, 'tool_dataprivacy_delete_category', 'tool_dataprivacy\\external', 'delete_category', NULL, 'tool_dataprivacy', '', NULL),
(669, 'tool_dataprivacy_set_contextlevel_form', 'tool_dataprivacy\\external', 'set_contextlevel_form', NULL, 'tool_dataprivacy', '', NULL),
(670, 'tool_dataprivacy_set_context_form', 'tool_dataprivacy\\external', 'set_context_form', NULL, 'tool_dataprivacy', '', NULL),
(671, 'tool_dataprivacy_tree_extra_branches', 'tool_dataprivacy\\external', 'tree_extra_branches', NULL, 'tool_dataprivacy', '', NULL),
(672, 'tool_dataprivacy_confirm_contexts_for_deletion', 'tool_dataprivacy\\external', 'confirm_contexts_for_deletion', NULL, 'tool_dataprivacy', '', NULL),
(673, 'tool_dataprivacy_set_context_defaults', 'tool_dataprivacy\\external', 'set_context_defaults', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(674, 'tool_dataprivacy_get_category_options', 'tool_dataprivacy\\external', 'get_category_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(675, 'tool_dataprivacy_get_purpose_options', 'tool_dataprivacy\\external', 'get_purpose_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(676, 'tool_dataprivacy_get_activity_options', 'tool_dataprivacy\\external', 'get_activity_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(677, 'tool_lp_data_for_competency_frameworks_manage_page', 'tool_lp\\external', 'data_for_competency_frameworks_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(678, 'tool_lp_data_for_competency_summary', 'tool_lp\\external', 'data_for_competency_summary', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(679, 'tool_lp_data_for_competencies_manage_page', 'tool_lp\\external', 'data_for_competencies_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(680, 'tool_lp_list_courses_using_competency', 'tool_lp\\external', 'list_courses_using_competency', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', NULL),
(681, 'tool_lp_data_for_course_competencies_page', 'tool_lp\\external', 'data_for_course_competencies_page', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'),
(682, 'tool_lp_data_for_template_competencies_page', 'tool_lp\\external', 'data_for_template_competencies_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL),
(683, 'tool_lp_data_for_templates_manage_page', 'tool_lp\\external', 'data_for_templates_manage_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL),
(684, 'tool_lp_data_for_plans_page', 'tool_lp\\external', 'data_for_plans_page', NULL, 'tool_lp', 'moodle/competency:planviewown', 'moodle_mobile_app'),
(685, 'tool_lp_data_for_plan_page', 'tool_lp\\external', 'data_for_plan_page', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'),
(686, 'tool_lp_data_for_related_competencies_section', 'tool_lp\\external', 'data_for_related_competencies_section', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(687, 'tool_lp_search_users', 'tool_lp\\external', 'search_users', NULL, 'tool_lp', 'moodle/competency:templatemanage', NULL),
(688, 'tool_lp_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'tool_lp', 'moodle/cohort:view', NULL),
(689, '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'),
(690, 'tool_lp_data_for_user_evidence_page', 'tool_lp\\external', 'data_for_user_evidence_page', NULL, 'tool_lp', 'moodle/competency:userevidenceview', 'moodle_mobile_app'),
(691, 'tool_lp_data_for_user_competency_summary', 'tool_lp\\external', 'data_for_user_competency_summary', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'),
(692, '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'),
(693, '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'),
(694, 'tool_mobile_get_plugins_supporting_mobile', 'tool_mobile\\external', 'get_plugins_supporting_mobile', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(695, 'tool_mobile_get_public_config', 'tool_mobile\\external', 'get_public_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(696, 'tool_mobile_get_config', 'tool_mobile\\external', 'get_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(697, 'tool_mobile_get_autologin_key', 'tool_mobile\\external', 'get_autologin_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(698, 'tool_mobile_get_content', 'tool_mobile\\external', 'get_content', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(699, 'tool_mobile_call_external_functions', 'tool_mobile\\external', 'call_external_functions', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(700, 'tool_mobile_validate_subscription_key', 'tool_mobile\\external', 'validate_subscription_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(701, 'tool_mobile_get_tokens_for_qr_login', 'tool_mobile\\external', 'get_tokens_for_qr_login', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(702, 'tool_moodlenet_verify_webfinger', 'tool_moodlenet\\external', 'verify_webfinger', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'),
(703, 'tool_moodlenet_search_courses', 'tool_moodlenet\\external', 'search_courses', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'),
(704, 'tool_policy_get_policy_version', 'tool_policy\\external', 'get_policy_version', NULL, 'tool_policy', '', NULL),
(705, 'tool_policy_submit_accept_on_behalf', 'tool_policy\\external', 'submit_accept_on_behalf', NULL, 'tool_policy', '', NULL),
(706, 'tool_templatelibrary_list_templates', 'tool_templatelibrary\\external', 'list_templates', NULL, 'tool_templatelibrary', '', NULL),
(707, 'tool_templatelibrary_load_canonical_template', 'tool_templatelibrary\\external', 'load_canonical_template', NULL, 'tool_templatelibrary', '', NULL),
(708, 'tool_usertours_fetch_and_start_tour', 'tool_usertours\\external\\tour', 'fetch_and_start_tour', NULL, 'tool_usertours', '', NULL),
(709, 'tool_usertours_step_shown', 'tool_usertours\\external\\tour', 'step_shown', NULL, 'tool_usertours', '', NULL),
(710, 'tool_usertours_complete_tour', 'tool_usertours\\external\\tour', 'complete_tour', NULL, 'tool_usertours', '', NULL),
(711, 'tool_usertours_reset_tour', 'tool_usertours\\external\\tour', 'reset_tour', NULL, 'tool_usertours', '', NULL),
(712, 'tool_xmldb_invoke_move_action', 'tool_xmldb_external', 'invoke_move_action', NULL, 'tool_xmldb', '', NULL),
(713, 'paygw_paypal_get_config_for_js', 'paygw_paypal\\external\\get_config_for_js', 'execute', NULL, 'paygw_paypal', '', NULL),
(714, 'paygw_paypal_create_transaction_complete', 'paygw_paypal\\external\\transaction_complete', 'execute', NULL, 'paygw_paypal', '', NULL),
(715, 'quizaccess_seb_validate_quiz_keys', 'quizaccess_seb\\external\\validate_quiz_keys', 'execute', NULL, 'quizaccess_seb', '', NULL),
(716, 'tiny_autosave_resume_session', 'tiny_autosave\\external\\resume_autosave_session', 'execute', NULL, 'tiny_autosave', '', NULL),
(717, 'tiny_autosave_reset_session', 'tiny_autosave\\external\\reset_autosave_session', 'execute', NULL, 'tiny_autosave', '', NULL),
(718, 'tiny_autosave_update_session', 'tiny_autosave\\external\\update_autosave_session_content', 'execute', NULL, 'tiny_autosave', '', NULL),
(719, 'tiny_equation_filter', 'tiny_equation\\external\\filter', 'execute', NULL, 'tiny_equation', '', NULL),
(720, 'tiny_premium_get_api_key', 'tiny_premium\\external\\get_api_key', 'execute', NULL, 'tiny_premium', '', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services`
--

CREATE TABLE `mdl_external_services` (
  `id` bigint(10) NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL,
  `requiredcapability` varchar(150) DEFAULT NULL,
  `restrictedusers` tinyint(1) NOT NULL,
  `component` varchar(100) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) DEFAULT NULL,
  `downloadfiles` tinyint(1) NOT NULL DEFAULT 0,
  `uploadfiles` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='built in and custom external services' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_external_services`
--

INSERT INTO `mdl_external_services` (`id`, `name`, `enabled`, `requiredcapability`, `restrictedusers`, `component`, `timecreated`, `timemodified`, `shortname`, `downloadfiles`, `uploadfiles`) VALUES
(1, 'Moodle mobile web service', 0, NULL, 0, 'moodle', 1764416557, 1764416871, 'moodle_mobile_app', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services_functions`
--

CREATE TABLE `mdl_external_services_functions` (
  `id` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `functionname` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='lists functions available in each service group' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_external_services_functions`
--

INSERT INTO `mdl_external_services_functions` (`id`, `externalserviceid`, `functionname`) VALUES
(1, 1, 'core_badges_get_user_badges'),
(2, 1, 'core_badges_get_user_badge_by_hash'),
(3, 1, 'core_blog_get_entries'),
(4, 1, 'core_blog_view_entries'),
(5, 1, 'core_calendar_get_calendar_monthly_view'),
(6, 1, 'core_calendar_get_calendar_day_view'),
(7, 1, 'core_calendar_get_calendar_upcoming_view'),
(8, 1, 'core_calendar_update_event_start_day'),
(9, 1, 'core_calendar_create_calendar_events'),
(10, 1, 'core_calendar_delete_calendar_events'),
(11, 1, 'core_calendar_get_calendar_events'),
(12, 1, 'core_calendar_get_action_events_by_timesort'),
(13, 1, 'core_calendar_get_action_events_by_course'),
(14, 1, 'core_calendar_get_action_events_by_courses'),
(15, 1, 'core_calendar_get_calendar_event_by_id'),
(16, 1, 'core_calendar_submit_create_update_form'),
(17, 1, 'core_calendar_get_calendar_access_information'),
(18, 1, 'core_calendar_get_allowed_event_types'),
(19, 1, 'core_calendar_get_calendar_export_token'),
(20, 1, 'core_comment_get_comments'),
(21, 1, 'core_comment_add_comments'),
(22, 1, 'core_comment_delete_comments'),
(23, 1, 'core_completion_get_activities_completion_status'),
(24, 1, 'core_completion_get_course_completion_status'),
(25, 1, 'core_completion_mark_course_self_completed'),
(26, 1, 'core_completion_update_activity_completion_status_manually'),
(27, 1, 'core_course_get_categories'),
(28, 1, 'core_course_get_contents'),
(29, 1, 'core_course_get_course_module'),
(30, 1, 'core_course_get_course_module_by_instance'),
(31, 1, 'core_course_get_courses'),
(32, 1, 'core_course_search_courses'),
(33, 1, 'core_course_view_course'),
(34, 1, 'core_course_get_user_navigation_options'),
(35, 1, 'core_course_get_user_administration_options'),
(36, 1, 'core_course_get_courses_by_field'),
(37, 1, 'core_course_check_updates'),
(38, 1, 'core_course_get_updates_since'),
(39, 1, 'core_course_get_enrolled_courses_by_timeline_classification'),
(40, 1, 'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'),
(41, 1, 'core_course_get_recent_courses'),
(42, 1, 'core_course_set_favourite_courses'),
(43, 1, 'core_enrol_get_course_enrolment_methods'),
(44, 1, 'core_enrol_get_enrolled_users'),
(45, 1, 'core_enrol_search_users'),
(46, 1, 'core_enrol_get_users_courses'),
(47, 1, 'core_files_get_files'),
(48, 1, 'core_files_delete_draft_files'),
(49, 1, 'core_files_get_unused_draft_itemid'),
(50, 1, 'core_get_component_strings'),
(51, 1, 'core_grades_grader_gradingpanel_point_fetch'),
(52, 1, 'core_grades_grader_gradingpanel_point_store'),
(53, 1, 'core_grades_grader_gradingpanel_scale_fetch'),
(54, 1, 'core_grades_grader_gradingpanel_scale_store'),
(55, 1, 'core_grades_get_enrolled_users_for_search_widget'),
(56, 1, 'core_grades_get_enrolled_users_for_selector'),
(57, 1, 'core_grades_get_groups_for_search_widget'),
(58, 1, 'core_grades_get_groups_for_selector'),
(59, 1, 'core_grades_get_gradeitems'),
(60, 1, 'core_grades_get_gradable_users'),
(61, 1, 'core_group_get_activity_allowed_groups'),
(62, 1, 'core_group_get_activity_groupmode'),
(63, 1, 'core_group_get_course_groupings'),
(64, 1, 'core_group_get_course_groups'),
(65, 1, 'core_group_get_course_user_groups'),
(66, 1, 'core_group_get_groups_for_selector'),
(67, 1, 'core_message_mute_conversations'),
(68, 1, 'core_message_unmute_conversations'),
(69, 1, 'core_message_block_user'),
(70, 1, 'core_message_get_contact_requests'),
(71, 1, 'core_message_create_contact_request'),
(72, 1, 'core_message_confirm_contact_request'),
(73, 1, 'core_message_decline_contact_request'),
(74, 1, 'core_message_get_received_contact_requests_count'),
(75, 1, 'core_message_delete_contacts'),
(76, 1, 'core_message_delete_conversations_by_id'),
(77, 1, 'core_message_delete_message'),
(78, 1, 'core_message_get_blocked_users'),
(79, 1, 'core_message_data_for_messagearea_search_messages'),
(80, 1, 'core_message_message_search_users'),
(81, 1, 'core_message_get_user_contacts'),
(82, 1, 'core_message_get_conversations'),
(83, 1, 'core_message_get_conversation'),
(84, 1, 'core_message_get_conversation_between_users'),
(85, 1, 'core_message_get_self_conversation'),
(86, 1, 'core_message_get_messages'),
(87, 1, 'core_message_get_conversation_counts'),
(88, 1, 'core_message_get_unread_conversation_counts'),
(89, 1, 'core_message_get_conversation_members'),
(90, 1, 'core_message_get_member_info'),
(91, 1, 'core_message_get_unread_conversations_count'),
(92, 1, 'core_message_mark_all_notifications_as_read'),
(93, 1, 'core_message_mark_all_conversation_messages_as_read'),
(94, 1, 'core_message_mark_message_read'),
(95, 1, 'core_message_mark_notification_read'),
(96, 1, 'core_message_message_processor_config_form'),
(97, 1, 'core_message_search_contacts'),
(98, 1, 'core_message_send_instant_messages'),
(99, 1, 'core_message_send_messages_to_conversation'),
(100, 1, 'core_message_get_conversation_messages'),
(101, 1, 'core_message_unblock_user'),
(102, 1, 'core_message_get_user_notification_preferences'),
(103, 1, 'core_message_get_user_message_preferences'),
(104, 1, 'core_message_set_favourite_conversations'),
(105, 1, 'core_message_unset_favourite_conversations'),
(106, 1, 'core_message_delete_message_for_all_users'),
(107, 1, 'core_message_get_unread_notification_count'),
(108, 1, 'core_my_view_page'),
(109, 1, 'core_notes_create_notes'),
(110, 1, 'core_notes_delete_notes'),
(111, 1, 'core_notes_get_course_notes'),
(112, 1, 'core_notes_view_notes'),
(113, 1, 'core_question_update_flag'),
(114, 1, 'core_rating_get_item_ratings'),
(115, 1, 'core_rating_add_rating'),
(116, 1, 'core_search_get_results'),
(117, 1, 'core_search_get_search_areas_list'),
(118, 1, 'core_search_view_results'),
(119, 1, 'core_search_get_top_results'),
(120, 1, 'core_tag_get_tagindex'),
(121, 1, 'core_tag_get_tagindex_per_area'),
(122, 1, 'core_tag_get_tag_areas'),
(123, 1, 'core_tag_get_tag_collections'),
(124, 1, 'core_tag_get_tag_cloud'),
(125, 1, 'core_user_add_user_device'),
(126, 1, 'core_user_update_user_device_public_key'),
(127, 1, 'core_user_add_user_private_files'),
(128, 1, 'core_user_get_course_user_profiles'),
(129, 1, 'core_user_get_users_by_field'),
(130, 1, 'core_user_remove_user_device'),
(131, 1, 'core_user_update_user_preferences'),
(132, 1, 'core_user_view_user_list'),
(133, 1, 'core_user_view_user_profile'),
(134, 1, 'core_user_get_user_preferences'),
(135, 1, 'core_user_update_picture'),
(136, 1, 'core_user_set_user_preferences'),
(137, 1, 'core_user_agree_site_policy'),
(138, 1, 'core_user_get_private_files_info'),
(139, 1, 'core_competency_competency_viewed'),
(140, 1, 'core_competency_list_course_competencies'),
(141, 1, 'core_competency_get_scale_values'),
(142, 1, 'core_competency_user_competency_viewed'),
(143, 1, 'core_competency_user_competency_viewed_in_plan'),
(144, 1, 'core_competency_user_competency_viewed_in_course'),
(145, 1, 'core_competency_user_competency_plan_viewed'),
(146, 1, 'core_competency_grade_competency_in_course'),
(147, 1, 'core_competency_delete_evidence'),
(148, 1, 'core_webservice_get_site_info'),
(149, 1, 'core_block_get_course_blocks'),
(150, 1, 'core_block_get_dashboard_blocks'),
(151, 1, 'core_block_fetch_addable_blocks'),
(152, 1, 'core_filters_get_available_in_context'),
(153, 1, 'core_h5p_get_trusted_h5p_file'),
(154, 1, 'core_table_get_dynamic_table_content'),
(155, 1, 'core_xapi_statement_post'),
(156, 1, 'core_xapi_post_state'),
(157, 1, 'core_xapi_get_state'),
(158, 1, 'core_xapi_get_states'),
(159, 1, 'core_xapi_delete_state'),
(160, 1, 'core_xapi_delete_states'),
(161, 1, 'core_reportbuilder_list_reports'),
(162, 1, 'core_reportbuilder_retrieve_report'),
(163, 1, 'core_reportbuilder_retrieve_system_report'),
(164, 1, 'core_reportbuilder_can_view_system_report'),
(165, 1, 'core_reportbuilder_view_report'),
(166, 1, 'mod_assign_get_grades'),
(167, 1, 'mod_assign_get_assignments'),
(168, 1, 'mod_assign_get_submissions'),
(169, 1, 'mod_assign_get_user_flags'),
(170, 1, 'mod_assign_set_user_flags'),
(171, 1, 'mod_assign_get_user_mappings'),
(172, 1, 'mod_assign_revert_submissions_to_draft'),
(173, 1, 'mod_assign_lock_submissions'),
(174, 1, 'mod_assign_unlock_submissions'),
(175, 1, 'mod_assign_save_submission'),
(176, 1, 'mod_assign_submit_for_grading'),
(177, 1, 'mod_assign_save_grade'),
(178, 1, 'mod_assign_save_grades'),
(179, 1, 'mod_assign_save_user_extensions'),
(180, 1, 'mod_assign_reveal_identities'),
(181, 1, 'mod_assign_view_grading_table'),
(182, 1, 'mod_assign_view_submission_status'),
(183, 1, 'mod_assign_get_submission_status'),
(184, 1, 'mod_assign_list_participants'),
(185, 1, 'mod_assign_submit_grading_form'),
(186, 1, 'mod_assign_get_participant'),
(187, 1, 'mod_assign_view_assign'),
(188, 1, 'mod_assign_start_submission'),
(189, 1, 'mod_bigbluebuttonbn_can_join'),
(190, 1, 'mod_bigbluebuttonbn_get_recordings'),
(191, 1, 'mod_bigbluebuttonbn_get_recordings_to_import'),
(192, 1, 'mod_bigbluebuttonbn_update_recording'),
(193, 1, 'mod_bigbluebuttonbn_end_meeting'),
(194, 1, 'mod_bigbluebuttonbn_completion_validate'),
(195, 1, 'mod_bigbluebuttonbn_meeting_info'),
(196, 1, 'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'),
(197, 1, 'mod_bigbluebuttonbn_view_bigbluebuttonbn'),
(198, 1, 'mod_bigbluebuttonbn_get_join_url'),
(199, 1, 'mod_book_view_book'),
(200, 1, 'mod_book_get_books_by_courses'),
(201, 1, 'mod_chat_login_user'),
(202, 1, 'mod_chat_get_chat_users'),
(203, 1, 'mod_chat_send_chat_message'),
(204, 1, 'mod_chat_get_chat_latest_messages'),
(205, 1, 'mod_chat_view_chat'),
(206, 1, 'mod_chat_get_chats_by_courses'),
(207, 1, 'mod_chat_get_sessions'),
(208, 1, 'mod_chat_get_session_messages'),
(209, 1, 'mod_chat_view_sessions'),
(210, 1, 'mod_choice_get_choice_results'),
(211, 1, 'mod_choice_get_choice_options'),
(212, 1, 'mod_choice_submit_choice_response'),
(213, 1, 'mod_choice_view_choice'),
(214, 1, 'mod_choice_get_choices_by_courses'),
(215, 1, 'mod_choice_delete_choice_responses'),
(216, 1, 'mod_data_get_databases_by_courses'),
(217, 1, 'mod_data_view_database'),
(218, 1, 'mod_data_get_data_access_information'),
(219, 1, 'mod_data_get_entries'),
(220, 1, 'mod_data_get_entry'),
(221, 1, 'mod_data_get_fields'),
(222, 1, 'mod_data_search_entries'),
(223, 1, 'mod_data_approve_entry'),
(224, 1, 'mod_data_delete_entry'),
(225, 1, 'mod_data_add_entry'),
(226, 1, 'mod_data_update_entry'),
(227, 1, 'mod_feedback_get_feedbacks_by_courses'),
(228, 1, 'mod_feedback_get_feedback_access_information'),
(229, 1, 'mod_feedback_view_feedback'),
(230, 1, 'mod_feedback_get_current_completed_tmp'),
(231, 1, 'mod_feedback_get_items'),
(232, 1, 'mod_feedback_launch_feedback'),
(233, 1, 'mod_feedback_get_page_items'),
(234, 1, 'mod_feedback_process_page'),
(235, 1, 'mod_feedback_get_analysis'),
(236, 1, 'mod_feedback_get_unfinished_responses'),
(237, 1, 'mod_feedback_get_finished_responses'),
(238, 1, 'mod_feedback_get_non_respondents'),
(239, 1, 'mod_feedback_get_responses_analysis'),
(240, 1, 'mod_feedback_get_last_completed'),
(241, 1, 'mod_folder_view_folder'),
(242, 1, 'mod_folder_get_folders_by_courses'),
(243, 1, 'mod_forum_get_forums_by_courses'),
(244, 1, 'mod_forum_get_discussion_posts'),
(245, 1, 'mod_forum_get_forum_discussions_paginated'),
(246, 1, 'mod_forum_get_forum_discussions'),
(247, 1, 'mod_forum_view_forum'),
(248, 1, 'mod_forum_view_forum_discussion'),
(249, 1, 'mod_forum_add_discussion_post'),
(250, 1, 'mod_forum_add_discussion'),
(251, 1, 'mod_forum_can_add_discussion'),
(252, 1, 'mod_forum_get_forum_access_information'),
(253, 1, 'mod_forum_set_subscription_state'),
(254, 1, 'mod_forum_set_lock_state'),
(255, 1, 'mod_forum_toggle_favourite_state'),
(256, 1, 'mod_forum_set_pin_state'),
(257, 1, 'mod_forum_delete_post'),
(258, 1, 'mod_forum_get_discussion_post'),
(259, 1, 'mod_forum_prepare_draft_area_for_post'),
(260, 1, 'mod_forum_update_discussion_post'),
(261, 1, 'mod_glossary_get_glossaries_by_courses'),
(262, 1, 'mod_glossary_view_glossary'),
(263, 1, 'mod_glossary_view_entry'),
(264, 1, 'mod_glossary_get_entries_by_letter'),
(265, 1, 'mod_glossary_get_entries_by_date'),
(266, 1, 'mod_glossary_get_categories'),
(267, 1, 'mod_glossary_get_entries_by_category'),
(268, 1, 'mod_glossary_get_authors'),
(269, 1, 'mod_glossary_get_entries_by_author'),
(270, 1, 'mod_glossary_get_entries_by_author_id'),
(271, 1, 'mod_glossary_get_entries_by_search'),
(272, 1, 'mod_glossary_get_entries_by_term'),
(273, 1, 'mod_glossary_get_entries_to_approve'),
(274, 1, 'mod_glossary_get_entry_by_id'),
(275, 1, 'mod_glossary_add_entry'),
(276, 1, 'mod_glossary_delete_entry'),
(277, 1, 'mod_glossary_update_entry'),
(278, 1, 'mod_glossary_prepare_entry_for_edition'),
(279, 1, 'mod_h5pactivity_get_h5pactivity_access_information'),
(280, 1, 'mod_h5pactivity_view_h5pactivity'),
(281, 1, 'mod_h5pactivity_get_attempts'),
(282, 1, 'mod_h5pactivity_get_results'),
(283, 1, 'mod_h5pactivity_get_h5pactivities_by_courses'),
(284, 1, 'mod_h5pactivity_log_report_viewed'),
(285, 1, 'mod_h5pactivity_get_user_attempts'),
(286, 1, 'mod_imscp_view_imscp'),
(287, 1, 'mod_imscp_get_imscps_by_courses'),
(288, 1, 'mod_label_get_labels_by_courses'),
(289, 1, 'mod_lesson_get_lessons_by_courses'),
(290, 1, 'mod_lesson_get_lesson_access_information'),
(291, 1, 'mod_lesson_view_lesson'),
(292, 1, 'mod_lesson_get_questions_attempts'),
(293, 1, 'mod_lesson_get_user_grade'),
(294, 1, 'mod_lesson_get_user_attempt_grade'),
(295, 1, 'mod_lesson_get_content_pages_viewed'),
(296, 1, 'mod_lesson_get_user_timers'),
(297, 1, 'mod_lesson_get_pages'),
(298, 1, 'mod_lesson_launch_attempt'),
(299, 1, 'mod_lesson_get_page_data'),
(300, 1, 'mod_lesson_process_page'),
(301, 1, 'mod_lesson_finish_attempt'),
(302, 1, 'mod_lesson_get_attempts_overview'),
(303, 1, 'mod_lesson_get_user_attempt'),
(304, 1, 'mod_lesson_get_pages_possible_jumps'),
(305, 1, 'mod_lesson_get_lesson'),
(306, 1, 'mod_lti_get_tool_launch_data'),
(307, 1, 'mod_lti_get_ltis_by_courses'),
(308, 1, 'mod_lti_view_lti'),
(309, 1, 'mod_page_view_page'),
(310, 1, 'mod_page_get_pages_by_courses'),
(311, 1, 'mod_quiz_get_quizzes_by_courses'),
(312, 1, 'mod_quiz_view_quiz'),
(313, 1, 'mod_quiz_get_user_attempts'),
(314, 1, 'mod_quiz_get_user_best_grade'),
(315, 1, 'mod_quiz_get_combined_review_options'),
(316, 1, 'mod_quiz_start_attempt'),
(317, 1, 'mod_quiz_get_attempt_data'),
(318, 1, 'mod_quiz_get_attempt_summary'),
(319, 1, 'mod_quiz_save_attempt'),
(320, 1, 'mod_quiz_process_attempt'),
(321, 1, 'mod_quiz_get_attempt_review'),
(322, 1, 'mod_quiz_view_attempt'),
(323, 1, 'mod_quiz_view_attempt_summary'),
(324, 1, 'mod_quiz_view_attempt_review'),
(325, 1, 'mod_quiz_get_quiz_feedback_for_grade'),
(326, 1, 'mod_quiz_get_quiz_access_information'),
(327, 1, 'mod_quiz_get_attempt_access_information'),
(328, 1, 'mod_quiz_get_quiz_required_qtypes'),
(329, 1, 'mod_resource_view_resource'),
(330, 1, 'mod_resource_get_resources_by_courses'),
(331, 1, 'mod_scorm_view_scorm'),
(332, 1, 'mod_scorm_get_scorm_attempt_count'),
(333, 1, 'mod_scorm_get_scorm_scoes'),
(334, 1, 'mod_scorm_get_scorm_user_data'),
(335, 1, 'mod_scorm_insert_scorm_tracks'),
(336, 1, 'mod_scorm_get_scorm_sco_tracks'),
(337, 1, 'mod_scorm_get_scorms_by_courses'),
(338, 1, 'mod_scorm_launch_sco'),
(339, 1, 'mod_scorm_get_scorm_access_information'),
(340, 1, 'mod_survey_get_surveys_by_courses'),
(341, 1, 'mod_survey_view_survey'),
(342, 1, 'mod_survey_get_questions'),
(343, 1, 'mod_survey_submit_answers'),
(344, 1, 'mod_url_view_url'),
(345, 1, 'mod_url_get_urls_by_courses'),
(346, 1, 'mod_wiki_get_wikis_by_courses'),
(347, 1, 'mod_wiki_view_wiki'),
(348, 1, 'mod_wiki_view_page'),
(349, 1, 'mod_wiki_get_subwikis'),
(350, 1, 'mod_wiki_get_subwiki_pages'),
(351, 1, 'mod_wiki_get_subwiki_files'),
(352, 1, 'mod_wiki_get_page_contents'),
(353, 1, 'mod_wiki_get_page_for_editing'),
(354, 1, 'mod_wiki_new_page'),
(355, 1, 'mod_wiki_edit_page'),
(356, 1, 'mod_workshop_get_workshops_by_courses'),
(357, 1, 'mod_workshop_get_workshop_access_information'),
(358, 1, 'mod_workshop_get_user_plan'),
(359, 1, 'mod_workshop_view_workshop'),
(360, 1, 'mod_workshop_add_submission'),
(361, 1, 'mod_workshop_update_submission'),
(362, 1, 'mod_workshop_delete_submission'),
(363, 1, 'mod_workshop_get_submissions'),
(364, 1, 'mod_workshop_get_submission'),
(365, 1, 'mod_workshop_get_submission_assessments'),
(366, 1, 'mod_workshop_get_assessment'),
(367, 1, 'mod_workshop_get_assessment_form_definition'),
(368, 1, 'mod_workshop_get_reviewer_assessments'),
(369, 1, 'mod_workshop_update_assessment'),
(370, 1, 'mod_workshop_get_grades'),
(371, 1, 'mod_workshop_evaluate_assessment'),
(372, 1, 'mod_workshop_get_grades_report'),
(373, 1, 'mod_workshop_view_submission'),
(374, 1, 'mod_workshop_evaluate_submission'),
(375, 1, 'enrol_guest_get_instance_info'),
(376, 1, 'enrol_guest_validate_password'),
(377, 1, 'enrol_self_get_instance_info'),
(378, 1, 'enrol_self_enrol_user'),
(379, 1, 'message_airnotifier_is_system_configured'),
(380, 1, 'message_airnotifier_are_notification_preferences_configured'),
(381, 1, 'message_airnotifier_get_user_devices'),
(382, 1, 'message_airnotifier_enable_device'),
(383, 1, 'message_popup_get_popup_notifications'),
(384, 1, 'message_popup_get_unread_popup_notification_count'),
(385, 1, 'block_recentlyaccesseditems_get_recent_items'),
(386, 1, 'block_starredcourses_get_starred_courses'),
(387, 1, 'report_insights_set_notuseful_prediction'),
(388, 1, 'report_insights_set_fixed_prediction'),
(389, 1, 'report_insights_action_executed'),
(390, 1, 'gradereport_grader_get_users_in_report'),
(391, 1, 'gradereport_overview_get_course_grades'),
(392, 1, 'gradereport_overview_view_grade_report'),
(393, 1, 'gradereport_singleview_get_grade_items_for_search_widget'),
(394, 1, 'gradereport_user_get_grades_table'),
(395, 1, 'gradereport_user_view_grade_report'),
(396, 1, 'gradereport_user_get_grade_items'),
(397, 1, 'gradereport_user_get_access_information'),
(398, 1, 'tool_analytics_potential_contexts'),
(399, 1, 'tool_lp_data_for_course_competencies_page'),
(400, 1, 'tool_lp_data_for_plans_page'),
(401, 1, 'tool_lp_data_for_plan_page'),
(402, 1, 'tool_lp_data_for_user_evidence_list_page'),
(403, 1, 'tool_lp_data_for_user_evidence_page'),
(404, 1, 'tool_lp_data_for_user_competency_summary'),
(405, 1, 'tool_lp_data_for_user_competency_summary_in_plan'),
(406, 1, 'tool_lp_data_for_user_competency_summary_in_course'),
(407, 1, 'tool_mobile_get_plugins_supporting_mobile'),
(408, 1, 'tool_mobile_get_public_config'),
(409, 1, 'tool_mobile_get_config'),
(410, 1, 'tool_mobile_get_autologin_key'),
(411, 1, 'tool_mobile_get_content'),
(412, 1, 'tool_mobile_call_external_functions'),
(413, 1, 'tool_mobile_validate_subscription_key'),
(414, 1, 'tool_mobile_get_tokens_for_qr_login'),
(415, 1, 'tool_moodlenet_verify_webfinger'),
(416, 1, 'tool_moodlenet_search_courses');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services_users`
--

CREATE TABLE `mdl_external_services_users` (
  `id` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='users allowed to use services with restricted users flag' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_tokens`
--

CREATE TABLE `mdl_external_tokens` (
  `id` bigint(10) NOT NULL,
  `token` varchar(128) NOT NULL DEFAULT '',
  `privatetoken` varchar(64) DEFAULT NULL,
  `tokentype` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `sid` varchar(128) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `creatorid` bigint(10) NOT NULL DEFAULT 1,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Security tokens for accessing of external services' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_favourite`
--

CREATE TABLE `mdl_favourite` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `ordering` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the relationship between an arbitrary item (itemtype,' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback`
--

CREATE TABLE `mdl_feedback` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) 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) NOT NULL DEFAULT '',
  `page_after_submit` longtext NOT NULL,
  `page_after_submitformat` tinyint(2) NOT NULL DEFAULT 0,
  `publish_stats` tinyint(1) NOT NULL DEFAULT 0,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionsubmit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='all feedbacks' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_completed`
--

CREATE TABLE `mdl_feedback_completed` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `random_response` bigint(10) NOT NULL DEFAULT 0,
  `anonymous_response` tinyint(1) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='filled out feedback' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_completedtmp`
--

CREATE TABLE `mdl_feedback_completedtmp` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `guestid` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `random_response` bigint(10) NOT NULL DEFAULT 0,
  `anonymous_response` tinyint(1) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='filled out feedback' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_item`
--

CREATE TABLE `mdl_feedback_item` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `template` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `presentation` longtext NOT NULL,
  `typ` varchar(255) NOT NULL DEFAULT '',
  `hasvalue` tinyint(1) NOT NULL DEFAULT 0,
  `position` smallint(3) NOT NULL DEFAULT 0,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `dependitem` bigint(10) NOT NULL DEFAULT 0,
  `dependvalue` varchar(255) NOT NULL DEFAULT '',
  `options` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='feedback_items' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_sitecourse_map`
--

CREATE TABLE `mdl_feedback_sitecourse_map` (
  `id` bigint(10) NOT NULL,
  `feedbackid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='feedback sitecourse map' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_template`
--

CREATE TABLE `mdl_feedback_template` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `ispublic` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='templates of feedbackstructures' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_value`
--

CREATE TABLE `mdl_feedback_value` (
  `id` bigint(10) NOT NULL,
  `course_id` bigint(10) NOT NULL DEFAULT 0,
  `item` bigint(10) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0,
  `tmp_completed` bigint(10) NOT NULL DEFAULT 0,
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='values of the completeds' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_valuetmp`
--

CREATE TABLE `mdl_feedback_valuetmp` (
  `id` bigint(10) NOT NULL,
  `course_id` bigint(10) NOT NULL DEFAULT 0,
  `item` bigint(10) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0,
  `tmp_completed` bigint(10) NOT NULL DEFAULT 0,
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='values of the completedstmp' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_files`
--

CREATE TABLE `mdl_files` (
  `id` bigint(10) NOT NULL,
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `pathnamehash` varchar(40) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `filearea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `filepath` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) DEFAULT NULL,
  `filesize` bigint(10) NOT NULL,
  `mimetype` varchar(100) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `source` longtext DEFAULT NULL,
  `author` varchar(255) DEFAULT NULL,
  `license` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `referencefileid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='description of files, content is stored in sha1 file pool' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_files`
--

INSERT INTO `mdl_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES
(1, '5f8e911d0da441e36f47c5c46f4393269211ca56', '508e674d49c30d4fde325fe6c7f6fd3d56b247e1', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'smile.png', 2, 1085, 'image/png', 0, NULL, NULL, NULL, 1764416676, 1764416676, 0, NULL),
(2, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1764416676, 1764416676, 0, NULL),
(3, '75c101cb8cb34ea573cd25ac38f8157b1de901b8', '68317eab56c67d32aeaee5acf509a0c4aa828b6b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'sad.png', 2, 966, 'image/png', 0, NULL, NULL, NULL, 1764416676, 1764416676, 0, NULL),
(4, '0c5190a24c3943966541401c883eacaa20ca20cb', '695a55ff780e61c9e59428aa425430b0d6bde53b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'tick.png', 2, 1039, 'image/png', 0, NULL, NULL, NULL, 1764416676, 1764416676, 0, NULL),
(5, '8c96a486d5801e0f4ab8c411f561f1c687e1f865', '373e63af262a9b8466ba8632551520be793c37ff', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'cross.png', 2, 861, 'image/png', 0, NULL, NULL, NULL, 1764416676, 1764416676, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_files_reference`
--

CREATE TABLE `mdl_files_reference` (
  `id` bigint(10) NOT NULL,
  `repositoryid` bigint(10) NOT NULL,
  `lastsync` bigint(10) DEFAULT NULL,
  `reference` longtext DEFAULT NULL,
  `referencehash` varchar(40) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Store files references' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_file_conversion`
--

CREATE TABLE `mdl_file_conversion` (
  `id` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `sourcefileid` bigint(10) NOT NULL,
  `targetformat` varchar(100) NOT NULL DEFAULT '',
  `status` bigint(10) DEFAULT 0,
  `statusmessage` longtext DEFAULT NULL,
  `converter` varchar(255) DEFAULT NULL,
  `destfileid` bigint(10) DEFAULT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to track file conversions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_filter_active`
--

CREATE TABLE `mdl_filter_active` (
  `id` bigint(10) NOT NULL,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `active` smallint(4) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores information about which filters are active in which c' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_filter_active`
--

INSERT INTO `mdl_filter_active` (`id`, `filter`, `contextid`, `active`, `sortorder`) VALUES
(1, 'activitynames', 1, 1, 2),
(2, 'displayh5p', 1, 1, 1),
(3, 'emoticon', 1, 1, 4),
(4, 'mathjaxloader', 1, 1, 3),
(5, 'mediaplugin', 1, 1, 6),
(6, 'urltolink', 1, 1, 5);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_filter_config`
--

CREATE TABLE `mdl_filter_config` (
  `id` bigint(10) NOT NULL,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores per-context configuration settings for filters which ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_folder`
--

CREATE TABLE `mdl_folder` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `display` smallint(4) 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='each record is one folder resource' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum`
--

CREATE TABLE `mdl_forum` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'general',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `duedate` bigint(10) NOT NULL DEFAULT 0,
  `cutoffdate` bigint(10) NOT NULL DEFAULT 0,
  `assessed` bigint(10) NOT NULL DEFAULT 0,
  `assesstimestart` bigint(10) NOT NULL DEFAULT 0,
  `assesstimefinish` bigint(10) NOT NULL DEFAULT 0,
  `scale` bigint(10) NOT NULL DEFAULT 0,
  `grade_forum` bigint(10) NOT NULL DEFAULT 0,
  `grade_forum_notify` smallint(4) NOT NULL DEFAULT 0,
  `maxbytes` bigint(10) NOT NULL DEFAULT 0,
  `maxattachments` bigint(10) NOT NULL DEFAULT 1,
  `forcesubscribe` tinyint(1) NOT NULL DEFAULT 0,
  `trackingtype` tinyint(2) NOT NULL DEFAULT 1,
  `rsstype` tinyint(2) NOT NULL DEFAULT 0,
  `rssarticles` tinyint(2) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `warnafter` bigint(10) NOT NULL DEFAULT 0,
  `blockafter` bigint(10) NOT NULL DEFAULT 0,
  `blockperiod` bigint(10) NOT NULL DEFAULT 0,
  `completiondiscussions` int(9) NOT NULL DEFAULT 0,
  `completionreplies` int(9) NOT NULL DEFAULT 0,
  `completionposts` int(9) NOT NULL DEFAULT 0,
  `displaywordcount` tinyint(1) NOT NULL DEFAULT 0,
  `lockdiscussionafter` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Forums contain and structure discussion' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_digests`
--

CREATE TABLE `mdl_forum_digests` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `maildigest` tinyint(1) NOT NULL DEFAULT -1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps track of user mail delivery preferences for each forum' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_discussions`
--

CREATE TABLE `mdl_forum_discussions` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `forum` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `firstpost` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT -1,
  `assessed` tinyint(1) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `pinned` tinyint(1) NOT NULL DEFAULT 0,
  `timelocked` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Forums are composed of discussions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_discussion_subs`
--

CREATE TABLE `mdl_forum_discussion_subs` (
  `id` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `discussion` bigint(10) NOT NULL,
  `preference` bigint(10) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Users may choose to subscribe and unsubscribe from specific ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_grades`
--

CREATE TABLE `mdl_forum_grades` (
  `id` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `itemnumber` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `grade` decimal(10,5) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Grading data for forum instances' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_posts`
--

CREATE TABLE `mdl_forum_posts` (
  `id` bigint(10) NOT NULL,
  `discussion` bigint(10) NOT NULL DEFAULT 0,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `created` bigint(10) NOT NULL DEFAULT 0,
  `modified` bigint(10) NOT NULL DEFAULT 0,
  `mailed` tinyint(2) NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` longtext NOT NULL,
  `messageformat` tinyint(2) NOT NULL DEFAULT 0,
  `messagetrust` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `totalscore` smallint(4) NOT NULL DEFAULT 0,
  `mailnow` bigint(10) NOT NULL DEFAULT 0,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `privatereplyto` bigint(10) NOT NULL DEFAULT 0,
  `wordcount` bigint(20) DEFAULT NULL,
  `charcount` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='All posts are stored in this table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_queue`
--

CREATE TABLE `mdl_forum_queue` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `discussionid` bigint(10) NOT NULL DEFAULT 0,
  `postid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='For keeping track of posts that will be mailed in digest for' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_read`
--

CREATE TABLE `mdl_forum_read` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forumid` bigint(10) NOT NULL DEFAULT 0,
  `discussionid` bigint(10) NOT NULL DEFAULT 0,
  `postid` bigint(10) NOT NULL DEFAULT 0,
  `firstread` bigint(10) NOT NULL DEFAULT 0,
  `lastread` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tracks each users read posts' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_subscriptions`
--

CREATE TABLE `mdl_forum_subscriptions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forum` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps track of who is subscribed to what forum' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_track_prefs`
--

CREATE TABLE `mdl_forum_track_prefs` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forumid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tracks each users untracked forums' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary`
--

CREATE TABLE `mdl_glossary` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `allowduplicatedentries` tinyint(2) NOT NULL DEFAULT 0,
  `displayformat` varchar(50) NOT NULL DEFAULT 'dictionary',
  `mainglossary` tinyint(2) NOT NULL DEFAULT 0,
  `showspecial` tinyint(2) NOT NULL DEFAULT 1,
  `showalphabet` tinyint(2) NOT NULL DEFAULT 1,
  `showall` tinyint(2) NOT NULL DEFAULT 1,
  `allowcomments` tinyint(2) NOT NULL DEFAULT 0,
  `allowprintview` tinyint(2) NOT NULL DEFAULT 1,
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1,
  `defaultapproval` tinyint(2) NOT NULL DEFAULT 1,
  `approvaldisplayformat` varchar(50) NOT NULL DEFAULT 'default',
  `globalglossary` tinyint(2) NOT NULL DEFAULT 0,
  `entbypage` smallint(3) NOT NULL DEFAULT 10,
  `editalways` tinyint(2) NOT NULL DEFAULT 0,
  `rsstype` tinyint(2) NOT NULL DEFAULT 0,
  `rssarticles` tinyint(2) NOT NULL DEFAULT 0,
  `assessed` bigint(10) NOT NULL DEFAULT 0,
  `assesstimestart` bigint(10) NOT NULL DEFAULT 0,
  `assesstimefinish` bigint(10) NOT NULL DEFAULT 0,
  `scale` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionentries` int(9) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='all glossaries' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_alias`
--

CREATE TABLE `mdl_glossary_alias` (
  `id` bigint(10) NOT NULL,
  `entryid` bigint(10) NOT NULL DEFAULT 0,
  `alias` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='entries alias' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_categories`
--

CREATE TABLE `mdl_glossary_categories` (
  `id` bigint(10) NOT NULL,
  `glossaryid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='all categories for glossary entries' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_entries`
--

CREATE TABLE `mdl_glossary_entries` (
  `id` bigint(10) NOT NULL,
  `glossaryid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `concept` varchar(255) NOT NULL DEFAULT '',
  `definition` longtext NOT NULL,
  `definitionformat` tinyint(2) NOT NULL DEFAULT 0,
  `definitiontrust` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `teacherentry` tinyint(2) NOT NULL DEFAULT 0,
  `sourceglossaryid` bigint(10) NOT NULL DEFAULT 0,
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1,
  `casesensitive` tinyint(2) NOT NULL DEFAULT 0,
  `fullmatch` tinyint(2) NOT NULL DEFAULT 1,
  `approved` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='all glossary entries' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_entries_categories`
--

CREATE TABLE `mdl_glossary_entries_categories` (
  `id` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `entryid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='categories of each glossary entry' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_formats`
--

CREATE TABLE `mdl_glossary_formats` (
  `id` bigint(10) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `popupformatname` varchar(50) NOT NULL DEFAULT '',
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `showgroup` tinyint(2) NOT NULL DEFAULT 1,
  `showtabs` varchar(100) DEFAULT NULL,
  `defaultmode` varchar(50) NOT NULL DEFAULT '',
  `defaulthook` varchar(50) NOT NULL DEFAULT '',
  `sortkey` varchar(50) NOT NULL DEFAULT '',
  `sortorder` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Setting of the display formats' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_glossary_formats`
--

INSERT INTO `mdl_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `showtabs`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) 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', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_categories`
--

CREATE TABLE `mdl_grade_categories` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT 0,
  `keephigh` bigint(10) NOT NULL DEFAULT 0,
  `droplow` bigint(10) NOT NULL DEFAULT 0,
  `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT 0,
  `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table keeps information about categories, used for grou' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_categories_history`
--

CREATE TABLE `mdl_grade_categories_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT 0,
  `keephigh` bigint(10) NOT NULL DEFAULT 0,
  `droplow` bigint(10) 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(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='History of grade_categories' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_grades`
--

CREATE TABLE `mdl_grade_grades` (
  `id` bigint(10) NOT NULL,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) 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(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `exported` bigint(10) NOT NULL DEFAULT 0,
  `overridden` bigint(10) NOT NULL DEFAULT 0,
  `excluded` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` bigint(10) NOT NULL DEFAULT 0,
  `information` longtext DEFAULT NULL,
  `informationformat` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `aggregationstatus` varchar(10) NOT NULL DEFAULT 'unknown',
  `aggregationweight` decimal(10,5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='grade_grades  This table keeps individual grades for each us' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_grades_history`
--

CREATE TABLE `mdl_grade_grades_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) 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(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `exported` bigint(10) NOT NULL DEFAULT 0,
  `overridden` bigint(10) NOT NULL DEFAULT 0,
  `excluded` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` bigint(10) NOT NULL DEFAULT 0,
  `information` longtext DEFAULT NULL,
  `informationformat` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='History table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_import_newitem`
--

CREATE TABLE `mdl_grade_import_newitem` (
  `id` bigint(10) NOT NULL,
  `itemname` varchar(255) NOT NULL DEFAULT '',
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='temporary table for storing new grade_item names from grade ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_import_values`
--

CREATE TABLE `mdl_grade_import_values` (
  `id` bigint(10) NOT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `newgradeitem` bigint(10) DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `feedback` longtext DEFAULT NULL,
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) DEFAULT NULL,
  `importonlyfeedback` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Temporary table for importing grades' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_items`
--

CREATE TABLE `mdl_grade_items` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext DEFAULT NULL,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext DEFAULT NULL,
  `gradetype` smallint(4) NOT NULL DEFAULT 1,
  `grademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `grademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) 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(10) NOT NULL DEFAULT 0,
  `display` bigint(10) NOT NULL DEFAULT 0,
  `decimals` tinyint(1) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `needsupdate` bigint(10) NOT NULL DEFAULT 0,
  `weightoverride` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table keeps information about gradeable items (ie colum' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_items_history`
--

CREATE TABLE `mdl_grade_items_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext DEFAULT NULL,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext DEFAULT NULL,
  `gradetype` smallint(4) NOT NULL DEFAULT 1,
  `grademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `grademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) 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(10) NOT NULL DEFAULT 0,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `needsupdate` bigint(10) NOT NULL DEFAULT 0,
  `display` bigint(10) NOT NULL DEFAULT 0,
  `decimals` tinyint(1) DEFAULT NULL,
  `weightoverride` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='History of grade_items' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_letters`
--

CREATE TABLE `mdl_grade_letters` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `lowerboundary` decimal(10,5) NOT NULL,
  `letter` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Repository for grade letters, for courses and other moodle e' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes`
--

CREATE TABLE `mdl_grade_outcomes` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table describes the outcomes used in the system. An out' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes_courses`
--

CREATE TABLE `mdl_grade_outcomes_courses` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `outcomeid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='stores what outcomes are used in what courses.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes_history`
--

CREATE TABLE `mdl_grade_outcomes_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='History table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_settings`
--

CREATE TABLE `mdl_grade_settings` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='gradebook settings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_comments`
--

CREATE TABLE `mdl_gradingform_guide_comments` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='frequently used comments used in marking guide' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_criteria`
--

CREATE TABLE `mdl_gradingform_guide_criteria` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `descriptionmarkers` longtext DEFAULT NULL,
  `descriptionmarkersformat` tinyint(2) DEFAULT NULL,
  `maxscore` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the rows of the criteria grid.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_fillings`
--

CREATE TABLE `mdl_gradingform_guide_fillings` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `remark` longtext DEFAULT NULL,
  `remarkformat` tinyint(2) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the data of how the guide is filled by a particular r' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_criteria`
--

CREATE TABLE `mdl_gradingform_rubric_criteria` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the rows of the rubric grid.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_fillings`
--

CREATE TABLE `mdl_gradingform_rubric_fillings` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `levelid` bigint(10) DEFAULT NULL,
  `remark` longtext DEFAULT NULL,
  `remarkformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the data of how the rubric is filled by a particular ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_levels`
--

CREATE TABLE `mdl_gradingform_rubric_levels` (
  `id` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `score` decimal(10,5) NOT NULL,
  `definition` longtext DEFAULT NULL,
  `definitionformat` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the columns of the rubric grid.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_areas`
--

CREATE TABLE `mdl_grading_areas` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `areaname` varchar(100) NOT NULL DEFAULT '',
  `activemethod` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Identifies gradable areas where advanced grading can happen.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_definitions`
--

CREATE TABLE `mdl_grading_definitions` (
  `id` bigint(10) NOT NULL,
  `areaid` bigint(10) NOT NULL,
  `method` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `copiedfromid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usercreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecopied` bigint(10) DEFAULT 0,
  `options` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains the basic information about an advanced grading for' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_instances`
--

CREATE TABLE `mdl_grading_instances` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `raterid` bigint(10) NOT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `rawgrade` decimal(10,5) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` tinyint(2) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Grading form instance is an assessment record for one gradab' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groupings`
--

CREATE TABLE `mdl_groupings` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A grouping is a collection of groups. WAS: groups_groupings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groupings_groups`
--

CREATE TABLE `mdl_groupings_groups` (
  `id` bigint(10) NOT NULL,
  `groupingid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a grouping to a group (note, groups can be in multiple ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groups`
--

CREATE TABLE `mdl_groups` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(254) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `enrolmentkey` varchar(50) DEFAULT NULL,
  `picture` bigint(10) NOT NULL DEFAULT 0,
  `visibility` tinyint(1) NOT NULL DEFAULT 0,
  `participation` tinyint(1) NOT NULL DEFAULT 1,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each record represents a group.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groups_members`
--

CREATE TABLE `mdl_groups_members` (
  `id` bigint(10) NOT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link a user to a group.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5p`
--

CREATE TABLE `mdl_h5p` (
  `id` bigint(10) NOT NULL,
  `jsoncontent` longtext NOT NULL,
  `mainlibraryid` bigint(10) NOT NULL,
  `displayoptions` smallint(4) DEFAULT NULL,
  `pathnamehash` varchar(40) NOT NULL DEFAULT '',
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `filtered` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores H5P content information' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5pactivity`
--

CREATE TABLE `mdl_h5pactivity` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `grade` bigint(10) DEFAULT 0,
  `displayoptions` smallint(4) NOT NULL DEFAULT 0,
  `enabletracking` tinyint(1) NOT NULL DEFAULT 1,
  `grademethod` smallint(4) NOT NULL DEFAULT 1,
  `reviewmode` smallint(4) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the h5pactivity activity module instances.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5pactivity_attempts`
--

CREATE TABLE `mdl_h5pactivity_attempts` (
  `id` bigint(10) NOT NULL,
  `h5pactivityid` bigint(10) NOT NULL,
  `userid` bigint(20) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `attempt` mediumint(6) NOT NULL DEFAULT 1,
  `rawscore` bigint(10) DEFAULT 0,
  `maxscore` bigint(10) DEFAULT 0,
  `scaled` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `duration` bigint(10) DEFAULT 0,
  `completion` tinyint(1) DEFAULT NULL,
  `success` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Users attempts inside H5P activities' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5pactivity_attempts_results`
--

CREATE TABLE `mdl_h5pactivity_attempts_results` (
  `id` bigint(10) NOT NULL,
  `attemptid` bigint(10) NOT NULL,
  `subcontent` varchar(128) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `interactiontype` varchar(128) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `correctpattern` longtext DEFAULT NULL,
  `response` longtext NOT NULL,
  `additionals` longtext DEFAULT NULL,
  `rawscore` bigint(10) NOT NULL DEFAULT 0,
  `maxscore` bigint(10) NOT NULL DEFAULT 0,
  `duration` bigint(10) DEFAULT 0,
  `completion` tinyint(1) DEFAULT NULL,
  `success` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='H5Pactivities_attempts tracking info' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5p_contents_libraries`
--

CREATE TABLE `mdl_h5p_contents_libraries` (
  `id` bigint(10) NOT NULL,
  `h5pid` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `dependencytype` varchar(10) NOT NULL DEFAULT '',
  `dropcss` tinyint(1) NOT NULL,
  `weight` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Store which library is used in which content.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5p_libraries`
--

CREATE TABLE `mdl_h5p_libraries` (
  `id` bigint(10) NOT NULL,
  `machinename` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `majorversion` smallint(4) NOT NULL,
  `minorversion` smallint(4) NOT NULL,
  `patchversion` smallint(4) NOT NULL,
  `runnable` tinyint(1) NOT NULL,
  `fullscreen` tinyint(1) NOT NULL DEFAULT 0,
  `embedtypes` varchar(255) NOT NULL DEFAULT '',
  `preloadedjs` longtext DEFAULT NULL,
  `preloadedcss` longtext DEFAULT NULL,
  `droplibrarycss` longtext DEFAULT NULL,
  `semantics` longtext DEFAULT NULL,
  `addto` longtext DEFAULT NULL,
  `coremajor` smallint(4) DEFAULT NULL,
  `coreminor` smallint(4) DEFAULT NULL,
  `metadatasettings` longtext DEFAULT NULL,
  `tutorial` longtext DEFAULT NULL,
  `example` longtext DEFAULT NULL,
  `enabled` tinyint(1) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores information about libraries used by H5P content.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5p_libraries_cachedassets`
--

CREATE TABLE `mdl_h5p_libraries_cachedassets` (
  `id` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `hash` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='H5P cached library assets' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_h5p_library_dependencies`
--

CREATE TABLE `mdl_h5p_library_dependencies` (
  `id` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `requiredlibraryid` bigint(10) NOT NULL,
  `dependencytype` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores H5P library dependencies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_imscp`
--

CREATE TABLE `mdl_imscp` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `keepold` bigint(10) NOT NULL DEFAULT -1,
  `structure` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='each record is one imscp resource' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_infected_files`
--

CREATE TABLE `mdl_infected_files` (
  `id` bigint(10) NOT NULL,
  `filename` longtext NOT NULL,
  `quarantinedfile` longtext DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `reason` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store infected file details.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_label`
--

CREATE TABLE `mdl_label` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines labels' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson`
--

CREATE TABLE `mdl_lesson` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `practice` smallint(3) NOT NULL DEFAULT 0,
  `modattempts` smallint(3) NOT NULL DEFAULT 0,
  `usepassword` smallint(3) NOT NULL DEFAULT 0,
  `password` varchar(32) NOT NULL DEFAULT '',
  `dependency` bigint(10) NOT NULL DEFAULT 0,
  `conditions` longtext NOT NULL,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `custom` smallint(3) NOT NULL DEFAULT 0,
  `ongoing` smallint(3) NOT NULL DEFAULT 0,
  `usemaxgrade` smallint(3) NOT NULL DEFAULT 0,
  `maxanswers` smallint(3) NOT NULL DEFAULT 4,
  `maxattempts` smallint(3) NOT NULL DEFAULT 5,
  `review` smallint(3) NOT NULL DEFAULT 0,
  `nextpagedefault` smallint(3) NOT NULL DEFAULT 0,
  `feedback` smallint(3) NOT NULL DEFAULT 1,
  `minquestions` smallint(3) NOT NULL DEFAULT 0,
  `maxpages` smallint(3) NOT NULL DEFAULT 0,
  `timelimit` bigint(10) NOT NULL DEFAULT 0,
  `retake` smallint(3) NOT NULL DEFAULT 1,
  `activitylink` bigint(10) NOT NULL DEFAULT 0,
  `mediafile` varchar(255) NOT NULL DEFAULT '',
  `mediaheight` bigint(10) NOT NULL DEFAULT 100,
  `mediawidth` bigint(10) NOT NULL DEFAULT 650,
  `mediaclose` smallint(3) NOT NULL DEFAULT 0,
  `slideshow` smallint(3) NOT NULL DEFAULT 0,
  `width` bigint(10) NOT NULL DEFAULT 640,
  `height` bigint(10) NOT NULL DEFAULT 480,
  `bgcolor` varchar(7) NOT NULL DEFAULT '#FFFFFF',
  `displayleft` smallint(3) NOT NULL DEFAULT 0,
  `displayleftif` smallint(3) NOT NULL DEFAULT 0,
  `progressbar` smallint(3) NOT NULL DEFAULT 0,
  `available` bigint(10) NOT NULL DEFAULT 0,
  `deadline` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionendreached` tinyint(1) DEFAULT 0,
  `completiontimespent` bigint(11) DEFAULT 0,
  `allowofflineattempts` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines lesson' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_answers`
--

CREATE TABLE `mdl_lesson_answers` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `jumpto` bigint(11) NOT NULL DEFAULT 0,
  `grade` smallint(4) NOT NULL DEFAULT 0,
  `score` bigint(10) NOT NULL DEFAULT 0,
  `flags` smallint(3) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `answer` longtext DEFAULT NULL,
  `answerformat` tinyint(2) NOT NULL DEFAULT 0,
  `response` longtext DEFAULT NULL,
  `responseformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines lesson_answers' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_attempts`
--

CREATE TABLE `mdl_lesson_attempts` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `answerid` bigint(10) NOT NULL DEFAULT 0,
  `retry` smallint(3) NOT NULL DEFAULT 0,
  `correct` bigint(10) NOT NULL DEFAULT 0,
  `useranswer` longtext DEFAULT NULL,
  `timeseen` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines lesson_attempts' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_branch`
--

CREATE TABLE `mdl_lesson_branch` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `retry` bigint(10) NOT NULL DEFAULT 0,
  `flag` smallint(3) NOT NULL DEFAULT 0,
  `timeseen` bigint(10) NOT NULL DEFAULT 0,
  `nextpageid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='branches for each lesson/user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_grades`
--

CREATE TABLE `mdl_lesson_grades` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `grade` double NOT NULL DEFAULT 0,
  `late` smallint(3) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines lesson_grades' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_overrides`
--

CREATE TABLE `mdl_lesson_overrides` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `available` bigint(10) DEFAULT NULL,
  `deadline` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  `review` smallint(3) DEFAULT NULL,
  `maxattempts` smallint(3) DEFAULT NULL,
  `retake` smallint(3) DEFAULT NULL,
  `password` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The overrides to lesson settings.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_pages`
--

CREATE TABLE `mdl_lesson_pages` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `prevpageid` bigint(10) NOT NULL DEFAULT 0,
  `nextpageid` bigint(10) NOT NULL DEFAULT 0,
  `qtype` smallint(3) NOT NULL DEFAULT 0,
  `qoption` smallint(3) NOT NULL DEFAULT 0,
  `layout` smallint(3) NOT NULL DEFAULT 1,
  `display` smallint(3) NOT NULL DEFAULT 1,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `contents` longtext NOT NULL,
  `contentsformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines lesson_pages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_timer`
--

CREATE TABLE `mdl_lesson_timer` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `starttime` bigint(10) NOT NULL DEFAULT 0,
  `lessontime` bigint(10) NOT NULL DEFAULT 0,
  `completed` tinyint(1) DEFAULT 0,
  `timemodifiedoffline` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='lesson timer for each lesson' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_license`
--

CREATE TABLE `mdl_license` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(255) DEFAULT NULL,
  `fullname` longtext DEFAULT NULL,
  `source` varchar(255) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `version` bigint(10) NOT NULL DEFAULT 0,
  `custom` tinyint(1) NOT NULL DEFAULT 0,
  `sortorder` mediumint(5) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='store licenses used by moodle' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_license`
--

INSERT INTO `mdl_license` (`id`, `shortname`, `fullname`, `source`, `enabled`, `version`, `custom`, `sortorder`) 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-4.0', 'Creative Commons - 4.0 International', 'https://creativecommons.org/licenses/by/4.0/', 1, 2022120100, 0, 4),
(5, 'cc-nc-4.0', 'Creative Commons - NonCommercial 4.0 International', 'https://creativecommons.org/licenses/by-nc/4.0/', 1, 2022120100, 0, 5),
(6, 'cc-nd-4.0', 'Creative Commons - NoDerivatives 4.0 International', 'https://creativecommons.org/licenses/by-nd/4.0/', 1, 2022120100, 0, 6),
(7, 'cc-nc-nd-4.0', 'Creative Commons - NonCommercial-NoDerivatives 4.0 International', 'https://creativecommons.org/licenses/by-nc-nd/4.0/', 1, 2022120100, 0, 7),
(8, 'cc-nc-sa-4.0', 'Creative Commons - NonCommercial-ShareAlike 4.0 International', 'https://creativecommons.org/licenses/by-nc-sa/4.0/', 1, 2022120100, 0, 8),
(9, 'cc-sa-4.0', 'Creative Commons - ShareAlike 4.0 International', 'https://creativecommons.org/licenses/by-sa/4.0/', 1, 2022120100, 0, 9);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lock_db`
--

CREATE TABLE `mdl_lock_db` (
  `id` bigint(10) NOT NULL,
  `resourcekey` varchar(255) NOT NULL DEFAULT '',
  `expires` bigint(10) DEFAULT NULL,
  `owner` varchar(36) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores active and inactive lock types for db locking method.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log`
--

CREATE TABLE `mdl_log` (
  `id` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT 0,
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT 0,
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Every action is logged as far as possible' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_logstore_standard_log`
--

CREATE TABLE `mdl_logstore_standard_log` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(255) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT '',
  `action` varchar(100) NOT NULL DEFAULT '',
  `target` varchar(100) NOT NULL DEFAULT '',
  `objecttable` varchar(50) DEFAULT NULL,
  `objectid` bigint(10) DEFAULT NULL,
  `crud` varchar(1) NOT NULL DEFAULT '',
  `edulevel` tinyint(1) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `relateduserid` bigint(10) DEFAULT NULL,
  `anonymous` tinyint(1) NOT NULL DEFAULT 0,
  `other` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `origin` varchar(10) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `realuserid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Standard log table' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_logstore_standard_log`
--

INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1, '\\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:{}}', 1764416717, 'web', '0:0:0:0:0:0: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;}', 1764416858, 'web', '0:0:0:0:0:0:0:1', NULL),
(3, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1764416858, 'web', '0:0:0:0:0:0:0:1', NULL),
(4, '\\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:24:\"enableaccessibilitytools\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(5, '\\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:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(6, '\\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:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(7, '\\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:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(8, '\\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:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(9, '\\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:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(10, '\\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:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(11, '\\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:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(12, '\\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:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(13, '\\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:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(14, '\\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:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(15, '\\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:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(16, '\\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:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(17, '\\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:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(18, '\\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:14:\"allowfiltering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(19, '\\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:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(20, '\\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:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(21, '\\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:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(22, '\\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:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(23, '\\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:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v127\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(24, '\\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:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(25, '\\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:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(26, '\\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:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(27, '\\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:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(28, '\\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:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(29, '\\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:20:\"encryptnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(30, '\\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:17:\"encryptprocessing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"message_airnotifier\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(31, '\\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:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(32, '\\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:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(33, '\\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:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(34, '\\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:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This submission is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(35, '\\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: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\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(36, '\\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: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\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(37, '\\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:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(38, '\\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:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(39, '\\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:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(40, '\\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:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(41, '\\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:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(42, '\\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:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(43, '\\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:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(44, '\\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:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(45, '\\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:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(46, '\\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:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(47, '\\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:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(48, '\\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:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(49, '\\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:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(50, '\\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:15:\"enabletimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(51, '\\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:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(52, '\\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:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(53, '\\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:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(54, '\\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:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(55, '\\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:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(56, '\\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:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(57, '\\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:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(58, '\\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:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(59, '\\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:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(60, '\\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:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(61, '\\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:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(62, '\\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:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(63, '\\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:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(64, '\\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:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(65, '\\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:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(66, '\\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:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(67, '\\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:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(68, '\\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:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(69, '\\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:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(70, '\\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:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(71, '\\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:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(72, '\\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:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(73, '\\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:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(74, '\\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:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(75, '\\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:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(76, '\\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:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(77, '\\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:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(78, '\\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:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(79, '\\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:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(80, '\\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:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(81, '\\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:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(82, '\\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:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(83, '\\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:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(84, '\\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:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(85, '\\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:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(86, '\\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:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(87, '\\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:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(88, '\\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:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(89, '\\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:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(90, '\\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:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(91, '\\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:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(92, '\\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:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(93, '\\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:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(94, '\\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:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(95, '\\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:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(96, '\\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:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(97, '\\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:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(98, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(99, '\\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:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(100, '\\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:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(101, '\\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:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1764416863, 'web', '0:0:0:0:0:0:0:1', NULL),
(102, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(103, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(104, '\\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:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(105, '\\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:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(106, '\\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:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(107, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(108, '\\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:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(109, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(110, '\\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:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(111, '\\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:36:\"bigbluebuttonbn_default_dpa_accepted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(112, '\\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:26:\"bigbluebuttonbn_server_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:56:\"https://test-moodle.blindsidenetworks.com/bigbluebutton/\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(113, '\\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:29:\"bigbluebuttonbn_shared_secret\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"********\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(114, '\\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:34:\"bigbluebuttonbn_checksum_algorithm\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"SHA1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(115, '\\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:29:\"bigbluebuttonbn_poll_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(116, '\\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:31:\"bigbluebuttonbn_welcome_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(117, '\\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:32:\"bigbluebuttonbn_welcome_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(118, '\\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:33:\"bigbluebuttonbn_recording_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(119, '\\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:40:\"bigbluebuttonbn_recording_refresh_period\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(120, '\\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:34:\"bigbluebuttonbn_recording_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(121, '\\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:48:\"bigbluebuttonbn_recording_all_from_start_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(122, '\\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:49:\"bigbluebuttonbn_recording_all_from_start_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(123, '\\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:45:\"bigbluebuttonbn_recording_hide_button_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(124, '\\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:46:\"bigbluebuttonbn_recording_hide_button_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(125, '\\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:38:\"bigbluebuttonbn_recording_safe_formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"video,presentation\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(126, '\\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:40:\"bigbluebuttonbn_importrecordings_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(127, '\\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:53:\"bigbluebuttonbn_importrecordings_from_deleted_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(128, '\\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:42:\"bigbluebuttonbn_recordings_deleted_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(129, '\\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:43:\"bigbluebuttonbn_recordings_deleted_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(130, '\\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:43:\"bigbluebuttonbn_recordings_imported_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(131, '\\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:44:\"bigbluebuttonbn_recordings_imported_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(132, '\\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:42:\"bigbluebuttonbn_recordings_preview_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(133, '\\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:43:\"bigbluebuttonbn_recordings_preview_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(134, '\\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:35:\"bigbluebuttonbn_recordings_asc_sort\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(135, '\\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:42:\"bigbluebuttonbn_recording_protect_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(136, '\\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:40:\"bigbluebuttonbn_waitformoderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(137, '\\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:41:\"bigbluebuttonbn_waitformoderator_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(138, '\\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:46:\"bigbluebuttonbn_waitformoderator_ping_interval\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(139, '\\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:42:\"bigbluebuttonbn_waitformoderator_cache_ttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(140, '\\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:36:\"bigbluebuttonbn_voicebridge_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(141, '\\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:46:\"bigbluebuttonbn_preuploadpresentation_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(142, '\\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:19:\"presentationdefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"mod_bigbluebuttonbn\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(143, '\\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:33:\"bigbluebuttonbn_userlimit_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(144, '\\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:34:\"bigbluebuttonbn_userlimit_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(145, '\\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:45:\"bigbluebuttonbn_participant_moderator_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(146, '\\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:35:\"bigbluebuttonbn_muteonstart_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(147, '\\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:36:\"bigbluebuttonbn_muteonstart_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(148, '\\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:34:\"bigbluebuttonbn_disablecam_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(149, '\\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:35:\"bigbluebuttonbn_disablecam_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(150, '\\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:34:\"bigbluebuttonbn_disablemic_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(151, '\\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:35:\"bigbluebuttonbn_disablemic_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(152, '\\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:42:\"bigbluebuttonbn_disableprivatechat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(153, '\\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:43:\"bigbluebuttonbn_disableprivatechat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(154, '\\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:41:\"bigbluebuttonbn_disablepublicchat_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(155, '\\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:42:\"bigbluebuttonbn_disablepublicchat_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(156, '\\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:35:\"bigbluebuttonbn_disablenote_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(157, '\\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:36:\"bigbluebuttonbn_disablenote_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(158, '\\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:36:\"bigbluebuttonbn_hideuserlist_default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(159, '\\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:37:\"bigbluebuttonbn_hideuserlist_editable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(160, '\\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:38:\"bigbluebuttonbn_recordingready_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(161, '\\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:39:\"bigbluebuttonbn_profile_picture_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(162, '\\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:37:\"bigbluebuttonbn_meetingevents_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(163, '\\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:35:\"bigbluebuttonbn_guestaccess_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(164, '\\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:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(165, '\\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:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(166, '\\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:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(167, '\\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:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(168, '\\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:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(169, '\\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:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(170, '\\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:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(171, '\\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:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(172, '\\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:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(173, '\\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:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(174, '\\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:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(175, '\\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:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(176, '\\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:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(177, '\\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:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(178, '\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(179, '\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(180, '\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(181, '\\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:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(182, '\\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:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(183, '\\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:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(184, '\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(185, '\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(186, '\\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:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(187, '\\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:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(188, '\\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:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(189, '\\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:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(190, '\\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:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(191, '\\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:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(192, '\\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:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(193, '\\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:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(194, '\\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:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(195, '\\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:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(196, '\\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:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(197, '\\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:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(198, '\\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:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(199, '\\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:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(200, '\\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:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(201, '\\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:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(202, '\\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:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(203, '\\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:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(204, '\\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:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(205, '\\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:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(206, '\\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:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(207, '\\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:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(208, '\\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:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(209, '\\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:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(210, '\\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:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(211, '\\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:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(212, '\\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:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(213, '\\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:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(214, '\\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:15:\"enablesavestate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(215, '\\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:13:\"savestatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:15:\"mod_h5pactivity\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(216, '\\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:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(217, '\\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:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(218, '\\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:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(219, '\\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:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(220, '\\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:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(221, '\\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:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(222, '\\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:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(223, '\\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:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(224, '\\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:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(225, '\\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:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(226, '\\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:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(227, '\\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:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(228, '\\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:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(229, '\\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:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(230, '\\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:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(231, '\\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:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(232, '\\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:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(233, '\\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:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(234, '\\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:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(235, '\\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:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(236, '\\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:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(237, '\\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:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(238, '\\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:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416864, 'web', '0:0:0:0:0:0:0:1', NULL),
(239, '\\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:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(240, '\\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:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(241, '\\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:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(242, '\\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:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(243, '\\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:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(244, '\\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:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(245, '\\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:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(246, '\\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:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(247, '\\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:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(248, '\\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:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(249, '\\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:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(250, '\\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:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(251, '\\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:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(252, '\\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:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(253, '\\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:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(254, '\\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:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(255, '\\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:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(256, '\\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:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(257, '\\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:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(258, '\\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:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(259, '\\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:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(260, '\\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:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(261, '\\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:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(262, '\\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:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(263, '\\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:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(264, '\\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:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(265, '\\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:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(266, '\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(267, '\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(268, '\\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:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(269, '\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(270, '\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(271, '\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(272, '\\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:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(273, '\\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:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(274, '\\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:16:\"timelimit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(275, '\\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:24:\"notifyattemptgradeddelay\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"18000\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(276, '\\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:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(277, '\\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:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(278, '\\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:22:\"overduehandling_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(279, '\\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:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(280, '\\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:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(281, '\\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:18:\"graceperiod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(282, '\\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:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(283, '\\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:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(284, '\\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:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(285, '\\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:15:\"attempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(286, '\\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:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(287, '\\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:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(288, '\\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:18:\"grademethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(289, '\\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:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(290, '\\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:\"maximumgrade_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(291, '\\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:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(292, '\\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:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(293, '\\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:23:\"questionsperpage_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(294, '\\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:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(295, '\\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:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(296, '\\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:16:\"navmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(297, '\\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:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(298, '\\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:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(299, '\\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:21:\"shuffleanswers_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(300, '\\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:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(301, '\\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:\"preferredbehaviour_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(302, '\\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:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(303, '\\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:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(304, '\\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:23:\"canredoquestions_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(305, '\\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:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(306, '\\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:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(307, '\\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:20:\"attemptonlast_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(308, '\\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:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(309, '\\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:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(310, '\\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:14:\"reviewmaxmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(311, '\\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:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(312, '\\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:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(313, '\\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:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(314, '\\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:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(315, '\\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:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(316, '\\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:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(317, '\\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:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(318, '\\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:22:\"showuserpicture_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(319, '\\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:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(320, '\\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:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(321, '\\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:20:\"decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(322, '\\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:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(323, '\\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:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(324, '\\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:28:\"questiondecimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(325, '\\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:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(326, '\\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:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(327, '\\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:17:\"showblocks_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(328, '\\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:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(329, '\\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:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(330, '\\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:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(331, '\\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:19:\"quizpassword_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(332, '\\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:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(333, '\\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:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(334, '\\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:13:\"subnet_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(335, '\\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:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(336, '\\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:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(337, '\\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:13:\"delay1_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(338, '\\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:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(339, '\\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:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(340, '\\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:13:\"delay2_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(341, '\\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:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(342, '\\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:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(343, '\\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:22:\"browsersecurity_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(344, '\\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:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(345, '\\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:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(346, '\\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:19:\"getstatslocktimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"900\";s:6:\"plugin\";s:15:\"quiz_statistics\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(347, '\\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:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(348, '\\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:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(349, '\\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:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(350, '\\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:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(351, '\\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:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(352, '\\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:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(353, '\\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:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(354, '\\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:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(355, '\\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:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(356, '\\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:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(357, '\\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:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(358, '\\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:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(359, '\\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:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(360, '\\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:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(361, '\\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:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(362, '\\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:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(363, '\\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:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(364, '\\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:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(365, '\\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:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(366, '\\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:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(367, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(368, '\\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:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(369, '\\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:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(370, '\\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:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(371, '\\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:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(372, '\\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:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(373, '\\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:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(374, '\\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:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416865, 'web', '0:0:0:0:0:0:0:1', NULL),
(375, '\\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:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(376, '\\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:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(377, '\\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:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(378, '\\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:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(379, '\\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:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(380, '\\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:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(381, '\\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:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(382, '\\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:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(383, '\\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:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(384, '\\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:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(385, '\\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:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(386, '\\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:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(387, '\\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:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(388, '\\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:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(389, '\\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:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(390, '\\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:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(391, '\\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:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(392, '\\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:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(393, '\\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:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(394, '\\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:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(395, '\\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:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(396, '\\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:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(397, '\\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:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(398, '\\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:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(399, '\\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:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(400, '\\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:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(401, '\\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:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(402, '\\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:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(403, '\\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:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(404, '\\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:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(405, '\\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:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(406, '\\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:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(407, '\\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:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(408, '\\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:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(409, '\\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:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(410, '\\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:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(411, '\\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:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(412, '\\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:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(413, '\\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:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(414, '\\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:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(415, '\\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:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(416, '\\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:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(417, '\\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:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(418, '\\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:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(419, '\\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:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(420, '\\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:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(421, '\\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:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(422, '\\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:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(423, '\\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:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(424, '\\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:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(425, '\\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:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(426, '\\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:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(427, '\\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:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(428, '\\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:12:\"analysistype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"tool_brickfield\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(429, '\\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:20:\"deletehistoricaldata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_brickfield\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(430, '\\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:5:\"batch\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1000\";s:6:\"plugin\";s:15:\"tool_brickfield\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(431, '\\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:7:\"perpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:15:\"tool_brickfield\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(432, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(433, '\\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:7:\"lockout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(434, '\\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:9:\"debugmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(435, '\\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:16:\"redir_exclusions\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(436, '\\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:8:\"guidance\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(437, '\\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:15:\"guidancecontent\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(438, '\\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:13:\"guidancefiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"tool_mfa\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(439, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_admin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(440, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_admin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(441, '\\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:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_auth\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(442, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_auth\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(443, '\\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:\"goodauth\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"factor_auth\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(444, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"factor_capability\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(445, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:17:\"factor_capability\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(446, '\\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:11:\"adminpasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"factor_capability\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(447, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"factor_cohort\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(448, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:13:\"factor_cohort\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(449, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(450, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_email\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(451, '\\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:8:\"duration\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"1800\";s:6:\"plugin\";s:12:\"factor_email\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(452, '\\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:7:\"suspend\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_email\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(453, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(454, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(455, '\\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:\"forcesetup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(456, '\\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:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(457, '\\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:\"ignorelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(458, '\\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:13:\"customwarning\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"factor_grace\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(459, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_iprange\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(460, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_iprange\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(461, '\\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:7:\"safeips\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"factor_iprange\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(462, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"factor_nosetup\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(463, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:14:\"factor_nosetup\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(464, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_role\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(465, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_role\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(466, '\\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:5:\"roles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"admin\";s:6:\"plugin\";s:11:\"factor_role\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(467, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"factor_token\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(468, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:12:\"factor_token\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(469, '\\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:6:\"expiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"factor_token\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(470, '\\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:15:\"expireovernight\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"factor_token\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(471, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"factor_totp\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(472, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:11:\"factor_totp\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(473, '\\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:6:\"window\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"factor_totp\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(474, '\\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:8:\"totplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"factor_totp\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(475, '\\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:7:\"enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"factor_webauthn\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(476, '\\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:6:\"weight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:15:\"factor_webauthn\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(477, '\\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:18:\"authenticatortypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"usb,nfc,ble,hybrid,internal\";s:6:\"plugin\";s:15:\"factor_webauthn\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(478, '\\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:16:\"userverification\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"preferred\";s:6:\"plugin\";s:15:\"factor_webauthn\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(479, '\\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:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(480, '\\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:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(481, '\\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:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(482, '\\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:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(483, '\\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:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(484, '\\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:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(485, '\\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:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(486, '\\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:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(487, '\\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:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(488, '\\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:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(489, '\\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:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"tryagain\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(490, '\\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:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(491, '\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(492, '\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(493, '\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(494, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(495, '\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(496, '\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(497, '\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(498, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(499, '\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(500, '\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(501, '\\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:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(502, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(503, '\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(504, '\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(505, '\\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:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(506, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(507, '\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(508, '\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(509, '\\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:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(510, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(511, '\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(512, '\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(513, '\\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:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(514, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(515, '\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(516, '\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(517, '\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(518, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(519, '\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(520, '\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(521, '\\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:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(522, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(523, '\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(524, '\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(525, '\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(526, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(527, '\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(528, '\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(529, '\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(530, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(531, '\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(532, '\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(533, '\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(534, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(535, '\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(536, '\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416866, 'web', '0:0:0:0:0:0:0:1', NULL),
(537, '\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(538, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(539, '\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(540, '\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(541, '\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(542, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(543, '\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(544, '\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(545, '\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(546, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(547, '\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(548, '\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(549, '\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(550, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(551, '\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(552, '\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(553, '\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(554, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(555, '\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(556, '\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(557, '\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(558, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(559, '\\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:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(560, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(561, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(562, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(563, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(564, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(565, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(566, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(567, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(568, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(569, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(570, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(571, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(572, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(573, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(574, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(575, '\\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_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(576, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(577, '\\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:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(578, '\\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:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(579, '\\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:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(580, '\\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:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(581, '\\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:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(582, '\\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:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(583, '\\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:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(584, '\\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:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(585, '\\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:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(586, '\\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:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(587, '\\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:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(588, '\\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:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(589, '\\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:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(590, '\\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:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(591, '\\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:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(592, '\\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:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(593, '\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(594, '\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(595, '\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(596, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(597, '\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(598, '\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(599, '\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(600, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(601, '\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(602, '\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(603, '\\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:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(604, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(605, '\\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:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(606, '\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(607, '\\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:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(608, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(609, '\\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:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(610, '\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(611, '\\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:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(612, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(613, '\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(614, '\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(615, '\\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:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(616, '\\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_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(617, '\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(618, '\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(619, '\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(620, '\\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_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(621, '\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(622, '\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(623, '\\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:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(624, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(625, '\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(626, '\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(627, '\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(628, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(629, '\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(630, '\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(631, '\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(632, '\\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_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(633, '\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(634, '\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(635, '\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(636, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(637, '\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(638, '\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(639, '\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(640, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(641, '\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(642, '\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(643, '\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(644, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(645, '\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(646, '\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(647, '\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(648, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(649, '\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(650, '\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(651, '\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(652, '\\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_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(653, '\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(654, '\\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_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(655, '\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(656, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(657, '\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(658, '\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(659, '\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(660, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(661, '\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(662, '\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(663, '\\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:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(664, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(665, '\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(666, '\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(667, '\\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:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(668, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(669, '\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(670, '\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(671, '\\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:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(672, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(673, '\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(674, '\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(675, '\\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:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(676, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(677, '\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(678, '\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(679, '\\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:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(680, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(681, '\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(682, '\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(683, '\\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:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(684, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416867, 'web', '0:0:0:0:0:0:0:1', NULL),
(685, '\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(686, '\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(687, '\\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:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(688, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(689, '\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(690, '\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(691, '\\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:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(692, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(693, '\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(694, '\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(695, '\\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:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(696, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(697, '\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(698, '\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(699, '\\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:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(700, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(701, '\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(702, '\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(703, '\\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:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(704, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(705, '\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(706, '\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(707, '\\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:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(708, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(709, '\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(710, '\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(711, '\\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:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(712, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(713, '\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(714, '\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(715, '\\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:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(716, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(717, '\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(718, '\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(719, '\\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:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(720, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(721, '\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(722, '\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(723, '\\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:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(724, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(725, '\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(726, '\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(727, '\\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:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(728, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(729, '\\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:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(730, '\\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:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(731, '\\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:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(732, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(733, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(734, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(735, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(736, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(737, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(738, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(739, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(740, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(741, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(742, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(743, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(744, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(745, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(746, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(747, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(748, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(749, '\\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:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(750, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(751, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(752, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(753, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(754, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(755, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(756, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(757, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(758, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(759, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(760, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(761, '\\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:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(762, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(763, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(764, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(765, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(766, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(767, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(768, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(769, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(770, '\\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:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(771, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(772, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(773, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(774, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(775, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(776, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(777, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(778, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(779, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(780, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(781, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(782, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(783, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(784, '\\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:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(785, '\\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:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(786, '\\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:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(787, '\\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: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\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(788, '\\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:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(789, '\\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:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(790, '\\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:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(791, '\\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:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(792, '\\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:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:200:\"Use the <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">Shibboleth login</a> 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\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(793, '\\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:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(794, '\\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:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(795, '\\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:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(796, '\\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:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(797, '\\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:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(798, '\\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:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(799, '\\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:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(800, '\\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:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(801, '\\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:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(802, '\\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:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(803, '\\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:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(804, '\\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:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(805, '\\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:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(806, '\\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:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(807, '\\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:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(808, '\\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:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(809, '\\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:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(810, '\\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:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(811, '\\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:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(812, '\\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:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(813, '\\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:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(814, '\\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:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(815, '\\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:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(816, '\\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:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(817, '\\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:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(818, '\\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:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(819, '\\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:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(820, '\\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:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(821, '\\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:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(822, '\\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:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(823, '\\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:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(824, '\\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:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(825, '\\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:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(826, '\\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:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(827, '\\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:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(828, '\\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:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(829, '\\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:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(830, '\\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:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416868, 'web', '0:0:0:0:0:0:0:1', NULL),
(831, '\\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:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(832, '\\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:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(833, '\\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:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(834, '\\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:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(835, '\\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:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(836, '\\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:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(837, '\\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:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(838, '\\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:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(839, '\\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:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(840, '\\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:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(841, '\\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:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(842, '\\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:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(843, '\\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:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(844, '\\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:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(845, '\\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:10:\"whattoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"showboth\";s:6:\"plugin\";s:18:\"block_accessreview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(846, '\\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:12:\"errordisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"showint\";s:6:\"plugin\";s:18:\"block_accessreview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(847, '\\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:8:\"toolpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"errors\";s:6:\"plugin\";s:18:\"block_accessreview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(848, '\\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:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(849, '\\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:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(850, '\\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:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(851, '\\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:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(852, '\\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:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(853, '\\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:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(854, '\\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:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(855, '\\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:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(856, '\\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:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(857, '\\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:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(858, '\\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:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(859, '\\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:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(860, '\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(861, '\\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:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(862, '\\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:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(863, '\\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:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(864, '\\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:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(865, '\\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:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(866, '\\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:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(867, '\\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:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(868, '\\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:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(869, '\\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:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(870, '\\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:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(871, '\\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:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(872, '\\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:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(873, '\\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:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(874, '\\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:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(875, '\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(876, '\\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:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(877, '\\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:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(878, '\\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:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(879, '\\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:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(880, '\\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:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(881, '\\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:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(882, '\\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:15:\"showsectionname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(883, '\\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:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(884, '\\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:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(885, '\\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:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(886, '\\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:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(887, '\\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:11:\"indentation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"format_topics\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(888, '\\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:11:\"indentation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"format_weeks\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(889, '\\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:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(890, '\\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:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(891, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(892, '\\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:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(893, '\\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:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(894, '\\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:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(895, '\\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:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(896, '\\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:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(897, '\\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:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(898, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(899, '\\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:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(900, '\\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:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(901, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(902, '\\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:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"enrol_fee\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(903, '\\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:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(904, '\\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:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(905, '\\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:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(906, '\\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:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(907, '\\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:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(908, '\\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:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(909, '\\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:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(910, '\\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:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(911, '\\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:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(912, '\\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:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(913, '\\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:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(914, '\\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:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(915, '\\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:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(916, '\\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:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(917, '\\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:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(918, '\\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:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(919, '\\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:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(920, '\\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:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(921, '\\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:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(922, '\\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:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(923, '\\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:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(924, '\\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:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(925, '\\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:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(926, '\\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:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(927, '\\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:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(928, '\\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:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(929, '\\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:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(930, '\\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:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(931, '\\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:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(932, '\\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:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(933, '\\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:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(934, '\\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:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(935, '\\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:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(936, '\\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:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(937, '\\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:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(938, '\\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:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(939, '\\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:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(940, '\\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:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(941, '\\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:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(942, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(943, '\\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:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(944, '\\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:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(945, '\\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:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(946, '\\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:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(947, '\\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:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(948, '\\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:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(949, '\\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:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(950, '\\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:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(951, '\\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:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(952, '\\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:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(953, '\\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:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(954, '\\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:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(955, '\\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:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(956, '\\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:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(957, '\\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:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(958, '\\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:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(959, '\\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:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(960, '\\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:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(961, '\\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:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(962, '\\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:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(963, '\\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:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(964, '\\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:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(965, '\\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:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(966, '\\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:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(967, '\\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:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(968, '\\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:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(969, '\\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:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(970, '\\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:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(971, '\\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:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(972, '\\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:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(973, '\\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:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(974, '\\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:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(975, '\\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:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(976, '\\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:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(977, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1626, '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\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(978, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(979, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416869, 'web', '0:0:0:0:0:0:0:1', NULL),
(980, '\\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:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(981, '\\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:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(982, '\\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:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(983, '\\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:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(984, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(985, '\\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:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(986, '\\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:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(987, '\\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:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(988, '\\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:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(989, '\\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:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(990, '\\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:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(991, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(992, '\\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:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(993, '\\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:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(994, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(995, '\\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:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(996, '\\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:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(997, '\\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:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(998, '\\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:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(999, '\\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:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1000, '\\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:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1001, '\\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:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1002, '\\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:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1003, '\\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:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1004, '\\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:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1005, '\\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:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1006, '\\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:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1007, '\\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:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1008, '\\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:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1009, '\\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:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1010, '\\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:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1011, '\\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:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1012, '\\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:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1013, '\\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:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1014, '\\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:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1015, '\\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:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1016, '\\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:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1017, '\\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:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1018, '\\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:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1019, '\\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:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1020, '\\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:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1021, '\\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:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1022, '\\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:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:53:\"https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1023, '\\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:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1024, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1025, '\\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:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1026, '\\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:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1027, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1028, '\\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:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1029, '\\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:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1030, '\\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:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:29:\"c:\\texmf\\miktex\\bin\\latex.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1031, '\\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:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:29:\"c:\\texmf\\miktex\\bin\\dvips.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1032, '\\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:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:26:\"c:\\imagemagick\\convert.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1033, '\\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:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"c:\\texmf\\miktex\\bin\\dvisvgm.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1034, '\\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:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1035, '\\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:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1036, '\\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:11:\"startwithdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"local_adminer\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1037, '\\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:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1038, '\\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:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1039, '\\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:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1040, '\\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:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1041, '\\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:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1042, '\\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:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1043, '\\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:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1044, '\\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:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1045, '\\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:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1046, '\\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:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1047, '\\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:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1048, '\\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:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1049, '\\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:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1050, '\\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:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1051, '\\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:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1052, '\\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:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1053, '\\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:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1054, '\\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:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1055, '\\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:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1056, '\\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:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1057, '\\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:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1058, '\\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:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1059, '\\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:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1060, '\\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:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1061, '\\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:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1062, '\\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:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1063, '\\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:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1064, '\\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:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"html_video,media_source,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1065, '\\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:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1066, '\\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:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1067, '\\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:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1068, '\\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:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1069, '\\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:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1070, '\\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:10:\"donottrack\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"media_vimeo\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1071, '\\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:8:\"nocookie\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_youtube\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1072, '\\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:9:\"surcharge\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"paygw_paypal\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1073, '\\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:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1074, '\\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:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1075, '\\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:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1076, '\\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:\"showstandardinstruction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1077, '\\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:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:355:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\naccessibility = accessibilitychecker, accessibilityhelper\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1078, '\\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:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1079, '\\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:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:13:\"atto_collapse\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1080, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1081, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1082, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1083, '\\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: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:\"atto_equation\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1084, '\\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:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1085, '\\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:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1086, '\\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:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1087, '\\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:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1088, '\\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:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1089, '\\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:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1090, '\\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:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1091, '\\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:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1092, '\\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:8:\"branding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"editor_tiny\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1093, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1094, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1095, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1096, '\\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: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\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1097, '\\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:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"tiny_premium\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1098, '\\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:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1099, '\\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:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1100, '\\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:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1101, '\\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:14:\"audiotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1102, '\\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:14:\"videotimelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"tiny_recordrtc\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1103, '\\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:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1104, '\\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:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1105, '\\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:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1106, '\\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:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1107, '\\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:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1108, '\\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:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1109, '\\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:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1110, '\\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:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1111, '\\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:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1112, '\\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:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1113, '\\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:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1114, '\\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:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1115, '\\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:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1116, '\\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:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1117, '\\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:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1118, '\\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:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416870, 'web', '0:0:0:0:0:0:0:1', NULL),
(1119, '\\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:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1120, '\\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:10:\"autologout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1121, '\\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:14:\"autologouttime\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1122, '\\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:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1123, '\\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:8:\"qrkeyttl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1124, '\\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:13:\"qrsameipcheck\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1125, '\\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:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1126, '\\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:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1127, '\\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:26:\"autologinmintimebetweenreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"360\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1128, '\\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:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1129, '\\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:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1130, '\\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:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1131, '\\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:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1132, '\\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:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1133, '\\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:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1134, '\\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:16:\"disabledfeatures\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1135, '\\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:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1136, '\\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:21:\"filetypeexclusionlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1137, '\\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:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1764416871, 'web', '0:0:0:0:0:0:0:1', NULL),
(1138, '\\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:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1764416872, 'web', '0:0:0:0:0:0:0:1', NULL),
(1139, '\\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:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1764416872, 'web', '0:0:0:0:0:0:0:1', NULL),
(1140, '\\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:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1764416872, 'web', '0:0:0:0:0:0:0:1', NULL),
(1141, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1790, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"timezone\",\"oldvalue\":null,\"value\":\"Africa\\/Maputo\",\"plugin\":null}', 1764417108, 'web', '0:0:0:0:0:0:0:1', NULL),
(1142, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1791, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"registerauth\",\"oldvalue\":null,\"value\":\"\",\"plugin\":null}', 1764417108, 'web', '0:0:0:0:0:0:0:1', NULL),
(1143, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1792, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"noreplyaddress\",\"oldvalue\":null,\"value\":\"\",\"plugin\":null}', 1764417108, 'web', '0:0:0:0:0:0:0:1', NULL),
(1144, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1793, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"supportemail\",\"oldvalue\":null,\"value\":\"paulinojulio16@gmail.com\",\"plugin\":null}', 1764417144, 'web', '0:0:0:0:0:0:0:1', NULL),
(1145, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417150, 'web', '0:0:0:0:0:0:0:1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1146, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 5, 'r', 2, 5, 30, 2, 2, 0, 2, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/\"}', 1764417150, 'web', '0:0:0:0:0:0:0:1', NULL),
(1147, '\\tool_usertours\\event\\tour_ended', 'tool_usertours', 'ended', 'tour', 'tool_usertours_tours', 5, 'c', 2, 5, 30, 2, 2, 0, 2, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/\",\"stepid\":9,\"stepindex\":0}', 1764417194, 'web', '0:0:0:0:0:0:0:1', NULL),
(1148, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417202, 'web', '0:0:0:0:0:0:0:1', NULL),
(1149, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417207, 'web', '0:0:0:0:0:0:0:1', NULL),
(1150, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417211, 'web', '0:0:0:0:0:0:0:1', NULL),
(1151, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764417238, 'web', '0:0:0:0:0:0:0:1', NULL),
(1152, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764417238, 'web', '0:0:0:0:0:0:0:1', NULL),
(1153, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417247, 'web', '0:0:0:0:0:0:0:1', NULL),
(1154, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764417257, 'web', '0:0:0:0:0:0:0:1', NULL),
(1155, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 1, 'c', 1, 2, 50, 1, 2, 1, NULL, 0, '{\"sectionnum\":1}', 1764417258, 'web', '0:0:0:0:0:0:0:1', NULL),
(1156, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 1, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"courseshortname\":\"ISMC\",\"coursefullname\":\"Instituto Superior MC\"}', 1764417268, 'web', '0:0:0:0:0:0:0:1', NULL),
(1157, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764417379, 'web', '0:0:0:0:0:0:0:1', NULL),
(1158, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764417379, 'web', '0:0:0:0:0:0:0:1', NULL),
(1159, '\\core\\event\\question_category_viewed', 'core', 'viewed', 'question_category', 'question_categories', 2, 'r', 1, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764417441, 'web', '0:0:0:0:0:0:0:1', NULL),
(1160, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"sessionid\":\"ft62lmss1917nm5cqvmhtipv6v\"}', 1764417457, 'web', '0:0:0:0:0:0:0:1', NULL),
(1161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1764417457, 'web', '0:0:0:0:0:0:0:1', NULL),
(1162, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 1, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"guest\",\"extrauserinfo\":[]}', 1764417479, 'web', '0:0:0:0:0:0:0:1', NULL),
(1163, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1764417480, 'web', '0:0:0:0:0:0:0:1', NULL),
(1164, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"paulinojulio16@gmail.com\",\"reason\":1}', 1764417495, 'web', '0:0:0:0:0:0:0:1', NULL),
(1165, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"paulinojulio16@gmail.com\",\"reason\":1}', 1764417506, 'web', '0:0:0:0:0:0:0:1', NULL),
(1166, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"admin@pss.com\",\"reason\":1}', 1764417515, 'web', '0:0:0:0:0:0:0:1', NULL),
(1167, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"paulinojulio16@gmail.com\",\"reason\":1}', 1764417525, 'web', '0:0:0:0:0:0:0:1', NULL),
(1168, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"extrauserinfo\":[]}', 1764417746, 'web', '0:0:0:0:0:0:0:1', NULL),
(1169, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417748, 'web', '0:0:0:0:0:0:0:1', NULL),
(1170, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764417762, 'web', '0:0:0:0:0:0:0:1', NULL),
(1171, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764417762, 'web', '0:0:0:0:0:0:0:1', NULL),
(1172, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417805, 'web', '0:0:0:0:0:0:0:1', NULL),
(1173, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764417808, 'web', '0:0:0:0:0:0:0:1', NULL),
(1174, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764417808, 'web', '0:0:0:0:0:0:0:1', NULL),
(1175, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417822, 'web', '0:0:0:0:0:0:0:1', NULL),
(1176, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764417945, 'web', '0:0:0:0:0:0:0:1', NULL),
(1177, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764417947, 'web', '0:0:0:0:0:0:0:1', NULL),
(1178, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 1, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"courseshortname\":\"ISMC\",\"coursefullname\":\"Instituto Superior MC\"}', 1764417990, 'web', '0:0:0:0:0:0:0:1', NULL),
(1179, '\\core\\event\\question_category_viewed', 'core', 'viewed', 'question_category', 'question_categories', 2, 'r', 1, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764418015, 'web', '0:0:0:0:0:0:0:1', NULL),
(1180, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 1, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"courseshortname\":\"ISMC\",\"coursefullname\":\"Instituto Superior MC\"}', 1764418031, 'web', '0:0:0:0:0:0:0:1', NULL),
(1181, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764418444, 'web', '0:0:0:0:0:0:0:1', NULL),
(1182, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764418444, 'web', '0:0:0:0:0:0:0:1', NULL),
(1183, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764418449, 'web', '0:0:0:0:0:0:0:1', NULL),
(1184, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764418454, 'web', '0:0:0:0:0:0:0:1', NULL),
(1185, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764418461, 'web', '0:0:0:0:0:0:0:1', NULL),
(1186, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764418576, 'web', '0:0:0:0:0:0:0:1', NULL),
(1187, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764418677, 'web', '0:0:0:0:0:0:0:1', NULL),
(1188, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764418686, 'web', '0:0:0:0:0:0:0:1', NULL),
(1189, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764418686, 'web', '0:0:0:0:0:0:0:1', NULL),
(1190, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764418694, 'web', '0:0:0:0:0:0:0:1', NULL),
(1191, '\\tool_langimport\\event\\langpack_imported', 'tool_langimport', 'imported', 'langpack', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"langcode\":\"pt\"}', 1764419694, 'web', '0:0:0:0:0:0:0:1', NULL),
(1192, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764419748, 'web', '0:0:0:0:0:0:0:1', NULL),
(1193, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764419751, 'web', '0:0:0:0:0:0:0:1', NULL),
(1194, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764419776, 'web', '0:0:0:0:0:0:0:1', NULL),
(1195, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1764419810, 'web', '0:0:0:0:0:0:0:1', NULL),
(1196, '\\gradereport_overview\\event\\grade_report_viewed', 'gradereport_overview', 'viewed', 'grade_report', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, 2, 0, 'null', 1764419831, 'web', '0:0:0:0:0:0:0:1', NULL),
(1197, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1764419967, 'web', '0:0:0:0:0:0:0:1', NULL),
(1198, '\\core\\event\\mycourses_viewed', 'core', 'viewed', 'mycourses', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1764419969, 'web', '0:0:0:0:0:0:0:1', NULL),
(1199, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764419969, 'web', '0:0:0:0:0:0:0:1', NULL),
(1200, '\\tool_usertours\\event\\tour_reset', 'tool_usertours', 'reset', 'tour', 'tool_usertours_tours', 4, 'c', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764420403, 'web', '0:0:0:0:0:0:0:1', NULL),
(1201, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764420404, 'web', '0:0:0:0:0:0:0:1', NULL),
(1202, '\\tool_usertours\\event\\tour_reset', 'tool_usertours', 'reset', 'tour', 'tool_usertours_tours', 4, 'c', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764420404, 'web', '0:0:0:0:0:0:0:1', NULL),
(1203, '\\tool_usertours\\event\\tour_ended', 'tool_usertours', 'ended', 'tour', 'tool_usertours_tours', 4, 'c', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\",\"stepid\":8,\"stepindex\":0}', 1764420404, 'web', '0:0:0:0:0:0:0:1', NULL),
(1204, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 4, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\"}', 1764420404, 'web', '0:0:0:0:0:0:0:1', NULL),
(1205, '\\tool_usertours\\event\\tour_ended', 'tool_usertours', 'ended', 'tour', 'tool_usertours_tours', 4, 'c', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost\\/moodle\\/my\\/courses.php\",\"stepid\":8,\"stepindex\":0}', 1764420405, 'web', '0:0:0:0:0:0:0:1', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log_display`
--

CREATE TABLE `mdl_log_display` (
  `id` bigint(10) NOT NULL,
  `module` varchar(20) NOT NULL DEFAULT '',
  `action` varchar(40) NOT NULL DEFAULT '',
  `mtable` varchar(30) NOT NULL DEFAULT '',
  `field` varchar(200) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='For a particular module/action, specifies a moodle table/fie' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_log_display`
--

INSERT INTO `mdl_log_display` (`id`, `module`, `action`, `mtable`, `field`, `component`) 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'),
(53, 'bigbluebuttonbn', 'add', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(54, 'bigbluebuttonbn', 'update', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(55, 'bigbluebuttonbn', 'view', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(56, 'bigbluebuttonbn', 'view all', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(57, 'bigbluebuttonbn', 'create', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(58, 'bigbluebuttonbn', 'end', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(59, 'bigbluebuttonbn', 'join', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(60, 'bigbluebuttonbn', 'left', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(61, 'bigbluebuttonbn', 'publish', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(62, 'bigbluebuttonbn', 'unpublish', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(63, 'bigbluebuttonbn', 'delete', 'bigbluebuttonbn', 'name', 'mod_bigbluebuttonbn'),
(64, 'book', 'add', 'book', 'name', 'mod_book'),
(65, 'book', 'update', 'book', 'name', 'mod_book'),
(66, 'book', 'view', 'book', 'name', 'mod_book'),
(67, 'book', 'add chapter', 'book_chapters', 'title', 'mod_book'),
(68, 'book', 'update chapter', 'book_chapters', 'title', 'mod_book'),
(69, 'book', 'view chapter', 'book_chapters', 'title', 'mod_book'),
(70, 'chat', 'view', 'chat', 'name', 'mod_chat'),
(71, 'chat', 'add', 'chat', 'name', 'mod_chat'),
(72, 'chat', 'update', 'chat', 'name', 'mod_chat'),
(73, 'chat', 'report', 'chat', 'name', 'mod_chat'),
(74, 'chat', 'talk', 'chat', 'name', 'mod_chat'),
(75, 'choice', 'view', 'choice', 'name', 'mod_choice'),
(76, 'choice', 'update', 'choice', 'name', 'mod_choice'),
(77, 'choice', 'add', 'choice', 'name', 'mod_choice'),
(78, 'choice', 'report', 'choice', 'name', 'mod_choice'),
(79, 'choice', 'choose', 'choice', 'name', 'mod_choice'),
(80, 'choice', 'choose again', 'choice', 'name', 'mod_choice'),
(81, 'data', 'view', 'data', 'name', 'mod_data'),
(82, 'data', 'add', 'data', 'name', 'mod_data'),
(83, 'data', 'update', 'data', 'name', 'mod_data'),
(84, 'data', 'record delete', 'data', 'name', 'mod_data'),
(85, 'data', 'fields add', 'data_fields', 'name', 'mod_data'),
(86, 'data', 'fields update', 'data_fields', 'name', 'mod_data'),
(87, 'data', 'templates saved', 'data', 'name', 'mod_data'),
(88, 'data', 'templates def', 'data', 'name', 'mod_data'),
(89, 'feedback', 'startcomplete', 'feedback', 'name', 'mod_feedback'),
(90, 'feedback', 'submit', 'feedback', 'name', 'mod_feedback'),
(91, 'feedback', 'delete', 'feedback', 'name', 'mod_feedback'),
(92, 'feedback', 'view', 'feedback', 'name', 'mod_feedback'),
(93, 'feedback', 'view all', 'course', 'shortname', 'mod_feedback'),
(94, 'folder', 'view', 'folder', 'name', 'mod_folder'),
(95, 'folder', 'view all', 'folder', 'name', 'mod_folder'),
(96, 'folder', 'update', 'folder', 'name', 'mod_folder'),
(97, 'folder', 'add', 'folder', 'name', 'mod_folder'),
(98, 'forum', 'add', 'forum', 'name', 'mod_forum'),
(99, 'forum', 'update', 'forum', 'name', 'mod_forum'),
(100, 'forum', 'add discussion', 'forum_discussions', 'name', 'mod_forum'),
(101, 'forum', 'add post', 'forum_posts', 'subject', 'mod_forum'),
(102, 'forum', 'update post', 'forum_posts', 'subject', 'mod_forum'),
(103, 'forum', 'user report', 'user', 'CONCAT(firstname, \' \', lastname)', 'mod_forum'),
(104, 'forum', 'move discussion', 'forum_discussions', 'name', 'mod_forum'),
(105, 'forum', 'view subscribers', 'forum', 'name', 'mod_forum'),
(106, 'forum', 'view discussion', 'forum_discussions', 'name', 'mod_forum'),
(107, 'forum', 'view forum', 'forum', 'name', 'mod_forum'),
(108, 'forum', 'subscribe', 'forum', 'name', 'mod_forum'),
(109, 'forum', 'unsubscribe', 'forum', 'name', 'mod_forum'),
(110, 'forum', 'pin discussion', 'forum_discussions', 'name', 'mod_forum'),
(111, 'forum', 'unpin discussion', 'forum_discussions', 'name', 'mod_forum'),
(112, 'glossary', 'add', 'glossary', 'name', 'mod_glossary'),
(113, 'glossary', 'update', 'glossary', 'name', 'mod_glossary'),
(114, 'glossary', 'view', 'glossary', 'name', 'mod_glossary'),
(115, 'glossary', 'view all', 'glossary', 'name', 'mod_glossary'),
(116, 'glossary', 'add entry', 'glossary', 'name', 'mod_glossary'),
(117, 'glossary', 'update entry', 'glossary', 'name', 'mod_glossary'),
(118, 'glossary', 'add category', 'glossary', 'name', 'mod_glossary'),
(119, 'glossary', 'update category', 'glossary', 'name', 'mod_glossary'),
(120, 'glossary', 'delete category', 'glossary', 'name', 'mod_glossary'),
(121, 'glossary', 'approve entry', 'glossary', 'name', 'mod_glossary'),
(122, 'glossary', 'disapprove entry', 'glossary', 'name', 'mod_glossary'),
(123, 'glossary', 'view entry', 'glossary_entries', 'concept', 'mod_glossary'),
(124, 'imscp', 'view', 'imscp', 'name', 'mod_imscp'),
(125, 'imscp', 'view all', 'imscp', 'name', 'mod_imscp'),
(126, 'imscp', 'update', 'imscp', 'name', 'mod_imscp'),
(127, 'imscp', 'add', 'imscp', 'name', 'mod_imscp'),
(128, 'label', 'add', 'label', 'name', 'mod_label'),
(129, 'label', 'update', 'label', 'name', 'mod_label'),
(130, 'lesson', 'start', 'lesson', 'name', 'mod_lesson'),
(131, 'lesson', 'end', 'lesson', 'name', 'mod_lesson'),
(132, 'lesson', 'view', 'lesson_pages', 'title', 'mod_lesson'),
(133, 'lti', 'view', 'lti', 'name', 'mod_lti'),
(134, 'lti', 'launch', 'lti', 'name', 'mod_lti'),
(135, 'lti', 'view all', 'lti', 'name', 'mod_lti'),
(136, 'page', 'view', 'page', 'name', 'mod_page'),
(137, 'page', 'view all', 'page', 'name', 'mod_page'),
(138, 'page', 'update', 'page', 'name', 'mod_page'),
(139, 'page', 'add', 'page', 'name', 'mod_page'),
(140, 'quiz', 'add', 'quiz', 'name', 'mod_quiz'),
(141, 'quiz', 'update', 'quiz', 'name', 'mod_quiz'),
(142, 'quiz', 'view', 'quiz', 'name', 'mod_quiz'),
(143, 'quiz', 'report', 'quiz', 'name', 'mod_quiz'),
(144, 'quiz', 'attempt', 'quiz', 'name', 'mod_quiz'),
(145, 'quiz', 'submit', 'quiz', 'name', 'mod_quiz'),
(146, 'quiz', 'review', 'quiz', 'name', 'mod_quiz'),
(147, 'quiz', 'editquestions', 'quiz', 'name', 'mod_quiz'),
(148, 'quiz', 'preview', 'quiz', 'name', 'mod_quiz'),
(149, 'quiz', 'start attempt', 'quiz', 'name', 'mod_quiz'),
(150, 'quiz', 'close attempt', 'quiz', 'name', 'mod_quiz'),
(151, 'quiz', 'continue attempt', 'quiz', 'name', 'mod_quiz'),
(152, 'quiz', 'edit override', 'quiz', 'name', 'mod_quiz'),
(153, 'quiz', 'delete override', 'quiz', 'name', 'mod_quiz'),
(154, 'quiz', 'view summary', 'quiz', 'name', 'mod_quiz'),
(155, 'resource', 'view', 'resource', 'name', 'mod_resource'),
(156, 'resource', 'view all', 'resource', 'name', 'mod_resource'),
(157, 'resource', 'update', 'resource', 'name', 'mod_resource'),
(158, 'resource', 'add', 'resource', 'name', 'mod_resource'),
(159, 'scorm', 'view', 'scorm', 'name', 'mod_scorm'),
(160, 'scorm', 'review', 'scorm', 'name', 'mod_scorm'),
(161, 'scorm', 'update', 'scorm', 'name', 'mod_scorm'),
(162, 'scorm', 'add', 'scorm', 'name', 'mod_scorm'),
(163, 'survey', 'add', 'survey', 'name', 'mod_survey'),
(164, 'survey', 'update', 'survey', 'name', 'mod_survey'),
(165, 'survey', 'download', 'survey', 'name', 'mod_survey'),
(166, 'survey', 'view form', 'survey', 'name', 'mod_survey'),
(167, 'survey', 'view graph', 'survey', 'name', 'mod_survey'),
(168, 'survey', 'view report', 'survey', 'name', 'mod_survey'),
(169, 'survey', 'submit', 'survey', 'name', 'mod_survey'),
(170, 'url', 'view', 'url', 'name', 'mod_url'),
(171, 'url', 'view all', 'url', 'name', 'mod_url'),
(172, 'url', 'update', 'url', 'name', 'mod_url'),
(173, 'url', 'add', 'url', 'name', 'mod_url'),
(174, 'workshop', 'add', 'workshop', 'name', 'mod_workshop'),
(175, 'workshop', 'update', 'workshop', 'name', 'mod_workshop'),
(176, 'workshop', 'view', 'workshop', 'name', 'mod_workshop'),
(177, 'workshop', 'view all', 'workshop', 'name', 'mod_workshop'),
(178, 'workshop', 'add submission', 'workshop_submissions', 'title', 'mod_workshop'),
(179, 'workshop', 'update submission', 'workshop_submissions', 'title', 'mod_workshop'),
(180, 'workshop', 'view submission', 'workshop_submissions', 'title', 'mod_workshop'),
(181, 'workshop', 'add assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(182, 'workshop', 'update assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(183, 'workshop', 'add example', 'workshop_submissions', 'title', 'mod_workshop'),
(184, 'workshop', 'update example', 'workshop_submissions', 'title', 'mod_workshop'),
(185, 'workshop', 'view example', 'workshop_submissions', 'title', 'mod_workshop'),
(186, 'workshop', 'add reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(187, 'workshop', 'update reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(188, 'workshop', 'add example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(189, 'workshop', 'update example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(190, 'workshop', 'update aggregate grades', 'workshop', 'name', 'mod_workshop'),
(191, 'workshop', 'update clear aggregated grades', 'workshop', 'name', 'mod_workshop'),
(192, 'workshop', 'update clear assessments', 'workshop', 'name', 'mod_workshop'),
(193, 'book', 'exportimscp', 'book', 'name', 'booktool_exportimscp'),
(194, 'book', 'print', 'book', 'name', 'booktool_print'),
(195, 'book', 'print chapter', 'book_chapters', 'title', 'booktool_print');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log_queries`
--

CREATE TABLE `mdl_log_queries` (
  `id` bigint(10) NOT NULL,
  `qtype` mediumint(5) NOT NULL,
  `sqltext` longtext NOT NULL,
  `sqlparams` longtext DEFAULT NULL,
  `error` mediumint(5) NOT NULL DEFAULT 0,
  `info` longtext DEFAULT NULL,
  `backtrace` longtext DEFAULT NULL,
  `exectime` decimal(10,5) NOT NULL,
  `timelogged` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Logged database queries.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti`
--

CREATE TABLE `mdl_lti` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `typeid` bigint(10) DEFAULT NULL,
  `toolurl` longtext NOT NULL,
  `securetoolurl` longtext DEFAULT NULL,
  `instructorchoicesendname` tinyint(1) DEFAULT NULL,
  `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowroster` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL,
  `instructorcustomparameters` longtext DEFAULT NULL,
  `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL,
  `grade` bigint(10) NOT NULL DEFAULT 100,
  `launchcontainer` tinyint(2) NOT NULL DEFAULT 1,
  `resourcekey` varchar(255) DEFAULT NULL,
  `password` varchar(255) 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) DEFAULT NULL,
  `icon` longtext DEFAULT NULL,
  `secureicon` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table contains Basic LTI activities instances' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_ltiservice_gradebookservices`
--

CREATE TABLE `mdl_ltiservice_gradebookservices` (
  `id` bigint(10) NOT NULL,
  `gradeitemid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `toolproxyid` bigint(10) DEFAULT NULL,
  `typeid` bigint(10) DEFAULT NULL,
  `baseurl` longtext DEFAULT NULL,
  `ltilinkid` bigint(10) DEFAULT NULL,
  `resourceid` varchar(512) DEFAULT NULL,
  `tag` varchar(255) DEFAULT NULL,
  `subreviewurl` longtext DEFAULT NULL,
  `subreviewparams` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This file records the grade items created by the LTI Gradebo' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_access_tokens`
--

CREATE TABLE `mdl_lti_access_tokens` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `scope` longtext NOT NULL,
  `token` varchar(128) NOT NULL DEFAULT '',
  `validuntil` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastaccess` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Security tokens for accessing of LTI services' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_coursevisible`
--

CREATE TABLE `mdl_lti_coursevisible` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `coursevisible` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store coursevisible setting for site tool on course' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_submission`
--

CREATE TABLE `mdl_lti_submission` (
  `id` bigint(10) NOT NULL,
  `ltiid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datesubmitted` bigint(10) NOT NULL,
  `dateupdated` bigint(10) NOT NULL,
  `gradepercent` decimal(10,5) NOT NULL,
  `originalgrade` decimal(10,5) NOT NULL,
  `launchid` bigint(10) NOT NULL,
  `state` tinyint(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps track of individual submissions for LTI activities.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_tool_proxies`
--

CREATE TABLE `mdl_lti_tool_proxies` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT 'Tool Provider',
  `regurl` longtext DEFAULT NULL,
  `state` tinyint(2) NOT NULL DEFAULT 1,
  `guid` varchar(255) DEFAULT NULL,
  `secret` varchar(255) DEFAULT NULL,
  `vendorcode` varchar(255) DEFAULT NULL,
  `capabilityoffered` longtext NOT NULL,
  `serviceoffered` longtext NOT NULL,
  `toolproxy` longtext DEFAULT NULL,
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='LTI tool proxy registrations' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_tool_settings`
--

CREATE TABLE `mdl_lti_tool_settings` (
  `id` bigint(10) NOT NULL,
  `toolproxyid` bigint(10) NOT NULL,
  `typeid` bigint(10) DEFAULT NULL,
  `course` bigint(10) DEFAULT NULL,
  `coursemoduleid` bigint(10) DEFAULT NULL,
  `settings` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='LTI tool setting values' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_types`
--

CREATE TABLE `mdl_lti_types` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT 'basiclti Activity',
  `baseurl` longtext NOT NULL,
  `tooldomain` varchar(255) NOT NULL DEFAULT '',
  `state` tinyint(2) NOT NULL DEFAULT 2,
  `course` bigint(10) NOT NULL,
  `coursevisible` tinyint(1) NOT NULL DEFAULT 0,
  `ltiversion` varchar(10) NOT NULL DEFAULT '',
  `clientid` varchar(255) DEFAULT NULL,
  `toolproxyid` bigint(10) DEFAULT NULL,
  `enabledcapability` longtext DEFAULT NULL,
  `parameter` longtext DEFAULT NULL,
  `icon` longtext DEFAULT NULL,
  `secureicon` longtext DEFAULT NULL,
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Basic LTI pre-configured activities' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_types_categories`
--

CREATE TABLE `mdl_lti_types_categories` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Link LTI types to course categories' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_types_config`
--

CREATE TABLE `mdl_lti_types_config` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Basic LTI types configuration' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_matrix_room`
--

CREATE TABLE `mdl_matrix_room` (
  `id` bigint(10) NOT NULL,
  `commid` bigint(10) NOT NULL,
  `roomid` varchar(255) DEFAULT NULL,
  `topic` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the matrix room information associated with the commu' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message`
--

CREATE TABLE `mdl_message` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL DEFAULT 0,
  `useridto` bigint(10) NOT NULL DEFAULT 0,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` smallint(4) DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `notification` tinyint(1) DEFAULT 0,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT 0,
  `timeusertodeleted` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all unread messages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_datakeys`
--

CREATE TABLE `mdl_messageinbound_datakeys` (
  `id` bigint(10) NOT NULL,
  `handler` bigint(10) NOT NULL,
  `datavalue` bigint(10) NOT NULL,
  `datakey` varchar(64) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `expires` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Inbound Message data item secret keys.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_handlers`
--

CREATE TABLE `mdl_messageinbound_handlers` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `defaultexpiration` bigint(10) NOT NULL DEFAULT 86400,
  `validateaddress` tinyint(1) NOT NULL DEFAULT 1,
  `enabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Inbound Message Handler definitions.' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_messageinbound_handlers`
--

INSERT INTO `mdl_messageinbound_handlers` (`id`, `component`, `classname`, `defaultexpiration`, `validateaddress`, `enabled`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_messagelist`
--

CREATE TABLE `mdl_messageinbound_messagelist` (
  `id` bigint(10) NOT NULL,
  `messageid` longtext NOT NULL,
  `userid` bigint(10) NOT NULL,
  `address` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A list of message IDs for existing replies' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messages`
--

CREATE TABLE `mdl_messages` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `fullmessagetrust` tinyint(2) NOT NULL DEFAULT 0,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all messages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_airnotifier_devices`
--

CREATE TABLE `mdl_message_airnotifier_devices` (
  `id` bigint(10) NOT NULL,
  `userdeviceid` bigint(10) NOT NULL,
  `enable` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Store information about the devices registered in Airnotifie' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_contacts`
--

CREATE TABLE `mdl_message_contacts` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `contactid` bigint(10) NOT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maintains lists of contacts between users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_contact_requests`
--

CREATE TABLE `mdl_message_contact_requests` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `requesteduserid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maintains list of contact requests between users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_conversations`
--

CREATE TABLE `mdl_message_conversations` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL DEFAULT 1,
  `name` varchar(255) DEFAULT NULL,
  `convhash` varchar(40) DEFAULT NULL,
  `component` varchar(100) DEFAULT NULL,
  `itemtype` varchar(100) DEFAULT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all message conversations' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_conversation_actions`
--

CREATE TABLE `mdl_message_conversation_actions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all per-user actions on individual conversations' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_conversation_members`
--

CREATE TABLE `mdl_message_conversation_members` (
  `id` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all members in a conversations' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_email_messages`
--

CREATE TABLE `mdl_message_email_messages` (
  `id` bigint(10) NOT NULL,
  `useridto` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps track of what emails to send in an email digest' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_popup`
--

CREATE TABLE `mdl_message_popup` (
  `id` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL,
  `isread` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keep state of notifications for the popup message processor' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_popup_notifications`
--

CREATE TABLE `mdl_message_popup_notifications` (
  `id` bigint(10) NOT NULL,
  `notificationid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of notifications to display in the message output popup' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_processors`
--

CREATE TABLE `mdl_message_processors` (
  `id` bigint(10) NOT NULL,
  `name` varchar(166) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of message output plugins' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_message_processors`
--

INSERT INTO `mdl_message_processors` (`id`, `name`, `enabled`) VALUES
(1, 'airnotifier', 1),
(2, 'email', 1),
(3, 'popup', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_providers`
--

CREATE TABLE `mdl_message_providers` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `component` varchar(200) NOT NULL DEFAULT '',
  `capability` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores the message providers (modules and core sy' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_message_providers`
--

INSERT INTO `mdl_message_providers` (`id`, `name`, `component`, `capability`) VALUES
(1, 'newlogin', 'moodle', NULL),
(2, 'notices', 'moodle', 'moodle/site:config'),
(3, 'errors', 'moodle', 'moodle/site:config'),
(4, 'availableupdate', 'moodle', 'moodle/site:config'),
(5, 'instantmessage', 'moodle', NULL),
(6, 'backup', 'moodle', 'moodle/site:config'),
(7, 'courserequested', 'moodle', 'moodle/site:approvecourse'),
(8, 'courserequestapproved', 'moodle', 'moodle/course:request'),
(9, 'courserequestrejected', 'moodle', 'moodle/course:request'),
(10, 'coursecompleted', 'moodle', NULL),
(11, 'coursecontentupdated', 'moodle', NULL),
(12, 'badgerecipientnotice', 'moodle', 'moodle/badges:earnbadge'),
(13, 'badgecreatornotice', 'moodle', NULL),
(14, 'competencyplancomment', 'moodle', NULL),
(15, 'competencyusercompcomment', 'moodle', NULL),
(16, 'insights', 'moodle', NULL),
(17, 'messagecontactrequests', 'moodle', NULL),
(18, 'asyncbackupnotification', 'moodle', NULL),
(19, 'gradenotifications', 'moodle', NULL),
(20, 'infected', 'moodle', 'moodle/site:config'),
(21, 'reportbuilderschedule', 'moodle', NULL),
(22, 'assign_notification', 'mod_assign', NULL),
(23, 'recording_ready', 'mod_bigbluebuttonbn', NULL),
(24, 'instance_updated', 'mod_bigbluebuttonbn', NULL),
(25, 'submission', 'mod_feedback', NULL),
(26, 'message', 'mod_feedback', NULL),
(27, 'posts', 'mod_forum', NULL),
(28, 'digests', 'mod_forum', NULL),
(29, 'graded_essay', 'mod_lesson', NULL),
(30, 'submission', 'mod_quiz', 'mod/quiz:emailnotifysubmission'),
(31, 'confirmation', 'mod_quiz', 'mod/quiz:emailconfirmsubmission'),
(32, 'attempt_overdue', 'mod_quiz', 'mod/quiz:emailwarnoverdue'),
(33, 'attempt_grading_complete', 'mod_quiz', 'mod/quiz:emailnotifyattemptgraded'),
(34, 'flatfile_enrolment', 'enrol_flatfile', NULL),
(35, 'imsenterprise_enrolment', 'enrol_imsenterprise', NULL),
(36, 'expiry_notification', 'enrol_manual', NULL),
(37, 'paypal_enrolment', 'enrol_paypal', NULL),
(38, 'expiry_notification', 'enrol_self', NULL),
(39, 'contactdataprotectionofficer', 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests'),
(40, 'datarequestprocessingresults', 'tool_dataprivacy', NULL),
(41, 'notifyexceptions', 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests'),
(42, 'invalidrecipienthandler', 'tool_messageinbound', NULL),
(43, 'messageprocessingerror', 'tool_messageinbound', NULL),
(44, 'messageprocessingsuccess', 'tool_messageinbound', NULL),
(45, 'notification', 'tool_monitor', 'tool/monitor:subscribe');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_read`
--

CREATE TABLE `mdl_message_read` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL DEFAULT 0,
  `useridto` bigint(10) NOT NULL DEFAULT 0,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` smallint(4) DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `notification` tinyint(1) DEFAULT 0,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timeread` bigint(10) NOT NULL DEFAULT 0,
  `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT 0,
  `timeusertodeleted` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all messages that have been read' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_users_blocked`
--

CREATE TABLE `mdl_message_users_blocked` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `blockeduserid` bigint(10) NOT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maintains lists of blocked users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_user_actions`
--

CREATE TABLE `mdl_message_user_actions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all per-user actions on individual messages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnetservice_enrol_courses`
--

CREATE TABLE `mdl_mnetservice_enrol_courses` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL,
  `remoteid` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL,
  `categoryname` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` smallint(3) DEFAULT 0,
  `startdate` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Caches the information fetched via XML-RPC about courses on ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnetservice_enrol_enrolments`
--

CREATE TABLE `mdl_mnetservice_enrol_enrolments` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `remotecourseid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT '',
  `enroltime` bigint(10) NOT NULL DEFAULT 0,
  `enroltype` varchar(20) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Caches the information about enrolments of our local users i' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_application`
--

CREATE TABLE `mdl_mnet_application` (
  `id` bigint(10) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `display_name` varchar(50) NOT NULL DEFAULT '',
  `xmlrpc_server_url` varchar(255) NOT NULL DEFAULT '',
  `sso_land_url` varchar(255) NOT NULL DEFAULT '',
  `sso_jump_url` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Information about applications on remote hosts' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_application`
--

INSERT INTO `mdl_mnet_application` (`id`, `name`, `display_name`, `xmlrpc_server_url`, `sso_land_url`, `sso_jump_url`) 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');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_host`
--

CREATE TABLE `mdl_mnet_host` (
  `id` bigint(10) NOT NULL,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `wwwroot` varchar(255) NOT NULL DEFAULT '',
  `ip_address` varchar(45) NOT NULL DEFAULT '',
  `name` varchar(80) NOT NULL DEFAULT '',
  `public_key` longtext NOT NULL,
  `public_key_expires` bigint(10) NOT NULL DEFAULT 0,
  `transport` tinyint(2) NOT NULL DEFAULT 0,
  `portno` mediumint(5) NOT NULL DEFAULT 0,
  `last_connect_time` bigint(10) NOT NULL DEFAULT 0,
  `last_log_id` bigint(10) NOT NULL DEFAULT 0,
  `force_theme` tinyint(1) NOT NULL DEFAULT 0,
  `theme` varchar(100) DEFAULT NULL,
  `applicationid` bigint(10) NOT NULL DEFAULT 1,
  `sslverification` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Information about the local and remote hosts for RPC' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_host`
--

INSERT INTO `mdl_mnet_host` (`id`, `deleted`, `wwwroot`, `ip_address`, `name`, `public_key`, `public_key_expires`, `transport`, `portno`, `last_connect_time`, `last_log_id`, `force_theme`, `theme`, `applicationid`, `sslverification`) VALUES
(1, 0, 'http://localhost/moodle', '::1', '', '', 0, 0, 0, 0, 0, 0, NULL, 1, 0),
(2, 0, '', '', 'All Hosts', '', 0, 0, 0, 0, 0, 0, NULL, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_host2service`
--

CREATE TABLE `mdl_mnet_host2service` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL DEFAULT 0,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `publish` tinyint(1) NOT NULL DEFAULT 0,
  `subscribe` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Information about the services for a given host' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_log`
--

CREATE TABLE `mdl_mnet_log` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL DEFAULT 0,
  `remoteid` bigint(10) NOT NULL DEFAULT 0,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT 0,
  `coursename` varchar(40) NOT NULL DEFAULT '',
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT 0,
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Store session data from users migrating to other sites' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_remote_rpc`
--

CREATE TABLE `mdl_mnet_remote_rpc` (
  `id` bigint(10) NOT NULL,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table describes functions that might be called remotely' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_remote_rpc`
--

INSERT INTO `mdl_mnet_remote_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_remote_service2rpc`
--

CREATE TABLE `mdl_mnet_remote_service2rpc` (
  `id` bigint(10) NOT NULL,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `rpcid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Group functions or methods under a service' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_remote_service2rpc`
--

INSERT INTO `mdl_mnet_remote_service2rpc` (`id`, `serviceid`, `rpcid`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_rpc`
--

CREATE TABLE `mdl_mnet_rpc` (
  `id` bigint(10) NOT NULL,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `help` longtext NOT NULL,
  `profile` longtext NOT NULL,
  `filename` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(150) DEFAULT NULL,
  `static` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Functions or methods that we may publish or subscribe to' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_rpc`
--

INSERT INTO `mdl_mnet_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`, `help`, `profile`, `filename`, `classname`, `static`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_service`
--

CREATE TABLE `mdl_mnet_service` (
  `id` bigint(10) NOT NULL,
  `name` varchar(40) NOT NULL DEFAULT '',
  `description` varchar(40) NOT NULL DEFAULT '',
  `apiversion` varchar(10) NOT NULL DEFAULT '',
  `offer` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A service is a group of functions' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_service`
--

INSERT INTO `mdl_mnet_service` (`id`, `name`, `description`, `apiversion`, `offer`) VALUES
(1, 'sso_idp', '', '1', 1),
(2, 'sso_sp', '', '1', 1),
(3, 'mnet_enrol', '', '1', 1),
(4, 'pf', '', '1', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_service2rpc`
--

CREATE TABLE `mdl_mnet_service2rpc` (
  `id` bigint(10) NOT NULL,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `rpcid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Group functions or methods under a service' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_mnet_service2rpc`
--

INSERT INTO `mdl_mnet_service2rpc` (`id`, `serviceid`, `rpcid`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_session`
--

CREATE TABLE `mdl_mnet_session` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `username` varchar(100) NOT NULL DEFAULT '',
  `token` varchar(40) NOT NULL DEFAULT '',
  `mnethostid` bigint(10) NOT NULL DEFAULT 0,
  `useragent` varchar(40) NOT NULL DEFAULT '',
  `confirm_timeout` bigint(10) NOT NULL DEFAULT 0,
  `session_id` varchar(40) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Store session data from users migrating to other sites' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_sso_access_control`
--

CREATE TABLE `mdl_mnet_sso_access_control` (
  `id` bigint(10) NOT NULL,
  `username` varchar(100) NOT NULL DEFAULT '',
  `mnet_host_id` bigint(10) NOT NULL DEFAULT 0,
  `accessctrl` varchar(20) NOT NULL DEFAULT 'allow'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Users by host permitted (or not) to login from a remote prov' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_modules`
--

CREATE TABLE `mdl_modules` (
  `id` bigint(10) NOT NULL,
  `name` varchar(20) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT 0,
  `lastcron` bigint(10) NOT NULL DEFAULT 0,
  `search` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='modules available in the site' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_modules`
--

INSERT INTO `mdl_modules` (`id`, `name`, `cron`, `lastcron`, `search`, `visible`) VALUES
(1, 'assign', 0, 0, '', 1),
(2, 'bigbluebuttonbn', 0, 0, '', 0),
(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, 'h5pactivity', 0, 0, '', 1),
(12, 'imscp', 0, 0, '', 1),
(13, 'label', 0, 0, '', 1),
(14, 'lesson', 0, 0, '', 1),
(15, 'lti', 0, 0, '', 1),
(16, 'page', 0, 0, '', 1),
(17, 'quiz', 0, 0, '', 1),
(18, 'resource', 0, 0, '', 1),
(19, 'scorm', 0, 0, '', 1),
(20, 'survey', 0, 0, '', 1),
(21, 'url', 0, 0, '', 1),
(22, 'wiki', 0, 0, '', 1),
(23, 'workshop', 0, 0, '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_moodlenet_share_progress`
--

CREATE TABLE `mdl_moodlenet_share_progress` (
  `id` bigint(10) NOT NULL,
  `type` tinyint(2) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `resourceurl` varchar(255) DEFAULT NULL,
  `status` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Records MoodleNet share progress' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_my_pages`
--

CREATE TABLE `mdl_my_pages` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT 0,
  `name` varchar(200) NOT NULL DEFAULT '',
  `private` tinyint(1) NOT NULL DEFAULT 1,
  `sortorder` mediumint(6) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Extra user pages for the My Moodle system' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_my_pages`
--

INSERT INTO `mdl_my_pages` (`id`, `userid`, `name`, `private`, `sortorder`) VALUES
(1, NULL, '__default', 0, 0),
(2, NULL, '__default', 1, 0),
(3, NULL, '__courses', 0, 0),
(4, 2, '__default', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_notifications`
--

CREATE TABLE `mdl_notifications` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL,
  `useridto` bigint(10) NOT NULL,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timeread` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores all notifications' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_access_token`
--

CREATE TABLE `mdl_oauth2_access_token` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `expires` bigint(10) NOT NULL,
  `scope` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores access tokens for system accounts in order to be able' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_endpoint`
--

CREATE TABLE `mdl_oauth2_endpoint` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `url` longtext NOT NULL,
  `issuerid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Describes the named endpoint for an oauth2 service.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_issuer`
--

CREATE TABLE `mdl_oauth2_issuer` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `image` longtext NOT NULL,
  `baseurl` longtext NOT NULL,
  `clientid` longtext NOT NULL,
  `clientsecret` longtext NOT NULL,
  `loginscopes` longtext NOT NULL,
  `loginscopesoffline` longtext NOT NULL,
  `loginparams` longtext NOT NULL,
  `loginparamsoffline` longtext NOT NULL,
  `alloweddomains` longtext NOT NULL,
  `scopessupported` longtext DEFAULT NULL,
  `enabled` tinyint(2) NOT NULL DEFAULT 1,
  `showonloginpage` tinyint(2) NOT NULL DEFAULT 1,
  `basicauth` tinyint(2) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL,
  `requireconfirmation` tinyint(2) NOT NULL DEFAULT 1,
  `servicetype` varchar(255) DEFAULT NULL,
  `loginpagename` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Details for an oauth 2 connect identity issuer.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_refresh_token`
--

CREATE TABLE `mdl_oauth2_refresh_token` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `scopehash` varchar(40) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores refresh tokens which can be exchanged for access toke' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_system_account`
--

CREATE TABLE `mdl_oauth2_system_account` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `refreshtoken` longtext NOT NULL,
  `grantedscopes` longtext NOT NULL,
  `email` longtext DEFAULT NULL,
  `username` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stored details used to get an access token as a system user ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_oauth2_user_field_mapping`
--

CREATE TABLE `mdl_oauth2_user_field_mapping` (
  `id` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `externalfield` varchar(500) NOT NULL DEFAULT '',
  `internalfield` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Mapping of oauth user fields to moodle fields.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_page`
--

CREATE TABLE `mdl_page` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `content` longtext DEFAULT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each record is one page and its config data' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_paygw_paypal`
--

CREATE TABLE `mdl_paygw_paypal` (
  `id` bigint(10) NOT NULL,
  `paymentid` bigint(10) NOT NULL,
  `pp_orderid` varchar(255) NOT NULL DEFAULT 'The ID of the order in PayPal'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores PayPal related information' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_payments`
--

CREATE TABLE `mdl_payments` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `paymentarea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `amount` varchar(20) NOT NULL DEFAULT '',
  `currency` varchar(3) NOT NULL DEFAULT '',
  `accountid` bigint(10) NOT NULL,
  `gateway` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores information about payments' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_payment_accounts`
--

CREATE TABLE `mdl_payment_accounts` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `archived` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Payment accounts' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_payment_gateways`
--

CREATE TABLE `mdl_payment_gateways` (
  `id` bigint(10) NOT NULL,
  `accountid` bigint(10) NOT NULL,
  `gateway` varchar(100) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `config` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Configuration for one gateway for one payment account' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance`
--

CREATE TABLE `mdl_portfolio_instance` (
  `id` bigint(10) NOT NULL,
  `plugin` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='base table (not including config data) for instances of port' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance_config`
--

CREATE TABLE `mdl_portfolio_instance_config` (
  `id` bigint(10) NOT NULL,
  `instance` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='config for portfolio plugin instances' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance_user`
--

CREATE TABLE `mdl_portfolio_instance_user` (
  `id` bigint(10) NOT NULL,
  `instance` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='user data for portfolio instances.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_log`
--

CREATE TABLE `mdl_portfolio_log` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL,
  `portfolio` bigint(10) NOT NULL,
  `caller_class` varchar(150) NOT NULL DEFAULT '',
  `caller_file` varchar(255) NOT NULL DEFAULT '',
  `caller_component` varchar(255) DEFAULT NULL,
  `caller_sha1` varchar(255) NOT NULL DEFAULT '',
  `tempdataid` bigint(10) NOT NULL DEFAULT 0,
  `returnurl` varchar(255) NOT NULL DEFAULT '',
  `continueurl` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='log of portfolio transfers (used to later check for duplicat' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_mahara_queue`
--

CREATE TABLE `mdl_portfolio_mahara_queue` (
  `id` bigint(10) NOT NULL,
  `transferid` bigint(10) NOT NULL,
  `token` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='maps mahara tokens to transfer ids' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_tempdata`
--

CREATE TABLE `mdl_portfolio_tempdata` (
  `id` bigint(10) NOT NULL,
  `data` longtext DEFAULT NULL,
  `expirytime` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT 0,
  `queued` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='stores temporary data for portfolio exports. the id of this ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_post`
--

CREATE TABLE `mdl_post` (
  `id` bigint(10) NOT NULL,
  `module` varchar(20) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `moduleid` bigint(10) NOT NULL DEFAULT 0,
  `coursemoduleid` bigint(10) NOT NULL DEFAULT 0,
  `subject` varchar(128) NOT NULL DEFAULT '',
  `summary` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `uniquehash` varchar(255) NOT NULL DEFAULT '',
  `rating` bigint(10) NOT NULL DEFAULT 0,
  `format` bigint(10) NOT NULL DEFAULT 0,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) DEFAULT NULL,
  `publishstate` varchar(20) NOT NULL DEFAULT 'draft',
  `lastmodified` bigint(10) NOT NULL DEFAULT 0,
  `created` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Generic post table to hold data blog entries etc in differen' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_profiling`
--

CREATE TABLE `mdl_profiling` (
  `id` bigint(10) NOT NULL,
  `runid` varchar(32) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `data` longtext NOT NULL,
  `totalexecutiontime` bigint(10) NOT NULL,
  `totalcputime` bigint(10) NOT NULL,
  `totalcalls` bigint(10) NOT NULL,
  `totalmemory` bigint(10) NOT NULL,
  `runreference` tinyint(2) NOT NULL DEFAULT 0,
  `runcomment` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the results of all the profiling runs' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddimageortext`
--

CREATE TABLE `mdl_qtype_ddimageortext` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines drag and drop (text or images onto a background imag' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddimageortext_drags`
--

CREATE TABLE `mdl_qtype_ddimageortext_drags` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `draggroup` bigint(10) NOT NULL DEFAULT 0,
  `infinite` smallint(4) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Images to drag. Actual file names are not stored here we use' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddimageortext_drops`
--

CREATE TABLE `mdl_qtype_ddimageortext_drops` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `xleft` bigint(10) NOT NULL DEFAULT 0,
  `ytop` bigint(10) NOT NULL DEFAULT 0,
  `choice` bigint(10) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Drop boxes' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddmarker`
--

CREATE TABLE `mdl_qtype_ddmarker` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0,
  `showmisplaced` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines drag and drop (text or images onto a background imag' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddmarker_drags`
--

CREATE TABLE `mdl_qtype_ddmarker_drags` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL,
  `infinite` smallint(4) NOT NULL DEFAULT 0,
  `noofdrags` bigint(10) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Labels for markers to drag.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_ddmarker_drops`
--

CREATE TABLE `mdl_qtype_ddmarker_drops` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `shape` varchar(255) DEFAULT NULL,
  `coords` longtext NOT NULL,
  `choice` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='drop regions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_essay_options`
--

CREATE TABLE `mdl_qtype_essay_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `responseformat` varchar(16) NOT NULL DEFAULT 'editor',
  `responserequired` tinyint(2) NOT NULL DEFAULT 1,
  `responsefieldlines` smallint(4) NOT NULL DEFAULT 15,
  `minwordlimit` bigint(10) DEFAULT NULL,
  `maxwordlimit` bigint(10) DEFAULT NULL,
  `attachments` smallint(4) NOT NULL DEFAULT 0,
  `attachmentsrequired` smallint(4) NOT NULL DEFAULT 0,
  `graderinfo` longtext DEFAULT NULL,
  `graderinfoformat` smallint(4) NOT NULL DEFAULT 0,
  `responsetemplate` longtext DEFAULT NULL,
  `responsetemplateformat` smallint(4) NOT NULL DEFAULT 0,
  `maxbytes` bigint(10) NOT NULL DEFAULT 0,
  `filetypeslist` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Extra options for essay questions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_match_options`
--

CREATE TABLE `mdl_qtype_match_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines the question-type specific options for matching ques' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_match_subquestions`
--

CREATE TABLE `mdl_qtype_match_subquestions` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT 0,
  `answertext` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The subquestions that make up a matching question' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_multichoice_options`
--

CREATE TABLE `mdl_qtype_multichoice_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `layout` smallint(4) NOT NULL DEFAULT 0,
  `single` smallint(4) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0,
  `showstandardinstruction` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for multiple choice questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_randomsamatch_options`
--

CREATE TABLE `mdl_qtype_randomsamatch_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `choose` bigint(10) NOT NULL DEFAULT 4,
  `subcats` tinyint(2) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Info about a random short-answer matching question' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_shortanswer_options`
--

CREATE TABLE `mdl_qtype_shortanswer_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `usecase` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for short answer questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question`
--

CREATE TABLE `mdl_question` (
  `id` bigint(10) NOT NULL,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT 0,
  `generalfeedback` longtext NOT NULL,
  `generalfeedbackformat` tinyint(2) 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) NOT NULL DEFAULT '',
  `length` bigint(10) NOT NULL DEFAULT 1,
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `createdby` bigint(10) DEFAULT NULL,
  `modifiedby` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores the definition of one version of a questio' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_answers`
--

CREATE TABLE `mdl_question_answers` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` longtext NOT NULL,
  `answerformat` tinyint(2) NOT NULL DEFAULT 0,
  `fraction` decimal(12,7) NOT NULL DEFAULT 0.0000000,
  `feedback` longtext NOT NULL,
  `feedbackformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Answers, with a fractional grade (0-1) and feedback' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempts`
--

CREATE TABLE `mdl_question_attempts` (
  `id` bigint(10) NOT NULL,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `behaviour` varchar(32) NOT NULL DEFAULT '',
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) 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 DEFAULT NULL,
  `rightanswer` longtext DEFAULT NULL,
  `responsesummary` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each row here corresponds to an attempt at one question, as ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempt_steps`
--

CREATE TABLE `mdl_question_attempt_steps` (
  `id` bigint(10) NOT NULL,
  `questionattemptid` bigint(10) NOT NULL,
  `sequencenumber` bigint(10) NOT NULL,
  `state` varchar(13) NOT NULL DEFAULT '',
  `fraction` decimal(12,7) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores one step in in a question attempt. As well as the dat' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempt_step_data`
--

CREATE TABLE `mdl_question_attempt_step_data` (
  `id` bigint(10) NOT NULL,
  `attemptstepid` bigint(10) NOT NULL,
  `name` varchar(32) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each question_attempt_step has an associative array of the d' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_bank_entries`
--

CREATE TABLE `mdl_question_bank_entries` (
  `id` bigint(10) NOT NULL,
  `questioncategoryid` bigint(10) NOT NULL DEFAULT 0,
  `idnumber` varchar(100) DEFAULT NULL,
  `ownerid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each question bank entry. This table has one row for each qu' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_calculated`
--

CREATE TABLE `mdl_question_calculated` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` bigint(10) NOT NULL DEFAULT 0,
  `tolerance` varchar(20) NOT NULL DEFAULT '0.0',
  `tolerancetype` bigint(10) NOT NULL DEFAULT 1,
  `correctanswerlength` bigint(10) NOT NULL DEFAULT 2,
  `correctanswerformat` bigint(10) NOT NULL DEFAULT 2
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for questions of type calculated' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_calculated_options`
--

CREATE TABLE `mdl_question_calculated_options` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `synchronize` tinyint(2) NOT NULL DEFAULT 0,
  `single` smallint(4) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 0,
  `correctfeedback` longtext DEFAULT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext DEFAULT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext DEFAULT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for questions of type calculated' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_categories`
--

CREATE TABLE `mdl_question_categories` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `info` longtext NOT NULL,
  `infoformat` tinyint(2) NOT NULL DEFAULT 0,
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 999,
  `idnumber` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Categories are for grouping questions' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_question_categories`
--

INSERT INTO `mdl_question_categories` (`id`, `name`, `contextid`, `info`, `infoformat`, `stamp`, `parent`, `sortorder`, `idnumber`) VALUES
(1, 'top', 2, '', 0, 'localhost+251129115720+CGSf4e', 0, 0, NULL),
(2, 'Default for Site home', 2, 'The default category for questions shared in context \'Site home\'.', 0, 'localhost+251129115720+JpIaPJ', 1, 999, NULL),
(3, 'top', 1, '', 0, 'localhost+251129115720+Hdhfhd', 0, 0, NULL),
(4, 'Default for System', 1, 'The default category for questions shared in context \'System\'.', 0, 'localhost+251129115720+s1m59A', 3, 999, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_datasets`
--

CREATE TABLE `mdl_question_datasets` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `datasetdefinition` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Many-many relation between questions and dataset definitions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_dataset_definitions`
--

CREATE TABLE `mdl_question_dataset_definitions` (
  `id` bigint(10) NOT NULL,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` bigint(10) NOT NULL DEFAULT 0,
  `options` varchar(255) NOT NULL DEFAULT '',
  `itemcount` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Organises and stores properties for dataset items' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_dataset_items`
--

CREATE TABLE `mdl_question_dataset_items` (
  `id` bigint(10) NOT NULL,
  `definition` bigint(10) NOT NULL DEFAULT 0,
  `itemnumber` bigint(10) NOT NULL DEFAULT 0,
  `value` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Individual dataset items' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_ddwtos`
--

CREATE TABLE `mdl_question_ddwtos` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines drag and drop (words into sentences) questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_gapselect`
--

CREATE TABLE `mdl_question_gapselect` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines select missing words questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_hints`
--

CREATE TABLE `mdl_question_hints` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `hint` longtext NOT NULL,
  `hintformat` smallint(4) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(1) DEFAULT NULL,
  `clearwrong` tinyint(1) DEFAULT NULL,
  `options` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the the part of the question definition that gives di' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_multianswer`
--

CREATE TABLE `mdl_question_multianswer` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `sequence` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for multianswer questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical`
--

CREATE TABLE `mdl_question_numerical` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` bigint(10) NOT NULL DEFAULT 0,
  `tolerance` varchar(255) NOT NULL DEFAULT '0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for numerical questions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical_options`
--

CREATE TABLE `mdl_question_numerical_options` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `showunits` smallint(4) NOT NULL DEFAULT 0,
  `unitsleft` smallint(4) NOT NULL DEFAULT 0,
  `unitgradingtype` smallint(4) NOT NULL DEFAULT 0,
  `unitpenalty` decimal(12,7) NOT NULL DEFAULT 0.1000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for questions of type numerical This table is also u' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical_units`
--

CREATE TABLE `mdl_question_numerical_units` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `multiplier` decimal(38,19) NOT NULL DEFAULT 1.0000000000000000000,
  `unit` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Optional unit options for numerical questions. This table is' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_references`
--

CREATE TABLE `mdl_question_references` (
  `id` bigint(10) NOT NULL,
  `usingcontextid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `questionarea` varchar(50) DEFAULT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `questionbankentryid` bigint(10) NOT NULL DEFAULT 0,
  `version` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Records where a specific question is used.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_response_analysis`
--

CREATE TABLE `mdl_question_response_analysis` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichtries` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `subqid` varchar(100) NOT NULL DEFAULT '',
  `aid` varchar(100) DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `credit` decimal(15,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Analysis of student responses given to questions.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_response_count`
--

CREATE TABLE `mdl_question_response_count` (
  `id` bigint(10) NOT NULL,
  `analysisid` bigint(10) NOT NULL,
  `try` bigint(10) NOT NULL,
  `rcount` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Count for each responses for each try at a question.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_set_references`
--

CREATE TABLE `mdl_question_set_references` (
  `id` bigint(10) NOT NULL,
  `usingcontextid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `questionarea` varchar(50) DEFAULT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `questionscontextid` bigint(10) NOT NULL DEFAULT 0,
  `filtercondition` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Records where groups of questions are used.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_statistics`
--

CREATE TABLE `mdl_question_statistics` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `slot` bigint(10) DEFAULT NULL,
  `subquestion` smallint(4) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `s` bigint(10) NOT NULL DEFAULT 0,
  `effectiveweight` decimal(15,5) DEFAULT NULL,
  `negcovar` tinyint(2) 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 DEFAULT NULL,
  `maxmark` decimal(12,7) DEFAULT NULL,
  `positions` longtext DEFAULT NULL,
  `randomguessscore` decimal(12,7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Statistics for individual questions used in an activity.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_truefalse`
--

CREATE TABLE `mdl_question_truefalse` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `trueanswer` bigint(10) NOT NULL DEFAULT 0,
  `falseanswer` bigint(10) NOT NULL DEFAULT 0,
  `showstandardinstruction` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Options for True-False questions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_usages`
--

CREATE TABLE `mdl_question_usages` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table''s main purpose it to assign a unique id to each a' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_versions`
--

CREATE TABLE `mdl_question_versions` (
  `id` bigint(10) NOT NULL,
  `questionbankentryid` bigint(10) NOT NULL DEFAULT 0,
  `version` bigint(10) NOT NULL DEFAULT 1,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `status` varchar(10) NOT NULL DEFAULT 'ready'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A join table linking the different question version definiti' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz`
--

CREATE TABLE `mdl_quiz` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timelimit` bigint(10) NOT NULL DEFAULT 0,
  `overduehandling` varchar(16) NOT NULL DEFAULT 'autoabandon',
  `graceperiod` bigint(10) NOT NULL DEFAULT 0,
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT '',
  `canredoquestions` smallint(4) NOT NULL DEFAULT 0,
  `attempts` mediumint(6) NOT NULL DEFAULT 0,
  `attemptonlast` smallint(4) NOT NULL DEFAULT 0,
  `grademethod` smallint(4) NOT NULL DEFAULT 1,
  `decimalpoints` smallint(4) NOT NULL DEFAULT 2,
  `questiondecimalpoints` smallint(4) NOT NULL DEFAULT -1,
  `reviewattempt` mediumint(6) NOT NULL DEFAULT 0,
  `reviewcorrectness` mediumint(6) NOT NULL DEFAULT 0,
  `reviewmaxmarks` mediumint(6) NOT NULL DEFAULT 0,
  `reviewmarks` mediumint(6) NOT NULL DEFAULT 0,
  `reviewspecificfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `reviewgeneralfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `reviewrightanswer` mediumint(6) NOT NULL DEFAULT 0,
  `reviewoverallfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `questionsperpage` bigint(10) NOT NULL DEFAULT 0,
  `navmethod` varchar(16) NOT NULL DEFAULT 'free',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 0,
  `sumgrades` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `grade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `password` varchar(255) NOT NULL DEFAULT '',
  `subnet` varchar(255) NOT NULL DEFAULT '',
  `browsersecurity` varchar(32) NOT NULL DEFAULT '',
  `delay1` bigint(10) NOT NULL DEFAULT 0,
  `delay2` bigint(10) NOT NULL DEFAULT 0,
  `showuserpicture` smallint(4) NOT NULL DEFAULT 0,
  `showblocks` smallint(4) NOT NULL DEFAULT 0,
  `completionattemptsexhausted` tinyint(1) DEFAULT 0,
  `completionminattempts` bigint(10) NOT NULL DEFAULT 0,
  `allowofflineattempts` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The settings for each quiz.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quizaccess_seb_quizsettings`
--

CREATE TABLE `mdl_quizaccess_seb_quizsettings` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `templateid` bigint(10) 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 DEFAULT NULL,
  `linkquitseb` longtext DEFAULT NULL,
  `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 DEFAULT NULL,
  `regexallowed` longtext DEFAULT NULL,
  `expressionsblocked` longtext DEFAULT NULL,
  `regexblocked` longtext DEFAULT NULL,
  `allowedbrowserexamkeys` longtext DEFAULT NULL,
  `showsebdownloadlink` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the quiz level Safe Exam Browser configuration.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quizaccess_seb_template`
--

CREATE TABLE `mdl_quizaccess_seb_template` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `content` longtext NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Templates for Safe Exam Browser configuration.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_attempts`
--

CREATE TABLE `mdl_quiz_attempts` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `attempt` mediumint(6) NOT NULL DEFAULT 0,
  `uniqueid` bigint(10) NOT NULL DEFAULT 0,
  `layout` longtext NOT NULL,
  `currentpage` bigint(10) NOT NULL DEFAULT 0,
  `preview` smallint(3) NOT NULL DEFAULT 0,
  `state` varchar(16) NOT NULL DEFAULT 'inprogress',
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timefinish` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `timemodifiedoffline` bigint(10) NOT NULL DEFAULT 0,
  `timecheckstate` bigint(10) DEFAULT 0,
  `sumgrades` decimal(10,5) DEFAULT NULL,
  `gradednotificationsenttime` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores users attempts at quizzes.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_feedback`
--

CREATE TABLE `mdl_quiz_feedback` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL DEFAULT 0,
  `feedbacktext` longtext NOT NULL,
  `feedbacktextformat` tinyint(2) NOT NULL DEFAULT 0,
  `mingrade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `maxgrade` decimal(10,5) NOT NULL DEFAULT 0.00000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Feedback given to students based on which grade band their o' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_grades`
--

CREATE TABLE `mdl_quiz_grades` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `grade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the overall grade for each user on the quiz, based on' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_overrides`
--

CREATE TABLE `mdl_quiz_overrides` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timeopen` bigint(10) DEFAULT NULL,
  `timeclose` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  `attempts` mediumint(6) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The overrides to quiz settings on a per-user and per-group b' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_overview_regrades`
--

CREATE TABLE `mdl_quiz_overview_regrades` (
  `id` bigint(10) NOT NULL,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `newfraction` decimal(12,7) DEFAULT NULL,
  `oldfraction` decimal(12,7) DEFAULT NULL,
  `regraded` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table records which question attempts need regrading an' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_reports`
--

CREATE TABLE `mdl_quiz_reports` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `displayorder` bigint(10) NOT NULL,
  `capability` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Lists all the installed quiz reports and their display order' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_quiz_reports`
--

INSERT INTO `mdl_quiz_reports` (`id`, `name`, `displayorder`, `capability`) VALUES
(1, 'grading', 6000, 'mod/quiz:grade'),
(2, 'overview', 10000, NULL),
(3, 'responses', 9000, NULL),
(4, 'statistics', 8000, 'quiz/statistics:view');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_sections`
--

CREATE TABLE `mdl_quiz_sections` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL,
  `firstslot` bigint(10) NOT NULL,
  `heading` varchar(1333) DEFAULT NULL,
  `shufflequestions` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores sections of a quiz with section name (heading), from ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_slots`
--

CREATE TABLE `mdl_quiz_slots` (
  `id` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL DEFAULT 0,
  `page` bigint(10) NOT NULL,
  `displaynumber` varchar(16) DEFAULT NULL,
  `requireprevious` smallint(4) NOT NULL DEFAULT 0,
  `maxmark` decimal(12,7) NOT NULL DEFAULT 0.0000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the question used in a quiz, with the order, and for ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_statistics`
--

CREATE TABLE `mdl_quiz_statistics` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichattempts` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstattemptscount` bigint(10) NOT NULL,
  `highestattemptscount` bigint(10) NOT NULL,
  `lastattemptscount` bigint(10) NOT NULL,
  `allattemptscount` bigint(10) 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='table to cache results from analysis done in statistics repo' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_rating`
--

CREATE TABLE `mdl_rating` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `ratingarea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `scaleid` bigint(10) NOT NULL,
  `rating` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='moodle ratings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_registration_hubs`
--

CREATE TABLE `mdl_registration_hubs` (
  `id` bigint(10) NOT NULL,
  `token` varchar(255) NOT NULL DEFAULT '',
  `hubname` varchar(255) NOT NULL DEFAULT '',
  `huburl` varchar(255) NOT NULL DEFAULT '',
  `confirmed` tinyint(1) NOT NULL DEFAULT 0,
  `secret` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='hub where the site is registered on with their associated to' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_reportbuilder_audience`
--

CREATE TABLE `mdl_reportbuilder_audience` (
  `id` bigint(10) NOT NULL,
  `reportid` bigint(10) NOT NULL,
  `heading` varchar(255) DEFAULT NULL,
  `classname` varchar(255) NOT NULL DEFAULT '',
  `configdata` longtext NOT NULL,
  `usercreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines report audience' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_reportbuilder_column`
--

CREATE TABLE `mdl_reportbuilder_column` (
  `id` bigint(10) NOT NULL,
  `reportid` bigint(10) NOT NULL DEFAULT 0,
  `uniqueidentifier` varchar(255) NOT NULL DEFAULT '',
  `aggregation` varchar(32) DEFAULT NULL,
  `heading` varchar(255) DEFAULT NULL,
  `columnorder` bigint(10) NOT NULL,
  `sortenabled` tinyint(1) NOT NULL DEFAULT 0,
  `sortdirection` tinyint(1) NOT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `usercreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to represent a report column' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_reportbuilder_filter`
--

CREATE TABLE `mdl_reportbuilder_filter` (
  `id` bigint(10) NOT NULL,
  `reportid` bigint(10) NOT NULL DEFAULT 0,
  `uniqueidentifier` varchar(255) NOT NULL DEFAULT '',
  `heading` varchar(255) DEFAULT NULL,
  `iscondition` tinyint(1) NOT NULL DEFAULT 0,
  `filterorder` bigint(10) NOT NULL,
  `usercreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to represent a report filter/condition' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_reportbuilder_report`
--

CREATE TABLE `mdl_reportbuilder_report` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `source` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(2) NOT NULL DEFAULT 0,
  `uniquerows` tinyint(1) NOT NULL DEFAULT 0,
  `conditiondata` longtext DEFAULT NULL,
  `settingsdata` longtext DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `area` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0,
  `usercreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to represent a report' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_reportbuilder_schedule`
--

CREATE TABLE `mdl_reportbuilder_schedule` (
  `id` bigint(10) NOT NULL,
  `reportid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `audiences` longtext NOT NULL,
  `format` varchar(255) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` longtext NOT NULL,
  `messageformat` bigint(10) NOT NULL,
  `userviewas` bigint(10) NOT NULL DEFAULT 0,
  `timescheduled` bigint(10) NOT NULL DEFAULT 0,
  `recurrence` bigint(10) NOT NULL DEFAULT 0,
  `reportempty` bigint(10) NOT NULL DEFAULT 0,
  `timelastsent` bigint(10) NOT NULL DEFAULT 0,
  `timenextsend` bigint(10) NOT NULL DEFAULT 0,
  `usercreated` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to represent a report schedule' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository`
--

CREATE TABLE `mdl_repository` (
  `id` bigint(10) NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) DEFAULT 1,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table contains one entry for every configured external ' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_repository`
--

INSERT INTO `mdl_repository` (`id`, `type`, `visible`, `sortorder`) VALUES
(1, 'areafiles', 1, 1),
(2, 'contentbank', 1, 2),
(3, 'local', 1, 3),
(4, 'recent', 1, 4),
(5, 'upload', 1, 5),
(6, 'url', 1, 6),
(7, 'user', 1, 7),
(8, 'wikimedia', 1, 8);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository_instances`
--

CREATE TABLE `mdl_repository_instances` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `typeid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL,
  `username` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `readonly` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table contains one entry for every configured external ' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_repository_instances`
--

INSERT INTO `mdl_repository_instances` (`id`, `name`, `typeid`, `userid`, `contextid`, `username`, `password`, `timecreated`, `timemodified`, `readonly`) VALUES
(1, '', 1, 0, 1, NULL, NULL, 1764416645, 1764416645, 0),
(2, '', 2, 0, 1, NULL, NULL, 1764416645, 1764416645, 0),
(3, '', 3, 0, 1, NULL, NULL, 1764416647, 1764416647, 0),
(4, '', 4, 0, 1, NULL, NULL, 1764416649, 1764416649, 0),
(5, '', 5, 0, 1, NULL, NULL, 1764416649, 1764416649, 0),
(6, '', 6, 0, 1, NULL, NULL, 1764416650, 1764416650, 0),
(7, '', 7, 0, 1, NULL, NULL, 1764416650, 1764416650, 0),
(8, '', 8, 0, 1, NULL, NULL, 1764416651, 1764416651, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository_instance_config`
--

CREATE TABLE `mdl_repository_instance_config` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The config for intances' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository_onedrive_access`
--

CREATE TABLE `mdl_repository_onedrive_access` (
  `id` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `permissionid` varchar(255) NOT NULL DEFAULT '',
  `itemid` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of temporary access grants.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_resource`
--

CREATE TABLE `mdl_resource` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `tobemigrated` smallint(4) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `filterfiles` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each record is one resource and its config data' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_resource_old`
--

CREATE TABLE `mdl_resource_old` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(30) NOT NULL DEFAULT '',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `alltext` longtext NOT NULL,
  `popup` longtext NOT NULL,
  `options` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `cmid` bigint(10) DEFAULT NULL,
  `newmodule` varchar(50) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  `migrated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='backup of all old resource instances from 1.9' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role`
--

CREATE TABLE `mdl_role` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `archetype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='moodle roles' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role`
--

INSERT INTO `mdl_role` (`id`, `name`, `shortname`, `description`, `sortorder`, `archetype`) 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');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_assign`
--

CREATE TABLE `mdl_role_allow_assign` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `allowassign` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='this defines what role can assign what role' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_allow_assign`
--

INSERT INTO `mdl_role_allow_assign` (`id`, `roleid`, `allowassign`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 3, 4),
(7, 3, 5);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_override`
--

CREATE TABLE `mdl_role_allow_override` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `allowoverride` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='this defines what role can override what role' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_allow_override`
--

INSERT INTO `mdl_role_allow_override` (`id`, `roleid`, `allowoverride`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_switch`
--

CREATE TABLE `mdl_role_allow_switch` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `allowswitch` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores which which other roles a user is allowed ' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_allow_switch`
--

INSERT INTO `mdl_role_allow_switch` (`id`, `roleid`, `allowswitch`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_view`
--

CREATE TABLE `mdl_role_allow_view` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `allowview` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores which which other roles a user is allowed ' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_allow_view`
--

INSERT INTO `mdl_role_allow_view` (`id`, `roleid`, `allowview`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_assignments`
--

CREATE TABLE `mdl_role_assignments` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `modifierid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='assigning roles in different context' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_capabilities`
--

CREATE TABLE `mdl_role_capabilities` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `capability` varchar(255) NOT NULL DEFAULT '',
  `permission` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `modifierid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='permission has to be signed, overriding a capability for a p' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_capabilities`
--

INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(1, 1, 1, 'moodle/site:configview', 1, 1764416549, 0),
(2, 1, 2, 'moodle/site:configview', 1, 1764416549, 0),
(3, 1, 1, 'moodle/site:readallmessages', 1, 1764416549, 0),
(4, 1, 3, 'moodle/site:readallmessages', 1, 1764416549, 0),
(5, 1, 1, 'moodle/site:manageallmessaging', 1, 1764416549, 0),
(6, 1, 1, 'moodle/site:deleteanymessage', 1, 1764416549, 0),
(7, 1, 1, 'moodle/site:sendmessage', 1, 1764416549, 0),
(8, 1, 7, 'moodle/site:sendmessage', 1, 1764416549, 0),
(9, 1, 7, 'moodle/site:senderrormessage', 1, 1764416549, 0),
(10, 1, 7, 'moodle/site:deleteownmessage', 1, 1764416549, 0),
(11, 1, 1, 'moodle/site:approvecourse', 1, 1764416549, 0),
(12, 1, 3, 'moodle/backup:backupcourse', 1, 1764416549, 0),
(13, 1, 1, 'moodle/backup:backupcourse', 1, 1764416549, 0),
(14, 1, 3, 'moodle/backup:backupsection', 1, 1764416549, 0),
(15, 1, 1, 'moodle/backup:backupsection', 1, 1764416549, 0),
(16, 1, 3, 'moodle/backup:backupactivity', 1, 1764416549, 0),
(17, 1, 1, 'moodle/backup:backupactivity', 1, 1764416549, 0),
(18, 1, 3, 'moodle/backup:backuptargetimport', 1, 1764416549, 0),
(19, 1, 1, 'moodle/backup:backuptargetimport', 1, 1764416549, 0),
(20, 1, 3, 'moodle/backup:downloadfile', 1, 1764416549, 0),
(21, 1, 1, 'moodle/backup:downloadfile', 1, 1764416549, 0),
(22, 1, 3, 'moodle/backup:configure', 1, 1764416549, 0),
(23, 1, 1, 'moodle/backup:configure', 1, 1764416549, 0),
(24, 1, 1, 'moodle/backup:userinfo', 1, 1764416549, 0),
(25, 1, 1, 'moodle/backup:anonymise', 1, 1764416549, 0),
(26, 1, 3, 'moodle/restore:restorecourse', 1, 1764416549, 0),
(27, 1, 1, 'moodle/restore:restorecourse', 1, 1764416549, 0),
(28, 1, 3, 'moodle/restore:restoresection', 1, 1764416549, 0),
(29, 1, 1, 'moodle/restore:restoresection', 1, 1764416549, 0),
(30, 1, 3, 'moodle/restore:restoreactivity', 1, 1764416549, 0),
(31, 1, 1, 'moodle/restore:restoreactivity', 1, 1764416549, 0),
(32, 1, 3, 'moodle/restore:viewautomatedfilearea', 1, 1764416549, 0),
(33, 1, 1, 'moodle/restore:viewautomatedfilearea', 1, 1764416549, 0),
(34, 1, 3, 'moodle/restore:restoretargetimport', 1, 1764416549, 0),
(35, 1, 1, 'moodle/restore:restoretargetimport', 1, 1764416549, 0),
(36, 1, 3, 'moodle/restore:uploadfile', 1, 1764416549, 0),
(37, 1, 1, 'moodle/restore:uploadfile', 1, 1764416549, 0),
(38, 1, 3, 'moodle/restore:configure', 1, 1764416549, 0),
(39, 1, 1, 'moodle/restore:configure', 1, 1764416549, 0),
(40, 1, 2, 'moodle/restore:rolldates', 1, 1764416549, 0),
(41, 1, 1, 'moodle/restore:rolldates', 1, 1764416549, 0),
(42, 1, 1, 'moodle/restore:userinfo', 1, 1764416549, 0),
(43, 1, 1, 'moodle/restore:createuser', 1, 1764416549, 0),
(44, 1, 3, 'moodle/site:manageblocks', 1, 1764416549, 0),
(45, 1, 1, 'moodle/site:manageblocks', 1, 1764416549, 0),
(46, 1, 3, 'moodle/site:accessallgroups', 1, 1764416549, 0),
(47, 1, 1, 'moodle/site:accessallgroups', 1, 1764416549, 0),
(48, 1, 1, 'moodle/site:viewanonymousevents', 1, 1764416549, 0),
(49, 1, 4, 'moodle/site:viewfullnames', 1, 1764416549, 0),
(50, 1, 3, 'moodle/site:viewfullnames', 1, 1764416549, 0),
(51, 1, 1, 'moodle/site:viewfullnames', 1, 1764416549, 0),
(52, 1, 4, 'moodle/site:viewuseridentity', 1, 1764416549, 0),
(53, 1, 3, 'moodle/site:viewuseridentity', 1, 1764416549, 0),
(54, 1, 1, 'moodle/site:viewuseridentity', 1, 1764416549, 0),
(55, 1, 4, 'moodle/site:viewreports', 1, 1764416549, 0),
(56, 1, 3, 'moodle/site:viewreports', 1, 1764416549, 0),
(57, 1, 1, 'moodle/site:viewreports', 1, 1764416549, 0),
(58, 1, 3, 'moodle/site:trustcontent', 1, 1764416549, 0),
(59, 1, 1, 'moodle/site:trustcontent', 1, 1764416549, 0),
(60, 1, 1, 'moodle/site:uploadusers', 1, 1764416549, 0),
(61, 1, 3, 'moodle/filter:manage', 1, 1764416549, 0),
(62, 1, 1, 'moodle/filter:manage', 1, 1764416549, 0),
(63, 1, 1, 'moodle/user:create', 1, 1764416549, 0),
(64, 1, 1, 'moodle/user:delete', 1, 1764416549, 0),
(65, 1, 1, 'moodle/user:update', 1, 1764416549, 0),
(66, 1, 6, 'moodle/user:viewdetails', 1, 1764416549, 0),
(67, 1, 5, 'moodle/user:viewdetails', 1, 1764416549, 0),
(68, 1, 4, 'moodle/user:viewdetails', 1, 1764416549, 0),
(69, 1, 3, 'moodle/user:viewdetails', 1, 1764416549, 0),
(70, 1, 1, 'moodle/user:viewdetails', 1, 1764416549, 0),
(71, 1, 1, 'moodle/user:viewalldetails', 1, 1764416549, 0),
(72, 1, 1, 'moodle/user:viewlastip', 1, 1764416549, 0),
(73, 1, 4, 'moodle/user:viewhiddendetails', 1, 1764416549, 0),
(74, 1, 3, 'moodle/user:viewhiddendetails', 1, 1764416549, 0),
(75, 1, 1, 'moodle/user:viewhiddendetails', 1, 1764416549, 0),
(76, 1, 1, 'moodle/user:loginas', 1, 1764416549, 0),
(77, 1, 1, 'moodle/user:managesyspages', 1, 1764416549, 0),
(78, 1, 7, 'moodle/user:manageownblocks', 1, 1764416549, 0),
(79, 1, 7, 'moodle/user:manageownfiles', 1, 1764416549, 0),
(80, 1, 1, 'moodle/my:configsyspages', 1, 1764416549, 0),
(81, 1, 3, 'moodle/role:assign', 1, 1764416549, 0),
(82, 1, 1, 'moodle/role:assign', 1, 1764416549, 0),
(83, 1, 4, 'moodle/role:review', 1, 1764416549, 0),
(84, 1, 3, 'moodle/role:review', 1, 1764416549, 0),
(85, 1, 1, 'moodle/role:review', 1, 1764416549, 0),
(86, 1, 1, 'moodle/role:override', 1, 1764416549, 0),
(87, 1, 3, 'moodle/role:safeoverride', 1, 1764416549, 0),
(88, 1, 1, 'moodle/role:manage', 1, 1764416549, 0),
(89, 1, 3, 'moodle/role:switchroles', 1, 1764416549, 0),
(90, 1, 1, 'moodle/role:switchroles', 1, 1764416549, 0),
(91, 1, 1, 'moodle/category:manage', 1, 1764416549, 0),
(92, 1, 6, 'moodle/category:viewcourselist', 1, 1764416549, 0),
(93, 1, 7, 'moodle/category:viewcourselist', 1, 1764416549, 0),
(94, 1, 2, 'moodle/category:viewhiddencategories', 1, 1764416549, 0),
(95, 1, 1, 'moodle/category:viewhiddencategories', 1, 1764416549, 0),
(96, 1, 1, 'moodle/cohort:manage', 1, 1764416550, 0),
(97, 1, 1, 'moodle/cohort:assign', 1, 1764416550, 0),
(98, 1, 3, 'moodle/cohort:view', 1, 1764416550, 0),
(99, 1, 1, 'moodle/cohort:view', 1, 1764416550, 0),
(100, 1, 2, 'moodle/course:create', 1, 1764416550, 0),
(101, 1, 1, 'moodle/course:create', 1, 1764416550, 0),
(102, 1, 3, 'moodle/course:creategroupconversations', 1, 1764416550, 0),
(103, 1, 1, 'moodle/course:creategroupconversations', 1, 1764416550, 0),
(104, 1, 1, 'moodle/course:delete', 1, 1764416550, 0),
(105, 1, 3, 'moodle/course:update', 1, 1764416550, 0),
(106, 1, 1, 'moodle/course:update', 1, 1764416550, 0),
(107, 1, 1, 'moodle/course:view', 1, 1764416550, 0),
(108, 1, 3, 'moodle/course:enrolreview', 1, 1764416550, 0),
(109, 1, 1, 'moodle/course:enrolreview', 1, 1764416550, 0),
(110, 1, 3, 'moodle/course:enrolconfig', 1, 1764416550, 0),
(111, 1, 1, 'moodle/course:enrolconfig', 1, 1764416550, 0),
(112, 1, 3, 'moodle/course:reviewotherusers', 1, 1764416550, 0),
(113, 1, 1, 'moodle/course:reviewotherusers', 1, 1764416550, 0),
(114, 1, 4, 'moodle/course:bulkmessaging', 1, 1764416550, 0),
(115, 1, 3, 'moodle/course:bulkmessaging', 1, 1764416550, 0),
(116, 1, 1, 'moodle/course:bulkmessaging', 1, 1764416550, 0),
(117, 1, 4, 'moodle/course:viewhiddenuserfields', 1, 1764416550, 0),
(118, 1, 3, 'moodle/course:viewhiddenuserfields', 1, 1764416550, 0),
(119, 1, 1, 'moodle/course:viewhiddenuserfields', 1, 1764416550, 0),
(120, 1, 2, 'moodle/course:viewhiddencourses', 1, 1764416550, 0),
(121, 1, 4, 'moodle/course:viewhiddencourses', 1, 1764416550, 0),
(122, 1, 3, 'moodle/course:viewhiddencourses', 1, 1764416550, 0),
(123, 1, 1, 'moodle/course:viewhiddencourses', 1, 1764416550, 0),
(124, 1, 3, 'moodle/course:visibility', 1, 1764416550, 0),
(125, 1, 1, 'moodle/course:visibility', 1, 1764416550, 0),
(126, 1, 3, 'moodle/course:managefiles', 1, 1764416550, 0),
(127, 1, 1, 'moodle/course:managefiles', 1, 1764416550, 0),
(128, 1, 1, 'moodle/course:ignoreavailabilityrestrictions', 1, 1764416550, 0),
(129, 1, 2, 'moodle/course:ignoreavailabilityrestrictions', 1, 1764416550, 0),
(130, 1, 3, 'moodle/course:ignoreavailabilityrestrictions', 1, 1764416550, 0),
(131, 1, 4, 'moodle/course:ignoreavailabilityrestrictions', 1, 1764416550, 0),
(132, 1, 3, 'moodle/course:manageactivities', 1, 1764416550, 0),
(133, 1, 1, 'moodle/course:manageactivities', 1, 1764416550, 0),
(134, 1, 3, 'moodle/course:activityvisibility', 1, 1764416550, 0),
(135, 1, 1, 'moodle/course:activityvisibility', 1, 1764416550, 0),
(136, 1, 4, 'moodle/course:viewhiddenactivities', 1, 1764416550, 0),
(137, 1, 3, 'moodle/course:viewhiddenactivities', 1, 1764416550, 0),
(138, 1, 1, 'moodle/course:viewhiddenactivities', 1, 1764416550, 0),
(139, 1, 5, 'moodle/course:viewparticipants', 1, 1764416550, 0),
(140, 1, 4, 'moodle/course:viewparticipants', 1, 1764416550, 0),
(141, 1, 3, 'moodle/course:viewparticipants', 1, 1764416550, 0),
(142, 1, 1, 'moodle/course:viewparticipants', 1, 1764416550, 0),
(143, 1, 3, 'moodle/course:changefullname', 1, 1764416550, 0),
(144, 1, 1, 'moodle/course:changefullname', 1, 1764416550, 0),
(145, 1, 3, 'moodle/course:changeshortname', 1, 1764416550, 0),
(146, 1, 1, 'moodle/course:changeshortname', 1, 1764416550, 0),
(147, 1, 1, 'moodle/course:changelockedcustomfields', 1, 1764416550, 0),
(148, 1, 3, 'moodle/course:renameroles', 1, 1764416550, 0),
(149, 1, 1, 'moodle/course:renameroles', 1, 1764416550, 0),
(150, 1, 3, 'moodle/course:changeidnumber', 1, 1764416550, 0),
(151, 1, 1, 'moodle/course:changeidnumber', 1, 1764416550, 0),
(152, 1, 3, 'moodle/course:changecategory', 1, 1764416550, 0),
(153, 1, 1, 'moodle/course:changecategory', 1, 1764416550, 0),
(154, 1, 3, 'moodle/course:changesummary', 1, 1764416550, 0),
(155, 1, 1, 'moodle/course:changesummary', 1, 1764416550, 0),
(156, 1, 3, 'moodle/course:setforcedlanguage', 1, 1764416550, 0),
(157, 1, 1, 'moodle/course:setforcedlanguage', 1, 1764416550, 0),
(158, 1, 1, 'moodle/site:viewparticipants', 1, 1764416550, 0),
(159, 1, 5, 'moodle/course:isincompletionreports', 1, 1764416550, 0),
(160, 1, 5, 'moodle/course:viewscales', 1, 1764416550, 0),
(161, 1, 4, 'moodle/course:viewscales', 1, 1764416550, 0),
(162, 1, 3, 'moodle/course:viewscales', 1, 1764416550, 0),
(163, 1, 1, 'moodle/course:viewscales', 1, 1764416550, 0),
(164, 1, 3, 'moodle/course:managescales', 1, 1764416550, 0),
(165, 1, 1, 'moodle/course:managescales', 1, 1764416550, 0),
(166, 1, 3, 'moodle/course:managegroups', 1, 1764416550, 0),
(167, 1, 1, 'moodle/course:managegroups', 1, 1764416550, 0),
(168, 1, 4, 'moodle/course:viewhiddengroups', 1, 1764416550, 0),
(169, 1, 3, 'moodle/course:viewhiddengroups', 1, 1764416550, 0),
(170, 1, 1, 'moodle/course:viewhiddengroups', 1, 1764416550, 0),
(171, 1, 3, 'moodle/course:reset', 1, 1764416550, 0),
(172, 1, 1, 'moodle/course:reset', 1, 1764416550, 0),
(173, 1, 3, 'moodle/course:viewsuspendedusers', 1, 1764416550, 0),
(174, 1, 1, 'moodle/course:viewsuspendedusers', 1, 1764416550, 0),
(175, 1, 1, 'moodle/course:tag', 1, 1764416550, 0),
(176, 1, 3, 'moodle/course:tag', 1, 1764416550, 0),
(177, 1, 6, 'moodle/blog:view', 1, 1764416550, 0),
(178, 1, 7, 'moodle/blog:view', 1, 1764416550, 0),
(179, 1, 5, 'moodle/blog:view', 1, 1764416550, 0),
(180, 1, 4, 'moodle/blog:view', 1, 1764416550, 0),
(181, 1, 3, 'moodle/blog:view', 1, 1764416550, 0),
(182, 1, 1, 'moodle/blog:view', 1, 1764416550, 0),
(183, 1, 6, 'moodle/blog:search', 1, 1764416550, 0),
(184, 1, 7, 'moodle/blog:search', 1, 1764416550, 0),
(185, 1, 5, 'moodle/blog:search', 1, 1764416550, 0),
(186, 1, 4, 'moodle/blog:search', 1, 1764416550, 0),
(187, 1, 3, 'moodle/blog:search', 1, 1764416550, 0),
(188, 1, 1, 'moodle/blog:search', 1, 1764416550, 0),
(189, 1, 1, 'moodle/blog:viewdrafts', 1, 1764416550, 0),
(190, 1, 7, 'moodle/blog:create', 1, 1764416550, 0),
(191, 1, 1, 'moodle/blog:create', 1, 1764416550, 0),
(192, 1, 4, 'moodle/blog:manageentries', 1, 1764416550, 0),
(193, 1, 3, 'moodle/blog:manageentries', 1, 1764416550, 0),
(194, 1, 1, 'moodle/blog:manageentries', 1, 1764416550, 0),
(195, 1, 5, 'moodle/blog:manageexternal', 1, 1764416550, 0),
(196, 1, 7, 'moodle/blog:manageexternal', 1, 1764416550, 0),
(197, 1, 4, 'moodle/blog:manageexternal', 1, 1764416550, 0),
(198, 1, 3, 'moodle/blog:manageexternal', 1, 1764416550, 0),
(199, 1, 1, 'moodle/blog:manageexternal', 1, 1764416550, 0),
(200, 1, 7, 'moodle/calendar:manageownentries', 1, 1764416550, 0),
(201, 1, 1, 'moodle/calendar:manageownentries', 1, 1764416550, 0),
(202, 1, 4, 'moodle/calendar:managegroupentries', 1, 1764416550, 0),
(203, 1, 3, 'moodle/calendar:managegroupentries', 1, 1764416550, 0),
(204, 1, 1, 'moodle/calendar:managegroupentries', 1, 1764416550, 0),
(205, 1, 4, 'moodle/calendar:manageentries', 1, 1764416550, 0),
(206, 1, 3, 'moodle/calendar:manageentries', 1, 1764416550, 0),
(207, 1, 1, 'moodle/calendar:manageentries', 1, 1764416550, 0),
(208, 1, 1, 'moodle/user:editprofile', 1, 1764416550, 0),
(209, 1, 6, 'moodle/user:editownprofile', -1000, 1764416550, 0),
(210, 1, 7, 'moodle/user:editownprofile', 1, 1764416550, 0),
(211, 1, 1, 'moodle/user:editownprofile', 1, 1764416550, 0),
(212, 1, 6, 'moodle/user:changeownpassword', -1000, 1764416550, 0),
(213, 1, 7, 'moodle/user:changeownpassword', 1, 1764416550, 0),
(214, 1, 1, 'moodle/user:changeownpassword', 1, 1764416550, 0),
(215, 1, 5, 'moodle/user:readuserposts', 1, 1764416550, 0),
(216, 1, 4, 'moodle/user:readuserposts', 1, 1764416550, 0),
(217, 1, 3, 'moodle/user:readuserposts', 1, 1764416551, 0),
(218, 1, 1, 'moodle/user:readuserposts', 1, 1764416551, 0),
(219, 1, 5, 'moodle/user:readuserblogs', 1, 1764416551, 0),
(220, 1, 4, 'moodle/user:readuserblogs', 1, 1764416551, 0),
(221, 1, 3, 'moodle/user:readuserblogs', 1, 1764416551, 0),
(222, 1, 1, 'moodle/user:readuserblogs', 1, 1764416551, 0),
(223, 1, 1, 'moodle/user:editmessageprofile', 1, 1764416551, 0),
(224, 1, 6, 'moodle/user:editownmessageprofile', -1000, 1764416551, 0),
(225, 1, 7, 'moodle/user:editownmessageprofile', 1, 1764416551, 0),
(226, 1, 1, 'moodle/user:editownmessageprofile', 1, 1764416551, 0),
(227, 1, 3, 'moodle/question:managecategory', 1, 1764416551, 0),
(228, 1, 1, 'moodle/question:managecategory', 1, 1764416551, 0),
(229, 1, 3, 'moodle/question:add', 1, 1764416551, 0),
(230, 1, 1, 'moodle/question:add', 1, 1764416551, 0),
(231, 1, 3, 'moodle/question:editmine', 1, 1764416551, 0),
(232, 1, 1, 'moodle/question:editmine', 1, 1764416551, 0),
(233, 1, 3, 'moodle/question:editall', 1, 1764416551, 0),
(234, 1, 1, 'moodle/question:editall', 1, 1764416551, 0),
(235, 1, 3, 'moodle/question:viewmine', 1, 1764416551, 0),
(236, 1, 1, 'moodle/question:viewmine', 1, 1764416551, 0),
(237, 1, 3, 'moodle/question:viewall', 1, 1764416551, 0),
(238, 1, 1, 'moodle/question:viewall', 1, 1764416551, 0),
(239, 1, 3, 'moodle/question:usemine', 1, 1764416551, 0),
(240, 1, 1, 'moodle/question:usemine', 1, 1764416551, 0),
(241, 1, 3, 'moodle/question:useall', 1, 1764416551, 0),
(242, 1, 1, 'moodle/question:useall', 1, 1764416551, 0),
(243, 1, 3, 'moodle/question:movemine', 1, 1764416551, 0),
(244, 1, 1, 'moodle/question:movemine', 1, 1764416551, 0),
(245, 1, 3, 'moodle/question:moveall', 1, 1764416551, 0),
(246, 1, 1, 'moodle/question:moveall', 1, 1764416551, 0),
(247, 1, 1, 'moodle/question:config', 1, 1764416551, 0),
(248, 1, 5, 'moodle/question:flag', 1, 1764416551, 0),
(249, 1, 4, 'moodle/question:flag', 1, 1764416551, 0),
(250, 1, 3, 'moodle/question:flag', 1, 1764416551, 0),
(251, 1, 1, 'moodle/question:flag', 1, 1764416551, 0),
(252, 1, 3, 'moodle/question:tagmine', 1, 1764416551, 0),
(253, 1, 1, 'moodle/question:tagmine', 1, 1764416551, 0),
(254, 1, 3, 'moodle/question:tagall', 1, 1764416551, 0),
(255, 1, 1, 'moodle/question:tagall', 1, 1764416551, 0),
(256, 1, 4, 'moodle/site:doclinks', 1, 1764416551, 0),
(257, 1, 3, 'moodle/site:doclinks', 1, 1764416551, 0),
(258, 1, 1, 'moodle/site:doclinks', 1, 1764416551, 0),
(259, 1, 3, 'moodle/course:sectionvisibility', 1, 1764416551, 0),
(260, 1, 1, 'moodle/course:sectionvisibility', 1, 1764416551, 0),
(261, 1, 3, 'moodle/course:useremail', 1, 1764416551, 0),
(262, 1, 1, 'moodle/course:useremail', 1, 1764416551, 0),
(263, 1, 3, 'moodle/course:viewhiddensections', 1, 1764416551, 0),
(264, 1, 1, 'moodle/course:viewhiddensections', 1, 1764416551, 0),
(265, 1, 3, 'moodle/course:setcurrentsection', 1, 1764416551, 0),
(266, 1, 1, 'moodle/course:setcurrentsection', 1, 1764416551, 0),
(267, 1, 3, 'moodle/course:movesections', 1, 1764416551, 0),
(268, 1, 1, 'moodle/course:movesections', 1, 1764416551, 0),
(269, 1, 4, 'moodle/grade:viewall', 1, 1764416551, 0),
(270, 1, 3, 'moodle/grade:viewall', 1, 1764416551, 0),
(271, 1, 1, 'moodle/grade:viewall', 1, 1764416551, 0),
(272, 1, 5, 'moodle/grade:view', 1, 1764416551, 0),
(273, 1, 4, 'moodle/grade:viewhidden', 1, 1764416551, 0),
(274, 1, 3, 'moodle/grade:viewhidden', 1, 1764416551, 0),
(275, 1, 1, 'moodle/grade:viewhidden', 1, 1764416551, 0),
(276, 1, 3, 'moodle/grade:import', 1, 1764416551, 0),
(277, 1, 1, 'moodle/grade:import', 1, 1764416551, 0),
(278, 1, 4, 'moodle/grade:export', 1, 1764416551, 0),
(279, 1, 3, 'moodle/grade:export', 1, 1764416551, 0),
(280, 1, 1, 'moodle/grade:export', 1, 1764416551, 0),
(281, 1, 3, 'moodle/grade:manage', 1, 1764416551, 0),
(282, 1, 1, 'moodle/grade:manage', 1, 1764416551, 0),
(283, 1, 3, 'moodle/grade:edit', 1, 1764416551, 0),
(284, 1, 1, 'moodle/grade:edit', 1, 1764416551, 0),
(285, 1, 3, 'moodle/grade:managegradingforms', 1, 1764416551, 0),
(286, 1, 1, 'moodle/grade:managegradingforms', 1, 1764416551, 0),
(287, 1, 1, 'moodle/grade:sharegradingforms', 1, 1764416551, 0),
(288, 1, 1, 'moodle/grade:managesharedforms', 1, 1764416551, 0),
(289, 1, 3, 'moodle/grade:manageoutcomes', 1, 1764416551, 0),
(290, 1, 1, 'moodle/grade:manageoutcomes', 1, 1764416551, 0),
(291, 1, 3, 'moodle/grade:manageletters', 1, 1764416551, 0),
(292, 1, 1, 'moodle/grade:manageletters', 1, 1764416551, 0),
(293, 1, 3, 'moodle/grade:hide', 1, 1764416551, 0),
(294, 1, 1, 'moodle/grade:hide', 1, 1764416551, 0),
(295, 1, 3, 'moodle/grade:lock', 1, 1764416551, 0),
(296, 1, 1, 'moodle/grade:lock', 1, 1764416551, 0),
(297, 1, 3, 'moodle/grade:unlock', 1, 1764416551, 0),
(298, 1, 1, 'moodle/grade:unlock', 1, 1764416551, 0),
(299, 1, 7, 'moodle/my:manageblocks', 1, 1764416551, 0),
(300, 1, 4, 'moodle/notes:view', 1, 1764416551, 0),
(301, 1, 3, 'moodle/notes:view', 1, 1764416551, 0),
(302, 1, 1, 'moodle/notes:view', 1, 1764416551, 0),
(303, 1, 4, 'moodle/notes:manage', 1, 1764416551, 0),
(304, 1, 3, 'moodle/notes:manage', 1, 1764416551, 0),
(305, 1, 1, 'moodle/notes:manage', 1, 1764416551, 0),
(306, 1, 1, 'moodle/tag:manage', 1, 1764416551, 0),
(307, 1, 1, 'moodle/tag:edit', 1, 1764416551, 0),
(308, 1, 7, 'moodle/tag:flag', 1, 1764416551, 0),
(309, 1, 4, 'moodle/tag:editblocks', 1, 1764416551, 0),
(310, 1, 3, 'moodle/tag:editblocks', 1, 1764416551, 0),
(311, 1, 1, 'moodle/tag:editblocks', 1, 1764416551, 0),
(312, 1, 6, 'moodle/block:view', 1, 1764416551, 0),
(313, 1, 7, 'moodle/block:view', 1, 1764416551, 0),
(314, 1, 5, 'moodle/block:view', 1, 1764416551, 0),
(315, 1, 4, 'moodle/block:view', 1, 1764416551, 0),
(316, 1, 3, 'moodle/block:view', 1, 1764416551, 0),
(317, 1, 3, 'moodle/block:edit', 1, 1764416551, 0),
(318, 1, 1, 'moodle/block:edit', 1, 1764416551, 0),
(319, 1, 7, 'moodle/portfolio:export', 1, 1764416551, 0),
(320, 1, 5, 'moodle/portfolio:export', 1, 1764416551, 0),
(321, 1, 4, 'moodle/portfolio:export', 1, 1764416551, 0),
(322, 1, 3, 'moodle/portfolio:export', 1, 1764416551, 0),
(323, 1, 8, 'moodle/comment:view', 1, 1764416551, 0),
(324, 1, 6, 'moodle/comment:view', 1, 1764416551, 0),
(325, 1, 7, 'moodle/comment:view', 1, 1764416551, 0),
(326, 1, 5, 'moodle/comment:view', 1, 1764416551, 0),
(327, 1, 4, 'moodle/comment:view', 1, 1764416551, 0),
(328, 1, 3, 'moodle/comment:view', 1, 1764416551, 0),
(329, 1, 1, 'moodle/comment:view', 1, 1764416551, 0),
(330, 1, 7, 'moodle/comment:post', 1, 1764416551, 0),
(331, 1, 5, 'moodle/comment:post', 1, 1764416551, 0),
(332, 1, 4, 'moodle/comment:post', 1, 1764416551, 0),
(333, 1, 3, 'moodle/comment:post', 1, 1764416551, 0),
(334, 1, 1, 'moodle/comment:post', 1, 1764416551, 0),
(335, 1, 3, 'moodle/comment:delete', 1, 1764416551, 0),
(336, 1, 1, 'moodle/comment:delete', 1, 1764416551, 0),
(337, 1, 1, 'moodle/webservice:createtoken', 1, 1764416551, 0),
(338, 1, 7, 'moodle/webservice:createmobiletoken', 1, 1764416551, 0),
(339, 1, 7, 'moodle/rating:view', 1, 1764416552, 0),
(340, 1, 5, 'moodle/rating:view', 1, 1764416552, 0),
(341, 1, 4, 'moodle/rating:view', 1, 1764416552, 0),
(342, 1, 3, 'moodle/rating:view', 1, 1764416552, 0),
(343, 1, 1, 'moodle/rating:view', 1, 1764416552, 0),
(344, 1, 7, 'moodle/rating:viewany', 1, 1764416552, 0),
(345, 1, 5, 'moodle/rating:viewany', 1, 1764416552, 0),
(346, 1, 4, 'moodle/rating:viewany', 1, 1764416552, 0),
(347, 1, 3, 'moodle/rating:viewany', 1, 1764416552, 0),
(348, 1, 1, 'moodle/rating:viewany', 1, 1764416552, 0),
(349, 1, 7, 'moodle/rating:viewall', 1, 1764416552, 0),
(350, 1, 5, 'moodle/rating:viewall', 1, 1764416552, 0),
(351, 1, 4, 'moodle/rating:viewall', 1, 1764416552, 0),
(352, 1, 3, 'moodle/rating:viewall', 1, 1764416552, 0),
(353, 1, 1, 'moodle/rating:viewall', 1, 1764416552, 0),
(354, 1, 7, 'moodle/rating:rate', 1, 1764416552, 0),
(355, 1, 5, 'moodle/rating:rate', 1, 1764416552, 0),
(356, 1, 4, 'moodle/rating:rate', 1, 1764416552, 0),
(357, 1, 3, 'moodle/rating:rate', 1, 1764416552, 0),
(358, 1, 1, 'moodle/rating:rate', 1, 1764416552, 0),
(359, 1, 4, 'moodle/course:markcomplete', 1, 1764416552, 0),
(360, 1, 3, 'moodle/course:markcomplete', 1, 1764416552, 0),
(361, 1, 1, 'moodle/course:markcomplete', 1, 1764416552, 0),
(362, 1, 4, 'moodle/course:overridecompletion', 1, 1764416552, 0),
(363, 1, 3, 'moodle/course:overridecompletion', 1, 1764416552, 0),
(364, 1, 1, 'moodle/course:overridecompletion', 1, 1764416552, 0),
(365, 1, 1, 'moodle/badges:manageglobalsettings', 1, 1764416552, 0),
(366, 1, 7, 'moodle/badges:viewbadges', 1, 1764416552, 0),
(367, 1, 7, 'moodle/badges:manageownbadges', 1, 1764416552, 0),
(368, 1, 7, 'moodle/badges:viewotherbadges', 1, 1764416552, 0),
(369, 1, 7, 'moodle/badges:earnbadge', 1, 1764416552, 0),
(370, 1, 1, 'moodle/badges:createbadge', 1, 1764416552, 0),
(371, 1, 3, 'moodle/badges:createbadge', 1, 1764416552, 0),
(372, 1, 1, 'moodle/badges:deletebadge', 1, 1764416552, 0),
(373, 1, 3, 'moodle/badges:deletebadge', 1, 1764416552, 0),
(374, 1, 1, 'moodle/badges:configuredetails', 1, 1764416552, 0),
(375, 1, 3, 'moodle/badges:configuredetails', 1, 1764416552, 0),
(376, 1, 1, 'moodle/badges:configurecriteria', 1, 1764416552, 0),
(377, 1, 3, 'moodle/badges:configurecriteria', 1, 1764416552, 0),
(378, 1, 1, 'moodle/badges:configuremessages', 1, 1764416552, 0),
(379, 1, 3, 'moodle/badges:configuremessages', 1, 1764416552, 0),
(380, 1, 1, 'moodle/badges:awardbadge', 1, 1764416552, 0),
(381, 1, 4, 'moodle/badges:awardbadge', 1, 1764416552, 0),
(382, 1, 3, 'moodle/badges:awardbadge', 1, 1764416552, 0),
(383, 1, 1, 'moodle/badges:revokebadge', 1, 1764416552, 0),
(384, 1, 4, 'moodle/badges:revokebadge', 1, 1764416552, 0),
(385, 1, 3, 'moodle/badges:revokebadge', 1, 1764416552, 0),
(386, 1, 1, 'moodle/badges:viewawarded', 1, 1764416552, 0),
(387, 1, 4, 'moodle/badges:viewawarded', 1, 1764416552, 0),
(388, 1, 3, 'moodle/badges:viewawarded', 1, 1764416552, 0),
(389, 1, 6, 'moodle/search:query', 1, 1764416552, 0),
(390, 1, 7, 'moodle/search:query', 1, 1764416552, 0),
(391, 1, 5, 'moodle/search:query', 1, 1764416552, 0),
(392, 1, 4, 'moodle/search:query', 1, 1764416552, 0),
(393, 1, 3, 'moodle/search:query', 1, 1764416552, 0),
(394, 1, 1, 'moodle/search:query', 1, 1764416552, 0),
(395, 1, 1, 'moodle/competency:competencymanage', 1, 1764416552, 0),
(396, 1, 7, 'moodle/competency:competencyview', 1, 1764416552, 0),
(397, 1, 3, 'moodle/competency:competencygrade', 1, 1764416552, 0),
(398, 1, 4, 'moodle/competency:competencygrade', 1, 1764416552, 0),
(399, 1, 1, 'moodle/competency:competencygrade', 1, 1764416552, 0),
(400, 1, 3, 'moodle/competency:coursecompetencymanage', 1, 1764416552, 0),
(401, 1, 1, 'moodle/competency:coursecompetencymanage', 1, 1764416552, 0),
(402, 1, 1, 'moodle/competency:coursecompetencyconfigure', 1, 1764416552, 0),
(403, 1, 5, 'moodle/competency:coursecompetencygradable', 1, 1764416552, 0),
(404, 1, 7, 'moodle/competency:coursecompetencyview', 1, 1764416552, 0),
(405, 1, 1, 'moodle/competency:planmanage', 1, 1764416552, 0),
(406, 1, 1, 'moodle/competency:planmanagedraft', 1, 1764416552, 0),
(407, 1, 1, 'moodle/competency:planview', 1, 1764416552, 0),
(408, 1, 1, 'moodle/competency:planviewdraft', 1, 1764416552, 0),
(409, 1, 7, 'moodle/competency:planviewown', 1, 1764416552, 0),
(410, 1, 1, 'moodle/competency:planrequestreview', 1, 1764416552, 0),
(411, 1, 7, 'moodle/competency:planrequestreviewown', 1, 1764416552, 0),
(412, 1, 1, 'moodle/competency:planreview', 1, 1764416552, 0),
(413, 1, 1, 'moodle/competency:plancomment', 1, 1764416552, 0),
(414, 1, 7, 'moodle/competency:plancommentown', 1, 1764416552, 0),
(415, 1, 1, 'moodle/competency:usercompetencyview', 1, 1764416552, 0),
(416, 1, 3, 'moodle/competency:usercompetencyview', 1, 1764416552, 0),
(417, 1, 4, 'moodle/competency:usercompetencyview', 1, 1764416552, 0),
(418, 1, 1, 'moodle/competency:usercompetencyrequestreview', 1, 1764416552, 0),
(419, 1, 7, 'moodle/competency:usercompetencyrequestreviewown', 1, 1764416552, 0),
(420, 1, 1, 'moodle/competency:usercompetencyreview', 1, 1764416552, 0),
(421, 1, 1, 'moodle/competency:usercompetencycomment', 1, 1764416552, 0),
(422, 1, 7, 'moodle/competency:usercompetencycommentown', 1, 1764416552, 0),
(423, 1, 1, 'moodle/competency:templatemanage', 1, 1764416552, 0),
(424, 1, 4, 'moodle/analytics:listinsights', 1, 1764416552, 0),
(425, 1, 3, 'moodle/analytics:listinsights', 1, 1764416552, 0),
(426, 1, 1, 'moodle/analytics:listinsights', 1, 1764416552, 0),
(427, 1, 1, 'moodle/analytics:managemodels', 1, 1764416552, 0),
(428, 1, 1, 'moodle/competency:templateview', 1, 1764416552, 0),
(429, 1, 1, 'moodle/competency:userevidencemanage', 1, 1764416552, 0),
(430, 1, 7, 'moodle/competency:userevidencemanageown', 1, 1764416552, 0),
(431, 1, 1, 'moodle/competency:userevidenceview', 1, 1764416552, 0),
(432, 1, 4, 'moodle/site:messageanyuser', 1, 1764416552, 0),
(433, 1, 3, 'moodle/site:messageanyuser', 1, 1764416552, 0),
(434, 1, 1, 'moodle/site:messageanyuser', 1, 1764416552, 0),
(435, 1, 7, 'moodle/course:togglecompletion', 1, 1764416552, 0),
(436, 1, 7, 'moodle/analytics:listowninsights', 1, 1764416552, 0),
(437, 1, 3, 'moodle/h5p:setdisplayoptions', 1, 1764416552, 0),
(438, 1, 1, 'moodle/h5p:deploy', 1, 1764416552, 0),
(439, 1, 3, 'moodle/h5p:deploy', 1, 1764416552, 0),
(440, 1, 1, 'moodle/h5p:updatelibraries', 1, 1764416552, 0),
(441, 1, 1, 'moodle/course:recommendactivity', 1, 1764416552, 0),
(442, 1, 1, 'moodle/contentbank:access', 1, 1764416552, 0),
(443, 1, 2, 'moodle/contentbank:access', 1, 1764416552, 0),
(444, 1, 3, 'moodle/contentbank:access', 1, 1764416552, 0),
(445, 1, 1, 'moodle/contentbank:upload', 1, 1764416552, 0),
(446, 1, 2, 'moodle/contentbank:upload', 1, 1764416552, 0),
(447, 1, 3, 'moodle/contentbank:upload', 1, 1764416552, 0),
(448, 1, 1, 'moodle/contentbank:deleteanycontent', 1, 1764416552, 0),
(449, 1, 2, 'moodle/contentbank:deleteanycontent', 1, 1764416552, 0),
(450, 1, 7, 'moodle/contentbank:deleteowncontent', 1, 1764416552, 0),
(451, 1, 1, 'moodle/contentbank:manageanycontent', 1, 1764416552, 0),
(452, 1, 2, 'moodle/contentbank:manageanycontent', 1, 1764416552, 0),
(453, 1, 1, 'moodle/contentbank:manageowncontent', 1, 1764416552, 0),
(454, 1, 2, 'moodle/contentbank:manageowncontent', 1, 1764416553, 0),
(455, 1, 3, 'moodle/contentbank:manageowncontent', 1, 1764416553, 0),
(456, 1, 1, 'moodle/contentbank:useeditor', 1, 1764416553, 0),
(457, 1, 2, 'moodle/contentbank:useeditor', 1, 1764416553, 0),
(458, 1, 3, 'moodle/contentbank:useeditor', 1, 1764416553, 0),
(459, 1, 1, 'moodle/contentbank:downloadcontent', 1, 1764416553, 0),
(460, 1, 2, 'moodle/contentbank:downloadcontent', 1, 1764416553, 0),
(461, 1, 3, 'moodle/contentbank:downloadcontent', 1, 1764416553, 0),
(462, 1, 1, 'moodle/contentbank:copyanycontent', 1, 1764416553, 0),
(463, 1, 2, 'moodle/contentbank:copyanycontent', 1, 1764416553, 0),
(464, 1, 1, 'moodle/contentbank:copycontent', 1, 1764416553, 0),
(465, 1, 2, 'moodle/contentbank:copycontent', 1, 1764416553, 0),
(466, 1, 3, 'moodle/contentbank:copycontent', 1, 1764416553, 0),
(467, 1, 5, 'moodle/course:downloadcoursecontent', 1, 1764416553, 0),
(468, 1, 4, 'moodle/course:downloadcoursecontent', 1, 1764416553, 0),
(469, 1, 3, 'moodle/course:downloadcoursecontent', 1, 1764416553, 0),
(470, 1, 1, 'moodle/course:downloadcoursecontent', 1, 1764416553, 0),
(471, 1, 3, 'moodle/course:configuredownloadcontent', 1, 1764416553, 0),
(472, 1, 1, 'moodle/course:configuredownloadcontent', 1, 1764416553, 0),
(473, 1, 1, 'moodle/contentbank:viewunlistedcontent', 1, 1764416553, 0),
(474, 1, 2, 'moodle/contentbank:viewunlistedcontent', 1, 1764416553, 0),
(475, 1, 7, 'moodle/reportbuilder:view', 1, 1764416553, 0),
(476, 1, 1, 'moodle/reportbuilder:edit', 1, 1764416553, 0),
(477, 1, 3, 'moodle/moodlenet:shareactivity', 1, 1764416553, 0),
(478, 1, 1, 'moodle/moodlenet:shareactivity', 1, 1764416553, 0),
(479, 1, 3, 'moodle/course:configurecoursecommunication', 1, 1764416553, 0),
(480, 1, 1, 'moodle/course:configurecoursecommunication', 1, 1764416553, 0),
(481, 1, 3, 'moodle/moodlenet:sharecourse', 1, 1764416553, 0),
(482, 1, 1, 'moodle/moodlenet:sharecourse', 1, 1764416553, 0),
(483, 1, 6, 'mod/assign:view', 1, 1764416591, 0),
(484, 1, 5, 'mod/assign:view', 1, 1764416591, 0),
(485, 1, 4, 'mod/assign:view', 1, 1764416591, 0),
(486, 1, 3, 'mod/assign:view', 1, 1764416591, 0),
(487, 1, 1, 'mod/assign:view', 1, 1764416591, 0),
(488, 1, 5, 'mod/assign:submit', 1, 1764416591, 0),
(489, 1, 4, 'mod/assign:grade', 1, 1764416591, 0),
(490, 1, 3, 'mod/assign:grade', 1, 1764416591, 0),
(491, 1, 1, 'mod/assign:grade', 1, 1764416591, 0),
(492, 1, 4, 'mod/assign:exportownsubmission', 1, 1764416591, 0),
(493, 1, 3, 'mod/assign:exportownsubmission', 1, 1764416591, 0),
(494, 1, 1, 'mod/assign:exportownsubmission', 1, 1764416591, 0),
(495, 1, 5, 'mod/assign:exportownsubmission', 1, 1764416591, 0),
(496, 1, 3, 'mod/assign:addinstance', 1, 1764416591, 0),
(497, 1, 1, 'mod/assign:addinstance', 1, 1764416591, 0),
(498, 1, 4, 'mod/assign:grantextension', 1, 1764416591, 0),
(499, 1, 3, 'mod/assign:grantextension', 1, 1764416591, 0),
(500, 1, 1, 'mod/assign:grantextension', 1, 1764416591, 0),
(501, 1, 3, 'mod/assign:revealidentities', 1, 1764416591, 0),
(502, 1, 1, 'mod/assign:revealidentities', 1, 1764416591, 0),
(503, 1, 3, 'mod/assign:reviewgrades', 1, 1764416591, 0),
(504, 1, 1, 'mod/assign:reviewgrades', 1, 1764416591, 0),
(505, 1, 3, 'mod/assign:releasegrades', 1, 1764416591, 0),
(506, 1, 1, 'mod/assign:releasegrades', 1, 1764416591, 0),
(507, 1, 3, 'mod/assign:managegrades', 1, 1764416591, 0),
(508, 1, 1, 'mod/assign:managegrades', 1, 1764416591, 0),
(509, 1, 3, 'mod/assign:manageallocations', 1, 1764416591, 0),
(510, 1, 1, 'mod/assign:manageallocations', 1, 1764416591, 0),
(511, 1, 3, 'mod/assign:viewgrades', 1, 1764416591, 0),
(512, 1, 1, 'mod/assign:viewgrades', 1, 1764416591, 0),
(513, 1, 4, 'mod/assign:viewgrades', 1, 1764416591, 0),
(514, 1, 1, 'mod/assign:viewblinddetails', 1, 1764416591, 0),
(515, 1, 4, 'mod/assign:receivegradernotifications', 1, 1764416591, 0),
(516, 1, 3, 'mod/assign:receivegradernotifications', 1, 1764416591, 0),
(517, 1, 1, 'mod/assign:receivegradernotifications', 1, 1764416591, 0),
(518, 1, 3, 'mod/assign:manageoverrides', 1, 1764416591, 0),
(519, 1, 1, 'mod/assign:manageoverrides', 1, 1764416591, 0),
(520, 1, 4, 'mod/assign:showhiddengrader', 1, 1764416591, 0),
(521, 1, 3, 'mod/assign:showhiddengrader', 1, 1764416591, 0),
(522, 1, 1, 'mod/assign:showhiddengrader', 1, 1764416591, 0),
(523, 1, 5, 'mod/assign:viewownsubmissionsummary', 1, 1764416591, 0),
(524, 1, 3, 'mod/bigbluebuttonbn:addinstance', 1, 1764416592, 0),
(525, 1, 1, 'mod/bigbluebuttonbn:addinstance', 1, 1764416592, 0),
(526, 1, 3, 'mod/bigbluebuttonbn:addinstancewithmeeting', 1, 1764416592, 0),
(527, 1, 1, 'mod/bigbluebuttonbn:addinstancewithmeeting', 1, 1764416592, 0),
(528, 1, 3, 'mod/bigbluebuttonbn:addinstancewithrecording', 1, 1764416592, 0),
(529, 1, 1, 'mod/bigbluebuttonbn:addinstancewithrecording', 1, 1764416592, 0),
(530, 1, 1, 'mod/bigbluebuttonbn:join', 1, 1764416592, 0),
(531, 1, 3, 'mod/bigbluebuttonbn:join', 1, 1764416592, 0),
(532, 1, 4, 'mod/bigbluebuttonbn:join', 1, 1764416592, 0),
(533, 1, 5, 'mod/bigbluebuttonbn:join', 1, 1764416592, 0),
(534, 1, 6, 'mod/bigbluebuttonbn:join', 1, 1764416592, 0),
(535, 1, 5, 'mod/bigbluebuttonbn:view', 1, 1764416592, 0),
(536, 1, 4, 'mod/bigbluebuttonbn:view', 1, 1764416592, 0),
(537, 1, 3, 'mod/bigbluebuttonbn:view', 1, 1764416592, 0),
(538, 1, 1, 'mod/bigbluebuttonbn:view', 1, 1764416592, 0),
(539, 1, 1, 'mod/bigbluebuttonbn:managerecordings', 1, 1764416592, 0),
(540, 1, 3, 'mod/bigbluebuttonbn:managerecordings', 1, 1764416592, 0),
(541, 1, 1, 'mod/bigbluebuttonbn:viewallrecordingformats', 1, 1764416592, 0),
(542, 1, 3, 'mod/bigbluebuttonbn:viewallrecordingformats', 1, 1764416592, 0),
(543, 1, 1, 'mod/bigbluebuttonbn:publishrecordings', 1, 1764416592, 0),
(544, 1, 3, 'mod/bigbluebuttonbn:publishrecordings', 1, 1764416592, 0),
(545, 1, 1, 'mod/bigbluebuttonbn:unpublishrecordings', 1, 1764416592, 0),
(546, 1, 3, 'mod/bigbluebuttonbn:unpublishrecordings', 1, 1764416592, 0),
(547, 1, 1, 'mod/bigbluebuttonbn:protectrecordings', 1, 1764416592, 0),
(548, 1, 3, 'mod/bigbluebuttonbn:protectrecordings', 1, 1764416592, 0),
(549, 1, 1, 'mod/bigbluebuttonbn:unprotectrecordings', 1, 1764416592, 0),
(550, 1, 3, 'mod/bigbluebuttonbn:unprotectrecordings', 1, 1764416592, 0),
(551, 1, 1, 'mod/bigbluebuttonbn:deleterecordings', 1, 1764416592, 0),
(552, 1, 3, 'mod/bigbluebuttonbn:deleterecordings', 1, 1764416592, 0),
(553, 1, 1, 'mod/bigbluebuttonbn:importrecordings', 1, 1764416592, 0),
(554, 1, 3, 'mod/bigbluebuttonbn:importrecordings', 1, 1764416592, 0),
(555, 1, 3, 'mod/book:addinstance', 1, 1764416593, 0),
(556, 1, 1, 'mod/book:addinstance', 1, 1764416593, 0),
(557, 1, 6, 'mod/book:read', 1, 1764416593, 0),
(558, 1, 8, 'mod/book:read', 1, 1764416593, 0),
(559, 1, 5, 'mod/book:read', 1, 1764416593, 0),
(560, 1, 4, 'mod/book:read', 1, 1764416593, 0),
(561, 1, 3, 'mod/book:read', 1, 1764416593, 0),
(562, 1, 1, 'mod/book:read', 1, 1764416593, 0),
(563, 1, 4, 'mod/book:viewhiddenchapters', 1, 1764416593, 0),
(564, 1, 3, 'mod/book:viewhiddenchapters', 1, 1764416593, 0),
(565, 1, 1, 'mod/book:viewhiddenchapters', 1, 1764416593, 0),
(566, 1, 3, 'mod/book:edit', 1, 1764416593, 0),
(567, 1, 1, 'mod/book:edit', 1, 1764416593, 0),
(568, 1, 3, 'mod/chat:addinstance', 1, 1764416593, 0),
(569, 1, 1, 'mod/chat:addinstance', 1, 1764416593, 0),
(570, 1, 5, 'mod/chat:chat', 1, 1764416593, 0),
(571, 1, 4, 'mod/chat:chat', 1, 1764416593, 0),
(572, 1, 3, 'mod/chat:chat', 1, 1764416593, 0),
(573, 1, 1, 'mod/chat:chat', 1, 1764416593, 0),
(574, 1, 5, 'mod/chat:readlog', 1, 1764416593, 0),
(575, 1, 4, 'mod/chat:readlog', 1, 1764416593, 0),
(576, 1, 3, 'mod/chat:readlog', 1, 1764416593, 0),
(577, 1, 1, 'mod/chat:readlog', 1, 1764416593, 0),
(578, 1, 4, 'mod/chat:deletelog', 1, 1764416593, 0),
(579, 1, 3, 'mod/chat:deletelog', 1, 1764416593, 0),
(580, 1, 1, 'mod/chat:deletelog', 1, 1764416593, 0),
(581, 1, 4, 'mod/chat:exportparticipatedsession', 1, 1764416593, 0),
(582, 1, 3, 'mod/chat:exportparticipatedsession', 1, 1764416593, 0),
(583, 1, 1, 'mod/chat:exportparticipatedsession', 1, 1764416593, 0),
(584, 1, 4, 'mod/chat:exportsession', 1, 1764416593, 0),
(585, 1, 3, 'mod/chat:exportsession', 1, 1764416593, 0),
(586, 1, 1, 'mod/chat:exportsession', 1, 1764416593, 0),
(587, 1, 7, 'mod/chat:view', 1, 1764416593, 0),
(588, 1, 6, 'mod/chat:view', 1, 1764416593, 0),
(589, 1, 3, 'mod/choice:addinstance', 1, 1764416594, 0),
(590, 1, 1, 'mod/choice:addinstance', 1, 1764416594, 0),
(591, 1, 5, 'mod/choice:choose', 1, 1764416594, 0),
(592, 1, 4, 'mod/choice:choose', 1, 1764416594, 0),
(593, 1, 3, 'mod/choice:choose', 1, 1764416594, 0),
(594, 1, 4, 'mod/choice:readresponses', 1, 1764416594, 0),
(595, 1, 3, 'mod/choice:readresponses', 1, 1764416594, 0),
(596, 1, 1, 'mod/choice:readresponses', 1, 1764416594, 0),
(597, 1, 4, 'mod/choice:deleteresponses', 1, 1764416594, 0),
(598, 1, 3, 'mod/choice:deleteresponses', 1, 1764416594, 0),
(599, 1, 1, 'mod/choice:deleteresponses', 1, 1764416594, 0),
(600, 1, 4, 'mod/choice:downloadresponses', 1, 1764416594, 0),
(601, 1, 3, 'mod/choice:downloadresponses', 1, 1764416594, 0),
(602, 1, 1, 'mod/choice:downloadresponses', 1, 1764416594, 0),
(603, 1, 7, 'mod/choice:view', 1, 1764416594, 0),
(604, 1, 6, 'mod/choice:view', 1, 1764416594, 0),
(605, 1, 3, 'mod/data:addinstance', 1, 1764416594, 0),
(606, 1, 1, 'mod/data:addinstance', 1, 1764416594, 0),
(607, 1, 8, 'mod/data:viewentry', 1, 1764416594, 0),
(608, 1, 6, 'mod/data:viewentry', 1, 1764416594, 0),
(609, 1, 5, 'mod/data:viewentry', 1, 1764416594, 0),
(610, 1, 4, 'mod/data:viewentry', 1, 1764416594, 0),
(611, 1, 3, 'mod/data:viewentry', 1, 1764416594, 0),
(612, 1, 1, 'mod/data:viewentry', 1, 1764416594, 0),
(613, 1, 5, 'mod/data:writeentry', 1, 1764416594, 0),
(614, 1, 4, 'mod/data:writeentry', 1, 1764416594, 0),
(615, 1, 3, 'mod/data:writeentry', 1, 1764416594, 0),
(616, 1, 1, 'mod/data:writeentry', 1, 1764416594, 0),
(617, 1, 5, 'mod/data:comment', 1, 1764416594, 0),
(618, 1, 4, 'mod/data:comment', 1, 1764416594, 0),
(619, 1, 3, 'mod/data:comment', 1, 1764416594, 0),
(620, 1, 1, 'mod/data:comment', 1, 1764416594, 0),
(621, 1, 4, 'mod/data:rate', 1, 1764416594, 0),
(622, 1, 3, 'mod/data:rate', 1, 1764416594, 0),
(623, 1, 1, 'mod/data:rate', 1, 1764416594, 0),
(624, 1, 4, 'mod/data:viewrating', 1, 1764416594, 0),
(625, 1, 3, 'mod/data:viewrating', 1, 1764416594, 0),
(626, 1, 1, 'mod/data:viewrating', 1, 1764416594, 0),
(627, 1, 4, 'mod/data:viewanyrating', 1, 1764416594, 0),
(628, 1, 3, 'mod/data:viewanyrating', 1, 1764416594, 0),
(629, 1, 1, 'mod/data:viewanyrating', 1, 1764416594, 0),
(630, 1, 4, 'mod/data:viewallratings', 1, 1764416594, 0),
(631, 1, 3, 'mod/data:viewallratings', 1, 1764416594, 0),
(632, 1, 1, 'mod/data:viewallratings', 1, 1764416594, 0),
(633, 1, 4, 'mod/data:approve', 1, 1764416594, 0),
(634, 1, 3, 'mod/data:approve', 1, 1764416594, 0),
(635, 1, 1, 'mod/data:approve', 1, 1764416594, 0),
(636, 1, 4, 'mod/data:manageentries', 1, 1764416594, 0),
(637, 1, 3, 'mod/data:manageentries', 1, 1764416595, 0),
(638, 1, 1, 'mod/data:manageentries', 1, 1764416595, 0),
(639, 1, 4, 'mod/data:managecomments', 1, 1764416595, 0),
(640, 1, 3, 'mod/data:managecomments', 1, 1764416595, 0),
(641, 1, 1, 'mod/data:managecomments', 1, 1764416595, 0),
(642, 1, 3, 'mod/data:managetemplates', 1, 1764416595, 0),
(643, 1, 1, 'mod/data:managetemplates', 1, 1764416595, 0),
(644, 1, 4, 'mod/data:viewalluserpresets', 1, 1764416595, 0),
(645, 1, 3, 'mod/data:viewalluserpresets', 1, 1764416595, 0),
(646, 1, 1, 'mod/data:viewalluserpresets', 1, 1764416595, 0),
(647, 1, 1, 'mod/data:manageuserpresets', 1, 1764416595, 0),
(648, 1, 1, 'mod/data:exportentry', 1, 1764416595, 0),
(649, 1, 4, 'mod/data:exportentry', 1, 1764416595, 0),
(650, 1, 3, 'mod/data:exportentry', 1, 1764416595, 0),
(651, 1, 1, 'mod/data:exportownentry', 1, 1764416595, 0),
(652, 1, 4, 'mod/data:exportownentry', 1, 1764416595, 0),
(653, 1, 3, 'mod/data:exportownentry', 1, 1764416595, 0),
(654, 1, 5, 'mod/data:exportownentry', 1, 1764416595, 0),
(655, 1, 1, 'mod/data:exportallentries', 1, 1764416595, 0),
(656, 1, 4, 'mod/data:exportallentries', 1, 1764416595, 0),
(657, 1, 3, 'mod/data:exportallentries', 1, 1764416595, 0),
(658, 1, 1, 'mod/data:exportuserinfo', 1, 1764416595, 0),
(659, 1, 4, 'mod/data:exportuserinfo', 1, 1764416595, 0),
(660, 1, 3, 'mod/data:exportuserinfo', 1, 1764416595, 0),
(661, 1, 6, 'mod/data:view', 1, 1764416595, 0),
(662, 1, 5, 'mod/data:view', 1, 1764416595, 0),
(663, 1, 4, 'mod/data:view', 1, 1764416595, 0),
(664, 1, 3, 'mod/data:view', 1, 1764416595, 0),
(665, 1, 1, 'mod/data:view', 1, 1764416595, 0),
(666, 1, 3, 'mod/feedback:addinstance', 1, 1764416595, 0),
(667, 1, 1, 'mod/feedback:addinstance', 1, 1764416595, 0),
(668, 1, 6, 'mod/feedback:view', 1, 1764416595, 0),
(669, 1, 8, 'mod/feedback:view', 1, 1764416595, 0),
(670, 1, 5, 'mod/feedback:view', 1, 1764416595, 0),
(671, 1, 4, 'mod/feedback:view', 1, 1764416595, 0),
(672, 1, 3, 'mod/feedback:view', 1, 1764416595, 0),
(673, 1, 1, 'mod/feedback:view', 1, 1764416595, 0),
(674, 1, 8, 'mod/feedback:complete', 1, 1764416595, 0),
(675, 1, 5, 'mod/feedback:complete', 1, 1764416595, 0),
(676, 1, 5, 'mod/feedback:viewanalysepage', 1, 1764416595, 0),
(677, 1, 3, 'mod/feedback:viewanalysepage', 1, 1764416595, 0),
(678, 1, 1, 'mod/feedback:viewanalysepage', 1, 1764416595, 0),
(679, 1, 3, 'mod/feedback:deletesubmissions', 1, 1764416595, 0),
(680, 1, 1, 'mod/feedback:deletesubmissions', 1, 1764416595, 0),
(681, 1, 1, 'mod/feedback:mapcourse', 1, 1764416595, 0),
(682, 1, 3, 'mod/feedback:edititems', 1, 1764416595, 0),
(683, 1, 1, 'mod/feedback:edititems', 1, 1764416595, 0),
(684, 1, 3, 'mod/feedback:createprivatetemplate', 1, 1764416595, 0),
(685, 1, 1, 'mod/feedback:createprivatetemplate', 1, 1764416595, 0),
(686, 1, 3, 'mod/feedback:createpublictemplate', 1, 1764416595, 0),
(687, 1, 1, 'mod/feedback:createpublictemplate', 1, 1764416596, 0),
(688, 1, 3, 'mod/feedback:deletetemplate', 1, 1764416596, 0),
(689, 1, 1, 'mod/feedback:deletetemplate', 1, 1764416596, 0),
(690, 1, 4, 'mod/feedback:viewreports', 1, 1764416596, 0),
(691, 1, 3, 'mod/feedback:viewreports', 1, 1764416596, 0),
(692, 1, 1, 'mod/feedback:viewreports', 1, 1764416596, 0),
(693, 1, 4, 'mod/feedback:receivemail', 1, 1764416596, 0),
(694, 1, 3, 'mod/feedback:receivemail', 1, 1764416596, 0),
(695, 1, 3, 'mod/folder:addinstance', 1, 1764416596, 0),
(696, 1, 1, 'mod/folder:addinstance', 1, 1764416596, 0),
(697, 1, 6, 'mod/folder:view', 1, 1764416596, 0),
(698, 1, 7, 'mod/folder:view', 1, 1764416596, 0),
(699, 1, 3, 'mod/folder:managefiles', 1, 1764416596, 0),
(700, 1, 3, 'mod/forum:addinstance', 1, 1764416596, 0),
(701, 1, 1, 'mod/forum:addinstance', 1, 1764416596, 0),
(702, 1, 8, 'mod/forum:viewdiscussion', 1, 1764416596, 0),
(703, 1, 6, 'mod/forum:viewdiscussion', 1, 1764416596, 0),
(704, 1, 5, 'mod/forum:viewdiscussion', 1, 1764416597, 0),
(705, 1, 4, 'mod/forum:viewdiscussion', 1, 1764416597, 0),
(706, 1, 3, 'mod/forum:viewdiscussion', 1, 1764416597, 0),
(707, 1, 1, 'mod/forum:viewdiscussion', 1, 1764416597, 0),
(708, 1, 4, 'mod/forum:viewhiddentimedposts', 1, 1764416597, 0),
(709, 1, 3, 'mod/forum:viewhiddentimedposts', 1, 1764416597, 0),
(710, 1, 1, 'mod/forum:viewhiddentimedposts', 1, 1764416597, 0),
(711, 1, 5, 'mod/forum:startdiscussion', 1, 1764416597, 0),
(712, 1, 4, 'mod/forum:startdiscussion', 1, 1764416597, 0),
(713, 1, 3, 'mod/forum:startdiscussion', 1, 1764416597, 0),
(714, 1, 1, 'mod/forum:startdiscussion', 1, 1764416597, 0),
(715, 1, 5, 'mod/forum:replypost', 1, 1764416597, 0),
(716, 1, 4, 'mod/forum:replypost', 1, 1764416597, 0),
(717, 1, 3, 'mod/forum:replypost', 1, 1764416597, 0),
(718, 1, 1, 'mod/forum:replypost', 1, 1764416597, 0),
(719, 1, 4, 'mod/forum:addnews', 1, 1764416597, 0),
(720, 1, 3, 'mod/forum:addnews', 1, 1764416597, 0),
(721, 1, 1, 'mod/forum:addnews', 1, 1764416597, 0),
(722, 1, 4, 'mod/forum:replynews', 1, 1764416597, 0),
(723, 1, 3, 'mod/forum:replynews', 1, 1764416597, 0),
(724, 1, 1, 'mod/forum:replynews', 1, 1764416597, 0),
(725, 1, 5, 'mod/forum:viewrating', 1, 1764416597, 0),
(726, 1, 4, 'mod/forum:viewrating', 1, 1764416597, 0),
(727, 1, 3, 'mod/forum:viewrating', 1, 1764416597, 0),
(728, 1, 1, 'mod/forum:viewrating', 1, 1764416597, 0),
(729, 1, 4, 'mod/forum:viewanyrating', 1, 1764416597, 0),
(730, 1, 3, 'mod/forum:viewanyrating', 1, 1764416597, 0),
(731, 1, 1, 'mod/forum:viewanyrating', 1, 1764416597, 0),
(732, 1, 4, 'mod/forum:viewallratings', 1, 1764416597, 0),
(733, 1, 3, 'mod/forum:viewallratings', 1, 1764416597, 0),
(734, 1, 1, 'mod/forum:viewallratings', 1, 1764416597, 0),
(735, 1, 4, 'mod/forum:rate', 1, 1764416597, 0),
(736, 1, 3, 'mod/forum:rate', 1, 1764416597, 0),
(737, 1, 1, 'mod/forum:rate', 1, 1764416597, 0),
(738, 1, 4, 'mod/forum:postprivatereply', 1, 1764416597, 0),
(739, 1, 3, 'mod/forum:postprivatereply', 1, 1764416597, 0),
(740, 1, 1, 'mod/forum:postprivatereply', 1, 1764416597, 0),
(741, 1, 4, 'mod/forum:readprivatereplies', 1, 1764416597, 0),
(742, 1, 3, 'mod/forum:readprivatereplies', 1, 1764416597, 0),
(743, 1, 1, 'mod/forum:readprivatereplies', 1, 1764416597, 0),
(744, 1, 5, 'mod/forum:createattachment', 1, 1764416597, 0),
(745, 1, 4, 'mod/forum:createattachment', 1, 1764416597, 0),
(746, 1, 3, 'mod/forum:createattachment', 1, 1764416597, 0),
(747, 1, 1, 'mod/forum:createattachment', 1, 1764416597, 0),
(748, 1, 5, 'mod/forum:deleteownpost', 1, 1764416597, 0),
(749, 1, 4, 'mod/forum:deleteownpost', 1, 1764416597, 0),
(750, 1, 3, 'mod/forum:deleteownpost', 1, 1764416597, 0),
(751, 1, 1, 'mod/forum:deleteownpost', 1, 1764416597, 0),
(752, 1, 4, 'mod/forum:deleteanypost', 1, 1764416597, 0),
(753, 1, 3, 'mod/forum:deleteanypost', 1, 1764416597, 0),
(754, 1, 1, 'mod/forum:deleteanypost', 1, 1764416597, 0),
(755, 1, 4, 'mod/forum:splitdiscussions', 1, 1764416597, 0),
(756, 1, 3, 'mod/forum:splitdiscussions', 1, 1764416597, 0),
(757, 1, 1, 'mod/forum:splitdiscussions', 1, 1764416597, 0),
(758, 1, 4, 'mod/forum:movediscussions', 1, 1764416597, 0),
(759, 1, 3, 'mod/forum:movediscussions', 1, 1764416597, 0),
(760, 1, 1, 'mod/forum:movediscussions', 1, 1764416597, 0),
(761, 1, 4, 'mod/forum:pindiscussions', 1, 1764416597, 0),
(762, 1, 3, 'mod/forum:pindiscussions', 1, 1764416597, 0),
(763, 1, 1, 'mod/forum:pindiscussions', 1, 1764416597, 0),
(764, 1, 4, 'mod/forum:editanypost', 1, 1764416597, 0),
(765, 1, 3, 'mod/forum:editanypost', 1, 1764416597, 0),
(766, 1, 1, 'mod/forum:editanypost', 1, 1764416597, 0),
(767, 1, 4, 'mod/forum:viewqandawithoutposting', 1, 1764416597, 0),
(768, 1, 3, 'mod/forum:viewqandawithoutposting', 1, 1764416597, 0),
(769, 1, 1, 'mod/forum:viewqandawithoutposting', 1, 1764416597, 0),
(770, 1, 4, 'mod/forum:viewsubscribers', 1, 1764416597, 0),
(771, 1, 3, 'mod/forum:viewsubscribers', 1, 1764416597, 0),
(772, 1, 1, 'mod/forum:viewsubscribers', 1, 1764416597, 0),
(773, 1, 4, 'mod/forum:managesubscriptions', 1, 1764416597, 0),
(774, 1, 3, 'mod/forum:managesubscriptions', 1, 1764416597, 0),
(775, 1, 1, 'mod/forum:managesubscriptions', 1, 1764416597, 0),
(776, 1, 4, 'mod/forum:postwithoutthrottling', 1, 1764416597, 0),
(777, 1, 3, 'mod/forum:postwithoutthrottling', 1, 1764416597, 0),
(778, 1, 1, 'mod/forum:postwithoutthrottling', 1, 1764416597, 0),
(779, 1, 4, 'mod/forum:exportdiscussion', 1, 1764416597, 0),
(780, 1, 3, 'mod/forum:exportdiscussion', 1, 1764416597, 0),
(781, 1, 1, 'mod/forum:exportdiscussion', 1, 1764416597, 0),
(782, 1, 4, 'mod/forum:exportforum', 1, 1764416597, 0),
(783, 1, 3, 'mod/forum:exportforum', 1, 1764416597, 0),
(784, 1, 1, 'mod/forum:exportforum', 1, 1764416597, 0),
(785, 1, 4, 'mod/forum:exportpost', 1, 1764416597, 0),
(786, 1, 3, 'mod/forum:exportpost', 1, 1764416597, 0),
(787, 1, 1, 'mod/forum:exportpost', 1, 1764416597, 0),
(788, 1, 4, 'mod/forum:exportownpost', 1, 1764416597, 0),
(789, 1, 3, 'mod/forum:exportownpost', 1, 1764416597, 0),
(790, 1, 1, 'mod/forum:exportownpost', 1, 1764416597, 0),
(791, 1, 5, 'mod/forum:exportownpost', 1, 1764416597, 0),
(792, 1, 4, 'mod/forum:addquestion', 1, 1764416597, 0),
(793, 1, 3, 'mod/forum:addquestion', 1, 1764416597, 0),
(794, 1, 1, 'mod/forum:addquestion', 1, 1764416597, 0),
(795, 1, 5, 'mod/forum:allowforcesubscribe', 1, 1764416597, 0),
(796, 1, 4, 'mod/forum:allowforcesubscribe', 1, 1764416597, 0),
(797, 1, 3, 'mod/forum:allowforcesubscribe', 1, 1764416597, 0),
(798, 1, 8, 'mod/forum:allowforcesubscribe', 1, 1764416597, 0),
(799, 1, 4, 'mod/forum:canposttomygroups', 1, 1764416597, 0),
(800, 1, 3, 'mod/forum:canposttomygroups', 1, 1764416597, 0),
(801, 1, 1, 'mod/forum:canposttomygroups', 1, 1764416597, 0),
(802, 1, 4, 'mod/forum:canoverridediscussionlock', 1, 1764416597, 0),
(803, 1, 3, 'mod/forum:canoverridediscussionlock', 1, 1764416597, 0),
(804, 1, 1, 'mod/forum:canoverridediscussionlock', 1, 1764416597, 0),
(805, 1, 4, 'mod/forum:canoverridecutoff', 1, 1764416597, 0),
(806, 1, 3, 'mod/forum:canoverridecutoff', 1, 1764416597, 0),
(807, 1, 1, 'mod/forum:canoverridecutoff', 1, 1764416597, 0),
(808, 1, 7, 'mod/forum:cantogglefavourite', 1, 1764416597, 0),
(809, 1, 4, 'mod/forum:grade', 1, 1764416597, 0),
(810, 1, 3, 'mod/forum:grade', 1, 1764416597, 0),
(811, 1, 1, 'mod/forum:grade', 1, 1764416597, 0),
(812, 1, 5, 'mod/forum:canmailnow', 1, 1764416597, 0),
(813, 1, 4, 'mod/forum:canmailnow', 1, 1764416597, 0),
(814, 1, 3, 'mod/forum:canmailnow', 1, 1764416597, 0),
(815, 1, 1, 'mod/forum:canmailnow', 1, 1764416597, 0),
(816, 1, 3, 'mod/glossary:addinstance', 1, 1764416598, 0),
(817, 1, 1, 'mod/glossary:addinstance', 1, 1764416598, 0),
(818, 1, 8, 'mod/glossary:view', 1, 1764416598, 0),
(819, 1, 6, 'mod/glossary:view', 1, 1764416598, 0),
(820, 1, 5, 'mod/glossary:view', 1, 1764416598, 0),
(821, 1, 4, 'mod/glossary:view', 1, 1764416598, 0),
(822, 1, 3, 'mod/glossary:view', 1, 1764416598, 0),
(823, 1, 1, 'mod/glossary:view', 1, 1764416598, 0),
(824, 1, 5, 'mod/glossary:write', 1, 1764416598, 0),
(825, 1, 4, 'mod/glossary:write', 1, 1764416598, 0),
(826, 1, 3, 'mod/glossary:write', 1, 1764416598, 0),
(827, 1, 1, 'mod/glossary:write', 1, 1764416598, 0),
(828, 1, 4, 'mod/glossary:manageentries', 1, 1764416598, 0),
(829, 1, 3, 'mod/glossary:manageentries', 1, 1764416598, 0),
(830, 1, 1, 'mod/glossary:manageentries', 1, 1764416598, 0),
(831, 1, 4, 'mod/glossary:managecategories', 1, 1764416598, 0),
(832, 1, 3, 'mod/glossary:managecategories', 1, 1764416598, 0),
(833, 1, 1, 'mod/glossary:managecategories', 1, 1764416598, 0),
(834, 1, 5, 'mod/glossary:comment', 1, 1764416598, 0),
(835, 1, 4, 'mod/glossary:comment', 1, 1764416598, 0),
(836, 1, 3, 'mod/glossary:comment', 1, 1764416598, 0),
(837, 1, 1, 'mod/glossary:comment', 1, 1764416598, 0),
(838, 1, 4, 'mod/glossary:managecomments', 1, 1764416598, 0),
(839, 1, 3, 'mod/glossary:managecomments', 1, 1764416598, 0),
(840, 1, 1, 'mod/glossary:managecomments', 1, 1764416598, 0),
(841, 1, 4, 'mod/glossary:import', 1, 1764416598, 0),
(842, 1, 3, 'mod/glossary:import', 1, 1764416598, 0),
(843, 1, 1, 'mod/glossary:import', 1, 1764416598, 0),
(844, 1, 4, 'mod/glossary:export', 1, 1764416598, 0),
(845, 1, 3, 'mod/glossary:export', 1, 1764416598, 0),
(846, 1, 1, 'mod/glossary:export', 1, 1764416598, 0),
(847, 1, 4, 'mod/glossary:approve', 1, 1764416598, 0),
(848, 1, 3, 'mod/glossary:approve', 1, 1764416598, 0),
(849, 1, 1, 'mod/glossary:approve', 1, 1764416598, 0),
(850, 1, 4, 'mod/glossary:rate', 1, 1764416598, 0),
(851, 1, 3, 'mod/glossary:rate', 1, 1764416598, 0),
(852, 1, 1, 'mod/glossary:rate', 1, 1764416598, 0),
(853, 1, 4, 'mod/glossary:viewrating', 1, 1764416598, 0),
(854, 1, 3, 'mod/glossary:viewrating', 1, 1764416598, 0),
(855, 1, 1, 'mod/glossary:viewrating', 1, 1764416598, 0),
(856, 1, 4, 'mod/glossary:viewanyrating', 1, 1764416598, 0),
(857, 1, 3, 'mod/glossary:viewanyrating', 1, 1764416598, 0),
(858, 1, 1, 'mod/glossary:viewanyrating', 1, 1764416599, 0),
(859, 1, 4, 'mod/glossary:viewallratings', 1, 1764416599, 0),
(860, 1, 3, 'mod/glossary:viewallratings', 1, 1764416599, 0),
(861, 1, 1, 'mod/glossary:viewallratings', 1, 1764416599, 0),
(862, 1, 4, 'mod/glossary:exportentry', 1, 1764416599, 0),
(863, 1, 3, 'mod/glossary:exportentry', 1, 1764416599, 0);
INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(864, 1, 1, 'mod/glossary:exportentry', 1, 1764416599, 0),
(865, 1, 4, 'mod/glossary:exportownentry', 1, 1764416599, 0),
(866, 1, 3, 'mod/glossary:exportownentry', 1, 1764416599, 0),
(867, 1, 1, 'mod/glossary:exportownentry', 1, 1764416599, 0),
(868, 1, 5, 'mod/glossary:exportownentry', 1, 1764416599, 0),
(869, 1, 6, 'mod/h5pactivity:view', 1, 1764416599, 0),
(870, 1, 5, 'mod/h5pactivity:view', 1, 1764416599, 0),
(871, 1, 4, 'mod/h5pactivity:view', 1, 1764416599, 0),
(872, 1, 3, 'mod/h5pactivity:view', 1, 1764416599, 0),
(873, 1, 1, 'mod/h5pactivity:view', 1, 1764416599, 0),
(874, 1, 3, 'mod/h5pactivity:addinstance', 1, 1764416599, 0),
(875, 1, 1, 'mod/h5pactivity:addinstance', 1, 1764416599, 0),
(876, 1, 5, 'mod/h5pactivity:submit', 1, 1764416599, 0),
(877, 1, 3, 'mod/h5pactivity:reviewattempts', 1, 1764416599, 0),
(878, 1, 1, 'mod/h5pactivity:reviewattempts', 1, 1764416599, 0),
(879, 1, 6, 'mod/imscp:view', 1, 1764416600, 0),
(880, 1, 7, 'mod/imscp:view', 1, 1764416600, 0),
(881, 1, 3, 'mod/imscp:addinstance', 1, 1764416600, 0),
(882, 1, 1, 'mod/imscp:addinstance', 1, 1764416600, 0),
(883, 1, 3, 'mod/label:addinstance', 1, 1764416600, 0),
(884, 1, 1, 'mod/label:addinstance', 1, 1764416600, 0),
(885, 1, 7, 'mod/label:view', 1, 1764416600, 0),
(886, 1, 6, 'mod/label:view', 1, 1764416600, 0),
(887, 1, 3, 'mod/lesson:addinstance', 1, 1764416600, 0),
(888, 1, 1, 'mod/lesson:addinstance', 1, 1764416600, 0),
(889, 1, 3, 'mod/lesson:edit', 1, 1764416600, 0),
(890, 1, 1, 'mod/lesson:edit', 1, 1764416600, 0),
(891, 1, 4, 'mod/lesson:grade', 1, 1764416600, 0),
(892, 1, 3, 'mod/lesson:grade', 1, 1764416600, 0),
(893, 1, 1, 'mod/lesson:grade', 1, 1764416601, 0),
(894, 1, 4, 'mod/lesson:viewreports', 1, 1764416601, 0),
(895, 1, 3, 'mod/lesson:viewreports', 1, 1764416601, 0),
(896, 1, 1, 'mod/lesson:viewreports', 1, 1764416601, 0),
(897, 1, 4, 'mod/lesson:manage', 1, 1764416601, 0),
(898, 1, 3, 'mod/lesson:manage', 1, 1764416601, 0),
(899, 1, 1, 'mod/lesson:manage', 1, 1764416601, 0),
(900, 1, 3, 'mod/lesson:manageoverrides', 1, 1764416601, 0),
(901, 1, 1, 'mod/lesson:manageoverrides', 1, 1764416601, 0),
(902, 1, 7, 'mod/lesson:view', 1, 1764416601, 0),
(903, 1, 6, 'mod/lesson:view', 1, 1764416601, 0),
(904, 1, 5, 'mod/lti:view', 1, 1764416601, 0),
(905, 1, 4, 'mod/lti:view', 1, 1764416601, 0),
(906, 1, 3, 'mod/lti:view', 1, 1764416601, 0),
(907, 1, 1, 'mod/lti:view', 1, 1764416601, 0),
(908, 1, 3, 'mod/lti:addinstance', 1, 1764416601, 0),
(909, 1, 1, 'mod/lti:addinstance', 1, 1764416601, 0),
(910, 1, 4, 'mod/lti:manage', 1, 1764416601, 0),
(911, 1, 3, 'mod/lti:manage', 1, 1764416601, 0),
(912, 1, 1, 'mod/lti:manage', 1, 1764416601, 0),
(913, 1, 3, 'mod/lti:addcoursetool', 1, 1764416601, 0),
(914, 1, 1, 'mod/lti:addcoursetool', 1, 1764416601, 0),
(915, 1, 3, 'mod/lti:addpreconfiguredinstance', 1, 1764416601, 0),
(916, 1, 1, 'mod/lti:addpreconfiguredinstance', 1, 1764416601, 0),
(917, 1, 3, 'mod/lti:requesttooladd', 1, 1764416601, 0),
(918, 1, 1, 'mod/lti:requesttooladd', 1, 1764416601, 0),
(919, 1, 6, 'mod/page:view', 1, 1764416602, 0),
(920, 1, 7, 'mod/page:view', 1, 1764416602, 0),
(921, 1, 3, 'mod/page:addinstance', 1, 1764416602, 0),
(922, 1, 1, 'mod/page:addinstance', 1, 1764416602, 0),
(923, 1, 6, 'mod/quiz:view', 1, 1764416602, 0),
(924, 1, 5, 'mod/quiz:view', 1, 1764416602, 0),
(925, 1, 4, 'mod/quiz:view', 1, 1764416602, 0),
(926, 1, 3, 'mod/quiz:view', 1, 1764416602, 0),
(927, 1, 1, 'mod/quiz:view', 1, 1764416602, 0),
(928, 1, 3, 'mod/quiz:addinstance', 1, 1764416602, 0),
(929, 1, 1, 'mod/quiz:addinstance', 1, 1764416602, 0),
(930, 1, 5, 'mod/quiz:attempt', 1, 1764416602, 0),
(931, 1, 5, 'mod/quiz:reviewmyattempts', 1, 1764416602, 0),
(932, 1, 3, 'mod/quiz:manage', 1, 1764416602, 0),
(933, 1, 1, 'mod/quiz:manage', 1, 1764416602, 0),
(934, 1, 3, 'mod/quiz:manageoverrides', 1, 1764416602, 0),
(935, 1, 1, 'mod/quiz:manageoverrides', 1, 1764416602, 0),
(936, 1, 4, 'mod/quiz:viewoverrides', 1, 1764416602, 0),
(937, 1, 3, 'mod/quiz:viewoverrides', 1, 1764416602, 0),
(938, 1, 1, 'mod/quiz:viewoverrides', 1, 1764416602, 0),
(939, 1, 4, 'mod/quiz:preview', 1, 1764416602, 0),
(940, 1, 3, 'mod/quiz:preview', 1, 1764416602, 0),
(941, 1, 1, 'mod/quiz:preview', 1, 1764416602, 0),
(942, 1, 4, 'mod/quiz:grade', 1, 1764416602, 0),
(943, 1, 3, 'mod/quiz:grade', 1, 1764416602, 0),
(944, 1, 1, 'mod/quiz:grade', 1, 1764416602, 0),
(945, 1, 4, 'mod/quiz:regrade', 1, 1764416602, 0),
(946, 1, 3, 'mod/quiz:regrade', 1, 1764416602, 0),
(947, 1, 1, 'mod/quiz:regrade', 1, 1764416602, 0),
(948, 1, 4, 'mod/quiz:viewreports', 1, 1764416602, 0),
(949, 1, 3, 'mod/quiz:viewreports', 1, 1764416602, 0),
(950, 1, 1, 'mod/quiz:viewreports', 1, 1764416602, 0),
(951, 1, 3, 'mod/quiz:deleteattempts', 1, 1764416602, 0),
(952, 1, 1, 'mod/quiz:deleteattempts', 1, 1764416602, 0),
(953, 1, 3, 'mod/quiz:reopenattempts', 1, 1764416602, 0),
(954, 1, 1, 'mod/quiz:reopenattempts', 1, 1764416602, 0),
(955, 1, 6, 'mod/resource:view', 1, 1764416603, 0),
(956, 1, 7, 'mod/resource:view', 1, 1764416603, 0),
(957, 1, 3, 'mod/resource:addinstance', 1, 1764416603, 0),
(958, 1, 1, 'mod/resource:addinstance', 1, 1764416603, 0),
(959, 1, 3, 'mod/scorm:addinstance', 1, 1764416603, 0),
(960, 1, 1, 'mod/scorm:addinstance', 1, 1764416604, 0),
(961, 1, 4, 'mod/scorm:viewreport', 1, 1764416604, 0),
(962, 1, 3, 'mod/scorm:viewreport', 1, 1764416604, 0),
(963, 1, 1, 'mod/scorm:viewreport', 1, 1764416604, 0),
(964, 1, 5, 'mod/scorm:skipview', 1, 1764416604, 0),
(965, 1, 5, 'mod/scorm:savetrack', 1, 1764416604, 0),
(966, 1, 4, 'mod/scorm:savetrack', 1, 1764416604, 0),
(967, 1, 3, 'mod/scorm:savetrack', 1, 1764416604, 0),
(968, 1, 1, 'mod/scorm:savetrack', 1, 1764416604, 0),
(969, 1, 5, 'mod/scorm:viewscores', 1, 1764416604, 0),
(970, 1, 4, 'mod/scorm:viewscores', 1, 1764416604, 0),
(971, 1, 3, 'mod/scorm:viewscores', 1, 1764416604, 0),
(972, 1, 1, 'mod/scorm:viewscores', 1, 1764416604, 0),
(973, 1, 4, 'mod/scorm:deleteresponses', 1, 1764416604, 0),
(974, 1, 3, 'mod/scorm:deleteresponses', 1, 1764416604, 0),
(975, 1, 1, 'mod/scorm:deleteresponses', 1, 1764416604, 0),
(976, 1, 3, 'mod/survey:addinstance', 1, 1764416605, 0),
(977, 1, 1, 'mod/survey:addinstance', 1, 1764416605, 0),
(978, 1, 5, 'mod/survey:participate', 1, 1764416605, 0),
(979, 1, 4, 'mod/survey:participate', 1, 1764416605, 0),
(980, 1, 3, 'mod/survey:participate', 1, 1764416605, 0),
(981, 1, 1, 'mod/survey:participate', 1, 1764416605, 0),
(982, 1, 4, 'mod/survey:readresponses', 1, 1764416605, 0),
(983, 1, 3, 'mod/survey:readresponses', 1, 1764416605, 0),
(984, 1, 1, 'mod/survey:readresponses', 1, 1764416605, 0),
(985, 1, 4, 'mod/survey:download', 1, 1764416605, 0),
(986, 1, 3, 'mod/survey:download', 1, 1764416605, 0),
(987, 1, 1, 'mod/survey:download', 1, 1764416605, 0),
(988, 1, 6, 'mod/url:view', 1, 1764416605, 0),
(989, 1, 7, 'mod/url:view', 1, 1764416605, 0),
(990, 1, 3, 'mod/url:addinstance', 1, 1764416605, 0),
(991, 1, 1, 'mod/url:addinstance', 1, 1764416605, 0),
(992, 1, 3, 'mod/wiki:addinstance', 1, 1764416605, 0),
(993, 1, 1, 'mod/wiki:addinstance', 1, 1764416605, 0),
(994, 1, 6, 'mod/wiki:viewpage', 1, 1764416605, 0),
(995, 1, 8, 'mod/wiki:viewpage', 1, 1764416605, 0),
(996, 1, 5, 'mod/wiki:viewpage', 1, 1764416605, 0),
(997, 1, 4, 'mod/wiki:viewpage', 1, 1764416605, 0),
(998, 1, 3, 'mod/wiki:viewpage', 1, 1764416605, 0),
(999, 1, 1, 'mod/wiki:viewpage', 1, 1764416605, 0),
(1000, 1, 5, 'mod/wiki:editpage', 1, 1764416605, 0),
(1001, 1, 4, 'mod/wiki:editpage', 1, 1764416605, 0),
(1002, 1, 3, 'mod/wiki:editpage', 1, 1764416606, 0),
(1003, 1, 1, 'mod/wiki:editpage', 1, 1764416606, 0),
(1004, 1, 5, 'mod/wiki:createpage', 1, 1764416606, 0),
(1005, 1, 4, 'mod/wiki:createpage', 1, 1764416606, 0),
(1006, 1, 3, 'mod/wiki:createpage', 1, 1764416606, 0),
(1007, 1, 1, 'mod/wiki:createpage', 1, 1764416606, 0),
(1008, 1, 5, 'mod/wiki:viewcomment', 1, 1764416606, 0),
(1009, 1, 4, 'mod/wiki:viewcomment', 1, 1764416606, 0),
(1010, 1, 3, 'mod/wiki:viewcomment', 1, 1764416606, 0),
(1011, 1, 1, 'mod/wiki:viewcomment', 1, 1764416606, 0),
(1012, 1, 5, 'mod/wiki:editcomment', 1, 1764416606, 0),
(1013, 1, 4, 'mod/wiki:editcomment', 1, 1764416606, 0),
(1014, 1, 3, 'mod/wiki:editcomment', 1, 1764416606, 0),
(1015, 1, 1, 'mod/wiki:editcomment', 1, 1764416606, 0),
(1016, 1, 4, 'mod/wiki:managecomment', 1, 1764416606, 0),
(1017, 1, 3, 'mod/wiki:managecomment', 1, 1764416606, 0),
(1018, 1, 1, 'mod/wiki:managecomment', 1, 1764416606, 0),
(1019, 1, 4, 'mod/wiki:managefiles', 1, 1764416606, 0),
(1020, 1, 3, 'mod/wiki:managefiles', 1, 1764416606, 0),
(1021, 1, 1, 'mod/wiki:managefiles', 1, 1764416606, 0),
(1022, 1, 4, 'mod/wiki:overridelock', 1, 1764416606, 0),
(1023, 1, 3, 'mod/wiki:overridelock', 1, 1764416606, 0),
(1024, 1, 1, 'mod/wiki:overridelock', 1, 1764416606, 0),
(1025, 1, 4, 'mod/wiki:managewiki', 1, 1764416606, 0),
(1026, 1, 3, 'mod/wiki:managewiki', 1, 1764416606, 0),
(1027, 1, 1, 'mod/wiki:managewiki', 1, 1764416606, 0),
(1028, 1, 6, 'mod/workshop:view', 1, 1764416606, 0),
(1029, 1, 5, 'mod/workshop:view', 1, 1764416606, 0),
(1030, 1, 4, 'mod/workshop:view', 1, 1764416606, 0),
(1031, 1, 3, 'mod/workshop:view', 1, 1764416606, 0),
(1032, 1, 1, 'mod/workshop:view', 1, 1764416606, 0),
(1033, 1, 3, 'mod/workshop:addinstance', 1, 1764416606, 0),
(1034, 1, 1, 'mod/workshop:addinstance', 1, 1764416606, 0),
(1035, 1, 4, 'mod/workshop:switchphase', 1, 1764416606, 0),
(1036, 1, 3, 'mod/workshop:switchphase', 1, 1764416606, 0),
(1037, 1, 1, 'mod/workshop:switchphase', 1, 1764416606, 0),
(1038, 1, 3, 'mod/workshop:editdimensions', 1, 1764416606, 0),
(1039, 1, 1, 'mod/workshop:editdimensions', 1, 1764416606, 0),
(1040, 1, 5, 'mod/workshop:submit', 1, 1764416606, 0),
(1041, 1, 5, 'mod/workshop:peerassess', 1, 1764416606, 0),
(1042, 1, 4, 'mod/workshop:manageexamples', 1, 1764416606, 0),
(1043, 1, 3, 'mod/workshop:manageexamples', 1, 1764416606, 0),
(1044, 1, 1, 'mod/workshop:manageexamples', 1, 1764416606, 0),
(1045, 1, 4, 'mod/workshop:allocate', 1, 1764416606, 0),
(1046, 1, 3, 'mod/workshop:allocate', 1, 1764416606, 0),
(1047, 1, 1, 'mod/workshop:allocate', 1, 1764416606, 0),
(1048, 1, 4, 'mod/workshop:publishsubmissions', 1, 1764416606, 0),
(1049, 1, 3, 'mod/workshop:publishsubmissions', 1, 1764416606, 0),
(1050, 1, 1, 'mod/workshop:publishsubmissions', 1, 1764416606, 0),
(1051, 1, 5, 'mod/workshop:viewauthornames', 1, 1764416606, 0),
(1052, 1, 4, 'mod/workshop:viewauthornames', 1, 1764416606, 0),
(1053, 1, 3, 'mod/workshop:viewauthornames', 1, 1764416606, 0),
(1054, 1, 1, 'mod/workshop:viewauthornames', 1, 1764416606, 0),
(1055, 1, 4, 'mod/workshop:viewreviewernames', 1, 1764416606, 0),
(1056, 1, 3, 'mod/workshop:viewreviewernames', 1, 1764416606, 0),
(1057, 1, 1, 'mod/workshop:viewreviewernames', 1, 1764416606, 0),
(1058, 1, 4, 'mod/workshop:viewallsubmissions', 1, 1764416606, 0),
(1059, 1, 3, 'mod/workshop:viewallsubmissions', 1, 1764416606, 0),
(1060, 1, 1, 'mod/workshop:viewallsubmissions', 1, 1764416606, 0),
(1061, 1, 5, 'mod/workshop:viewpublishedsubmissions', 1, 1764416606, 0),
(1062, 1, 4, 'mod/workshop:viewpublishedsubmissions', 1, 1764416606, 0),
(1063, 1, 3, 'mod/workshop:viewpublishedsubmissions', 1, 1764416606, 0),
(1064, 1, 1, 'mod/workshop:viewpublishedsubmissions', 1, 1764416606, 0),
(1065, 1, 5, 'mod/workshop:viewauthorpublished', 1, 1764416606, 0),
(1066, 1, 4, 'mod/workshop:viewauthorpublished', 1, 1764416607, 0),
(1067, 1, 3, 'mod/workshop:viewauthorpublished', 1, 1764416607, 0),
(1068, 1, 1, 'mod/workshop:viewauthorpublished', 1, 1764416607, 0),
(1069, 1, 4, 'mod/workshop:viewallassessments', 1, 1764416607, 0),
(1070, 1, 3, 'mod/workshop:viewallassessments', 1, 1764416607, 0),
(1071, 1, 1, 'mod/workshop:viewallassessments', 1, 1764416607, 0),
(1072, 1, 4, 'mod/workshop:overridegrades', 1, 1764416607, 0),
(1073, 1, 3, 'mod/workshop:overridegrades', 1, 1764416607, 0),
(1074, 1, 1, 'mod/workshop:overridegrades', 1, 1764416607, 0),
(1075, 1, 4, 'mod/workshop:ignoredeadlines', 1, 1764416607, 0),
(1076, 1, 3, 'mod/workshop:ignoredeadlines', 1, 1764416607, 0),
(1077, 1, 1, 'mod/workshop:ignoredeadlines', 1, 1764416607, 0),
(1078, 1, 4, 'mod/workshop:deletesubmissions', 1, 1764416607, 0),
(1079, 1, 3, 'mod/workshop:deletesubmissions', 1, 1764416607, 0),
(1080, 1, 1, 'mod/workshop:deletesubmissions', 1, 1764416607, 0),
(1081, 1, 1, 'mod/workshop:exportsubmissions', 1, 1764416607, 0),
(1082, 1, 4, 'mod/workshop:exportsubmissions', 1, 1764416607, 0),
(1083, 1, 3, 'mod/workshop:exportsubmissions', 1, 1764416607, 0),
(1084, 1, 5, 'mod/workshop:exportsubmissions', 1, 1764416607, 0),
(1085, 1, 7, 'auth/oauth2:managelinkedlogins', 1, 1764416609, 0),
(1086, 1, 3, 'communication/matrix:moderator', 1, 1764416610, 0),
(1087, 1, 1, 'communication/matrix:moderator', 1, 1764416610, 0),
(1088, 1, 4, 'communication/matrix:moderator', 1, 1764416610, 0),
(1089, 1, 1, 'enrol/category:config', 1, 1764416611, 0),
(1090, 1, 3, 'enrol/category:config', 1, 1764416611, 0),
(1091, 1, 3, 'enrol/cohort:config', 1, 1764416612, 0),
(1092, 1, 1, 'enrol/cohort:config', 1, 1764416612, 0),
(1093, 1, 1, 'enrol/cohort:unenrol', 1, 1764416612, 0),
(1094, 1, 1, 'enrol/database:unenrol', 1, 1764416612, 0),
(1095, 1, 1, 'enrol/database:config', 1, 1764416612, 0),
(1096, 1, 3, 'enrol/database:config', 1, 1764416612, 0),
(1097, 1, 1, 'enrol/fee:config', 1, 1764416612, 0),
(1098, 1, 1, 'enrol/fee:manage', 1, 1764416612, 0),
(1099, 1, 3, 'enrol/fee:manage', 1, 1764416612, 0),
(1100, 1, 1, 'enrol/fee:unenrol', 1, 1764416612, 0),
(1101, 1, 1, 'enrol/guest:config', 1, 1764416613, 0),
(1102, 1, 3, 'enrol/guest:config', 1, 1764416613, 0),
(1103, 1, 1, 'enrol/imsenterprise:config', 1, 1764416613, 0),
(1104, 1, 3, 'enrol/imsenterprise:config', 1, 1764416613, 0),
(1105, 1, 1, 'enrol/ldap:manage', 1, 1764416613, 0),
(1106, 1, 1, 'enrol/lti:config', 1, 1764416614, 0),
(1107, 1, 3, 'enrol/lti:config', 1, 1764416614, 0),
(1108, 1, 1, 'enrol/lti:unenrol', 1, 1764416614, 0),
(1109, 1, 3, 'enrol/lti:unenrol', 1, 1764416614, 0),
(1110, 1, 1, 'enrol/manual:config', 1, 1764416614, 0),
(1111, 1, 1, 'enrol/manual:enrol', 1, 1764416614, 0),
(1112, 1, 3, 'enrol/manual:enrol', 1, 1764416614, 0),
(1113, 1, 1, 'enrol/manual:manage', 1, 1764416614, 0),
(1114, 1, 3, 'enrol/manual:manage', 1, 1764416614, 0),
(1115, 1, 1, 'enrol/manual:unenrol', 1, 1764416614, 0),
(1116, 1, 3, 'enrol/manual:unenrol', 1, 1764416614, 0),
(1117, 1, 1, 'enrol/meta:config', 1, 1764416614, 0),
(1118, 1, 3, 'enrol/meta:config', 1, 1764416614, 0),
(1119, 1, 1, 'enrol/meta:selectaslinked', 1, 1764416614, 0),
(1120, 1, 1, 'enrol/meta:unenrol', 1, 1764416614, 0),
(1121, 1, 1, 'enrol/mnet:config', 1, 1764416615, 0),
(1122, 1, 3, 'enrol/mnet:config', 1, 1764416615, 0),
(1123, 1, 1, 'enrol/paypal:config', 1, 1764416615, 0),
(1124, 1, 1, 'enrol/paypal:manage', 1, 1764416615, 0),
(1125, 1, 3, 'enrol/paypal:manage', 1, 1764416615, 0),
(1126, 1, 1, 'enrol/paypal:unenrol', 1, 1764416615, 0),
(1127, 1, 3, 'enrol/self:config', 1, 1764416615, 0),
(1128, 1, 1, 'enrol/self:config', 1, 1764416615, 0),
(1129, 1, 3, 'enrol/self:manage', 1, 1764416615, 0),
(1130, 1, 1, 'enrol/self:manage', 1, 1764416615, 0),
(1131, 1, 5, 'enrol/self:unenrolself', 1, 1764416615, 0),
(1132, 1, 3, 'enrol/self:unenrol', 1, 1764416615, 0),
(1133, 1, 1, 'enrol/self:unenrol', 1, 1764416615, 0),
(1134, 1, 7, 'enrol/self:enrolself', 1, 1764416615, 0),
(1135, 1, 7, 'message/airnotifier:managedevice', 1, 1764416616, 0),
(1136, 1, 3, 'block/accessreview:addinstance', 1, 1764416618, 0),
(1137, 1, 1, 'block/accessreview:addinstance', 1, 1764416618, 0),
(1138, 1, 3, 'block/accessreview:view', 1, 1764416618, 0),
(1139, 1, 1, 'block/accessreview:view', 1, 1764416618, 0),
(1140, 1, 3, 'block/activity_modules:addinstance', 1, 1764416618, 0),
(1141, 1, 1, 'block/activity_modules:addinstance', 1, 1764416618, 0),
(1142, 1, 3, 'block/activity_results:addinstance', 1, 1764416618, 0),
(1143, 1, 1, 'block/activity_results:addinstance', 1, 1764416618, 0),
(1144, 1, 7, 'block/admin_bookmarks:myaddinstance', 1, 1764416619, 0),
(1145, 1, 3, 'block/admin_bookmarks:addinstance', 1, 1764416619, 0),
(1146, 1, 1, 'block/admin_bookmarks:addinstance', 1, 1764416619, 0),
(1147, 1, 3, 'block/badges:addinstance', 1, 1764416619, 0),
(1148, 1, 1, 'block/badges:addinstance', 1, 1764416619, 0),
(1149, 1, 7, 'block/badges:myaddinstance', 1, 1764416619, 0),
(1150, 1, 3, 'block/blog_menu:addinstance', 1, 1764416619, 0),
(1151, 1, 1, 'block/blog_menu:addinstance', 1, 1764416619, 0),
(1152, 1, 3, 'block/blog_recent:addinstance', 1, 1764416619, 0),
(1153, 1, 1, 'block/blog_recent:addinstance', 1, 1764416619, 0),
(1154, 1, 3, 'block/blog_tags:addinstance', 1, 1764416620, 0),
(1155, 1, 1, 'block/blog_tags:addinstance', 1, 1764416620, 0),
(1156, 1, 7, 'block/calendar_month:myaddinstance', 1, 1764416620, 0),
(1157, 1, 3, 'block/calendar_month:addinstance', 1, 1764416620, 0),
(1158, 1, 1, 'block/calendar_month:addinstance', 1, 1764416620, 0),
(1159, 1, 7, 'block/calendar_upcoming:myaddinstance', 1, 1764416620, 0),
(1160, 1, 3, 'block/calendar_upcoming:addinstance', 1, 1764416620, 0),
(1161, 1, 1, 'block/calendar_upcoming:addinstance', 1, 1764416620, 0),
(1162, 1, 7, 'block/comments:myaddinstance', 1, 1764416620, 0),
(1163, 1, 3, 'block/comments:addinstance', 1, 1764416620, 0),
(1164, 1, 1, 'block/comments:addinstance', 1, 1764416620, 0),
(1165, 1, 3, 'block/completionstatus:addinstance', 1, 1764416620, 0),
(1166, 1, 1, 'block/completionstatus:addinstance', 1, 1764416620, 0),
(1167, 1, 7, 'block/course_list:myaddinstance', 1, 1764416621, 0),
(1168, 1, 3, 'block/course_list:addinstance', 1, 1764416621, 0),
(1169, 1, 1, 'block/course_list:addinstance', 1, 1764416621, 0),
(1170, 1, 3, 'block/course_summary:addinstance', 1, 1764416621, 0),
(1171, 1, 1, 'block/course_summary:addinstance', 1, 1764416621, 0),
(1172, 1, 3, 'block/feedback:addinstance', 1, 1764416621, 0),
(1173, 1, 1, 'block/feedback:addinstance', 1, 1764416621, 0),
(1174, 1, 7, 'block/globalsearch:myaddinstance', 1, 1764416621, 0),
(1175, 1, 3, 'block/globalsearch:addinstance', 1, 1764416621, 0),
(1176, 1, 1, 'block/globalsearch:addinstance', 1, 1764416621, 0),
(1177, 1, 7, 'block/glossary_random:myaddinstance', 1, 1764416622, 0),
(1178, 1, 3, 'block/glossary_random:addinstance', 1, 1764416622, 0),
(1179, 1, 1, 'block/glossary_random:addinstance', 1, 1764416622, 0),
(1180, 1, 7, 'block/html:myaddinstance', 1, 1764416622, 0),
(1181, 1, 3, 'block/html:addinstance', 1, 1764416622, 0),
(1182, 1, 1, 'block/html:addinstance', 1, 1764416622, 0),
(1183, 1, 3, 'block/login:addinstance', 1, 1764416622, 0),
(1184, 1, 1, 'block/login:addinstance', 1, 1764416622, 0),
(1185, 1, 3, 'block/lp:addinstance', 1, 1764416622, 0),
(1186, 1, 1, 'block/lp:addinstance', 1, 1764416622, 0),
(1187, 1, 7, 'block/lp:myaddinstance', 1, 1764416622, 0),
(1188, 1, 7, 'block/mentees:myaddinstance', 1, 1764416622, 0),
(1189, 1, 3, 'block/mentees:addinstance', 1, 1764416623, 0),
(1190, 1, 1, 'block/mentees:addinstance', 1, 1764416623, 0),
(1191, 1, 7, 'block/mnet_hosts:myaddinstance', 1, 1764416623, 0),
(1192, 1, 3, 'block/mnet_hosts:addinstance', 1, 1764416623, 0),
(1193, 1, 1, 'block/mnet_hosts:addinstance', 1, 1764416623, 0),
(1194, 1, 7, 'block/myoverview:myaddinstance', 1, 1764416623, 0),
(1195, 1, 7, 'block/myprofile:myaddinstance', 1, 1764416623, 0),
(1196, 1, 3, 'block/myprofile:addinstance', 1, 1764416623, 0),
(1197, 1, 1, 'block/myprofile:addinstance', 1, 1764416623, 0),
(1198, 1, 7, 'block/navigation:myaddinstance', 1, 1764416623, 0),
(1199, 1, 3, 'block/navigation:addinstance', 1, 1764416623, 0),
(1200, 1, 1, 'block/navigation:addinstance', 1, 1764416623, 0),
(1201, 1, 7, 'block/news_items:myaddinstance', 1, 1764416624, 0),
(1202, 1, 3, 'block/news_items:addinstance', 1, 1764416624, 0),
(1203, 1, 1, 'block/news_items:addinstance', 1, 1764416624, 0),
(1204, 1, 7, 'block/online_users:myaddinstance', 1, 1764416624, 0),
(1205, 1, 3, 'block/online_users:addinstance', 1, 1764416624, 0),
(1206, 1, 1, 'block/online_users:addinstance', 1, 1764416624, 0),
(1207, 1, 7, 'block/online_users:viewlist', 1, 1764416624, 0),
(1208, 1, 6, 'block/online_users:viewlist', -1, 1764416624, 0),
(1209, 1, 5, 'block/online_users:viewlist', 1, 1764416624, 0),
(1210, 1, 4, 'block/online_users:viewlist', 1, 1764416624, 0),
(1211, 1, 3, 'block/online_users:viewlist', 1, 1764416624, 0),
(1212, 1, 1, 'block/online_users:viewlist', 1, 1764416624, 0),
(1213, 1, 7, 'block/private_files:myaddinstance', 1, 1764416624, 0),
(1214, 1, 3, 'block/private_files:addinstance', 1, 1764416624, 0),
(1215, 1, 1, 'block/private_files:addinstance', 1, 1764416624, 0),
(1216, 1, 3, 'block/recent_activity:addinstance', 1, 1764416624, 0),
(1217, 1, 1, 'block/recent_activity:addinstance', 1, 1764416624, 0),
(1218, 1, 7, 'block/recent_activity:viewaddupdatemodule', 1, 1764416624, 0),
(1219, 1, 7, 'block/recent_activity:viewdeletemodule', 1, 1764416625, 0),
(1220, 1, 7, 'block/recentlyaccessedcourses:myaddinstance', 1, 1764416625, 0),
(1221, 1, 7, 'block/recentlyaccesseditems:myaddinstance', 1, 1764416625, 0),
(1222, 1, 7, 'block/rss_client:myaddinstance', 1, 1764416625, 0),
(1223, 1, 3, 'block/rss_client:addinstance', 1, 1764416625, 0),
(1224, 1, 1, 'block/rss_client:addinstance', 1, 1764416625, 0),
(1225, 1, 4, 'block/rss_client:manageownfeeds', 1, 1764416626, 0),
(1226, 1, 3, 'block/rss_client:manageownfeeds', 1, 1764416626, 0),
(1227, 1, 1, 'block/rss_client:manageownfeeds', 1, 1764416626, 0),
(1228, 1, 1, 'block/rss_client:manageanyfeeds', 1, 1764416626, 0),
(1229, 1, 3, 'block/search_forums:addinstance', 1, 1764416626, 0),
(1230, 1, 1, 'block/search_forums:addinstance', 1, 1764416626, 0),
(1231, 1, 3, 'block/section_links:addinstance', 1, 1764416626, 0),
(1232, 1, 1, 'block/section_links:addinstance', 1, 1764416626, 0),
(1233, 1, 3, 'block/selfcompletion:addinstance', 1, 1764416626, 0),
(1234, 1, 1, 'block/selfcompletion:addinstance', 1, 1764416626, 0),
(1235, 1, 7, 'block/settings:myaddinstance', 1, 1764416626, 0),
(1236, 1, 3, 'block/settings:addinstance', 1, 1764416626, 0),
(1237, 1, 1, 'block/settings:addinstance', 1, 1764416626, 0),
(1238, 1, 3, 'block/site_main_menu:addinstance', 1, 1764416627, 0),
(1239, 1, 1, 'block/site_main_menu:addinstance', 1, 1764416627, 0),
(1240, 1, 3, 'block/social_activities:addinstance', 1, 1764416627, 0),
(1241, 1, 1, 'block/social_activities:addinstance', 1, 1764416627, 0),
(1242, 1, 7, 'block/starredcourses:myaddinstance', 1, 1764416627, 0),
(1243, 1, 3, 'block/tag_flickr:addinstance', 1, 1764416627, 0),
(1244, 1, 1, 'block/tag_flickr:addinstance', 1, 1764416627, 0),
(1245, 1, 3, 'block/tag_youtube:addinstance', 1, 1764416628, 0),
(1246, 1, 1, 'block/tag_youtube:addinstance', 1, 1764416628, 0),
(1247, 1, 7, 'block/tags:myaddinstance', 1, 1764416628, 0),
(1248, 1, 3, 'block/tags:addinstance', 1, 1764416628, 0),
(1249, 1, 1, 'block/tags:addinstance', 1, 1764416628, 0),
(1250, 1, 7, 'block/timeline:myaddinstance', 1, 1764416628, 0),
(1251, 1, 4, 'report/completion:view', 1, 1764416636, 0),
(1252, 1, 3, 'report/completion:view', 1, 1764416636, 0),
(1253, 1, 1, 'report/completion:view', 1, 1764416637, 0),
(1254, 1, 4, 'report/courseoverview:view', 1, 1764416637, 0),
(1255, 1, 3, 'report/courseoverview:view', 1, 1764416637, 0),
(1256, 1, 1, 'report/courseoverview:view', 1, 1764416637, 0),
(1257, 1, 4, 'report/log:view', 1, 1764416638, 0),
(1258, 1, 3, 'report/log:view', 1, 1764416638, 0),
(1259, 1, 1, 'report/log:view', 1, 1764416638, 0),
(1260, 1, 4, 'report/log:viewtoday', 1, 1764416638, 0),
(1261, 1, 3, 'report/log:viewtoday', 1, 1764416638, 0),
(1262, 1, 1, 'report/log:viewtoday', 1, 1764416638, 0),
(1263, 1, 4, 'report/loglive:view', 1, 1764416638, 0),
(1264, 1, 3, 'report/loglive:view', 1, 1764416638, 0),
(1265, 1, 1, 'report/loglive:view', 1, 1764416638, 0),
(1266, 1, 4, 'report/outline:view', 1, 1764416638, 0),
(1267, 1, 3, 'report/outline:view', 1, 1764416638, 0),
(1268, 1, 1, 'report/outline:view', 1, 1764416638, 0),
(1269, 1, 4, 'report/outline:viewuserreport', 1, 1764416638, 0),
(1270, 1, 3, 'report/outline:viewuserreport', 1, 1764416638, 0),
(1271, 1, 1, 'report/outline:viewuserreport', 1, 1764416638, 0),
(1272, 1, 4, 'report/participation:view', 1, 1764416638, 0),
(1273, 1, 3, 'report/participation:view', 1, 1764416638, 0),
(1274, 1, 1, 'report/participation:view', 1, 1764416639, 0),
(1275, 1, 1, 'report/performance:view', 1, 1764416639, 0),
(1276, 1, 4, 'report/progress:view', 1, 1764416639, 0),
(1277, 1, 3, 'report/progress:view', 1, 1764416639, 0),
(1278, 1, 1, 'report/progress:view', 1, 1764416639, 0),
(1279, 1, 1, 'report/security:view', 1, 1764416639, 0),
(1280, 1, 4, 'report/stats:view', 1, 1764416639, 0),
(1281, 1, 3, 'report/stats:view', 1, 1764416640, 0),
(1282, 1, 1, 'report/stats:view', 1, 1764416640, 0),
(1283, 1, 1, 'report/status:view', 1, 1764416640, 0),
(1284, 1, 6, 'report/usersessions:manageownsessions', -1000, 1764416640, 0),
(1285, 1, 7, 'report/usersessions:manageownsessions', 1, 1764416640, 0),
(1286, 1, 1, 'report/usersessions:manageownsessions', 1, 1764416640, 0),
(1287, 1, 4, 'gradeexport/ods:view', 1, 1764416640, 0),
(1288, 1, 3, 'gradeexport/ods:view', 1, 1764416640, 0),
(1289, 1, 1, 'gradeexport/ods:view', 1, 1764416640, 0),
(1290, 1, 1, 'gradeexport/ods:publish', 1, 1764416640, 0),
(1291, 1, 4, 'gradeexport/txt:view', 1, 1764416640, 0),
(1292, 1, 3, 'gradeexport/txt:view', 1, 1764416640, 0),
(1293, 1, 1, 'gradeexport/txt:view', 1, 1764416640, 0),
(1294, 1, 1, 'gradeexport/txt:publish', 1, 1764416640, 0),
(1295, 1, 4, 'gradeexport/xls:view', 1, 1764416641, 0),
(1296, 1, 3, 'gradeexport/xls:view', 1, 1764416641, 0),
(1297, 1, 1, 'gradeexport/xls:view', 1, 1764416641, 0),
(1298, 1, 1, 'gradeexport/xls:publish', 1, 1764416641, 0),
(1299, 1, 4, 'gradeexport/xml:view', 1, 1764416641, 0),
(1300, 1, 3, 'gradeexport/xml:view', 1, 1764416641, 0),
(1301, 1, 1, 'gradeexport/xml:view', 1, 1764416641, 0),
(1302, 1, 1, 'gradeexport/xml:publish', 1, 1764416641, 0),
(1303, 1, 3, 'gradeimport/csv:view', 1, 1764416641, 0),
(1304, 1, 1, 'gradeimport/csv:view', 1, 1764416641, 0),
(1305, 1, 3, 'gradeimport/direct:view', 1, 1764416641, 0),
(1306, 1, 1, 'gradeimport/direct:view', 1, 1764416641, 0),
(1307, 1, 3, 'gradeimport/xml:view', 1, 1764416642, 0),
(1308, 1, 1, 'gradeimport/xml:view', 1, 1764416642, 0),
(1309, 1, 1, 'gradeimport/xml:publish', 1, 1764416642, 0),
(1310, 1, 4, 'gradereport/grader:view', 1, 1764416642, 0),
(1311, 1, 3, 'gradereport/grader:view', 1, 1764416642, 0),
(1312, 1, 1, 'gradereport/grader:view', 1, 1764416642, 0),
(1313, 1, 4, 'gradereport/history:view', 1, 1764416642, 0),
(1314, 1, 3, 'gradereport/history:view', 1, 1764416642, 0),
(1315, 1, 1, 'gradereport/history:view', 1, 1764416642, 0),
(1316, 1, 4, 'gradereport/outcomes:view', 1, 1764416642, 0),
(1317, 1, 3, 'gradereport/outcomes:view', 1, 1764416642, 0),
(1318, 1, 1, 'gradereport/outcomes:view', 1, 1764416642, 0),
(1319, 1, 7, 'gradereport/overview:view', 1, 1764416642, 0),
(1320, 1, 3, 'gradereport/singleview:view', 1, 1764416643, 0),
(1321, 1, 1, 'gradereport/singleview:view', 1, 1764416643, 0),
(1322, 1, 3, 'gradereport/summary:view', 1, 1764416643, 0),
(1323, 1, 4, 'gradereport/summary:view', 1, 1764416643, 0),
(1324, 1, 1, 'gradereport/summary:view', 1, 1764416643, 0),
(1325, 1, 5, 'gradereport/user:view', 1, 1764416643, 0),
(1326, 1, 4, 'gradereport/user:view', 1, 1764416643, 0),
(1327, 1, 3, 'gradereport/user:view', 1, 1764416643, 0),
(1328, 1, 1, 'gradereport/user:view', 1, 1764416643, 0),
(1329, 1, 7, 'repository/areafiles:view', 1, 1764416645, 0),
(1330, 1, 2, 'repository/contentbank:view', 1, 1764416646, 0),
(1331, 1, 3, 'repository/contentbank:view', 1, 1764416646, 0),
(1332, 1, 1, 'repository/contentbank:view', 1, 1764416646, 0),
(1333, 1, 2, 'repository/contentbank:accesscoursecontent', 1, 1764416646, 0),
(1334, 1, 3, 'repository/contentbank:accesscoursecontent', 1, 1764416646, 0),
(1335, 1, 1, 'repository/contentbank:accesscoursecontent', 1, 1764416646, 0),
(1336, 1, 2, 'repository/contentbank:accesscoursecategorycontent', 1, 1764416646, 0),
(1337, 1, 1, 'repository/contentbank:accesscoursecategorycontent', 1, 1764416646, 0),
(1338, 1, 7, 'repository/contentbank:accessgeneralcontent', 1, 1764416646, 0),
(1339, 1, 2, 'repository/coursefiles:view', 1, 1764416646, 0),
(1340, 1, 4, 'repository/coursefiles:view', 1, 1764416646, 0),
(1341, 1, 3, 'repository/coursefiles:view', 1, 1764416646, 0),
(1342, 1, 1, 'repository/coursefiles:view', 1, 1764416646, 0),
(1343, 1, 7, 'repository/dropbox:view', 1, 1764416646, 0),
(1344, 1, 7, 'repository/equella:view', 1, 1764416646, 0),
(1345, 1, 2, 'repository/filesystem:view', 1, 1764416647, 0),
(1346, 1, 4, 'repository/filesystem:view', 1, 1764416647, 0),
(1347, 1, 3, 'repository/filesystem:view', 1, 1764416647, 0),
(1348, 1, 1, 'repository/filesystem:view', 1, 1764416647, 0),
(1349, 1, 7, 'repository/flickr:view', 1, 1764416647, 0),
(1350, 1, 7, 'repository/flickr_public:view', 1, 1764416647, 0),
(1351, 1, 7, 'repository/googledocs:view', 1, 1764416647, 0),
(1352, 1, 2, 'repository/local:view', 1, 1764416648, 0),
(1353, 1, 4, 'repository/local:view', 1, 1764416648, 0),
(1354, 1, 3, 'repository/local:view', 1, 1764416648, 0),
(1355, 1, 1, 'repository/local:view', 1, 1764416648, 0),
(1356, 1, 7, 'repository/merlot:view', 1, 1764416648, 0),
(1357, 1, 7, 'repository/nextcloud:view', 1, 1764416648, 0),
(1358, 1, 7, 'repository/onedrive:view', 1, 1764416648, 0),
(1359, 1, 7, 'repository/recent:view', 1, 1764416649, 0),
(1360, 1, 7, 'repository/s3:view', 1, 1764416649, 0),
(1361, 1, 7, 'repository/upload:view', 1, 1764416649, 0),
(1362, 1, 7, 'repository/url:view', 1, 1764416650, 0),
(1363, 1, 7, 'repository/user:view', 1, 1764416650, 0),
(1364, 1, 2, 'repository/webdav:view', 1, 1764416650, 0),
(1365, 1, 4, 'repository/webdav:view', 1, 1764416650, 0),
(1366, 1, 3, 'repository/webdav:view', 1, 1764416650, 0),
(1367, 1, 1, 'repository/webdav:view', 1, 1764416650, 0),
(1368, 1, 7, 'repository/wikimedia:view', 1, 1764416651, 0),
(1369, 1, 7, 'repository/youtube:view', 1, 1764416651, 0),
(1370, 1, 3, 'moodle/question:commentmine', 1, 1764416653, 0),
(1371, 1, 1, 'moodle/question:commentmine', 1, 1764416653, 0),
(1372, 1, 3, 'moodle/question:commentall', 1, 1764416653, 0),
(1373, 1, 1, 'moodle/question:commentall', 1, 1764416653, 0),
(1374, 1, 1, 'qbank/customfields:changelockedcustomfields', 1, 1764416653, 0),
(1375, 1, 3, 'qbank/customfields:viewhiddencustomfields', 1, 1764416653, 0),
(1376, 1, 1, 'qbank/customfields:viewhiddencustomfields', 1, 1764416653, 0),
(1377, 1, 4, 'tool/brickfield:viewcoursetools', 1, 1764416661, 0),
(1378, 1, 3, 'tool/brickfield:viewcoursetools', 1, 1764416661, 0),
(1379, 1, 1, 'tool/brickfield:viewcoursetools', 1, 1764416661, 0),
(1380, 1, 1, 'tool/brickfield:viewsystemtools', 1, 1764416661, 0),
(1381, 1, 1, 'tool/customlang:view', 1, 1764416662, 0),
(1382, 1, 1, 'tool/customlang:edit', 1, 1764416662, 0),
(1383, 1, 1, 'tool/customlang:export', 1, 1764416662, 0),
(1384, 1, 7, 'tool/dataprivacy:downloadownrequest', 1, 1764416663, 0),
(1385, 1, 7, 'tool/dataprivacy:requestdelete', 1, 1764416663, 0),
(1386, 1, 1, 'tool/lpmigrate:frameworksmigrate', 1, 1764416665, 0),
(1387, 1, 7, 'tool/mfa:mfaaccess', 1, 1764416666, 0),
(1388, 1, 4, 'tool/monitor:subscribe', 1, 1764416667, 0),
(1389, 1, 3, 'tool/monitor:subscribe', 1, 1764416667, 0),
(1390, 1, 1, 'tool/monitor:subscribe', 1, 1764416667, 0),
(1391, 1, 4, 'tool/monitor:managerules', 1, 1764416667, 0),
(1392, 1, 3, 'tool/monitor:managerules', 1, 1764416667, 0),
(1393, 1, 1, 'tool/monitor:managerules', 1, 1764416667, 0),
(1394, 1, 1, 'tool/monitor:managetool', 1, 1764416667, 0),
(1395, 1, 7, 'tool/policy:accept', 1, 1764416668, 0),
(1396, 1, 1, 'tool/policy:managedocs', 1, 1764416668, 0),
(1397, 1, 1, 'tool/policy:viewacceptances', 1, 1764416668, 0),
(1398, 1, 3, 'tool/recyclebin:deleteitems', 1, 1764416669, 0),
(1399, 1, 1, 'tool/recyclebin:deleteitems', 1, 1764416669, 0),
(1400, 1, 3, 'tool/recyclebin:restoreitems', 1, 1764416669, 0),
(1401, 1, 1, 'tool/recyclebin:restoreitems', 1, 1764416669, 0),
(1402, 1, 4, 'tool/recyclebin:viewitems', 1, 1764416669, 0),
(1403, 1, 3, 'tool/recyclebin:viewitems', 1, 1764416669, 0),
(1404, 1, 1, 'tool/recyclebin:viewitems', 1, 1764416669, 0),
(1405, 1, 1, 'tool/uploaduser:uploaduserpictures', 1, 1764416670, 0),
(1406, 1, 1, 'tool/usertours:managetours', 1, 1764416672, 0),
(1407, 1, 1, 'contenttype/h5p:access', 1, 1764416674, 0),
(1408, 1, 2, 'contenttype/h5p:access', 1, 1764416674, 0),
(1409, 1, 3, 'contenttype/h5p:access', 1, 1764416674, 0),
(1410, 1, 1, 'contenttype/h5p:upload', 1, 1764416674, 0),
(1411, 1, 2, 'contenttype/h5p:upload', 1, 1764416674, 0),
(1412, 1, 3, 'contenttype/h5p:upload', 1, 1764416674, 0),
(1413, 1, 1, 'contenttype/h5p:useeditor', 1, 1764416674, 0),
(1414, 1, 2, 'contenttype/h5p:useeditor', 1, 1764416674, 0),
(1415, 1, 3, 'contenttype/h5p:useeditor', 1, 1764416674, 0),
(1416, 1, 3, 'booktool/importhtml:import', 1, 1764416677, 0),
(1417, 1, 1, 'booktool/importhtml:import', 1, 1764416678, 0),
(1418, 1, 6, 'booktool/print:print', 1, 1764416678, 0),
(1419, 1, 8, 'booktool/print:print', 1, 1764416678, 0),
(1420, 1, 5, 'booktool/print:print', 1, 1764416678, 0),
(1421, 1, 4, 'booktool/print:print', 1, 1764416678, 0),
(1422, 1, 3, 'booktool/print:print', 1, 1764416678, 0),
(1423, 1, 1, 'booktool/print:print', 1, 1764416678, 0),
(1424, 1, 4, 'forumreport/summary:view', 1, 1764416681, 0),
(1425, 1, 3, 'forumreport/summary:view', 1, 1764416681, 0),
(1426, 1, 1, 'forumreport/summary:view', 1, 1764416681, 0),
(1427, 1, 4, 'forumreport/summary:viewall', 1, 1764416681, 0),
(1428, 1, 3, 'forumreport/summary:viewall', 1, 1764416681, 0),
(1429, 1, 1, 'forumreport/summary:viewall', 1, 1764416681, 0),
(1430, 1, 4, 'quiz/grading:viewstudentnames', 1, 1764416683, 0),
(1431, 1, 3, 'quiz/grading:viewstudentnames', 1, 1764416683, 0),
(1432, 1, 1, 'quiz/grading:viewstudentnames', 1, 1764416683, 0),
(1433, 1, 4, 'quiz/grading:viewidnumber', 1, 1764416683, 0),
(1434, 1, 3, 'quiz/grading:viewidnumber', 1, 1764416683, 0),
(1435, 1, 1, 'quiz/grading:viewidnumber', 1, 1764416683, 0),
(1436, 1, 4, 'quiz/statistics:view', 1, 1764416683, 0),
(1437, 1, 3, 'quiz/statistics:view', 1, 1764416683, 0),
(1438, 1, 1, 'quiz/statistics:view', 1, 1764416684, 0),
(1439, 1, 1, 'quizaccess/seb:managetemplates', 1, 1764416685, 0),
(1440, 1, 1, 'quizaccess/seb:bypassseb', 1, 1764416685, 0),
(1441, 1, 3, 'quizaccess/seb:bypassseb', 1, 1764416685, 0),
(1442, 1, 1, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 1, 1764416685, 0),
(1443, 1, 3, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 1, 1764416685, 0),
(1444, 1, 1, 'quizaccess/seb:manage_seb_templateid', 1, 1764416685, 0),
(1445, 1, 3, 'quizaccess/seb:manage_seb_templateid', 1, 1764416685, 0),
(1446, 1, 1, 'quizaccess/seb:manage_filemanager_sebconfigfile', 1, 1764416685, 0),
(1447, 1, 3, 'quizaccess/seb:manage_filemanager_sebconfigfile', 1, 1764416685, 0),
(1448, 1, 1, 'quizaccess/seb:manage_seb_showsebdownloadlink', 1, 1764416685, 0),
(1449, 1, 3, 'quizaccess/seb:manage_seb_showsebdownloadlink', 1, 1764416685, 0),
(1450, 1, 1, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 1, 1764416685, 0),
(1451, 1, 3, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 1, 1764416685, 0),
(1452, 1, 1, 'quizaccess/seb:manage_seb_linkquitseb', 1, 1764416685, 0),
(1453, 1, 3, 'quizaccess/seb:manage_seb_linkquitseb', 1, 1764416685, 0),
(1454, 1, 1, 'quizaccess/seb:manage_seb_userconfirmquit', 1, 1764416685, 0),
(1455, 1, 3, 'quizaccess/seb:manage_seb_userconfirmquit', 1, 1764416685, 0),
(1456, 1, 1, 'quizaccess/seb:manage_seb_allowuserquitseb', 1, 1764416685, 0),
(1457, 1, 3, 'quizaccess/seb:manage_seb_allowuserquitseb', 1, 1764416685, 0),
(1458, 1, 1, 'quizaccess/seb:manage_seb_quitpassword', 1, 1764416685, 0),
(1459, 1, 3, 'quizaccess/seb:manage_seb_quitpassword', 1, 1764416685, 0),
(1460, 1, 1, 'quizaccess/seb:manage_seb_allowreloadinexam', 1, 1764416685, 0),
(1461, 1, 3, 'quizaccess/seb:manage_seb_allowreloadinexam', 1, 1764416685, 0),
(1462, 1, 1, 'quizaccess/seb:manage_seb_showsebtaskbar', 1, 1764416685, 0),
(1463, 1, 3, 'quizaccess/seb:manage_seb_showsebtaskbar', 1, 1764416685, 0),
(1464, 1, 1, 'quizaccess/seb:manage_seb_showreloadbutton', 1, 1764416685, 0),
(1465, 1, 3, 'quizaccess/seb:manage_seb_showreloadbutton', 1, 1764416685, 0),
(1466, 1, 1, 'quizaccess/seb:manage_seb_showtime', 1, 1764416685, 0),
(1467, 1, 3, 'quizaccess/seb:manage_seb_showtime', 1, 1764416685, 0),
(1468, 1, 1, 'quizaccess/seb:manage_seb_showkeyboardlayout', 1, 1764416685, 0),
(1469, 1, 3, 'quizaccess/seb:manage_seb_showkeyboardlayout', 1, 1764416685, 0),
(1470, 1, 1, 'quizaccess/seb:manage_seb_showwificontrol', 1, 1764416685, 0),
(1471, 1, 3, 'quizaccess/seb:manage_seb_showwificontrol', 1, 1764416685, 0),
(1472, 1, 1, 'quizaccess/seb:manage_seb_enableaudiocontrol', 1, 1764416685, 0),
(1473, 1, 3, 'quizaccess/seb:manage_seb_enableaudiocontrol', 1, 1764416685, 0),
(1474, 1, 1, 'quizaccess/seb:manage_seb_muteonstartup', 1, 1764416685, 0),
(1475, 1, 3, 'quizaccess/seb:manage_seb_muteonstartup', 1, 1764416685, 0),
(1476, 1, 1, 'quizaccess/seb:manage_seb_allowspellchecking', 1, 1764416685, 0),
(1477, 1, 3, 'quizaccess/seb:manage_seb_allowspellchecking', 1, 1764416685, 0),
(1478, 1, 1, 'quizaccess/seb:manage_seb_activateurlfiltering', 1, 1764416685, 0),
(1479, 1, 3, 'quizaccess/seb:manage_seb_activateurlfiltering', 1, 1764416685, 0),
(1480, 1, 1, 'quizaccess/seb:manage_seb_filterembeddedcontent', 1, 1764416685, 0),
(1481, 1, 3, 'quizaccess/seb:manage_seb_filterembeddedcontent', 1, 1764416685, 0),
(1482, 1, 1, 'quizaccess/seb:manage_seb_expressionsallowed', 1, 1764416685, 0),
(1483, 1, 3, 'quizaccess/seb:manage_seb_expressionsallowed', 1, 1764416685, 0),
(1484, 1, 1, 'quizaccess/seb:manage_seb_regexallowed', 1, 1764416685, 0),
(1485, 1, 3, 'quizaccess/seb:manage_seb_regexallowed', 1, 1764416685, 0),
(1486, 1, 1, 'quizaccess/seb:manage_seb_expressionsblocked', 1, 1764416685, 0),
(1487, 1, 3, 'quizaccess/seb:manage_seb_expressionsblocked', 1, 1764416685, 0),
(1488, 1, 1, 'quizaccess/seb:manage_seb_regexblocked', 1, 1764416685, 0),
(1489, 1, 3, 'quizaccess/seb:manage_seb_regexblocked', 1, 1764416685, 0),
(1490, 1, 3, 'atto/h5p:addembed', 1, 1764416691, 0),
(1491, 1, 7, 'atto/recordrtc:recordaudio', 1, 1764416693, 0),
(1492, 1, 7, 'atto/recordrtc:recordvideo', 1, 1764416693, 0),
(1493, 1, 3, 'tiny/h5p:addembed', 1, 1764416696, 0),
(1494, 1, 7, 'tiny/recordrtc:recordaudio', 1, 1764416697, 0),
(1495, 1, 7, 'tiny/recordrtc:recordvideo', 1, 1764416697, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_context_levels`
--

CREATE TABLE `mdl_role_context_levels` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Lists which roles can be assigned at which context levels. T' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_role_context_levels`
--

INSERT INTO `mdl_role_context_levels` (`id`, `roleid`, `contextlevel`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_names`
--

CREATE TABLE `mdl_role_names` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='role names in native strings' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scale`
--

CREATE TABLE `mdl_scale` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines grading scales' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_scale`
--

INSERT INTO `mdl_scale` (`id`, `courseid`, `userid`, `name`, `scale`, `description`, `descriptionformat`, `timemodified`) 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.<ul><li><strong>Separate knowers</strong> remain as objective as possible without including feelings and emotions. In a discussion with other people, they like to defend their own ideas, using logic to find holes in opponent\'s ideas.</li><li><strong>Connected knowers</strong> are more sensitive to other people. They are skilled at empathy and tend to listen and ask questions until they feel they can connect and \"understand things from their point of view\". They learn by trying to share the experiences that led to the knowledge they find in other people.</li></ul>', 0, 1764416553),
(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, 1764416554);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scale_history`
--

CREATE TABLE `mdl_scale_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='History table' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm`
--

CREATE TABLE `mdl_scorm` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scormtype` varchar(50) NOT NULL DEFAULT 'local',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `version` varchar(9) NOT NULL DEFAULT '',
  `maxgrade` double NOT NULL DEFAULT 0,
  `grademethod` tinyint(2) NOT NULL DEFAULT 0,
  `whatgrade` bigint(10) NOT NULL DEFAULT 0,
  `maxattempt` bigint(10) 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) DEFAULT NULL,
  `md5hash` varchar(32) NOT NULL DEFAULT '',
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `launch` bigint(10) 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(10) DEFAULT -100,
  `navpositiontop` bigint(10) DEFAULT -100,
  `auto` tinyint(1) NOT NULL DEFAULT 0,
  `popup` tinyint(1) NOT NULL DEFAULT 0,
  `options` varchar(255) NOT NULL DEFAULT '',
  `width` bigint(10) NOT NULL DEFAULT 100,
  `height` bigint(10) NOT NULL DEFAULT 600,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionstatusrequired` tinyint(1) DEFAULT NULL,
  `completionscorerequired` bigint(10) DEFAULT NULL,
  `completionstatusallscos` tinyint(1) DEFAULT NULL,
  `autocommit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='each table is one SCORM module and its configuration' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_aicc_session`
--

CREATE TABLE `mdl_scorm_aicc_session` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `scormid` bigint(10) NOT NULL DEFAULT 0,
  `hacpsession` varchar(255) NOT NULL DEFAULT '',
  `scoid` bigint(10) DEFAULT 0,
  `scormmode` varchar(50) DEFAULT NULL,
  `scormstatus` varchar(255) DEFAULT NULL,
  `attempt` bigint(10) DEFAULT NULL,
  `lessonstatus` varchar(255) DEFAULT NULL,
  `sessiontime` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Used by AICC HACP to store session information' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_attempt`
--

CREATE TABLE `mdl_scorm_attempt` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `scormid` bigint(10) NOT NULL,
  `attempt` bigint(10) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of SCORM attempts made by user.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_element`
--

CREATE TABLE `mdl_scorm_element` (
  `id` bigint(10) NOT NULL,
  `element` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of scorm elements.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes`
--

CREATE TABLE `mdl_scorm_scoes` (
  `id` bigint(10) NOT NULL,
  `scorm` bigint(10) NOT NULL DEFAULT 0,
  `manifest` varchar(255) NOT NULL DEFAULT '',
  `organization` varchar(255) NOT NULL DEFAULT '',
  `parent` varchar(255) NOT NULL DEFAULT '',
  `identifier` varchar(255) NOT NULL DEFAULT '',
  `launch` longtext NOT NULL,
  `scormtype` varchar(5) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='each SCO part of the SCORM module' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes_data`
--

CREATE TABLE `mdl_scorm_scoes_data` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains variable data get from packages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes_value`
--

CREATE TABLE `mdl_scorm_scoes_value` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL,
  `attemptid` bigint(10) NOT NULL,
  `elementid` bigint(10) NOT NULL,
  `value` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Values passed from SCORM package' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_mapinfo`
--

CREATE TABLE `mdl_scorm_seq_mapinfo` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `objectiveid` bigint(10) NOT NULL DEFAULT 0,
  `targetobjectiveid` bigint(10) 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 objective mapinfo description' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_objective`
--

CREATE TABLE `mdl_scorm_seq_objective` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `primaryobj` tinyint(1) NOT NULL DEFAULT 0,
  `objectiveid` varchar(255) NOT NULL DEFAULT '',
  `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT 1,
  `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT 0.0000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 objective description' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rolluprule`
--

CREATE TABLE `mdl_scorm_seq_rolluprule` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `childactivityset` varchar(15) NOT NULL DEFAULT '',
  `minimumcount` bigint(10) NOT NULL DEFAULT 0,
  `minimumpercent` float(11,4) NOT NULL DEFAULT 0.0000,
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `action` varchar(15) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 sequencing rule' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rolluprulecond`
--

CREATE TABLE `mdl_scorm_seq_rolluprulecond` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `rollupruleid` bigint(10) NOT NULL DEFAULT 0,
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(25) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 sequencing rule' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rulecond`
--

CREATE TABLE `mdl_scorm_seq_rulecond` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `ruleconditionsid` bigint(10) NOT NULL DEFAULT 0,
  `refrencedobjective` varchar(255) NOT NULL DEFAULT '',
  `measurethreshold` float(11,4) NOT NULL DEFAULT 0.0000,
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(30) NOT NULL DEFAULT 'always'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 rule condition' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_ruleconds`
--

CREATE TABLE `mdl_scorm_seq_ruleconds` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `ruletype` tinyint(2) NOT NULL DEFAULT 0,
  `action` varchar(25) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='SCORM2004 rule conditions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_search_index_requests`
--

CREATE TABLE `mdl_search_index_requests` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `searcharea` varchar(255) NOT NULL DEFAULT '',
  `timerequested` bigint(10) NOT NULL,
  `partialarea` varchar(255) NOT NULL DEFAULT '',
  `partialtime` bigint(10) NOT NULL,
  `indexpriority` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Records requests for (re)indexing of specific contexts. Entr' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_search_simpledb_index`
--

CREATE TABLE `mdl_search_simpledb_index` (
  `id` bigint(10) NOT NULL,
  `docid` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `title` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `areaid` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(1) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `owneruserid` bigint(10) DEFAULT NULL,
  `modified` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `description1` longtext DEFAULT NULL,
  `description2` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='search_simpledb table containing the index data.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_sessions`
--

CREATE TABLE `mdl_sessions` (
  `id` bigint(10) NOT NULL,
  `state` bigint(10) NOT NULL DEFAULT 0,
  `sid` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `sessdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstip` varchar(45) DEFAULT NULL,
  `lastip` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Database based session storage - now recommended' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_sessions`
--

INSERT INTO `mdl_sessions` (`id`, `state`, `sid`, `userid`, `sessdata`, `timecreated`, `timemodified`, `firstip`, `lastip`) VALUES
(5, 0, 'm6o320tge9jv276kgh0ajllkcj', 2, NULL, 1764417746, 1764420403, '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_daily`
--

CREATE TABLE `mdl_stats_daily` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='to accumulate daily stats' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_monthly`
--

CREATE TABLE `mdl_stats_monthly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To accumulate monthly stats' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_daily`
--

CREATE TABLE `mdl_stats_user_daily` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To accumulate daily stats per course/user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_monthly`
--

CREATE TABLE `mdl_stats_user_monthly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To accumulate monthly stats per course/user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_weekly`
--

CREATE TABLE `mdl_stats_user_weekly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To accumulate weekly stats per course/user' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_weekly`
--

CREATE TABLE `mdl_stats_weekly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To accumulate weekly stats' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey`
--

CREATE TABLE `mdl_survey` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `template` bigint(10) NOT NULL DEFAULT 0,
  `days` mediumint(6) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `questions` varchar(255) NOT NULL DEFAULT '',
  `completionsubmit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Each record is one SURVEY module with its configuration' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_survey`
--

INSERT INTO `mdl_survey` (`id`, `course`, `template`, `days`, `timecreated`, `timemodified`, `name`, `intro`, `introformat`, `questions`, `completionsubmit`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_analysis`
--

CREATE TABLE `mdl_survey_analysis` (
  `id` bigint(10) NOT NULL,
  `survey` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `notes` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='text about each survey submission' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_answers`
--

CREATE TABLE `mdl_survey_answers` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `survey` bigint(10) NOT NULL DEFAULT 0,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `answer1` longtext NOT NULL,
  `answer2` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='the answers to each questions filled by the users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_questions`
--

CREATE TABLE `mdl_survey_questions` (
  `id` bigint(10) NOT NULL,
  `text` varchar(255) NOT NULL DEFAULT '',
  `shorttext` varchar(30) NOT NULL DEFAULT '',
  `multi` varchar(100) NOT NULL DEFAULT '',
  `intro` varchar(50) NOT NULL DEFAULT '',
  `type` smallint(3) NOT NULL DEFAULT 0,
  `options` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='the questions conforming one survey' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_survey_questions`
--

INSERT INTO `mdl_survey_questions` (`id`, `text`, `shorttext`, `multi`, `intro`, `type`, `options`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag`
--

CREATE TABLE `mdl_tag` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `tagcollid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `rawname` varchar(255) NOT NULL DEFAULT '',
  `isstandard` tinyint(1) NOT NULL DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `flag` smallint(4) DEFAULT 0,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tag table - this generic table will replace the old "tags" t' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_area`
--

CREATE TABLE `mdl_tag_area` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `tagcollid` bigint(10) NOT NULL,
  `callback` varchar(100) DEFAULT NULL,
  `callbackfile` varchar(100) DEFAULT NULL,
  `showstandard` tinyint(1) NOT NULL DEFAULT 0,
  `multiplecontexts` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines various tag areas, one area is identified by compone' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tag_area`
--

INSERT INTO `mdl_tag_area` (`id`, `component`, `itemtype`, `enabled`, `tagcollid`, `callback`, `callbackfile`, `showstandard`, `multiplecontexts`) 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, 'core_badges', 'badge', 1, 1, 'badge_get_tagged_badges', '/badges/lib.php', 0, 0),
(8, 'mod_book', 'book_chapters', 1, 1, 'mod_book_get_tagged_chapters', '/mod/book/locallib.php', 0, 0),
(9, 'mod_data', 'data_records', 1, 1, 'mod_data_get_tagged_records', '/mod/data/locallib.php', 0, 0),
(10, 'mod_forum', 'forum_posts', 1, 1, 'mod_forum_get_tagged_posts', '/mod/forum/locallib.php', 0, 0),
(11, 'mod_glossary', 'glossary_entries', 1, 1, 'mod_glossary_get_tagged_entries', '/mod/glossary/locallib.php', 0, 0),
(12, 'mod_wiki', 'wiki_pages', 1, 1, 'mod_wiki_get_tagged_pages', '/mod/wiki/locallib.php', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_coll`
--

CREATE TABLE `mdl_tag_coll` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `isdefault` tinyint(2) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `sortorder` mediumint(5) NOT NULL DEFAULT 0,
  `searchable` tinyint(2) NOT NULL DEFAULT 1,
  `customurl` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Defines different set of tags' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tag_coll`
--

INSERT INTO `mdl_tag_coll` (`id`, `name`, `isdefault`, `component`, `sortorder`, `searchable`, `customurl`) VALUES
(1, NULL, 1, NULL, 0, 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_correlation`
--

CREATE TABLE `mdl_tag_correlation` (
  `id` bigint(10) NOT NULL,
  `tagid` bigint(10) NOT NULL,
  `correlatedtags` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The rationale for the ''tag_correlation'' table is performance' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_instance`
--

CREATE TABLE `mdl_tag_instance` (
  `id` bigint(10) NOT NULL,
  `tagid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `tiuserid` bigint(10) NOT NULL DEFAULT 0,
  `ordering` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='tag_instance table holds the information of associations bet' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_task_adhoc`
--

CREATE TABLE `mdl_task_adhoc` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `nextruntime` bigint(10) NOT NULL,
  `faildelay` bigint(10) DEFAULT NULL,
  `customdata` longtext DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `blocking` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timestarted` bigint(10) DEFAULT NULL,
  `hostname` varchar(255) DEFAULT NULL,
  `pid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of adhoc tasks waiting to run.' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_task_adhoc`
--

INSERT INTO `mdl_task_adhoc` (`id`, `component`, `classname`, `nextruntime`, `faildelay`, `customdata`, `userid`, `blocking`, `timecreated`, `timestarted`, `hostname`, `pid`) VALUES
(1, 'tool_moodlenet', '\\tool_moodlenet\\task\\post_install', 1764416666, 0, '', NULL, 0, 1764416667, NULL, NULL, NULL),
(2, 'tool_langimport', '\\tool_langimport\\task\\install_langpacks', 1764419610, 0, '{\"langs\":[\"pt_br\",\"pt\"]}', 2, 0, 1764419611, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_task_log`
--

CREATE TABLE `mdl_task_log` (
  `id` bigint(10) NOT NULL,
  `type` smallint(4) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `timestart` decimal(20,10) NOT NULL,
  `timeend` decimal(20,10) NOT NULL,
  `dbreads` bigint(10) NOT NULL,
  `dbwrites` bigint(10) NOT NULL,
  `result` tinyint(2) NOT NULL,
  `output` longtext NOT NULL,
  `hostname` varchar(255) DEFAULT NULL,
  `pid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The log table for all tasks' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_task_scheduled`
--

CREATE TABLE `mdl_task_scheduled` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `lastruntime` bigint(10) DEFAULT NULL,
  `nextruntime` bigint(10) DEFAULT NULL,
  `blocking` tinyint(2) NOT NULL DEFAULT 0,
  `minute` varchar(200) NOT NULL DEFAULT '',
  `hour` varchar(70) NOT NULL DEFAULT '',
  `day` varchar(90) NOT NULL DEFAULT '',
  `month` varchar(30) NOT NULL DEFAULT '',
  `dayofweek` varchar(25) NOT NULL DEFAULT '',
  `faildelay` bigint(10) DEFAULT NULL,
  `customised` tinyint(2) NOT NULL DEFAULT 0,
  `disabled` tinyint(1) NOT NULL DEFAULT 0,
  `timestarted` bigint(10) DEFAULT NULL,
  `hostname` varchar(255) DEFAULT NULL,
  `pid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of scheduled tasks to be run by cron.' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_task_scheduled`
--

INSERT INTO `mdl_task_scheduled` (`id`, `component`, `classname`, `lastruntime`, `nextruntime`, `blocking`, `minute`, `hour`, `day`, `month`, `dayofweek`, `faildelay`, `customised`, `disabled`, `timestarted`, `hostname`, `pid`) VALUES
(1, 'moodle', '\\core\\task\\session_cleanup_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(2, 'moodle', '\\core\\task\\delete_unconfirmed_users_task', 0, 1764417600, 0, '0', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(3, 'moodle', '\\core\\task\\delete_incomplete_users_task', 0, 1764417900, 0, '5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(4, 'moodle', '\\core\\task\\backup_cleanup_task', 0, 1764418200, 0, '10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(5, 'moodle', '\\core\\task\\tag_cron_task', 0, 1764469080, 0, '18', '3', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(6, 'moodle', '\\core\\task\\context_cleanup_task', 0, 1764419100, 0, '25', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(7, 'moodle', '\\core\\task\\cache_cleanup_task', 0, 1764419400, 0, '30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(8, 'moodle', '\\core\\task\\messaging_cleanup_task', 0, 1764419700, 0, '35', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(9, 'moodle', '\\core\\task\\send_new_user_passwords_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(10, 'moodle', '\\core\\task\\send_failed_login_notifications_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(11, 'moodle', '\\core\\task\\create_contexts_task', 0, 1764457200, 1, '0', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(12, 'moodle', '\\core\\task\\grade_cron_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(13, 'moodle', '\\core\\task\\grade_history_cleanup_task', 0, 1764457200, 0, '*', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(14, 'moodle', '\\core\\task\\completion_regular_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(15, 'moodle', '\\core\\task\\completion_daily_task', 0, 1764418260, 0, '11', '13', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(16, 'moodle', '\\core\\task\\portfolio_cron_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(17, 'moodle', '\\core\\task\\plagiarism_cron_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(18, 'moodle', '\\core\\task\\calendar_cron_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(19, 'moodle', '\\core\\task\\blog_cron_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(20, 'moodle', '\\core\\task\\question_preview_cleanup_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(21, 'moodle', '\\core\\task\\registration_cron_task', 0, 1764632580, 0, '43', '0', '*', '*', '2', 0, 0, 0, NULL, NULL, NULL),
(22, 'moodle', '\\core\\task\\check_for_updates_task', 0, 1764477660, 0, '41', '5', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(23, 'moodle', '\\core\\task\\cache_cron_task', 0, 1764417000, 0, '50', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(24, 'moodle', '\\core\\task\\automated_backup_task', 0, 1764417000, 0, '50', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(25, 'moodle', '\\core\\task\\badges_cron_task', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(26, 'moodle', '\\core\\task\\badges_message_task', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(27, 'moodle', '\\core\\task\\file_temp_cleanup_task', 0, 1764417300, 0, '55', '*/6', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(28, 'moodle', '\\core\\task\\file_trash_cleanup_task', 0, 1764417300, 0, '55', '*/6', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(29, 'moodle', '\\core\\task\\search_index_task', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(30, 'moodle', '\\core\\task\\search_optimize_task', 0, 1764458100, 0, '15', '*/12', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(31, 'moodle', '\\core\\task\\stats_cron_task', 0, 1764457200, 0, '0', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(32, 'moodle', '\\core\\task\\password_reset_cleanup_task', 0, 1764435600, 0, '0', '*/6', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(33, 'moodle', '\\core\\task\\complete_plans_task', 0, 1764419220, 0, '27', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(34, 'moodle', '\\core\\task\\sync_plans_from_template_cohorts_task', 0, 1764416700, 0, '45', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(35, 'moodle', '\\core_files\\task\\conversion_cleanup_task', 0, 1764465360, 0, '16', '2', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(36, 'moodle', '\\core\\oauth2\\refresh_system_tokens_task', 0, 1764419400, 0, '30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(37, 'moodle', '\\core\\task\\analytics_cleanup_task', 0, 1764420120, 0, '42', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(38, 'moodle', '\\core\\task\\task_log_cleanup_task', 0, 1764440700, 0, '25', '19', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(39, 'moodle', '\\core\\task\\h5p_get_content_types_task', 0, 1764565380, 0, '3', '6', '1', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(40, 'moodle', '\\core\\task\\h5p_clean_orphaned_records_task', 0, 1764457860, 0, '11', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(41, 'moodle', '\\core\\task\\antivirus_cleanup_task', 0, 1764459060, 0, '31', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(42, 'moodle', '\\core_reportbuilder\\task\\send_schedules', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(43, 'moodle', '\\core\\task\\task_lock_cleanup_task', 0, 1764457200, 0, '0', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(44, 'moodle', '\\core_xapi\\task\\state_cleanup_task', 0, 1764459960, 0, '46', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(45, 'moodle', '\\core\\task\\show_started_courses_task', 0, 1764460800, 0, '00', '01', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(46, 'moodle', '\\core\\task\\hide_ended_courses_task', 0, 1764460800, 0, '00', '01', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(47, 'moodle', '\\core\\task\\automated_backup_report_task', 0, 1764416580, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(48, 'mod_assign', '\\mod_assign\\task\\cron_task', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(49, 'mod_bigbluebuttonbn', '\\mod_bigbluebuttonbn\\task\\check_pending_recordings', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(50, 'mod_bigbluebuttonbn', '\\mod_bigbluebuttonbn\\task\\check_dismissed_recordings', 0, 1764543600, 0, '*', '*', '*/10', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(51, 'mod_chat', '\\mod_chat\\task\\cron_task', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(52, 'mod_forum', '\\mod_forum\\task\\cron_task', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(53, 'mod_lti', '\\mod_lti\\task\\clean_access_tokens', 0, 1764489120, 0, '52', '8', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(54, 'mod_quiz', '\\mod_quiz\\task\\update_overdue_attempts', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(55, 'mod_quiz', '\\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed', 0, 1764419280, 0, '28', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(56, 'mod_scorm', '\\mod_scorm\\task\\cron_task', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(57, 'mod_workshop', '\\mod_workshop\\task\\cron_task', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(58, 'auth_cas', '\\auth_cas\\task\\sync_task', 0, 1764457200, 0, '0', '0', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(59, 'auth_db', '\\auth_db\\task\\sync_users', 0, 1764460140, 0, '49', '0', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(60, 'auth_ldap', '\\auth_ldap\\task\\sync_roles', 0, 1764457200, 0, '0', '0', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(61, 'auth_ldap', '\\auth_ldap\\task\\sync_task', 0, 1764457200, 0, '0', '0', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(62, 'auth_mnet', '\\auth_mnet\\task\\cron_task', 0, 1764417000, 0, '*/10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(63, 'enrol_category', '\\enrol_category\\task\\enrol_category_sync', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(64, 'enrol_cohort', '\\enrol_cohort\\task\\enrol_cohort_sync', 0, 1764418380, 0, '13', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(65, 'enrol_database', '\\enrol_database\\task\\sync_enrolments', 0, 1764451020, 0, '17', '22', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(66, 'enrol_flatfile', '\\enrol_flatfile\\task\\flatfile_sync_task', 0, 1764418500, 0, '15', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(67, 'enrol_imsenterprise', '\\enrol_imsenterprise\\task\\cron_task', 0, 1764418200, 0, '10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(68, 'enrol_ldap', '\\enrol_ldap\\task\\sync_enrolments', 0, 1764467940, 0, '59', '2', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(69, 'enrol_lti', '\\enrol_lti\\task\\sync_grades', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(70, 'enrol_lti', '\\enrol_lti\\task\\sync_members', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(71, 'enrol_lti', '\\enrol_lti\\local\\ltiadvantage\\task\\sync_members', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(72, 'enrol_lti', '\\enrol_lti\\local\\ltiadvantage\\task\\sync_grades', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(73, 'enrol_manual', '\\enrol_manual\\task\\sync_enrolments', 0, 1764417000, 0, '*/10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(74, 'enrol_manual', '\\enrol_manual\\task\\send_expiry_notifications', 0, 1764417000, 0, '*/10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(75, 'enrol_meta', '\\enrol_meta\\task\\enrol_meta_sync', 0, 1764418200, 0, '10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(76, 'enrol_paypal', '\\enrol_paypal\\task\\process_expirations', 0, 1764416640, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(77, 'enrol_self', '\\enrol_self\\task\\sync_enrolments', 0, 1764417000, 0, '*/10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(78, 'enrol_self', '\\enrol_self\\task\\send_expiry_notifications', 0, 1764417000, 0, '*/10', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(79, 'message_email', '\\message_email\\task\\send_email_task', 0, 1764450000, 0, '0', '22', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(80, 'block_recent_activity', '\\block_recent_activity\\task\\cleanup', 0, 1764493320, 0, '2', '10', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(81, 'block_rss_client', '\\block_rss_client\\task\\refreshfeeds', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(82, 'editor_atto', '\\editor_atto\\task\\autosave_cleanup_task', 0, 1764903660, 0, '1', '4', '*', '*', '5', 0, 0, 0, NULL, NULL, NULL),
(83, 'repository_dropbox', '\\repository_dropbox\\task\\cron_task', 0, 1764416700, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(84, 'repository_filesystem', '\\repository_filesystem\\task\\cron_task', 0, 1764416700, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(85, 'repository_onedrive', '\\repository_onedrive\\remove_temp_access_task', 0, 1764443340, 0, '9', '20', '*', '*', '6', 0, 0, 0, NULL, NULL, NULL),
(86, 'tool_analytics', '\\tool_analytics\\task\\train_models', 0, 1764421200, 0, '0', '14', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(87, 'tool_analytics', '\\tool_analytics\\task\\predict_models', 0, 1764417600, 0, '0', '13', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(88, 'tool_brickfield', '\\tool_brickfield\\task\\bulk_process_courses', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(89, 'tool_brickfield', '\\tool_brickfield\\task\\bulk_process_caches', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(90, 'tool_brickfield', '\\tool_brickfield\\task\\checkid_validation', 0, 1764489900, 0, '05', '9', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(91, 'tool_brickfield', '\\tool_brickfield\\task\\update_summarydata', 0, 1764460200, 0, '50', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(92, 'tool_brickfield', '\\tool_brickfield\\task\\process_analysis_requests', 0, 1764416700, 0, '*/5', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(93, 'tool_cohortroles', '\\tool_cohortroles\\task\\cohort_role_sync', 0, 1764417840, 0, '4', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(94, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\expired_retention_period', 0, 1764421200, 0, '0', '14', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(95, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_expired_contexts', 0, 1764417600, 0, '0', '13', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(96, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_expired_requests', 0, 1764426540, 0, '29', '15', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(97, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_existing_deleted_users', 0, 1764466860, 0, '41', '2', '*', '*', '*', 0, 0, 1, NULL, NULL, NULL),
(98, 'tool_langimport', '\\tool_langimport\\task\\update_langpacks_task', 0, 1764474840, 0, '54', '4', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(99, 'tool_messageinbound', '\\tool_messageinbound\\task\\pickup_task', 0, 1764416700, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(100, 'tool_messageinbound', '\\tool_messageinbound\\task\\cleanup_task', 0, 1764464100, 0, '55', '1', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(101, 'tool_monitor', '\\tool_monitor\\task\\clean_events', 0, 1764416700, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(102, 'tool_monitor', '\\tool_monitor\\task\\check_subscriptions', 0, 1764469800, 0, '30', '3', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(103, 'tool_recyclebin', '\\tool_recyclebin\\task\\cleanup_course_bin', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(104, 'tool_recyclebin', '\\tool_recyclebin\\task\\cleanup_category_bin', 0, 1764417600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(105, 'cachestore_redis', '\\cachestore_redis\\task\\ttl', 0, 1764417780, 0, '3', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(106, 'ltiservice_gradebookservices', '\\ltiservice_gradebookservices\\task\\cleanup_task', 0, 1764421860, 0, '11', '14', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(107, 'workshopallocation_scheduled', '\\workshopallocation_scheduled\\task\\cron_task', 0, 1764416700, 0, '*', '*', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(108, 'logstore_standard', '\\logstore_standard\\task\\cleanup_task', 0, 1764474780, 0, '53', '4', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(109, 'factor_grace', '\\factor_grace\\task\\revoke_expired_factors', 0, 1764460020, 0, '47', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL),
(110, 'factor_nosetup', '\\factor_nosetup\\task\\delete_unusable_factors', 0, 1764459120, 0, '32', '0', '*', '*', '*', 0, 0, 0, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tiny_autosave`
--

CREATE TABLE `mdl_tiny_autosave` (
  `id` bigint(10) NOT NULL,
  `elementid` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `pagehash` varchar(64) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `drafttext` longtext NOT NULL,
  `draftid` bigint(10) DEFAULT NULL,
  `pageinstance` varchar(64) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The content of the textarea saved during autosave operations' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tiny_autosave`
--

INSERT INTO `mdl_tiny_autosave` (`id`, `elementid`, `contextid`, `pagehash`, `userid`, `drafttext`, `draftid`, `pageinstance`, `timemodified`) VALUES
(2, 'id_description_editor', 3, 'ca45722c74fbdffc1145fa43421cee199fd012df', 2, '', 77339139, 'd9a7bea32ff98a548cdbae24b376bc09', 1764417798);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_areas`
--

CREATE TABLE `mdl_tool_brickfield_areas` (
  `id` bigint(10) NOT NULL,
  `type` tinyint(2) NOT NULL DEFAULT 0,
  `contextid` bigint(10) DEFAULT NULL,
  `component` varchar(100) DEFAULT NULL,
  `tablename` varchar(40) DEFAULT NULL,
  `fieldorarea` varchar(50) DEFAULT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `filename` varchar(1333) DEFAULT NULL,
  `reftable` varchar(40) DEFAULT NULL,
  `refid` bigint(10) DEFAULT NULL,
  `cmid` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Areas that have been checked for accessibility problems' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_cache_acts`
--

CREATE TABLE `mdl_tool_brickfield_cache_acts` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `component` varchar(64) DEFAULT NULL,
  `totalactivities` bigint(10) DEFAULT NULL,
  `failedactivities` bigint(10) DEFAULT NULL,
  `passedactivities` bigint(10) DEFAULT NULL,
  `errorcount` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains accessibility summary information per activity.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_cache_check`
--

CREATE TABLE `mdl_tool_brickfield_cache_check` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `checkid` bigint(10) DEFAULT NULL,
  `checkcount` bigint(10) DEFAULT NULL,
  `errorcount` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains accessibility summary information per check.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_checks`
--

CREATE TABLE `mdl_tool_brickfield_checks` (
  `id` bigint(10) NOT NULL,
  `checktype` varchar(64) DEFAULT NULL,
  `shortname` varchar(64) DEFAULT NULL,
  `checkgroup` bigint(16) DEFAULT 0,
  `status` smallint(4) NOT NULL,
  `severity` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Checks details' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tool_brickfield_checks`
--

INSERT INTO `mdl_tool_brickfield_checks` (`id`, `checktype`, `shortname`, `checkgroup`, `status`, `severity`) 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_content`
--

CREATE TABLE `mdl_tool_brickfield_content` (
  `id` bigint(10) NOT NULL,
  `areaid` bigint(10) NOT NULL,
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `iscurrent` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timechecked` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Content of an area at a particular time (recognised by a has' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_errors`
--

CREATE TABLE `mdl_tool_brickfield_errors` (
  `id` bigint(10) NOT NULL,
  `resultid` bigint(10) NOT NULL,
  `linenumber` bigint(10) NOT NULL DEFAULT 0,
  `errordata` longtext DEFAULT NULL,
  `htmlcode` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Errors during the accessibility checks' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_process`
--

CREATE TABLE `mdl_tool_brickfield_process` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `item` varchar(64) DEFAULT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `innercontextid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(16) DEFAULT NULL,
  `timecompleted` bigint(16) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Queued records to initiate new processing of specific target' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_results`
--

CREATE TABLE `mdl_tool_brickfield_results` (
  `id` bigint(10) NOT NULL,
  `contentid` bigint(10) DEFAULT NULL,
  `checkid` bigint(10) NOT NULL,
  `errorcount` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Results of the accessibility checks' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_schedule`
--

CREATE TABLE `mdl_tool_brickfield_schedule` (
  `id` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL DEFAULT 50,
  `instanceid` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `timeanalyzed` bigint(10) DEFAULT 0,
  `timemodified` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Keeps the per course content analysis schedule.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_brickfield_summary`
--

CREATE TABLE `mdl_tool_brickfield_summary` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `activities` bigint(10) DEFAULT NULL,
  `activitiespassed` bigint(10) DEFAULT NULL,
  `activitiesfailed` bigint(10) DEFAULT NULL,
  `errorschecktype1` bigint(10) DEFAULT NULL,
  `errorschecktype2` bigint(10) DEFAULT NULL,
  `errorschecktype3` bigint(10) DEFAULT NULL,
  `errorschecktype4` bigint(10) DEFAULT NULL,
  `errorschecktype5` bigint(10) DEFAULT NULL,
  `errorschecktype6` bigint(10) DEFAULT NULL,
  `errorschecktype7` bigint(10) DEFAULT NULL,
  `failedchecktype1` bigint(10) DEFAULT NULL,
  `failedchecktype2` bigint(10) DEFAULT NULL,
  `failedchecktype3` bigint(10) DEFAULT NULL,
  `failedchecktype4` bigint(10) DEFAULT NULL,
  `failedchecktype5` bigint(10) DEFAULT NULL,
  `failedchecktype6` bigint(10) DEFAULT NULL,
  `failedchecktype7` bigint(10) DEFAULT NULL,
  `percentchecktype1` bigint(10) DEFAULT NULL,
  `percentchecktype2` bigint(10) DEFAULT NULL,
  `percentchecktype3` bigint(10) DEFAULT NULL,
  `percentchecktype4` bigint(10) DEFAULT NULL,
  `percentchecktype5` bigint(10) DEFAULT NULL,
  `percentchecktype6` bigint(10) DEFAULT NULL,
  `percentchecktype7` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains accessibility check results summary information.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_cohortroles`
--

CREATE TABLE `mdl_tool_cohortroles` (
  `id` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Mapping of users to cohort role assignments.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_customlang`
--

CREATE TABLE `mdl_tool_customlang` (
  `id` bigint(10) NOT NULL,
  `lang` varchar(20) NOT NULL DEFAULT '',
  `componentid` bigint(10) NOT NULL,
  `stringid` varchar(255) NOT NULL DEFAULT '',
  `original` longtext NOT NULL,
  `master` longtext DEFAULT NULL,
  `local` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecustomized` bigint(10) DEFAULT NULL,
  `outdated` smallint(3) DEFAULT 0,
  `modified` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains the working checkout of all strings and their custo' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_customlang_components`
--

CREATE TABLE `mdl_tool_customlang_components` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains the list of all installed plugins that provide thei' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_category`
--

CREATE TABLE `mdl_tool_dataprivacy_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data categories' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_contextlist`
--

CREATE TABLE `mdl_tool_dataprivacy_contextlist` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of contexts for a component' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_ctxexpired`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxexpired` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `unexpiredroles` longtext DEFAULT NULL,
  `expiredroles` longtext DEFAULT NULL,
  `defaultexpired` tinyint(1) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_ctxinstance`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxinstance` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `purposeid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_ctxlevel`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxlevel` (
  `id` bigint(10) NOT NULL,
  `contextlevel` smallint(3) NOT NULL,
  `purposeid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_ctxlst_ctx`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxlst_ctx` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `contextlistid` bigint(10) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A contextlist context item' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_purpose`
--

CREATE TABLE `mdl_tool_dataprivacy_purpose` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) DEFAULT NULL,
  `lawfulbases` longtext NOT NULL,
  `sensitivedatareasons` longtext DEFAULT NULL,
  `retentionperiod` varchar(255) NOT NULL DEFAULT '',
  `protected` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data purposes' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_purposerole`
--

CREATE TABLE `mdl_tool_dataprivacy_purposerole` (
  `id` bigint(10) NOT NULL,
  `purposeid` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `lawfulbases` longtext DEFAULT NULL,
  `sensitivedatareasons` longtext DEFAULT NULL,
  `retentionperiod` varchar(255) NOT NULL DEFAULT '',
  `protected` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data purpose overrides for a specific role' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_request`
--

CREATE TABLE `mdl_tool_dataprivacy_request` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL DEFAULT 0,
  `comments` longtext DEFAULT NULL,
  `commentsformat` tinyint(2) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `requestedby` bigint(10) NOT NULL DEFAULT 0,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `dpo` bigint(10) DEFAULT 0,
  `dpocomment` longtext DEFAULT NULL,
  `dpocommentformat` tinyint(2) NOT NULL DEFAULT 0,
  `systemapproved` smallint(4) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `creationmethod` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table for data requests' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_dataprivacy_rqst_ctxlst`
--

CREATE TABLE `mdl_tool_dataprivacy_rqst_ctxlst` (
  `id` bigint(10) NOT NULL,
  `requestid` bigint(10) NOT NULL,
  `contextlistid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Association table joining requests and contextlists' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_mfa`
--

CREATE TABLE `mdl_tool_mfa` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `factor` varchar(100) NOT NULL DEFAULT '',
  `secret` varchar(1333) DEFAULT NULL,
  `label` varchar(1333) DEFAULT NULL,
  `timecreated` bigint(15) DEFAULT NULL,
  `createdfromip` varchar(100) DEFAULT NULL,
  `timemodified` bigint(15) DEFAULT NULL,
  `lastverified` bigint(15) DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL DEFAULT 0,
  `lockcounter` mediumint(5) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store factor configurations for users' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_mfa_auth`
--

CREATE TABLE `mdl_tool_mfa_auth` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `lastverified` bigint(15) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the last time a successful MFA auth was registered fo' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_mfa_secrets`
--

CREATE TABLE `mdl_tool_mfa_secrets` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `factor` varchar(100) NOT NULL DEFAULT '',
  `secret` varchar(1333) NOT NULL DEFAULT '',
  `timecreated` bigint(15) NOT NULL,
  `expiry` bigint(15) NOT NULL,
  `revoked` tinyint(1) NOT NULL DEFAULT 0,
  `sessionid` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store factor secrets' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_events`
--

CREATE TABLE `mdl_tool_monitor_events` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `link` varchar(254) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A table that keeps a log of events related to subscriptions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_history`
--

CREATE TABLE `mdl_tool_monitor_history` (
  `id` bigint(10) NOT NULL,
  `sid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timesent` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store history of message notifications sent' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_rules`
--

CREATE TABLE `mdl_tool_monitor_rules` (
  `id` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `plugin` varchar(254) NOT NULL DEFAULT '',
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `template` longtext NOT NULL,
  `templateformat` tinyint(1) NOT NULL,
  `frequency` smallint(4) NOT NULL,
  `timewindow` mediumint(5) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store rules' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_subscriptions`
--

CREATE TABLE `mdl_tool_monitor_subscriptions` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `ruleid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastnotificationsent` bigint(10) NOT NULL DEFAULT 0,
  `inactivedate` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table to store user subscriptions to various rules' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_policy`
--

CREATE TABLE `mdl_tool_policy` (
  `id` bigint(10) NOT NULL,
  `sortorder` mediumint(5) NOT NULL DEFAULT 999,
  `currentversionid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains the list of policy documents defined on the site.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_policy_acceptances`
--

CREATE TABLE `mdl_tool_policy_acceptances` (
  `id` bigint(10) NOT NULL,
  `policyversionid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `lang` varchar(30) NOT NULL DEFAULT '',
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `note` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Tracks users accepting the policy versions' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_policy_versions`
--

CREATE TABLE `mdl_tool_policy_versions` (
  `id` bigint(10) NOT NULL,
  `name` varchar(1333) NOT NULL DEFAULT '',
  `type` smallint(3) NOT NULL DEFAULT 0,
  `audience` smallint(3) NOT NULL DEFAULT 0,
  `archived` smallint(3) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `policyid` bigint(10) NOT NULL,
  `agreementstyle` smallint(3) NOT NULL DEFAULT 0,
  `optional` smallint(3) NOT NULL DEFAULT 0,
  `revision` varchar(1333) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` smallint(3) NOT NULL,
  `content` longtext NOT NULL,
  `contentformat` smallint(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Holds versions of the policy documents' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_recyclebin_category`
--

CREATE TABLE `mdl_tool_recyclebin_category` (
  `id` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A list of items in the category recycle bin' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_recyclebin_course`
--

CREATE TABLE `mdl_tool_recyclebin_course` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `section` bigint(10) NOT NULL,
  `module` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A list of items in the course recycle bin' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_usertours_steps`
--

CREATE TABLE `mdl_tool_usertours_steps` (
  `id` bigint(10) NOT NULL,
  `tourid` bigint(10) NOT NULL,
  `title` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT 0,
  `targettype` tinyint(2) NOT NULL,
  `targetvalue` longtext NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `configdata` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Steps in an tour' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tool_usertours_steps`
--

INSERT INTO `mdl_tool_usertours_steps` (`id`, `tourid`, `title`, `content`, `contentformat`, `targettype`, `targetvalue`, `sortorder`, `configdata`) VALUES
(1, 1, 'tour_gradebook_search_title,tool_usertours', 'tour_gradebook_search_content,tool_usertours', 1, 0, '.tertiary-navigation .user-search', 0, '{}'),
(2, 1, 'tour_gradebook_filter_title,tool_usertours', 'tour_gradebook_filter_content,tool_usertours', 1, 0, '.tertiary-navigation .initials-selector', 1, '{}'),
(3, 1, 'tour_gradebook_action_title,tool_usertours', 'tour_gradebook_action_content,tool_usertours', 1, 0, 'tr.heading th.highlightable .action-menu.grader', 2, '{}'),
(4, 2, 'tour_navigation_course_index_student_title,tool_usertours', 'tour_navigation_course_index_student_content,tool_usertours', 1, 0, '#theme_boost-drawers-courseindex .drawercontent', 0, '{}'),
(5, 3, 'tour_navigation_course_edit_teacher_title,tool_usertours', 'tour_navigation_course_edit_teacher_content,tool_usertours', 1, 0, 'form.editmode-switch-form', 0, '{}'),
(6, 3, '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\"}'),
(7, 3, '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\"}'),
(8, 4, 'tour_navigation_mycourses_title,tool_usertours', 'tour_navigation_mycourses_content,tool_usertours', 1, 0, '.header-actions-container .btn-group.course-manage', 0, '{}'),
(9, 5, 'tour_navigation_dashboard_title,tool_usertours', 'tour_navigation_dashboard_content,tool_usertours', 1, 0, '.drawer-toggles .drawer-toggler.drawer-right-toggle', 0, '{\"placement\":\"left\"}');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_usertours_tours`
--

CREATE TABLE `mdl_tool_usertours_tours` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `pathmatch` varchar(255) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `endtourlabel` varchar(255) DEFAULT NULL,
  `configdata` longtext NOT NULL,
  `displaystepnumbers` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of tours' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_tool_usertours_tours`
--

INSERT INTO `mdl_tool_usertours_tours` (`id`, `name`, `description`, `pathmatch`, `enabled`, `sortorder`, `endtourlabel`, `configdata`, `displaystepnumbers`) VALUES
(1, 'tour_gradebook_tour_name,tool_usertours', 'tour_gradebook_tour_description,tool_usertours', '/grade/report/grader/index.php%', 1, 4, '', '{\"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),
(2, 'tour_navigation_course_student_tour_name,tool_usertours', 'tour_navigation_course_student_tour_des,tool_usertours', '/course/view.php%', 1, 3, '', '{\"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),
(3, 'tour_navigation_course_teacher_tour_name,tool_usertours', 'tour_navigation_course_teacher_tour_des,tool_usertours', '/course/view.php%', 1, 2, '', '{\"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),
(4, '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),
(5, 'tour_navigation_dashboard_tour_name,tool_usertours', 'tour_navigation_dashboard_tour_des,tool_usertours', 'FRONTPAGE_MY', 1, 0, '', '{\"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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_upgrade_log`
--

CREATE TABLE `mdl_upgrade_log` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `version` varchar(100) DEFAULT NULL,
  `targetversion` varchar(100) DEFAULT NULL,
  `info` varchar(255) NOT NULL DEFAULT '',
  `details` longtext DEFAULT NULL,
  `backtrace` longtext DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Upgrade logging' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_upgrade_log`
--

INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(1, 0, 'core', '2023100912', '2023100912', 'Upgrade savepoint reached', NULL, '', 0, 1764416554),
(2, 0, 'core', '2023100912', '2023100912', 'Core installed', NULL, '', 0, 1764416584),
(3, 0, 'antivirus_clamav', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416585),
(4, 0, 'antivirus_clamav', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416585),
(5, 0, 'antivirus_clamav', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416585),
(6, 0, 'availability_completion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416585),
(7, 0, 'availability_completion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416585),
(8, 0, 'availability_completion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416585),
(9, 0, 'availability_date', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416585),
(10, 0, 'availability_date', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416585),
(11, 0, 'availability_date', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416585),
(12, 0, 'availability_grade', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416585),
(13, 0, 'availability_grade', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416585),
(14, 0, 'availability_grade', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416586),
(15, 0, 'availability_group', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416586),
(16, 0, 'availability_group', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416586),
(17, 0, 'availability_group', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416586),
(18, 0, 'availability_grouping', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416586),
(19, 0, 'availability_grouping', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416586),
(20, 0, 'availability_grouping', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416586),
(21, 0, 'availability_profile', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416586),
(22, 0, 'availability_profile', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416586),
(23, 0, 'availability_profile', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416586),
(24, 0, 'qtype_calculated', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416586),
(25, 0, 'qtype_calculated', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416586),
(26, 0, 'qtype_calculated', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416586),
(27, 0, 'qtype_calculatedmulti', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416586),
(28, 0, 'qtype_calculatedmulti', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416586),
(29, 0, 'qtype_calculatedmulti', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416587),
(30, 0, 'qtype_calculatedsimple', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416587),
(31, 0, 'qtype_calculatedsimple', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416587),
(32, 0, 'qtype_calculatedsimple', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416587),
(33, 0, 'qtype_ddimageortext', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416587),
(34, 0, 'qtype_ddimageortext', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416587),
(35, 0, 'qtype_ddimageortext', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416587),
(36, 0, 'qtype_ddmarker', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416587),
(37, 0, 'qtype_ddmarker', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416587),
(38, 0, 'qtype_ddmarker', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416587),
(39, 0, 'qtype_ddwtos', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416587),
(40, 0, 'qtype_ddwtos', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416587),
(41, 0, 'qtype_ddwtos', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416588),
(42, 0, 'qtype_description', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416588),
(43, 0, 'qtype_description', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416588),
(44, 0, 'qtype_description', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416588),
(45, 0, 'qtype_essay', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416588),
(46, 0, 'qtype_essay', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416588),
(47, 0, 'qtype_essay', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416588),
(48, 0, 'qtype_gapselect', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416588),
(49, 0, 'qtype_gapselect', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416588),
(50, 0, 'qtype_gapselect', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416588),
(51, 0, 'qtype_match', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416588),
(52, 0, 'qtype_match', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416588),
(53, 0, 'qtype_match', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416589),
(54, 0, 'qtype_missingtype', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416589),
(55, 0, 'qtype_missingtype', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416589),
(56, 0, 'qtype_missingtype', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416589),
(57, 0, 'qtype_multianswer', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416589),
(58, 0, 'qtype_multianswer', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416589),
(59, 0, 'qtype_multianswer', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416589),
(60, 0, 'qtype_multichoice', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416589),
(61, 0, 'qtype_multichoice', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416589),
(62, 0, 'qtype_multichoice', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416589),
(63, 0, 'qtype_numerical', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416589),
(64, 0, 'qtype_numerical', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416589),
(65, 0, 'qtype_numerical', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416590),
(66, 0, 'qtype_random', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416590),
(67, 0, 'qtype_random', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416590),
(68, 0, 'qtype_random', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416590),
(69, 0, 'qtype_randomsamatch', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416590),
(70, 0, 'qtype_randomsamatch', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416590),
(71, 0, 'qtype_randomsamatch', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416590),
(72, 0, 'qtype_shortanswer', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416590),
(73, 0, 'qtype_shortanswer', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416590),
(74, 0, 'qtype_shortanswer', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416590),
(75, 0, 'qtype_truefalse', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416590),
(76, 0, 'qtype_truefalse', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416590),
(77, 0, 'qtype_truefalse', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416591),
(78, 0, 'mod_assign', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416591),
(79, 0, 'mod_assign', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416591),
(80, 0, 'mod_assign', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416592),
(81, 0, 'mod_bigbluebuttonbn', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416592),
(82, 0, 'mod_bigbluebuttonbn', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416592),
(83, 0, 'mod_bigbluebuttonbn', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416593),
(84, 0, 'mod_book', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416593),
(85, 0, 'mod_book', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416593),
(86, 0, 'mod_book', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416593),
(87, 0, 'mod_chat', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416593),
(88, 0, 'mod_chat', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416593),
(89, 0, 'mod_chat', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416593),
(90, 0, 'mod_choice', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416594),
(91, 0, 'mod_choice', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416594),
(92, 0, 'mod_choice', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416594),
(93, 0, 'mod_data', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416594),
(94, 0, 'mod_data', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416594),
(95, 0, 'mod_data', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416595),
(96, 0, 'mod_feedback', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416595),
(97, 0, 'mod_feedback', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416595),
(98, 0, 'mod_feedback', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416596),
(99, 0, 'mod_folder', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416596),
(100, 0, 'mod_folder', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416596),
(101, 0, 'mod_folder', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416596),
(102, 0, 'mod_forum', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416596),
(103, 0, 'mod_forum', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416596),
(104, 0, 'mod_forum', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416598),
(105, 0, 'mod_glossary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416598),
(106, 0, 'mod_glossary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416598),
(107, 0, 'mod_glossary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416599),
(108, 0, 'mod_h5pactivity', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416599),
(109, 0, 'mod_h5pactivity', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416599),
(110, 0, 'mod_h5pactivity', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416599),
(111, 0, 'mod_imscp', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416599),
(112, 0, 'mod_imscp', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416600),
(113, 0, 'mod_imscp', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416600),
(114, 0, 'mod_label', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416600),
(115, 0, 'mod_label', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416600),
(116, 0, 'mod_label', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416600),
(117, 0, 'mod_lesson', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416600),
(118, 0, 'mod_lesson', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416600),
(119, 0, 'mod_lesson', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416601),
(120, 0, 'mod_lti', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416601),
(121, 0, 'mod_lti', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416601),
(122, 0, 'mod_lti', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416602),
(123, 0, 'mod_page', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416602),
(124, 0, 'mod_page', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416602),
(125, 0, 'mod_page', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416602),
(126, 0, 'mod_quiz', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416602),
(127, 0, 'mod_quiz', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416602),
(128, 0, 'mod_quiz', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416603),
(129, 0, 'mod_resource', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416603),
(130, 0, 'mod_resource', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416603),
(131, 0, 'mod_resource', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416603),
(132, 0, 'mod_scorm', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416603),
(133, 0, 'mod_scorm', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416603),
(134, 0, 'mod_scorm', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416604),
(135, 0, 'mod_survey', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416604),
(136, 0, 'mod_survey', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416604),
(137, 0, 'mod_survey', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416605),
(138, 0, 'mod_url', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416605),
(139, 0, 'mod_url', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416605),
(140, 0, 'mod_url', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416605),
(141, 0, 'mod_wiki', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416605),
(142, 0, 'mod_wiki', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416605),
(143, 0, 'mod_wiki', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416606),
(144, 0, 'mod_workshop', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416606),
(145, 0, 'mod_workshop', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416606),
(146, 0, 'mod_workshop', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416607),
(147, 0, 'auth_cas', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416607),
(148, 0, 'auth_cas', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416607),
(149, 0, 'auth_cas', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416607),
(150, 0, 'auth_db', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416607),
(151, 0, 'auth_db', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416607),
(152, 0, 'auth_db', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416607),
(153, 0, 'auth_email', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416607),
(154, 0, 'auth_email', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416607),
(155, 0, 'auth_email', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416608),
(156, 0, 'auth_ldap', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416608),
(157, 0, 'auth_ldap', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416608),
(158, 0, 'auth_ldap', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416608),
(159, 0, 'auth_lti', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416608),
(160, 0, 'auth_lti', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416608),
(161, 0, 'auth_lti', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416608),
(162, 0, 'auth_manual', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416608),
(163, 0, 'auth_manual', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416608),
(164, 0, 'auth_manual', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416608),
(165, 0, 'auth_mnet', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416608),
(166, 0, 'auth_mnet', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416608),
(167, 0, 'auth_mnet', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416609),
(168, 0, 'auth_nologin', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416609),
(169, 0, 'auth_nologin', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416609),
(170, 0, 'auth_nologin', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416609),
(171, 0, 'auth_none', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416609),
(172, 0, 'auth_none', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416609),
(173, 0, 'auth_none', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416609),
(174, 0, 'auth_oauth2', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416609),
(175, 0, 'auth_oauth2', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416609),
(176, 0, 'auth_oauth2', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416609),
(177, 0, 'auth_shibboleth', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416609),
(178, 0, 'auth_shibboleth', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416609),
(179, 0, 'auth_shibboleth', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416609),
(180, 0, 'auth_webservice', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416609),
(181, 0, 'auth_webservice', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416609),
(182, 0, 'auth_webservice', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416610),
(183, 0, 'calendartype_gregorian', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416610),
(184, 0, 'calendartype_gregorian', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416610),
(185, 0, 'calendartype_gregorian', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416610),
(186, 0, 'communication_customlink', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416610),
(187, 0, 'communication_customlink', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416610),
(188, 0, 'communication_customlink', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416610),
(189, 0, 'communication_matrix', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416610),
(190, 0, 'communication_matrix', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416610),
(191, 0, 'communication_matrix', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416610),
(192, 0, 'customfield_checkbox', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416610),
(193, 0, 'customfield_checkbox', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416610),
(194, 0, 'customfield_checkbox', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416611),
(195, 0, 'customfield_date', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416611),
(196, 0, 'customfield_date', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416611),
(197, 0, 'customfield_date', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416611),
(198, 0, 'customfield_select', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416611),
(199, 0, 'customfield_select', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416611),
(200, 0, 'customfield_select', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416611),
(201, 0, 'customfield_text', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416611),
(202, 0, 'customfield_text', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416611),
(203, 0, 'customfield_text', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416611),
(204, 0, 'customfield_textarea', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416611),
(205, 0, 'customfield_textarea', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416611),
(206, 0, 'customfield_textarea', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416611),
(207, 0, 'enrol_category', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416611),
(208, 0, 'enrol_category', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416611),
(209, 0, 'enrol_category', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416612),
(210, 0, 'enrol_cohort', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416612),
(211, 0, 'enrol_cohort', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416612),
(212, 0, 'enrol_cohort', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416612),
(213, 0, 'enrol_database', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416612),
(214, 0, 'enrol_database', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416612),
(215, 0, 'enrol_database', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416612),
(216, 0, 'enrol_fee', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416612),
(217, 0, 'enrol_fee', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416612),
(218, 0, 'enrol_fee', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416612),
(219, 0, 'enrol_flatfile', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416612),
(220, 0, 'enrol_flatfile', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416612),
(221, 0, 'enrol_flatfile', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416613),
(222, 0, 'enrol_guest', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416613),
(223, 0, 'enrol_guest', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416613),
(224, 0, 'enrol_guest', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416613),
(225, 0, 'enrol_imsenterprise', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416613),
(226, 0, 'enrol_imsenterprise', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416613),
(227, 0, 'enrol_imsenterprise', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416613),
(228, 0, 'enrol_ldap', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416613),
(229, 0, 'enrol_ldap', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416613),
(230, 0, 'enrol_ldap', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416613),
(231, 0, 'enrol_lti', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416613),
(232, 0, 'enrol_lti', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416614),
(233, 0, 'enrol_lti', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416614),
(234, 0, 'enrol_manual', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416614),
(235, 0, 'enrol_manual', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416614),
(236, 0, 'enrol_manual', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416614),
(237, 0, 'enrol_meta', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416614),
(238, 0, 'enrol_meta', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416614),
(239, 0, 'enrol_meta', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416614),
(240, 0, 'enrol_mnet', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416614),
(241, 0, 'enrol_mnet', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416614),
(242, 0, 'enrol_mnet', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416615),
(243, 0, 'enrol_paypal', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416615),
(244, 0, 'enrol_paypal', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416615),
(245, 0, 'enrol_paypal', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416615),
(246, 0, 'enrol_self', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416615),
(247, 0, 'enrol_self', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416615),
(248, 0, 'enrol_self', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416616),
(249, 0, 'message_airnotifier', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416616),
(250, 0, 'message_airnotifier', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416616),
(251, 0, 'message_airnotifier', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416616),
(252, 0, 'message_email', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416616),
(253, 0, 'message_email', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416616),
(254, 0, 'message_email', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416617),
(255, 0, 'message_popup', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416617),
(256, 0, 'message_popup', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416617),
(257, 0, 'message_popup', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416618),
(258, 0, 'block_accessreview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416618),
(259, 0, 'block_accessreview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416618),
(260, 0, 'block_accessreview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416618),
(261, 0, 'block_activity_modules', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416618),
(262, 0, 'block_activity_modules', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416618),
(263, 0, 'block_activity_modules', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416618),
(264, 0, 'block_activity_results', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416618),
(265, 0, 'block_activity_results', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416618),
(266, 0, 'block_activity_results', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416619),
(267, 0, 'block_admin_bookmarks', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416619),
(268, 0, 'block_admin_bookmarks', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416619),
(269, 0, 'block_admin_bookmarks', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416619),
(270, 0, 'block_badges', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416619),
(271, 0, 'block_badges', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416619),
(272, 0, 'block_badges', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416619),
(273, 0, 'block_blog_menu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416619),
(274, 0, 'block_blog_menu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416619),
(275, 0, 'block_blog_menu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416619),
(276, 0, 'block_blog_recent', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416619),
(277, 0, 'block_blog_recent', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416619),
(278, 0, 'block_blog_recent', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416619),
(279, 0, 'block_blog_tags', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416619),
(280, 0, 'block_blog_tags', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416620),
(281, 0, 'block_blog_tags', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416620),
(282, 0, 'block_calendar_month', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416620),
(283, 0, 'block_calendar_month', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416620),
(284, 0, 'block_calendar_month', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416620),
(285, 0, 'block_calendar_upcoming', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416620),
(286, 0, 'block_calendar_upcoming', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416620),
(287, 0, 'block_calendar_upcoming', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416620),
(288, 0, 'block_comments', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416620),
(289, 0, 'block_comments', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416620),
(290, 0, 'block_comments', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416620),
(291, 0, 'block_completionstatus', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416620),
(292, 0, 'block_completionstatus', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416620),
(293, 0, 'block_completionstatus', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416621),
(294, 0, 'block_course_list', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416621),
(295, 0, 'block_course_list', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416621),
(296, 0, 'block_course_list', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416621),
(297, 0, 'block_course_summary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416621),
(298, 0, 'block_course_summary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416621),
(299, 0, 'block_course_summary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416621),
(300, 0, 'block_feedback', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416621),
(301, 0, 'block_feedback', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416621),
(302, 0, 'block_feedback', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416621),
(303, 0, 'block_globalsearch', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416621),
(304, 0, 'block_globalsearch', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416621),
(305, 0, 'block_globalsearch', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416621),
(306, 0, 'block_glossary_random', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416621),
(307, 0, 'block_glossary_random', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416621),
(308, 0, 'block_glossary_random', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416622),
(309, 0, 'block_html', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416622),
(310, 0, 'block_html', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416622),
(311, 0, 'block_html', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416622),
(312, 0, 'block_login', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416622),
(313, 0, 'block_login', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416622),
(314, 0, 'block_login', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416622),
(315, 0, 'block_lp', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416622),
(316, 0, 'block_lp', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416622),
(317, 0, 'block_lp', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416622),
(318, 0, 'block_mentees', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416622),
(319, 0, 'block_mentees', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416622),
(320, 0, 'block_mentees', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416623),
(321, 0, 'block_mnet_hosts', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416623),
(322, 0, 'block_mnet_hosts', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416623),
(323, 0, 'block_mnet_hosts', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416623),
(324, 0, 'block_myoverview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416623),
(325, 0, 'block_myoverview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416623),
(326, 0, 'block_myoverview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416623),
(327, 0, 'block_myprofile', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416623),
(328, 0, 'block_myprofile', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416623),
(329, 0, 'block_myprofile', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416623),
(330, 0, 'block_navigation', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416623),
(331, 0, 'block_navigation', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416623),
(332, 0, 'block_navigation', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416624),
(333, 0, 'block_news_items', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416624),
(334, 0, 'block_news_items', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416624),
(335, 0, 'block_news_items', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416624),
(336, 0, 'block_online_users', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416624),
(337, 0, 'block_online_users', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416624),
(338, 0, 'block_online_users', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416624),
(339, 0, 'block_private_files', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416624),
(340, 0, 'block_private_files', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416624),
(341, 0, 'block_private_files', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416624),
(342, 0, 'block_recent_activity', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416624),
(343, 0, 'block_recent_activity', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416624),
(344, 0, 'block_recent_activity', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416625),
(345, 0, 'block_recentlyaccessedcourses', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416625),
(346, 0, 'block_recentlyaccessedcourses', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416625),
(347, 0, 'block_recentlyaccessedcourses', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416625),
(348, 0, 'block_recentlyaccesseditems', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416625),
(349, 0, 'block_recentlyaccesseditems', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416625),
(350, 0, 'block_recentlyaccesseditems', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416625),
(351, 0, 'block_rss_client', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416625),
(352, 0, 'block_rss_client', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416625),
(353, 0, 'block_rss_client', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416626),
(354, 0, 'block_search_forums', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416626),
(355, 0, 'block_search_forums', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416626),
(356, 0, 'block_search_forums', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416626),
(357, 0, 'block_section_links', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416626),
(358, 0, 'block_section_links', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416626),
(359, 0, 'block_section_links', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416626),
(360, 0, 'block_selfcompletion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416626),
(361, 0, 'block_selfcompletion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416626),
(362, 0, 'block_selfcompletion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416626),
(363, 0, 'block_settings', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416626),
(364, 0, 'block_settings', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416626),
(365, 0, 'block_settings', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416626),
(366, 0, 'block_site_main_menu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416627),
(367, 0, 'block_site_main_menu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416627),
(368, 0, 'block_site_main_menu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416627),
(369, 0, 'block_social_activities', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416627),
(370, 0, 'block_social_activities', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416627),
(371, 0, 'block_social_activities', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416627),
(372, 0, 'block_starredcourses', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416627),
(373, 0, 'block_starredcourses', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416627),
(374, 0, 'block_starredcourses', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416627),
(375, 0, 'block_tag_flickr', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416627),
(376, 0, 'block_tag_flickr', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416627),
(377, 0, 'block_tag_flickr', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416627),
(378, 0, 'block_tag_youtube', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416627),
(379, 0, 'block_tag_youtube', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416627),
(380, 0, 'block_tag_youtube', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416628),
(381, 0, 'block_tags', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416628),
(382, 0, 'block_tags', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416628),
(383, 0, 'block_tags', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416628),
(384, 0, 'block_timeline', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416628),
(385, 0, 'block_timeline', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416628),
(386, 0, 'block_timeline', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416628),
(387, 0, 'media_html5audio', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416628),
(388, 0, 'media_html5audio', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416628),
(389, 0, 'media_html5audio', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416628),
(390, 0, 'media_html5video', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416628),
(391, 0, 'media_html5video', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416628),
(392, 0, 'media_html5video', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416629),
(393, 0, 'media_videojs', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416629),
(394, 0, 'media_videojs', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416629),
(395, 0, 'media_videojs', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416629),
(396, 0, 'media_vimeo', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416629),
(397, 0, 'media_vimeo', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416629),
(398, 0, 'media_vimeo', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416629),
(399, 0, 'media_youtube', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416629),
(400, 0, 'media_youtube', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416629),
(401, 0, 'media_youtube', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416629),
(402, 0, 'filter_activitynames', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416629),
(403, 0, 'filter_activitynames', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416629),
(404, 0, 'filter_activitynames', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416629),
(405, 0, 'filter_algebra', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416629),
(406, 0, 'filter_algebra', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416629),
(407, 0, 'filter_algebra', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416630),
(408, 0, 'filter_codehighlighter', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416630),
(409, 0, 'filter_codehighlighter', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416630),
(410, 0, 'filter_codehighlighter', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416630),
(411, 0, 'filter_data', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416630),
(412, 0, 'filter_data', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416630),
(413, 0, 'filter_data', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416630),
(414, 0, 'filter_displayh5p', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416630),
(415, 0, 'filter_displayh5p', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416630),
(416, 0, 'filter_displayh5p', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416630),
(417, 0, 'filter_emailprotect', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416630),
(418, 0, 'filter_emailprotect', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416630),
(419, 0, 'filter_emailprotect', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416630),
(420, 0, 'filter_emoticon', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416630),
(421, 0, 'filter_emoticon', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416630),
(422, 0, 'filter_emoticon', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416631),
(423, 0, 'filter_glossary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416631),
(424, 0, 'filter_glossary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416631),
(425, 0, 'filter_glossary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416631),
(426, 0, 'filter_mathjaxloader', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416631),
(427, 0, 'filter_mathjaxloader', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416631),
(428, 0, 'filter_mathjaxloader', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416631),
(429, 0, 'filter_mediaplugin', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416631),
(430, 0, 'filter_mediaplugin', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416631),
(431, 0, 'filter_mediaplugin', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416631),
(432, 0, 'filter_multilang', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416631),
(433, 0, 'filter_multilang', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416631),
(434, 0, 'filter_multilang', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416632),
(435, 0, 'filter_tex', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416632),
(436, 0, 'filter_tex', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416632),
(437, 0, 'filter_tex', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416632),
(438, 0, 'filter_tidy', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416632),
(439, 0, 'filter_tidy', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416632),
(440, 0, 'filter_tidy', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416632),
(441, 0, 'filter_urltolink', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416632),
(442, 0, 'filter_urltolink', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416632),
(443, 0, 'filter_urltolink', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416632),
(444, 0, 'editor_atto', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416632),
(445, 0, 'editor_atto', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416632),
(446, 0, 'editor_atto', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416633),
(447, 0, 'editor_textarea', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416633),
(448, 0, 'editor_textarea', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416633),
(449, 0, 'editor_textarea', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416633),
(450, 0, 'editor_tiny', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416633),
(451, 0, 'editor_tiny', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416633),
(452, 0, 'editor_tiny', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416633),
(453, 0, 'format_singleactivity', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416633),
(454, 0, 'format_singleactivity', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416633),
(455, 0, 'format_singleactivity', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416633),
(456, 0, 'format_social', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416633),
(457, 0, 'format_social', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416633),
(458, 0, 'format_social', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416633),
(459, 0, 'format_topics', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416633),
(460, 0, 'format_topics', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416633),
(461, 0, 'format_topics', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(462, 0, 'format_weeks', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(463, 0, 'format_weeks', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(464, 0, 'format_weeks', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(465, 0, 'dataformat_csv', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(466, 0, 'dataformat_csv', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(467, 0, 'dataformat_csv', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(468, 0, 'dataformat_excel', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(469, 0, 'dataformat_excel', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(470, 0, 'dataformat_excel', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(471, 0, 'dataformat_html', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(472, 0, 'dataformat_html', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(473, 0, 'dataformat_html', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(474, 0, 'dataformat_json', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(475, 0, 'dataformat_json', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(476, 0, 'dataformat_json', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416634),
(477, 0, 'dataformat_ods', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416634),
(478, 0, 'dataformat_ods', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416634),
(479, 0, 'dataformat_ods', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416635);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(480, 0, 'dataformat_pdf', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416635),
(481, 0, 'dataformat_pdf', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416635),
(482, 0, 'dataformat_pdf', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416635),
(483, 0, 'profilefield_checkbox', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416635),
(484, 0, 'profilefield_checkbox', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416635),
(485, 0, 'profilefield_checkbox', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416635),
(486, 0, 'profilefield_datetime', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416635),
(487, 0, 'profilefield_datetime', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416635),
(488, 0, 'profilefield_datetime', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416635),
(489, 0, 'profilefield_menu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416635),
(490, 0, 'profilefield_menu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416635),
(491, 0, 'profilefield_menu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416635),
(492, 0, 'profilefield_social', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416635),
(493, 0, 'profilefield_social', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416635),
(494, 0, 'profilefield_social', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416636),
(495, 0, 'profilefield_text', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416636),
(496, 0, 'profilefield_text', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416636),
(497, 0, 'profilefield_text', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416636),
(498, 0, 'profilefield_textarea', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416636),
(499, 0, 'profilefield_textarea', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416636),
(500, 0, 'profilefield_textarea', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416636),
(501, 0, 'report_backups', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416636),
(502, 0, 'report_backups', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416636),
(503, 0, 'report_backups', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416636),
(504, 0, 'report_competency', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416636),
(505, 0, 'report_competency', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416636),
(506, 0, 'report_competency', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416636),
(507, 0, 'report_completion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416636),
(508, 0, 'report_completion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416636),
(509, 0, 'report_completion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416637),
(510, 0, 'report_configlog', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416637),
(511, 0, 'report_configlog', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416637),
(512, 0, 'report_configlog', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416637),
(513, 0, 'report_courseoverview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416637),
(514, 0, 'report_courseoverview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416637),
(515, 0, 'report_courseoverview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416637),
(516, 0, 'report_eventlist', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416637),
(517, 0, 'report_eventlist', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416637),
(518, 0, 'report_eventlist', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416637),
(519, 0, 'report_infectedfiles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416637),
(520, 0, 'report_infectedfiles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416637),
(521, 0, 'report_infectedfiles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416637),
(522, 0, 'report_insights', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416637),
(523, 0, 'report_insights', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416637),
(524, 0, 'report_insights', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416638),
(525, 0, 'report_log', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416638),
(526, 0, 'report_log', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416638),
(527, 0, 'report_log', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416638),
(528, 0, 'report_loglive', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416638),
(529, 0, 'report_loglive', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416638),
(530, 0, 'report_loglive', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416638),
(531, 0, 'report_outline', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416638),
(532, 0, 'report_outline', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416638),
(533, 0, 'report_outline', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416638),
(534, 0, 'report_participation', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416638),
(535, 0, 'report_participation', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416638),
(536, 0, 'report_participation', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416639),
(537, 0, 'report_performance', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416639),
(538, 0, 'report_performance', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416639),
(539, 0, 'report_performance', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416639),
(540, 0, 'report_progress', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416639),
(541, 0, 'report_progress', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416639),
(542, 0, 'report_progress', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416639),
(543, 0, 'report_questioninstances', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416639),
(544, 0, 'report_questioninstances', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416639),
(545, 0, 'report_questioninstances', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416639),
(546, 0, 'report_security', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416639),
(547, 0, 'report_security', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416639),
(548, 0, 'report_security', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416639),
(549, 0, 'report_stats', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416639),
(550, 0, 'report_stats', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416639),
(551, 0, 'report_stats', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416640),
(552, 0, 'report_status', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416640),
(553, 0, 'report_status', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416640),
(554, 0, 'report_status', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416640),
(555, 0, 'report_usersessions', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416640),
(556, 0, 'report_usersessions', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416640),
(557, 0, 'report_usersessions', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416640),
(558, 0, 'gradeexport_ods', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416640),
(559, 0, 'gradeexport_ods', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416640),
(560, 0, 'gradeexport_ods', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416640),
(561, 0, 'gradeexport_txt', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416640),
(562, 0, 'gradeexport_txt', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416640),
(563, 0, 'gradeexport_txt', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416641),
(564, 0, 'gradeexport_xls', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416641),
(565, 0, 'gradeexport_xls', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416641),
(566, 0, 'gradeexport_xls', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416641),
(567, 0, 'gradeexport_xml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416641),
(568, 0, 'gradeexport_xml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416641),
(569, 0, 'gradeexport_xml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416641),
(570, 0, 'gradeimport_csv', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416641),
(571, 0, 'gradeimport_csv', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416641),
(572, 0, 'gradeimport_csv', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416641),
(573, 0, 'gradeimport_direct', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416641),
(574, 0, 'gradeimport_direct', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416641),
(575, 0, 'gradeimport_direct', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416641),
(576, 0, 'gradeimport_xml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416641),
(577, 0, 'gradeimport_xml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416641),
(578, 0, 'gradeimport_xml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416642),
(579, 0, 'gradereport_grader', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416642),
(580, 0, 'gradereport_grader', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416642),
(581, 0, 'gradereport_grader', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416642),
(582, 0, 'gradereport_history', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416642),
(583, 0, 'gradereport_history', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416642),
(584, 0, 'gradereport_history', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416642),
(585, 0, 'gradereport_outcomes', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416642),
(586, 0, 'gradereport_outcomes', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416642),
(587, 0, 'gradereport_outcomes', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416642),
(588, 0, 'gradereport_overview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416642),
(589, 0, 'gradereport_overview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416642),
(590, 0, 'gradereport_overview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416642),
(591, 0, 'gradereport_singleview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416643),
(592, 0, 'gradereport_singleview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416643),
(593, 0, 'gradereport_singleview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416643),
(594, 0, 'gradereport_summary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416643),
(595, 0, 'gradereport_summary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416643),
(596, 0, 'gradereport_summary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416643),
(597, 0, 'gradereport_user', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416643),
(598, 0, 'gradereport_user', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416643),
(599, 0, 'gradereport_user', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416643),
(600, 0, 'gradingform_guide', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416643),
(601, 0, 'gradingform_guide', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416643),
(602, 0, 'gradingform_guide', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416644),
(603, 0, 'gradingform_rubric', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416644),
(604, 0, 'gradingform_rubric', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416644),
(605, 0, 'gradingform_rubric', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416644),
(606, 0, 'mlbackend_php', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416644),
(607, 0, 'mlbackend_php', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416644),
(608, 0, 'mlbackend_php', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416644),
(609, 0, 'mlbackend_python', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416644),
(610, 0, 'mlbackend_python', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416644),
(611, 0, 'mlbackend_python', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416644),
(612, 0, 'mnetservice_enrol', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416644),
(613, 0, 'mnetservice_enrol', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416644),
(614, 0, 'mnetservice_enrol', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416644),
(615, 0, 'webservice_rest', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416645),
(616, 0, 'webservice_rest', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416645),
(617, 0, 'webservice_rest', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416645),
(618, 0, 'webservice_soap', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416645),
(619, 0, 'webservice_soap', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416645),
(620, 0, 'webservice_soap', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416645),
(621, 0, 'repository_areafiles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416645),
(622, 0, 'repository_areafiles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416645),
(623, 0, 'repository_areafiles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416645),
(624, 0, 'repository_contentbank', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416645),
(625, 0, 'repository_contentbank', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416645),
(626, 0, 'repository_contentbank', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416646),
(627, 0, 'repository_coursefiles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416646),
(628, 0, 'repository_coursefiles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416646),
(629, 0, 'repository_coursefiles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416646),
(630, 0, 'repository_dropbox', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416646),
(631, 0, 'repository_dropbox', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416646),
(632, 0, 'repository_dropbox', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416646),
(633, 0, 'repository_equella', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416646),
(634, 0, 'repository_equella', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416646),
(635, 0, 'repository_equella', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416646),
(636, 0, 'repository_filesystem', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416646),
(637, 0, 'repository_filesystem', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416646),
(638, 0, 'repository_filesystem', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416647),
(639, 0, 'repository_flickr', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416647),
(640, 0, 'repository_flickr', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416647),
(641, 0, 'repository_flickr', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416647),
(642, 0, 'repository_flickr_public', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416647),
(643, 0, 'repository_flickr_public', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416647),
(644, 0, 'repository_flickr_public', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416647),
(645, 0, 'repository_googledocs', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416647),
(646, 0, 'repository_googledocs', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416647),
(647, 0, 'repository_googledocs', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416647),
(648, 0, 'repository_local', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416647),
(649, 0, 'repository_local', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416647),
(650, 0, 'repository_local', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416648),
(651, 0, 'repository_merlot', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416648),
(652, 0, 'repository_merlot', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416648),
(653, 0, 'repository_merlot', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416648),
(654, 0, 'repository_nextcloud', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416648),
(655, 0, 'repository_nextcloud', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416648),
(656, 0, 'repository_nextcloud', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416648),
(657, 0, 'repository_onedrive', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416648),
(658, 0, 'repository_onedrive', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416648),
(659, 0, 'repository_onedrive', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416648),
(660, 0, 'repository_recent', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416648),
(661, 0, 'repository_recent', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416648),
(662, 0, 'repository_recent', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416649),
(663, 0, 'repository_s3', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416649),
(664, 0, 'repository_s3', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416649),
(665, 0, 'repository_s3', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416649),
(666, 0, 'repository_upload', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416649),
(667, 0, 'repository_upload', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416649),
(668, 0, 'repository_upload', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416649),
(669, 0, 'repository_url', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416649),
(670, 0, 'repository_url', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416649),
(671, 0, 'repository_url', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416650),
(672, 0, 'repository_user', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416650),
(673, 0, 'repository_user', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416650),
(674, 0, 'repository_user', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416650),
(675, 0, 'repository_webdav', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416650),
(676, 0, 'repository_webdav', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416650),
(677, 0, 'repository_webdav', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416650),
(678, 0, 'repository_wikimedia', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416650),
(679, 0, 'repository_wikimedia', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416650),
(680, 0, 'repository_wikimedia', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416651),
(681, 0, 'repository_youtube', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416651),
(682, 0, 'repository_youtube', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416651),
(683, 0, 'repository_youtube', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416651),
(684, 0, 'portfolio_download', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416651),
(685, 0, 'portfolio_download', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416651),
(686, 0, 'portfolio_download', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416651),
(687, 0, 'portfolio_flickr', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416651),
(688, 0, 'portfolio_flickr', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416651),
(689, 0, 'portfolio_flickr', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416651),
(690, 0, 'portfolio_googledocs', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416651),
(691, 0, 'portfolio_googledocs', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416651),
(692, 0, 'portfolio_googledocs', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416652),
(693, 0, 'portfolio_mahara', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416652),
(694, 0, 'portfolio_mahara', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416652),
(695, 0, 'portfolio_mahara', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416652),
(696, 0, 'search_simpledb', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416652),
(697, 0, 'search_simpledb', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416652),
(698, 0, 'search_simpledb', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416652),
(699, 0, 'search_solr', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416652),
(700, 0, 'search_solr', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416652),
(701, 0, 'search_solr', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416652),
(702, 0, 'qbank_bulkmove', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416653),
(703, 0, 'qbank_bulkmove', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416653),
(704, 0, 'qbank_bulkmove', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416653),
(705, 0, 'qbank_columnsortorder', NULL, '2023100902', 'Starting plugin installation', NULL, '', 0, 1764416653),
(706, 0, 'qbank_columnsortorder', '2023100902', '2023100902', 'Upgrade savepoint reached', NULL, '', 0, 1764416653),
(707, 0, 'qbank_columnsortorder', '2023100902', '2023100902', 'Plugin installed', NULL, '', 0, 1764416653),
(708, 0, 'qbank_comment', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416653),
(709, 0, 'qbank_comment', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416653),
(710, 0, 'qbank_comment', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416653),
(711, 0, 'qbank_customfields', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416653),
(712, 0, 'qbank_customfields', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416653),
(713, 0, 'qbank_customfields', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416653),
(714, 0, 'qbank_deletequestion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416653),
(715, 0, 'qbank_deletequestion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416653),
(716, 0, 'qbank_deletequestion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(717, 0, 'qbank_editquestion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(718, 0, 'qbank_editquestion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416654),
(719, 0, 'qbank_editquestion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(720, 0, 'qbank_exportquestions', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(721, 0, 'qbank_exportquestions', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416654),
(722, 0, 'qbank_exportquestions', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(723, 0, 'qbank_exporttoxml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(724, 0, 'qbank_exporttoxml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416654),
(725, 0, 'qbank_exporttoxml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(726, 0, 'qbank_history', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(727, 0, 'qbank_history', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416654),
(728, 0, 'qbank_history', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(729, 0, 'qbank_importquestions', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(730, 0, 'qbank_importquestions', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416654),
(731, 0, 'qbank_importquestions', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416654),
(732, 0, 'qbank_managecategories', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416654),
(733, 0, 'qbank_managecategories', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(734, 0, 'qbank_managecategories', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416655),
(735, 0, 'qbank_previewquestion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416655),
(736, 0, 'qbank_previewquestion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(737, 0, 'qbank_previewquestion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416655),
(738, 0, 'qbank_statistics', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416655),
(739, 0, 'qbank_statistics', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(740, 0, 'qbank_statistics', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416655),
(741, 0, 'qbank_tagquestion', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416655),
(742, 0, 'qbank_tagquestion', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(743, 0, 'qbank_tagquestion', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416655),
(744, 0, 'qbank_usage', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416655),
(745, 0, 'qbank_usage', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(746, 0, 'qbank_usage', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416655),
(747, 0, 'qbank_viewcreator', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416655),
(748, 0, 'qbank_viewcreator', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416655),
(749, 0, 'qbank_viewcreator', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416656),
(750, 0, 'qbank_viewquestionname', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416656),
(751, 0, 'qbank_viewquestionname', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416656),
(752, 0, 'qbank_viewquestionname', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416656),
(753, 0, 'qbank_viewquestiontext', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416656),
(754, 0, 'qbank_viewquestiontext', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416656),
(755, 0, 'qbank_viewquestiontext', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416656),
(756, 0, 'qbank_viewquestiontype', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416656),
(757, 0, 'qbank_viewquestiontype', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416656),
(758, 0, 'qbank_viewquestiontype', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416656),
(759, 0, 'qbehaviour_adaptive', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416656),
(760, 0, 'qbehaviour_adaptive', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416656),
(761, 0, 'qbehaviour_adaptive', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416656),
(762, 0, 'qbehaviour_adaptivenopenalty', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416656),
(763, 0, 'qbehaviour_adaptivenopenalty', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416656),
(764, 0, 'qbehaviour_adaptivenopenalty', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416657),
(765, 0, 'qbehaviour_deferredcbm', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416657),
(766, 0, 'qbehaviour_deferredcbm', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416657),
(767, 0, 'qbehaviour_deferredcbm', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416657),
(768, 0, 'qbehaviour_deferredfeedback', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416657),
(769, 0, 'qbehaviour_deferredfeedback', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416657),
(770, 0, 'qbehaviour_deferredfeedback', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416657),
(771, 0, 'qbehaviour_immediatecbm', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416657),
(772, 0, 'qbehaviour_immediatecbm', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416657),
(773, 0, 'qbehaviour_immediatecbm', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416657),
(774, 0, 'qbehaviour_immediatefeedback', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416657),
(775, 0, 'qbehaviour_immediatefeedback', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416657),
(776, 0, 'qbehaviour_immediatefeedback', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416657),
(777, 0, 'qbehaviour_informationitem', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416657),
(778, 0, 'qbehaviour_informationitem', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416657),
(779, 0, 'qbehaviour_informationitem', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(780, 0, 'qbehaviour_interactive', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416658),
(781, 0, 'qbehaviour_interactive', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416658),
(782, 0, 'qbehaviour_interactive', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(783, 0, 'qbehaviour_interactivecountback', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416658),
(784, 0, 'qbehaviour_interactivecountback', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416658),
(785, 0, 'qbehaviour_interactivecountback', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(786, 0, 'qbehaviour_manualgraded', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416658),
(787, 0, 'qbehaviour_manualgraded', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416658),
(788, 0, 'qbehaviour_manualgraded', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(789, 0, 'qbehaviour_missing', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416658),
(790, 0, 'qbehaviour_missing', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416658),
(791, 0, 'qbehaviour_missing', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(792, 0, 'qformat_aiken', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416658),
(793, 0, 'qformat_aiken', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416658),
(794, 0, 'qformat_aiken', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416658),
(795, 0, 'qformat_blackboard_six', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(796, 0, 'qformat_blackboard_six', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(797, 0, 'qformat_blackboard_six', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416659),
(798, 0, 'qformat_gift', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(799, 0, 'qformat_gift', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(800, 0, 'qformat_gift', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416659),
(801, 0, 'qformat_missingword', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(802, 0, 'qformat_missingword', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(803, 0, 'qformat_missingword', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416659),
(804, 0, 'qformat_multianswer', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(805, 0, 'qformat_multianswer', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(806, 0, 'qformat_multianswer', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416659),
(807, 0, 'qformat_xhtml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(808, 0, 'qformat_xhtml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(809, 0, 'qformat_xhtml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416659),
(810, 0, 'qformat_xml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416659),
(811, 0, 'qformat_xml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416659),
(812, 0, 'qformat_xml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416660),
(813, 0, 'tool_admin_presets', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416660),
(814, 0, 'tool_admin_presets', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416660),
(815, 0, 'tool_admin_presets', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416660),
(816, 0, 'tool_analytics', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416660),
(817, 0, 'tool_analytics', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416660),
(818, 0, 'tool_analytics', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416660),
(819, 0, 'tool_availabilityconditions', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416660),
(820, 0, 'tool_availabilityconditions', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416660),
(821, 0, 'tool_availabilityconditions', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416660),
(822, 0, 'tool_behat', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416660),
(823, 0, 'tool_behat', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416660),
(824, 0, 'tool_behat', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416660),
(825, 0, 'tool_brickfield', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416660),
(826, 0, 'tool_brickfield', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416661),
(827, 0, 'tool_brickfield', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416661),
(828, 0, 'tool_capability', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416661),
(829, 0, 'tool_capability', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416661),
(830, 0, 'tool_capability', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416661),
(831, 0, 'tool_cohortroles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416661),
(832, 0, 'tool_cohortroles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416662),
(833, 0, 'tool_cohortroles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416662),
(834, 0, 'tool_componentlibrary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416662),
(835, 0, 'tool_componentlibrary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416662),
(836, 0, 'tool_componentlibrary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416662),
(837, 0, 'tool_customlang', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416662),
(838, 0, 'tool_customlang', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416662),
(839, 0, 'tool_customlang', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416662),
(840, 0, 'tool_dataprivacy', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416662),
(841, 0, 'tool_dataprivacy', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416663),
(842, 0, 'tool_dataprivacy', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416663),
(843, 0, 'tool_dbtransfer', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416663),
(844, 0, 'tool_dbtransfer', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416663),
(845, 0, 'tool_dbtransfer', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416663),
(846, 0, 'tool_filetypes', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416663),
(847, 0, 'tool_filetypes', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416663),
(848, 0, 'tool_filetypes', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416663),
(849, 0, 'tool_generator', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416663),
(850, 0, 'tool_generator', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416663),
(851, 0, 'tool_generator', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416664),
(852, 0, 'tool_httpsreplace', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416664),
(853, 0, 'tool_httpsreplace', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416664),
(854, 0, 'tool_httpsreplace', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416664),
(855, 0, 'tool_innodb', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416664),
(856, 0, 'tool_innodb', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416664),
(857, 0, 'tool_innodb', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416664),
(858, 0, 'tool_installaddon', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416664),
(859, 0, 'tool_installaddon', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416664),
(860, 0, 'tool_installaddon', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416664),
(861, 0, 'tool_langimport', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416664),
(862, 0, 'tool_langimport', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416664),
(863, 0, 'tool_langimport', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416664),
(864, 0, 'tool_licensemanager', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416664),
(865, 0, 'tool_licensemanager', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416664),
(866, 0, 'tool_licensemanager', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416665),
(867, 0, 'tool_log', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416665),
(868, 0, 'tool_log', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416665),
(869, 0, 'tool_log', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416665),
(870, 0, 'tool_lp', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416665),
(871, 0, 'tool_lp', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416665),
(872, 0, 'tool_lp', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416665),
(873, 0, 'tool_lpimportcsv', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416665),
(874, 0, 'tool_lpimportcsv', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416665),
(875, 0, 'tool_lpimportcsv', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416665),
(876, 0, 'tool_lpmigrate', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416665),
(877, 0, 'tool_lpmigrate', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416665),
(878, 0, 'tool_lpmigrate', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416665),
(879, 0, 'tool_messageinbound', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416666),
(880, 0, 'tool_messageinbound', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416666),
(881, 0, 'tool_messageinbound', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416666),
(882, 0, 'tool_mfa', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416666),
(883, 0, 'tool_mfa', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416666),
(884, 0, 'tool_mfa', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416666),
(885, 0, 'tool_mobile', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416666),
(886, 0, 'tool_mobile', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416666),
(887, 0, 'tool_mobile', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416666),
(888, 0, 'tool_monitor', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416666),
(889, 0, 'tool_monitor', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416667),
(890, 0, 'tool_monitor', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416667),
(891, 0, 'tool_moodlenet', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416667),
(892, 0, 'tool_moodlenet', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416667),
(893, 0, 'tool_moodlenet', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416667),
(894, 0, 'tool_multilangupgrade', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416667),
(895, 0, 'tool_multilangupgrade', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416667),
(896, 0, 'tool_multilangupgrade', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416668),
(897, 0, 'tool_oauth2', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416668),
(898, 0, 'tool_oauth2', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416668),
(899, 0, 'tool_oauth2', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416668),
(900, 0, 'tool_phpunit', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416668),
(901, 0, 'tool_phpunit', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416668),
(902, 0, 'tool_phpunit', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416668),
(903, 0, 'tool_policy', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416668),
(904, 0, 'tool_policy', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416668),
(905, 0, 'tool_policy', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416668),
(906, 0, 'tool_profiling', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416668),
(907, 0, 'tool_profiling', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416668),
(908, 0, 'tool_profiling', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416668),
(909, 0, 'tool_recyclebin', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416668),
(910, 0, 'tool_recyclebin', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416669),
(911, 0, 'tool_recyclebin', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416669),
(912, 0, 'tool_replace', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416669),
(913, 0, 'tool_replace', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416669),
(914, 0, 'tool_replace', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416669),
(915, 0, 'tool_spamcleaner', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416669),
(916, 0, 'tool_spamcleaner', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416669),
(917, 0, 'tool_spamcleaner', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416669),
(918, 0, 'tool_task', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416669),
(919, 0, 'tool_task', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416669),
(920, 0, 'tool_task', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416669),
(921, 0, 'tool_templatelibrary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416669),
(922, 0, 'tool_templatelibrary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416669),
(923, 0, 'tool_templatelibrary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416670),
(924, 0, 'tool_unsuproles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416670),
(925, 0, 'tool_unsuproles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416670),
(926, 0, 'tool_unsuproles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416670),
(927, 0, 'tool_uploadcourse', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416670),
(928, 0, 'tool_uploadcourse', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416670),
(929, 0, 'tool_uploadcourse', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416670),
(930, 0, 'tool_uploaduser', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416670),
(931, 0, 'tool_uploaduser', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416670),
(932, 0, 'tool_uploaduser', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416670),
(933, 0, 'tool_usertours', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416670),
(934, 0, 'tool_usertours', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416670),
(935, 0, 'tool_usertours', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416672),
(936, 0, 'tool_xmldb', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416672),
(937, 0, 'tool_xmldb', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416672),
(938, 0, 'tool_xmldb', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416672),
(939, 0, 'cachestore_apcu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416672),
(940, 0, 'cachestore_apcu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416672),
(941, 0, 'cachestore_apcu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416672),
(942, 0, 'cachestore_file', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416672),
(943, 0, 'cachestore_file', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416672),
(944, 0, 'cachestore_file', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416672),
(945, 0, 'cachestore_redis', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416672),
(946, 0, 'cachestore_redis', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416672),
(947, 0, 'cachestore_redis', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416673);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(948, 0, 'cachestore_session', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416673),
(949, 0, 'cachestore_session', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416673),
(950, 0, 'cachestore_session', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416673),
(951, 0, 'cachestore_static', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416673),
(952, 0, 'cachestore_static', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416673),
(953, 0, 'cachestore_static', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416673),
(954, 0, 'cachelock_file', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416673),
(955, 0, 'cachelock_file', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416673),
(956, 0, 'cachelock_file', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416673),
(957, 0, 'fileconverter_googledrive', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416673),
(958, 0, 'fileconverter_googledrive', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416673),
(959, 0, 'fileconverter_googledrive', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416673),
(960, 0, 'fileconverter_unoconv', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416673),
(961, 0, 'fileconverter_unoconv', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416673),
(962, 0, 'fileconverter_unoconv', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416674),
(963, 0, 'contenttype_h5p', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416674),
(964, 0, 'contenttype_h5p', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416674),
(965, 0, 'contenttype_h5p', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416674),
(966, 0, 'theme_boost', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416674),
(967, 0, 'theme_boost', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416674),
(968, 0, 'theme_boost', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416674),
(969, 0, 'theme_classic', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416674),
(970, 0, 'theme_classic', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416674),
(971, 0, 'theme_classic', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416674),
(972, 0, 'local_adminer', NULL, '2023102800', 'Starting plugin installation', NULL, '', 0, 1764416674),
(973, 0, 'local_adminer', '2023102800', '2023102800', 'Upgrade savepoint reached', NULL, '', 0, 1764416674),
(974, 0, 'local_adminer', '2023102800', '2023102800', 'Plugin installed', NULL, '', 0, 1764416674),
(975, 0, 'h5plib_v127', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416674),
(976, 0, 'h5plib_v127', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416674),
(977, 0, 'h5plib_v127', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416675),
(978, 0, 'paygw_paypal', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416675),
(979, 0, 'paygw_paypal', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416675),
(980, 0, 'paygw_paypal', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416675),
(981, 0, 'assignsubmission_comments', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416675),
(982, 0, 'assignsubmission_comments', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416675),
(983, 0, 'assignsubmission_comments', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416675),
(984, 0, 'assignsubmission_file', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416675),
(985, 0, 'assignsubmission_file', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416675),
(986, 0, 'assignsubmission_file', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416676),
(987, 0, 'assignsubmission_onlinetext', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416676),
(988, 0, 'assignsubmission_onlinetext', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416676),
(989, 0, 'assignsubmission_onlinetext', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416676),
(990, 0, 'assignfeedback_comments', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416676),
(991, 0, 'assignfeedback_comments', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416676),
(992, 0, 'assignfeedback_comments', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416676),
(993, 0, 'assignfeedback_editpdf', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416676),
(994, 0, 'assignfeedback_editpdf', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416676),
(995, 0, 'assignfeedback_editpdf', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416677),
(996, 0, 'assignfeedback_file', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416677),
(997, 0, 'assignfeedback_file', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416677),
(998, 0, 'assignfeedback_file', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416677),
(999, 0, 'assignfeedback_offline', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416677),
(1000, 0, 'assignfeedback_offline', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416677),
(1001, 0, 'assignfeedback_offline', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416677),
(1002, 0, 'booktool_exportimscp', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416677),
(1003, 0, 'booktool_exportimscp', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416677),
(1004, 0, 'booktool_exportimscp', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416677),
(1005, 0, 'booktool_importhtml', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416677),
(1006, 0, 'booktool_importhtml', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416677),
(1007, 0, 'booktool_importhtml', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416678),
(1008, 0, 'booktool_print', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416678),
(1009, 0, 'booktool_print', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416678),
(1010, 0, 'booktool_print', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416678),
(1011, 0, 'datafield_checkbox', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416678),
(1012, 0, 'datafield_checkbox', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416678),
(1013, 0, 'datafield_checkbox', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416678),
(1014, 0, 'datafield_date', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416678),
(1015, 0, 'datafield_date', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416678),
(1016, 0, 'datafield_date', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416678),
(1017, 0, 'datafield_file', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416678),
(1018, 0, 'datafield_file', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416678),
(1019, 0, 'datafield_file', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416678),
(1020, 0, 'datafield_latlong', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416678),
(1021, 0, 'datafield_latlong', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416678),
(1022, 0, 'datafield_latlong', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416679),
(1023, 0, 'datafield_menu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416679),
(1024, 0, 'datafield_menu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416679),
(1025, 0, 'datafield_menu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416679),
(1026, 0, 'datafield_multimenu', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416679),
(1027, 0, 'datafield_multimenu', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416679),
(1028, 0, 'datafield_multimenu', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416679),
(1029, 0, 'datafield_number', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416679),
(1030, 0, 'datafield_number', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416679),
(1031, 0, 'datafield_number', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416679),
(1032, 0, 'datafield_picture', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416679),
(1033, 0, 'datafield_picture', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416679),
(1034, 0, 'datafield_picture', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416679),
(1035, 0, 'datafield_radiobutton', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416679),
(1036, 0, 'datafield_radiobutton', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416679),
(1037, 0, 'datafield_radiobutton', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1038, 0, 'datafield_text', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1039, 0, 'datafield_text', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1040, 0, 'datafield_text', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1041, 0, 'datafield_textarea', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1042, 0, 'datafield_textarea', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1043, 0, 'datafield_textarea', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1044, 0, 'datafield_url', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1045, 0, 'datafield_url', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1046, 0, 'datafield_url', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1047, 0, 'datapreset_imagegallery', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1048, 0, 'datapreset_imagegallery', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1049, 0, 'datapreset_imagegallery', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1050, 0, 'datapreset_journal', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1051, 0, 'datapreset_journal', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1052, 0, 'datapreset_journal', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416680),
(1053, 0, 'datapreset_proposals', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416680),
(1054, 0, 'datapreset_proposals', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416680),
(1055, 0, 'datapreset_proposals', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416681),
(1056, 0, 'datapreset_resources', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416681),
(1057, 0, 'datapreset_resources', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416681),
(1058, 0, 'datapreset_resources', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416681),
(1059, 0, 'forumreport_summary', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416681),
(1060, 0, 'forumreport_summary', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416681),
(1061, 0, 'forumreport_summary', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416681),
(1062, 0, 'ltiservice_basicoutcomes', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416681),
(1063, 0, 'ltiservice_basicoutcomes', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416681),
(1064, 0, 'ltiservice_basicoutcomes', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416681),
(1065, 0, 'ltiservice_gradebookservices', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416681),
(1066, 0, 'ltiservice_gradebookservices', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416681),
(1067, 0, 'ltiservice_gradebookservices', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416682),
(1068, 0, 'ltiservice_memberships', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416682),
(1069, 0, 'ltiservice_memberships', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416682),
(1070, 0, 'ltiservice_memberships', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416682),
(1071, 0, 'ltiservice_profile', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416682),
(1072, 0, 'ltiservice_profile', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416682),
(1073, 0, 'ltiservice_profile', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416682),
(1074, 0, 'ltiservice_toolproxy', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416682),
(1075, 0, 'ltiservice_toolproxy', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416682),
(1076, 0, 'ltiservice_toolproxy', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416682),
(1077, 0, 'ltiservice_toolsettings', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416682),
(1078, 0, 'ltiservice_toolsettings', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416682),
(1079, 0, 'ltiservice_toolsettings', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416682),
(1080, 0, 'quiz_grading', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416682),
(1081, 0, 'quiz_grading', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416682),
(1082, 0, 'quiz_grading', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416683),
(1083, 0, 'quiz_overview', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416683),
(1084, 0, 'quiz_overview', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416683),
(1085, 0, 'quiz_overview', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416683),
(1086, 0, 'quiz_responses', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416683),
(1087, 0, 'quiz_responses', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416683),
(1088, 0, 'quiz_responses', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416683),
(1089, 0, 'quiz_statistics', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416683),
(1090, 0, 'quiz_statistics', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416683),
(1091, 0, 'quiz_statistics', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416684),
(1092, 0, 'quizaccess_delaybetweenattempts', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416684),
(1093, 0, 'quizaccess_delaybetweenattempts', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416684),
(1094, 0, 'quizaccess_delaybetweenattempts', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416684),
(1095, 0, 'quizaccess_ipaddress', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416684),
(1096, 0, 'quizaccess_ipaddress', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416684),
(1097, 0, 'quizaccess_ipaddress', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416684),
(1098, 0, 'quizaccess_numattempts', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416684),
(1099, 0, 'quizaccess_numattempts', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416684),
(1100, 0, 'quizaccess_numattempts', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416684),
(1101, 0, 'quizaccess_offlineattempts', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416684),
(1102, 0, 'quizaccess_offlineattempts', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416684),
(1103, 0, 'quizaccess_offlineattempts', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416684),
(1104, 0, 'quizaccess_openclosedate', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416684),
(1105, 0, 'quizaccess_openclosedate', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416684),
(1106, 0, 'quizaccess_openclosedate', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416685),
(1107, 0, 'quizaccess_password', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416685),
(1108, 0, 'quizaccess_password', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416685),
(1109, 0, 'quizaccess_password', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416685),
(1110, 0, 'quizaccess_seb', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416685),
(1111, 0, 'quizaccess_seb', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416685),
(1112, 0, 'quizaccess_seb', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416685),
(1113, 0, 'quizaccess_securewindow', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416685),
(1114, 0, 'quizaccess_securewindow', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1115, 0, 'quizaccess_securewindow', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1116, 0, 'quizaccess_timelimit', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416686),
(1117, 0, 'quizaccess_timelimit', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1118, 0, 'quizaccess_timelimit', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1119, 0, 'scormreport_basic', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416686),
(1120, 0, 'scormreport_basic', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1121, 0, 'scormreport_basic', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1122, 0, 'scormreport_graphs', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416686),
(1123, 0, 'scormreport_graphs', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1124, 0, 'scormreport_graphs', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1125, 0, 'scormreport_interactions', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416686),
(1126, 0, 'scormreport_interactions', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1127, 0, 'scormreport_interactions', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1128, 0, 'scormreport_objectives', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416686),
(1129, 0, 'scormreport_objectives', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416686),
(1130, 0, 'scormreport_objectives', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416686),
(1131, 0, 'workshopform_accumulative', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416687),
(1132, 0, 'workshopform_accumulative', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416687),
(1133, 0, 'workshopform_accumulative', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416687),
(1134, 0, 'workshopform_comments', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416687),
(1135, 0, 'workshopform_comments', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416687),
(1136, 0, 'workshopform_comments', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416687),
(1137, 0, 'workshopform_numerrors', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416687),
(1138, 0, 'workshopform_numerrors', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416687),
(1139, 0, 'workshopform_numerrors', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416687),
(1140, 0, 'workshopform_rubric', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416687),
(1141, 0, 'workshopform_rubric', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416687),
(1142, 0, 'workshopform_rubric', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416688),
(1143, 0, 'workshopallocation_manual', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416688),
(1144, 0, 'workshopallocation_manual', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416688),
(1145, 0, 'workshopallocation_manual', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416688),
(1146, 0, 'workshopallocation_random', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416688),
(1147, 0, 'workshopallocation_random', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416688),
(1148, 0, 'workshopallocation_random', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416688),
(1149, 0, 'workshopallocation_scheduled', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416688),
(1150, 0, 'workshopallocation_scheduled', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416688),
(1151, 0, 'workshopallocation_scheduled', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416688),
(1152, 0, 'workshopeval_best', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416688),
(1153, 0, 'workshopeval_best', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416688),
(1154, 0, 'workshopeval_best', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416688),
(1155, 0, 'atto_accessibilitychecker', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1156, 0, 'atto_accessibilitychecker', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1157, 0, 'atto_accessibilitychecker', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416689),
(1158, 0, 'atto_accessibilityhelper', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1159, 0, 'atto_accessibilityhelper', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1160, 0, 'atto_accessibilityhelper', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416689),
(1161, 0, 'atto_align', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1162, 0, 'atto_align', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1163, 0, 'atto_align', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416689),
(1164, 0, 'atto_backcolor', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1165, 0, 'atto_backcolor', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1166, 0, 'atto_backcolor', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416689),
(1167, 0, 'atto_bold', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1168, 0, 'atto_bold', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1169, 0, 'atto_bold', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416689),
(1170, 0, 'atto_charmap', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416689),
(1171, 0, 'atto_charmap', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416689),
(1172, 0, 'atto_charmap', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416690),
(1173, 0, 'atto_clear', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416690),
(1174, 0, 'atto_clear', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416690),
(1175, 0, 'atto_clear', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416690),
(1176, 0, 'atto_collapse', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416690),
(1177, 0, 'atto_collapse', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416690),
(1178, 0, 'atto_collapse', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416690),
(1179, 0, 'atto_emojipicker', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416690),
(1180, 0, 'atto_emojipicker', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416690),
(1181, 0, 'atto_emojipicker', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416690),
(1182, 0, 'atto_emoticon', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416690),
(1183, 0, 'atto_emoticon', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416690),
(1184, 0, 'atto_emoticon', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416690),
(1185, 0, 'atto_equation', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416690),
(1186, 0, 'atto_equation', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416690),
(1187, 0, 'atto_equation', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416691),
(1188, 0, 'atto_fontcolor', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416691),
(1189, 0, 'atto_fontcolor', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416691),
(1190, 0, 'atto_fontcolor', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416691),
(1191, 0, 'atto_h5p', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416691),
(1192, 0, 'atto_h5p', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416691),
(1193, 0, 'atto_h5p', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416691),
(1194, 0, 'atto_html', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416691),
(1195, 0, 'atto_html', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416691),
(1196, 0, 'atto_html', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416691),
(1197, 0, 'atto_image', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416691),
(1198, 0, 'atto_image', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416691),
(1199, 0, 'atto_image', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416691),
(1200, 0, 'atto_indent', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416691),
(1201, 0, 'atto_indent', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416691),
(1202, 0, 'atto_indent', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416692),
(1203, 0, 'atto_italic', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416692),
(1204, 0, 'atto_italic', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416692),
(1205, 0, 'atto_italic', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416692),
(1206, 0, 'atto_link', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416692),
(1207, 0, 'atto_link', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416692),
(1208, 0, 'atto_link', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416692),
(1209, 0, 'atto_managefiles', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416692),
(1210, 0, 'atto_managefiles', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416692),
(1211, 0, 'atto_managefiles', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416692),
(1212, 0, 'atto_media', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416692),
(1213, 0, 'atto_media', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416692),
(1214, 0, 'atto_media', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416692),
(1215, 0, 'atto_noautolink', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416692),
(1216, 0, 'atto_noautolink', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416692),
(1217, 0, 'atto_noautolink', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416693),
(1218, 0, 'atto_orderedlist', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416693),
(1219, 0, 'atto_orderedlist', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416693),
(1220, 0, 'atto_orderedlist', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416693),
(1221, 0, 'atto_recordrtc', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416693),
(1222, 0, 'atto_recordrtc', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416693),
(1223, 0, 'atto_recordrtc', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416693),
(1224, 0, 'atto_rtl', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416693),
(1225, 0, 'atto_rtl', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416693),
(1226, 0, 'atto_rtl', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416693),
(1227, 0, 'atto_strike', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416693),
(1228, 0, 'atto_strike', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416693),
(1229, 0, 'atto_strike', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416693),
(1230, 0, 'atto_subscript', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416693),
(1231, 0, 'atto_subscript', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416693),
(1232, 0, 'atto_subscript', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416694),
(1233, 0, 'atto_superscript', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416694),
(1234, 0, 'atto_superscript', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416694),
(1235, 0, 'atto_superscript', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416694),
(1236, 0, 'atto_table', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416694),
(1237, 0, 'atto_table', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416694),
(1238, 0, 'atto_table', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416694),
(1239, 0, 'atto_title', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416694),
(1240, 0, 'atto_title', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416694),
(1241, 0, 'atto_title', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416694),
(1242, 0, 'atto_underline', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416694),
(1243, 0, 'atto_underline', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416694),
(1244, 0, 'atto_underline', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416694),
(1245, 0, 'atto_undo', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416694),
(1246, 0, 'atto_undo', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416694),
(1247, 0, 'atto_undo', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416695),
(1248, 0, 'atto_unorderedlist', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416695),
(1249, 0, 'atto_unorderedlist', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416695),
(1250, 0, 'atto_unorderedlist', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416695),
(1251, 0, 'tiny_accessibilitychecker', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416695),
(1252, 0, 'tiny_accessibilitychecker', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416695),
(1253, 0, 'tiny_accessibilitychecker', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416695),
(1254, 0, 'tiny_autosave', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416695),
(1255, 0, 'tiny_autosave', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416695),
(1256, 0, 'tiny_autosave', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416695),
(1257, 0, 'tiny_equation', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416695),
(1258, 0, 'tiny_equation', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416695),
(1259, 0, 'tiny_equation', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416695),
(1260, 0, 'tiny_h5p', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416695),
(1261, 0, 'tiny_h5p', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416695),
(1262, 0, 'tiny_h5p', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416696),
(1263, 0, 'tiny_html', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416696),
(1264, 0, 'tiny_html', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416696),
(1265, 0, 'tiny_html', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416696),
(1266, 0, 'tiny_link', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416696),
(1267, 0, 'tiny_link', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416696),
(1268, 0, 'tiny_link', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416696),
(1269, 0, 'tiny_media', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416696),
(1270, 0, 'tiny_media', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416696),
(1271, 0, 'tiny_media', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416696),
(1272, 0, 'tiny_noautolink', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416696),
(1273, 0, 'tiny_noautolink', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416696),
(1274, 0, 'tiny_noautolink', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416696),
(1275, 0, 'tiny_premium', NULL, '2023100901', 'Starting plugin installation', NULL, '', 0, 1764416697),
(1276, 0, 'tiny_premium', '2023100901', '2023100901', 'Upgrade savepoint reached', NULL, '', 0, 1764416697),
(1277, 0, 'tiny_premium', '2023100901', '2023100901', 'Plugin installed', NULL, '', 0, 1764416697),
(1278, 0, 'tiny_recordrtc', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416697),
(1279, 0, 'tiny_recordrtc', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416697),
(1280, 0, 'tiny_recordrtc', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416697),
(1281, 0, 'logstore_database', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416697),
(1282, 0, 'logstore_database', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416697),
(1283, 0, 'logstore_database', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416697),
(1284, 0, 'logstore_standard', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416697),
(1285, 0, 'logstore_standard', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416697),
(1286, 0, 'logstore_standard', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416697),
(1287, 0, 'factor_admin', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416697),
(1288, 0, 'factor_admin', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416697),
(1289, 0, 'factor_admin', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1290, 0, 'factor_auth', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1291, 0, 'factor_auth', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1292, 0, 'factor_auth', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1293, 0, 'factor_capability', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1294, 0, 'factor_capability', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1295, 0, 'factor_capability', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1296, 0, 'factor_cohort', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1297, 0, 'factor_cohort', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1298, 0, 'factor_cohort', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1299, 0, 'factor_email', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1300, 0, 'factor_email', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1301, 0, 'factor_email', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1302, 0, 'factor_grace', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1303, 0, 'factor_grace', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1304, 0, 'factor_grace', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416698),
(1305, 0, 'factor_iprange', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416698),
(1306, 0, 'factor_iprange', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416698),
(1307, 0, 'factor_iprange', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416699),
(1308, 0, 'factor_nosetup', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416699),
(1309, 0, 'factor_nosetup', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416699),
(1310, 0, 'factor_nosetup', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416699),
(1311, 0, 'factor_role', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416699),
(1312, 0, 'factor_role', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416699),
(1313, 0, 'factor_role', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416699),
(1314, 0, 'factor_token', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416699),
(1315, 0, 'factor_token', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416699),
(1316, 0, 'factor_token', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416699),
(1317, 0, 'factor_totp', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416699),
(1318, 0, 'factor_totp', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416699),
(1319, 0, 'factor_totp', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416699),
(1320, 0, 'factor_webauthn', NULL, '2023100900', 'Starting plugin installation', NULL, '', 0, 1764416699),
(1321, 0, 'factor_webauthn', '2023100900', '2023100900', 'Upgrade savepoint reached', NULL, '', 0, 1764416699),
(1322, 0, 'factor_webauthn', '2023100900', '2023100900', 'Plugin installed', NULL, '', 0, 1764416700);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_url`
--

CREATE TABLE `mdl_url` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `externalurl` longtext NOT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `parameters` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='each record is one url resource' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user`
--

CREATE TABLE `mdl_user` (
  `id` bigint(10) NOT NULL,
  `auth` varchar(20) 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(10) NOT NULL DEFAULT 0,
  `username` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(255) NOT NULL DEFAULT '',
  `firstname` varchar(100) NOT NULL DEFAULT '',
  `lastname` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `emailstop` tinyint(1) NOT NULL DEFAULT 0,
  `phone1` varchar(20) NOT NULL DEFAULT '',
  `phone2` varchar(20) NOT NULL DEFAULT '',
  `institution` varchar(255) NOT NULL DEFAULT '',
  `department` varchar(255) NOT NULL DEFAULT '',
  `address` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `calendartype` varchar(30) NOT NULL DEFAULT 'gregorian',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `firstaccess` bigint(10) NOT NULL DEFAULT 0,
  `lastaccess` bigint(10) NOT NULL DEFAULT 0,
  `lastlogin` bigint(10) NOT NULL DEFAULT 0,
  `currentlogin` bigint(10) NOT NULL DEFAULT 0,
  `lastip` varchar(45) NOT NULL DEFAULT '',
  `secret` varchar(15) NOT NULL DEFAULT '',
  `picture` bigint(10) NOT NULL DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 1,
  `mailformat` tinyint(1) NOT NULL DEFAULT 1,
  `maildigest` tinyint(1) NOT NULL DEFAULT 0,
  `maildisplay` tinyint(2) NOT NULL DEFAULT 2,
  `autosubscribe` tinyint(1) NOT NULL DEFAULT 1,
  `trackforums` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `trustbitmask` bigint(10) NOT NULL DEFAULT 0,
  `imagealt` varchar(255) DEFAULT NULL,
  `lastnamephonetic` varchar(255) DEFAULT NULL,
  `firstnamephonetic` varchar(255) DEFAULT NULL,
  `middlename` varchar(255) DEFAULT NULL,
  `alternatename` varchar(255) DEFAULT NULL,
  `moodlenetprofile` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='One record for each person' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_user`
--

INSERT INTO `mdl_user` (`id`, `auth`, `confirmed`, `policyagreed`, `deleted`, `suspended`, `mnethostid`, `username`, `password`, `idnumber`, `firstname`, `lastname`, `email`, `emailstop`, `phone1`, `phone2`, `institution`, `department`, `address`, `city`, `country`, `lang`, `calendartype`, `theme`, `timezone`, `firstaccess`, `lastaccess`, `lastlogin`, `currentlogin`, `lastip`, `secret`, `picture`, `description`, `descriptionformat`, `mailformat`, `maildigest`, `maildisplay`, `autosubscribe`, `trackforums`, `timecreated`, `timemodified`, `trustbitmask`, `imagealt`, `lastnamephonetic`, `firstnamephonetic`, `middlename`, `alternatename`, `moodlenetprofile`) VALUES
(1, 'manual', 1, 0, 0, 0, 1, 'guest', '$6$rounds=10000$YaxIa5WttxyRitLa$ZJH/yqJNdGMuzqL4B1T02RPZGGe8tUsfRXk97UauNmXnqBHEGgGgme4zH2z13Jiby6nemGVU2i0O2zDcQ8dr2/', '', '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, 1764416548, 0, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'manual', 1, 0, 0, 0, 1, 'admin', '$6$rounds=10000$WnogA1t2bPwv54RN$pwJcKfwDMog3kwoyViTRGmJ6UWJyHC/Y3j7jjTHFYfdzl3g1vK8YEOnmsFURYbccStRghgtEvz56GrRwtDS551', '', 'Admin', 'Matsinhe', 'paulinojulio16@gmail.com', 0, '', '', '', '', '', '', '', 'pt', 'gregorian', '', '99', 1764416717, 1764419938, 1764416717, 1764417746, '0:0:0:0:0:0:0:1', '', 0, '', 1, 1, 0, 1, 1, 0, 0, 1764419776, 0, NULL, '', '', '', '', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_devices`
--

CREATE TABLE `mdl_user_devices` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `appid` varchar(128) NOT NULL DEFAULT '',
  `name` varchar(32) NOT NULL DEFAULT '',
  `model` varchar(32) NOT NULL DEFAULT '',
  `platform` varchar(32) NOT NULL DEFAULT '',
  `version` varchar(32) NOT NULL DEFAULT '',
  `pushid` varchar(255) NOT NULL DEFAULT '',
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `publickey` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table stores user''s mobile devices information in order' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_enrolments`
--

CREATE TABLE `mdl_user_enrolments` (
  `id` bigint(10) NOT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `enrolid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 2147483647,
  `modifierid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Users participating in courses (aka enrolled users) - everyb' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_category`
--

CREATE TABLE `mdl_user_info_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Customisable fields categories' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_data`
--

CREATE TABLE `mdl_user_info_data` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `fieldid` bigint(10) NOT NULL DEFAULT 0,
  `data` longtext NOT NULL,
  `dataformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data for the customisable user fields' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_field`
--

CREATE TABLE `mdl_user_info_field` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT 'shortname',
  `name` longtext NOT NULL,
  `datatype` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `required` tinyint(2) NOT NULL DEFAULT 0,
  `locked` tinyint(2) NOT NULL DEFAULT 0,
  `visible` smallint(4) NOT NULL DEFAULT 0,
  `forceunique` tinyint(2) NOT NULL DEFAULT 0,
  `signup` tinyint(2) NOT NULL DEFAULT 0,
  `defaultdata` longtext DEFAULT NULL,
  `defaultdataformat` tinyint(2) NOT NULL DEFAULT 0,
  `param1` longtext DEFAULT NULL,
  `param2` longtext DEFAULT NULL,
  `param3` longtext DEFAULT NULL,
  `param4` longtext DEFAULT NULL,
  `param5` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Customisable user profile fields' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_lastaccess`
--

CREATE TABLE `mdl_user_lastaccess` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeaccess` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='To keep track of course page access times, used in online pa' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_password_history`
--

CREATE TABLE `mdl_user_password_history` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `hash` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A rotating log of hashes of previously used passwords for ea' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_password_resets`
--

CREATE TABLE `mdl_user_password_resets` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timerequested` bigint(10) NOT NULL,
  `timererequested` bigint(10) NOT NULL DEFAULT 0,
  `token` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='table tracking password reset confirmation tokens' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_preferences`
--

CREATE TABLE `mdl_user_preferences` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(1333) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Allows modules to store arbitrary user preferences' ROW_FORMAT=COMPRESSED;

--
-- Dumping data for table `mdl_user_preferences`
--

INSERT INTO `mdl_user_preferences` (`id`, `userid`, `name`, `value`) VALUES
(1, 2, 'core_message_migrate_data', '1'),
(2, 2, 'auth_manual_passwordupdatetime', '1764416858'),
(3, 2, 'email_bounce_count', '1'),
(4, 2, 'email_send_count', '1'),
(5, 2, 'core_user_welcome', '1764417149'),
(6, 2, 'login_failed_count_since_success', '0'),
(7, 2, 'tool_usertours_tour_completion_time_5', '1764417194'),
(8, 2, 'drawer-open-block', '0'),
(9, 2, 'tool_usertours_tour_reset_time_4', '1764420404'),
(10, 2, 'tool_usertours_tour_completion_time_4', '1764420405');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_private_key`
--

CREATE TABLE `mdl_user_private_key` (
  `id` bigint(10) NOT NULL,
  `script` varchar(128) NOT NULL DEFAULT '',
  `value` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='access keys used in cookieless scripts - rss, etc.' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki`
--

CREATE TABLE `mdl_wiki` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT 'Wiki',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `firstpagetitle` varchar(255) NOT NULL DEFAULT 'First Page',
  `wikimode` varchar(20) NOT NULL DEFAULT 'collaborative',
  `defaultformat` varchar(20) NOT NULL DEFAULT 'creole',
  `forceformat` tinyint(1) NOT NULL DEFAULT 1,
  `editbegin` bigint(10) NOT NULL DEFAULT 0,
  `editend` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores Wiki activity configuration' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_links`
--

CREATE TABLE `mdl_wiki_links` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `frompageid` bigint(10) NOT NULL DEFAULT 0,
  `topageid` bigint(10) NOT NULL DEFAULT 0,
  `tomissingpage` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Page wiki links' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_locks`
--

CREATE TABLE `mdl_wiki_locks` (
  `id` bigint(10) NOT NULL,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `sectionname` varchar(255) DEFAULT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `lockedat` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Manages page locks' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_pages`
--

CREATE TABLE `mdl_wiki_pages` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT 'title',
  `cachedcontent` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `timerendered` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `pageviews` bigint(10) NOT NULL DEFAULT 0,
  `readonly` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores wiki pages' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_subwikis`
--

CREATE TABLE `mdl_wiki_subwikis` (
  `id` bigint(10) NOT NULL,
  `wikiid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores subwiki instances' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_synonyms`
--

CREATE TABLE `mdl_wiki_synonyms` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `pagesynonym` varchar(255) NOT NULL DEFAULT 'Pagesynonym'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores wiki pages synonyms' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_versions`
--

CREATE TABLE `mdl_wiki_versions` (
  `id` bigint(10) NOT NULL,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `content` longtext NOT NULL,
  `contentformat` varchar(20) NOT NULL DEFAULT 'creole',
  `version` mediumint(5) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores wiki page history' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop`
--

CREATE TABLE `mdl_workshop` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(3) NOT NULL DEFAULT 0,
  `instructauthors` longtext DEFAULT NULL,
  `instructauthorsformat` smallint(3) NOT NULL DEFAULT 0,
  `instructreviewers` longtext DEFAULT NULL,
  `instructreviewersformat` smallint(3) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL,
  `phase` smallint(3) DEFAULT 0,
  `useexamples` tinyint(2) DEFAULT 0,
  `usepeerassessment` tinyint(2) DEFAULT 0,
  `useselfassessment` tinyint(2) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT 80.00000,
  `gradinggrade` decimal(10,5) DEFAULT 20.00000,
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `evaluation` varchar(30) NOT NULL DEFAULT '',
  `gradedecimals` smallint(3) DEFAULT 0,
  `submissiontypetext` tinyint(1) NOT NULL DEFAULT 1,
  `submissiontypefile` tinyint(1) NOT NULL DEFAULT 1,
  `nattachments` smallint(3) DEFAULT 1,
  `submissionfiletypes` varchar(255) DEFAULT NULL,
  `latesubmissions` tinyint(2) DEFAULT 0,
  `maxbytes` bigint(10) DEFAULT 100000,
  `examplesmode` smallint(3) DEFAULT 0,
  `submissionstart` bigint(10) DEFAULT 0,
  `submissionend` bigint(10) DEFAULT 0,
  `assessmentstart` bigint(10) DEFAULT 0,
  `assessmentend` bigint(10) DEFAULT 0,
  `phaseswitchassessment` tinyint(2) NOT NULL DEFAULT 0,
  `conclusion` longtext DEFAULT NULL,
  `conclusionformat` smallint(3) NOT NULL DEFAULT 1,
  `overallfeedbackmode` smallint(3) DEFAULT 1,
  `overallfeedbackfiles` smallint(3) DEFAULT 0,
  `overallfeedbackfiletypes` varchar(255) DEFAULT NULL,
  `overallfeedbackmaxbytes` bigint(10) DEFAULT 100000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This table keeps information about the module instances and ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopallocation_scheduled`
--

CREATE TABLE `mdl_workshopallocation_scheduled` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `enabled` tinyint(2) NOT NULL DEFAULT 0,
  `submissionend` bigint(10) NOT NULL,
  `timeallocated` bigint(10) DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `resultstatus` bigint(10) DEFAULT NULL,
  `resultmessage` varchar(1333) DEFAULT NULL,
  `resultlog` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the allocation settings for the scheduled allocator' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopeval_best_settings`
--

CREATE TABLE `mdl_workshopeval_best_settings` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `comparison` smallint(3) DEFAULT 5
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Settings for the grading evaluation subplugin Comparison wit' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_accumulative`
--

CREATE TABLE `mdl_workshopform_accumulative` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0,
  `grade` bigint(10) NOT NULL,
  `weight` mediumint(5) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The assessment dimensions definitions of Accumulative gradin' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_comments`
--

CREATE TABLE `mdl_workshopform_comments` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The assessment dimensions definitions of Comments strategy f' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_numerrors`
--

CREATE TABLE `mdl_workshopform_numerrors` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0,
  `descriptiontrust` bigint(10) DEFAULT NULL,
  `grade0` varchar(50) DEFAULT NULL,
  `grade1` varchar(50) DEFAULT NULL,
  `weight` mediumint(5) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The assessment dimensions definitions of Number of errors gr' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_numerrors_map`
--

CREATE TABLE `mdl_workshopform_numerrors_map` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `nonegative` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='This maps the number of errors to a percentual grade for sub' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric`
--

CREATE TABLE `mdl_workshopform_rubric` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The assessment dimensions definitions of Rubric grading stra' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric_config`
--

CREATE TABLE `mdl_workshopform_rubric_config` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `layout` varchar(30) DEFAULT 'list'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Configuration table for the Rubric grading strategy' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric_levels`
--

CREATE TABLE `mdl_workshopform_rubric_levels` (
  `id` bigint(10) NOT NULL,
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL,
  `definition` longtext DEFAULT NULL,
  `definitionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The definition of rubric rating scales' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_aggregations`
--

CREATE TABLE `mdl_workshop_aggregations` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `timegraded` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Aggregated grades for assessment are stored here. The aggreg' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_assessments`
--

CREATE TABLE `mdl_workshop_assessments` (
  `id` bigint(10) NOT NULL,
  `submissionid` bigint(10) NOT NULL,
  `reviewerid` bigint(10) NOT NULL,
  `weight` bigint(10) NOT NULL DEFAULT 1,
  `timecreated` bigint(10) DEFAULT 0,
  `timemodified` bigint(10) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `gradinggradeover` decimal(10,5) DEFAULT NULL,
  `gradinggradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext DEFAULT NULL,
  `feedbackauthorformat` smallint(3) DEFAULT 0,
  `feedbackauthorattachment` smallint(3) DEFAULT 0,
  `feedbackreviewer` longtext DEFAULT NULL,
  `feedbackreviewerformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Info about the made assessment and automatically calculated ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_grades`
--

CREATE TABLE `mdl_workshop_grades` (
  `id` bigint(10) NOT NULL,
  `assessmentid` bigint(10) NOT NULL,
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) DEFAULT NULL,
  `peercomment` longtext DEFAULT NULL,
  `peercommentformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='How the reviewers filled-up the grading forms, given grades ' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_submissions`
--

CREATE TABLE `mdl_workshop_submissions` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `example` tinyint(2) DEFAULT 0,
  `authorid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext DEFAULT NULL,
  `contentformat` smallint(3) NOT NULL DEFAULT 0,
  `contenttrust` smallint(3) NOT NULL DEFAULT 0,
  `attachment` tinyint(2) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT NULL,
  `gradeover` decimal(10,5) DEFAULT NULL,
  `gradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext DEFAULT NULL,
  `feedbackauthorformat` smallint(3) DEFAULT 0,
  `timegraded` bigint(10) DEFAULT NULL,
  `published` tinyint(2) DEFAULT 0,
  `late` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Info about the submission and the aggregation of the grade f' ROW_FORMAT=COMPRESSED;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_xapi_states`
--

CREATE TABLE `mdl_xapi_states` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) DEFAULT NULL,
  `itemid` bigint(10) NOT NULL,
  `stateid` varchar(255) NOT NULL DEFAULT '',
  `statedata` longtext DEFAULT NULL,
  `registration` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The stored xAPI states' ROW_FORMAT=COMPRESSED;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `mdl_adminpresets`
--
ALTER TABLE `mdl_adminpresets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_adminpresets_app`
--
ALTER TABLE `mdl_adminpresets_app`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiapp_adm_ix` (`adminpresetid`);

--
-- Indexes for table `mdl_adminpresets_app_it`
--
ALTER TABLE `mdl_adminpresets_app_it`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiappit_con_ix` (`configlogid`),
  ADD KEY `mdl_admiappit_adm_ix` (`adminpresetapplyid`);

--
-- Indexes for table `mdl_adminpresets_app_it_a`
--
ALTER TABLE `mdl_adminpresets_app_it_a`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiappita_con_ix` (`configlogid`),
  ADD KEY `mdl_admiappita_adm_ix` (`adminpresetapplyid`);

--
-- Indexes for table `mdl_adminpresets_app_plug`
--
ALTER TABLE `mdl_adminpresets_app_plug`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiappplug_adm_ix` (`adminpresetapplyid`);

--
-- Indexes for table `mdl_adminpresets_it`
--
ALTER TABLE `mdl_adminpresets_it`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiit_adm_ix` (`adminpresetid`);

--
-- Indexes for table `mdl_adminpresets_it_a`
--
ALTER TABLE `mdl_adminpresets_it_a`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiita_ite_ix` (`itemid`);

--
-- Indexes for table `mdl_adminpresets_plug`
--
ALTER TABLE `mdl_adminpresets_plug`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_admiplug_adm_ix` (`adminpresetid`);

--
-- Indexes for table `mdl_analytics_indicator_calc`
--
ALTER TABLE `mdl_analytics_indicator_calc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`),
  ADD KEY `mdl_analindicalc_con_ix` (`contextid`);

--
-- Indexes for table `mdl_analytics_models`
--
ALTER TABLE `mdl_analytics_models`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analmode_enatra_ix` (`enabled`,`trained`),
  ADD KEY `mdl_analmode_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_analytics_models_log`
--
ALTER TABLE `mdl_analytics_models_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analmodelog_mod_ix` (`modelid`),
  ADD KEY `mdl_analmodelog_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_analytics_predictions`
--
ALTER TABLE `mdl_analytics_predictions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpred_modcon_ix` (`modelid`,`contextid`),
  ADD KEY `mdl_analpred_mod_ix` (`modelid`),
  ADD KEY `mdl_analpred_con_ix` (`contextid`);

--
-- Indexes for table `mdl_analytics_prediction_actions`
--
ALTER TABLE `mdl_analytics_prediction_actions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`),
  ADD KEY `mdl_analpredacti_pre_ix` (`predictionid`),
  ADD KEY `mdl_analpredacti_use_ix` (`userid`);

--
-- Indexes for table `mdl_analytics_predict_samples`
--
ALTER TABLE `mdl_analytics_predict_samples`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpredsamp_modanatimr_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`),
  ADD KEY `mdl_analpredsamp_mod_ix` (`modelid`);

--
-- Indexes for table `mdl_analytics_train_samples`
--
ALTER TABLE `mdl_analytics_train_samples`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`),
  ADD KEY `mdl_analtraisamp_mod_ix` (`modelid`);

--
-- Indexes for table `mdl_analytics_used_analysables`
--
ALTER TABLE `mdl_analytics_used_analysables`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analusedanal_modact_ix` (`modelid`,`action`),
  ADD KEY `mdl_analusedanal_ana_ix` (`analysableid`),
  ADD KEY `mdl_analusedanal_mod_ix` (`modelid`);

--
-- Indexes for table `mdl_analytics_used_files`
--
ALTER TABLE `mdl_analytics_used_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`),
  ADD KEY `mdl_analusedfile_mod_ix` (`modelid`),
  ADD KEY `mdl_analusedfile_fil_ix` (`fileid`);

--
-- Indexes for table `mdl_assign`
--
ALTER TABLE `mdl_assign`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assi_cou_ix` (`course`),
  ADD KEY `mdl_assi_tea_ix` (`teamsubmissiongroupingid`);

--
-- Indexes for table `mdl_assignfeedback_comments`
--
ALTER TABLE `mdl_assignfeedback_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assicomm_ass_ix` (`assignment`),
  ADD KEY `mdl_assicomm_gra_ix` (`grade`);

--
-- Indexes for table `mdl_assignfeedback_editpdf_annot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_annot`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditanno_grapag_ix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditanno_gra_ix` (`gradeid`);

--
-- Indexes for table `mdl_assignfeedback_editpdf_cmnt`
--
ALTER TABLE `mdl_assignfeedback_editpdf_cmnt`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditcmnt_grapag_ix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditcmnt_gra_ix` (`gradeid`);

--
-- Indexes for table `mdl_assignfeedback_editpdf_quick`
--
ALTER TABLE `mdl_assignfeedback_editpdf_quick`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditquic_use_ix` (`userid`);

--
-- Indexes for table `mdl_assignfeedback_editpdf_rot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_rot`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assieditrot_grapag_uix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditrot_gra_ix` (`gradeid`);

--
-- Indexes for table `mdl_assignfeedback_file`
--
ALTER TABLE `mdl_assignfeedback_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assifile_ass2_ix` (`assignment`),
  ADD KEY `mdl_assifile_gra_ix` (`grade`);

--
-- Indexes for table `mdl_assignsubmission_file`
--
ALTER TABLE `mdl_assignsubmission_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assifile_ass_ix` (`assignment`),
  ADD KEY `mdl_assifile_sub_ix` (`submission`);

--
-- Indexes for table `mdl_assignsubmission_onlinetext`
--
ALTER TABLE `mdl_assignsubmission_onlinetext`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assionli_ass_ix` (`assignment`),
  ADD KEY `mdl_assionli_sub_ix` (`submission`);

--
-- Indexes for table `mdl_assign_grades`
--
ALTER TABLE `mdl_assign_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`),
  ADD KEY `mdl_assigrad_use_ix` (`userid`),
  ADD KEY `mdl_assigrad_att_ix` (`attemptnumber`),
  ADD KEY `mdl_assigrad_ass_ix` (`assignment`);

--
-- Indexes for table `mdl_assign_overrides`
--
ALTER TABLE `mdl_assign_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiover_ass_ix` (`assignid`),
  ADD KEY `mdl_assiover_gro_ix` (`groupid`),
  ADD KEY `mdl_assiover_use_ix` (`userid`);

--
-- Indexes for table `mdl_assign_plugin_config`
--
ALTER TABLE `mdl_assign_plugin_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiplugconf_plu_ix` (`plugin`),
  ADD KEY `mdl_assiplugconf_sub_ix` (`subtype`),
  ADD KEY `mdl_assiplugconf_nam_ix` (`name`),
  ADD KEY `mdl_assiplugconf_ass_ix` (`assignment`);

--
-- Indexes for table `mdl_assign_submission`
--
ALTER TABLE `mdl_assign_submission`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`),
  ADD KEY `mdl_assisubm_use_ix` (`userid`),
  ADD KEY `mdl_assisubm_att_ix` (`attemptnumber`),
  ADD KEY `mdl_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`),
  ADD KEY `mdl_assisubm_ass_ix` (`assignment`);

--
-- Indexes for table `mdl_assign_user_flags`
--
ALTER TABLE `mdl_assign_user_flags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiuserflag_mai_ix` (`mailed`),
  ADD KEY `mdl_assiuserflag_use_ix` (`userid`),
  ADD KEY `mdl_assiuserflag_ass_ix` (`assignment`);

--
-- Indexes for table `mdl_assign_user_mapping`
--
ALTER TABLE `mdl_assign_user_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiusermapp_ass_ix` (`assignment`),
  ADD KEY `mdl_assiusermapp_use_ix` (`userid`);

--
-- Indexes for table `mdl_auth_lti_linked_login`
--
ALTER TABLE `mdl_auth_lti_linked_login`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_authltilinklogi_useiss_uix` (`userid`,`issuer256`,`sub256`),
  ADD KEY `mdl_authltilinklogi_use_ix` (`userid`);

--
-- Indexes for table `mdl_auth_oauth2_linked_login`
--
ALTER TABLE `mdl_auth_oauth2_linked_login`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_authoautlinklogi_useis_uix` (`userid`,`issuerid`,`username`),
  ADD KEY `mdl_authoautlinklogi_issuse_ix` (`issuerid`,`username`),
  ADD KEY `mdl_authoautlinklogi_use_ix` (`usermodified`),
  ADD KEY `mdl_authoautlinklogi_use2_ix` (`userid`),
  ADD KEY `mdl_authoautlinklogi_iss_ix` (`issuerid`);

--
-- Indexes for table `mdl_backup_controllers`
--
ALTER TABLE `mdl_backup_controllers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backcont_bac_uix` (`backupid`),
  ADD KEY `mdl_backcont_typite_ix` (`type`,`itemid`),
  ADD KEY `mdl_backcont_useite_ix` (`userid`,`itemid`),
  ADD KEY `mdl_backcont_use_ix` (`userid`);

--
-- Indexes for table `mdl_backup_courses`
--
ALTER TABLE `mdl_backup_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`);

--
-- Indexes for table `mdl_backup_logs`
--
ALTER TABLE `mdl_backup_logs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backlogs_bacid_uix` (`backupid`,`id`),
  ADD KEY `mdl_backlogs_bac_ix` (`backupid`);

--
-- Indexes for table `mdl_badge`
--
ALTER TABLE `mdl_badge`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badg_typ_ix` (`type`),
  ADD KEY `mdl_badg_cou_ix` (`courseid`),
  ADD KEY `mdl_badg_use_ix` (`usermodified`),
  ADD KEY `mdl_badg_use2_ix` (`usercreated`);

--
-- Indexes for table `mdl_badge_alignment`
--
ALTER TABLE `mdl_badge_alignment`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgalig_bad_ix` (`badgeid`);

--
-- Indexes for table `mdl_badge_backpack`
--
ALTER TABLE `mdl_badge_backpack`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgback_useext_uix` (`userid`,`externalbackpackid`),
  ADD KEY `mdl_badgback_use_ix` (`userid`),
  ADD KEY `mdl_badgback_ext_ix` (`externalbackpackid`);

--
-- Indexes for table `mdl_badge_backpack_oauth2`
--
ALTER TABLE `mdl_badge_backpack_oauth2`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgbackoaut_use_ix` (`usermodified`),
  ADD KEY `mdl_badgbackoaut_use2_ix` (`userid`),
  ADD KEY `mdl_badgbackoaut_iss_ix` (`issuerid`),
  ADD KEY `mdl_badgbackoaut_ext_ix` (`externalbackpackid`);

--
-- Indexes for table `mdl_badge_criteria`
--
ALTER TABLE `mdl_badge_criteria`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgcrit_badcri_uix` (`badgeid`,`criteriatype`),
  ADD KEY `mdl_badgcrit_cri_ix` (`criteriatype`),
  ADD KEY `mdl_badgcrit_bad_ix` (`badgeid`);

--
-- Indexes for table `mdl_badge_criteria_met`
--
ALTER TABLE `mdl_badge_criteria_met`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgcritmet_cri_ix` (`critid`),
  ADD KEY `mdl_badgcritmet_use_ix` (`userid`),
  ADD KEY `mdl_badgcritmet_iss_ix` (`issuedid`);

--
-- Indexes for table `mdl_badge_criteria_param`
--
ALTER TABLE `mdl_badge_criteria_param`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgcritpara_cri_ix` (`critid`);

--
-- Indexes for table `mdl_badge_endorsement`
--
ALTER TABLE `mdl_badge_endorsement`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgendo_bad_ix` (`badgeid`);

--
-- Indexes for table `mdl_badge_external`
--
ALTER TABLE `mdl_badge_external`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgexte_bac_ix` (`backpackid`);

--
-- Indexes for table `mdl_badge_external_backpack`
--
ALTER TABLE `mdl_badge_external_backpack`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgexteback_bac_uix` (`backpackapiurl`),
  ADD UNIQUE KEY `mdl_badgexteback_bac2_uix` (`backpackweburl`),
  ADD KEY `mdl_badgexteback_oau_ix` (`oauth2_issuerid`);

--
-- Indexes for table `mdl_badge_external_identifier`
--
ALTER TABLE `mdl_badge_external_identifier`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgexteiden_sitintext_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`),
  ADD KEY `mdl_badgexteiden_sit_ix` (`sitebackpackid`);

--
-- Indexes for table `mdl_badge_issued`
--
ALTER TABLE `mdl_badge_issued`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgissu_baduse_uix` (`badgeid`,`userid`),
  ADD KEY `mdl_badgissu_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgissu_use_ix` (`userid`);

--
-- Indexes for table `mdl_badge_manual_award`
--
ALTER TABLE `mdl_badge_manual_award`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgmanuawar_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgmanuawar_rec_ix` (`recipientid`),
  ADD KEY `mdl_badgmanuawar_iss_ix` (`issuerid`),
  ADD KEY `mdl_badgmanuawar_iss2_ix` (`issuerrole`);

--
-- Indexes for table `mdl_badge_related`
--
ALTER TABLE `mdl_badge_related`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`),
  ADD KEY `mdl_badgrela_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgrela_rel_ix` (`relatedbadgeid`);

--
-- Indexes for table `mdl_bigbluebuttonbn`
--
ALTER TABLE `mdl_bigbluebuttonbn`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_bigbluebuttonbn_logs`
--
ALTER TABLE `mdl_bigbluebuttonbn_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_bigblogs_cou_ix` (`courseid`),
  ADD KEY `mdl_bigblogs_log_ix` (`log`),
  ADD KEY `mdl_bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`),
  ADD KEY `mdl_bigblogs_uselog_ix` (`userid`,`log`),
  ADD KEY `mdl_bigblogs_coubig_ix` (`courseid`,`bigbluebuttonbnid`);

--
-- Indexes for table `mdl_bigbluebuttonbn_recordings`
--
ALTER TABLE `mdl_bigbluebuttonbn_recordings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_bigbreco_cou_ix` (`courseid`),
  ADD KEY `mdl_bigbreco_rec_ix` (`recordingid`),
  ADD KEY `mdl_bigbreco_big_ix` (`bigbluebuttonbnid`),
  ADD KEY `mdl_bigbreco_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_block`
--
ALTER TABLE `mdl_block`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_bloc_nam_uix` (`name`);

--
-- Indexes for table `mdl_block_instances`
--
ALTER TABLE `mdl_block_instances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`),
  ADD KEY `mdl_blocinst_tim_ix` (`timemodified`),
  ADD KEY `mdl_blocinst_blo_ix` (`blockname`),
  ADD KEY `mdl_blocinst_par_ix` (`parentcontextid`);

--
-- Indexes for table `mdl_block_positions`
--
ALTER TABLE `mdl_block_positions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`),
  ADD KEY `mdl_blocposi_blo_ix` (`blockinstanceid`),
  ADD KEY `mdl_blocposi_con_ix` (`contextid`);

--
-- Indexes for table `mdl_block_recentlyaccesseditems`
--
ALTER TABLE `mdl_block_recentlyaccesseditems`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`),
  ADD KEY `mdl_blocrece_use_ix` (`userid`),
  ADD KEY `mdl_blocrece_cou_ix` (`courseid`),
  ADD KEY `mdl_blocrece_cmi_ix` (`cmid`);

--
-- Indexes for table `mdl_block_recent_activity`
--
ALTER TABLE `mdl_block_recent_activity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blocreceacti_coutim_ix` (`courseid`,`timecreated`);

--
-- Indexes for table `mdl_block_rss_client`
--
ALTER TABLE `mdl_block_rss_client`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_blog_association`
--
ALTER TABLE `mdl_blog_association`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blogasso_con_ix` (`contextid`),
  ADD KEY `mdl_blogasso_blo_ix` (`blogid`);

--
-- Indexes for table `mdl_blog_external`
--
ALTER TABLE `mdl_blog_external`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blogexte_use_ix` (`userid`);

--
-- Indexes for table `mdl_book`
--
ALTER TABLE `mdl_book`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_book_cou_ix` (`course`);

--
-- Indexes for table `mdl_book_chapters`
--
ALTER TABLE `mdl_book_chapters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_bookchap_boo_ix` (`bookid`);

--
-- Indexes for table `mdl_cache_filters`
--
ALTER TABLE `mdl_cache_filters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`);

--
-- Indexes for table `mdl_cache_flags`
--
ALTER TABLE `mdl_cache_flags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cachflag_fla_ix` (`flagtype`),
  ADD KEY `mdl_cachflag_nam_ix` (`name`);

--
-- Indexes for table `mdl_capabilities`
--
ALTER TABLE `mdl_capabilities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_capa_nam_uix` (`name`);

--
-- Indexes for table `mdl_chat`
--
ALTER TABLE `mdl_chat`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chat_cou_ix` (`course`);

--
-- Indexes for table `mdl_chat_messages`
--
ALTER TABLE `mdl_chat_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatmess_use_ix` (`userid`),
  ADD KEY `mdl_chatmess_gro_ix` (`groupid`),
  ADD KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`),
  ADD KEY `mdl_chatmess_cha_ix` (`chatid`);

--
-- Indexes for table `mdl_chat_messages_current`
--
ALTER TABLE `mdl_chat_messages_current`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatmesscurr_use_ix` (`userid`),
  ADD KEY `mdl_chatmesscurr_gro_ix` (`groupid`),
  ADD KEY `mdl_chatmesscurr_timcha_ix` (`timestamp`,`chatid`),
  ADD KEY `mdl_chatmesscurr_cha_ix` (`chatid`);

--
-- Indexes for table `mdl_chat_users`
--
ALTER TABLE `mdl_chat_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatuser_use_ix` (`userid`),
  ADD KEY `mdl_chatuser_las_ix` (`lastping`),
  ADD KEY `mdl_chatuser_gro_ix` (`groupid`),
  ADD KEY `mdl_chatuser_cha_ix` (`chatid`),
  ADD KEY `mdl_chatuser_cou_ix` (`course`);

--
-- Indexes for table `mdl_choice`
--
ALTER TABLE `mdl_choice`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choi_cou_ix` (`course`);

--
-- Indexes for table `mdl_choice_answers`
--
ALTER TABLE `mdl_choice_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choiansw_use_ix` (`userid`),
  ADD KEY `mdl_choiansw_cho_ix` (`choiceid`),
  ADD KEY `mdl_choiansw_opt_ix` (`optionid`);

--
-- Indexes for table `mdl_choice_options`
--
ALTER TABLE `mdl_choice_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choiopti_cho_ix` (`choiceid`);

--
-- Indexes for table `mdl_cohort`
--
ALTER TABLE `mdl_cohort`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_coho_con_ix` (`contextid`);

--
-- Indexes for table `mdl_cohort_members`
--
ALTER TABLE `mdl_cohort_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_cohomemb_cohuse_uix` (`cohortid`,`userid`),
  ADD KEY `mdl_cohomemb_coh_ix` (`cohortid`),
  ADD KEY `mdl_cohomemb_use_ix` (`userid`);

--
-- Indexes for table `mdl_comments`
--
ALTER TABLE `mdl_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`),
  ADD KEY `mdl_comm_use_ix` (`userid`);

--
-- Indexes for table `mdl_communication`
--
ALTER TABLE `mdl_communication`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comm_con_ix` (`contextid`);

--
-- Indexes for table `mdl_communication_customlink`
--
ALTER TABLE `mdl_communication_customlink`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_commcust_com_ix` (`commid`);

--
-- Indexes for table `mdl_communication_user`
--
ALTER TABLE `mdl_communication_user`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_commuser_com_ix` (`commid`),
  ADD KEY `mdl_commuser_use_ix` (`userid`);

--
-- Indexes for table `mdl_competency`
--
ALTER TABLE `mdl_competency`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_comp_comidn_uix` (`competencyframeworkid`,`idnumber`),
  ADD KEY `mdl_comp_rul_ix` (`ruleoutcome`),
  ADD KEY `mdl_comp_sca_ix` (`scaleid`),
  ADD KEY `mdl_comp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_coursecomp`
--
ALTER TABLE `mdl_competency_coursecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compcour_coucom_uix` (`courseid`,`competencyid`),
  ADD KEY `mdl_compcour_courul_ix` (`courseid`,`ruleoutcome`),
  ADD KEY `mdl_compcour_cou2_ix` (`courseid`),
  ADD KEY `mdl_compcour_com_ix` (`competencyid`),
  ADD KEY `mdl_compcour_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_coursecompsetting`
--
ALTER TABLE `mdl_competency_coursecompsetting`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compcour_cou_uix` (`courseid`),
  ADD KEY `mdl_compcour_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_evidence`
--
ALTER TABLE `mdl_competency_evidence`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compevid_use_ix` (`usercompetencyid`),
  ADD KEY `mdl_compevid_con_ix` (`contextid`),
  ADD KEY `mdl_compevid_act_ix` (`actionuserid`),
  ADD KEY `mdl_compevid_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_framework`
--
ALTER TABLE `mdl_competency_framework`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compfram_idn_uix` (`idnumber`),
  ADD KEY `mdl_compfram_con_ix` (`contextid`),
  ADD KEY `mdl_compfram_sca_ix` (`scaleid`),
  ADD KEY `mdl_compfram_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_modulecomp`
--
ALTER TABLE `mdl_competency_modulecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compmodu_cmicom_uix` (`cmid`,`competencyid`),
  ADD KEY `mdl_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`),
  ADD KEY `mdl_compmodu_cmi_ix` (`cmid`),
  ADD KEY `mdl_compmodu_com_ix` (`competencyid`),
  ADD KEY `mdl_compmodu_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_plan`
--
ALTER TABLE `mdl_competency_plan`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compplan_usesta_ix` (`userid`,`status`),
  ADD KEY `mdl_compplan_tem_ix` (`templateid`),
  ADD KEY `mdl_compplan_stadue_ix` (`status`,`duedate`),
  ADD KEY `mdl_compplan_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_plancomp`
--
ALTER TABLE `mdl_competency_plancomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compplan_placom_uix` (`planid`,`competencyid`),
  ADD KEY `mdl_compplan_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_relatedcomp`
--
ALTER TABLE `mdl_competency_relatedcomp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comprela_com_ix` (`competencyid`),
  ADD KEY `mdl_comprela_rel_ix` (`relatedcompetencyid`),
  ADD KEY `mdl_comprela_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_template`
--
ALTER TABLE `mdl_competency_template`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comptemp_con_ix` (`contextid`),
  ADD KEY `mdl_comptemp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_templatecohort`
--
ALTER TABLE `mdl_competency_templatecohort`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_comptemp_temcoh_uix` (`templateid`,`cohortid`),
  ADD KEY `mdl_comptemp_tem2_ix` (`templateid`),
  ADD KEY `mdl_comptemp_use3_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_templatecomp`
--
ALTER TABLE `mdl_competency_templatecomp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comptemp_tem_ix` (`templateid`),
  ADD KEY `mdl_comptemp_com_ix` (`competencyid`),
  ADD KEY `mdl_comptemp_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_usercomp`
--
ALTER TABLE `mdl_competency_usercomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecom_uix` (`userid`,`competencyid`),
  ADD KEY `mdl_compuser_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_usercompcourse`
--
ALTER TABLE `mdl_competency_usercompcourse`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`),
  ADD KEY `mdl_compuser_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_usercompplan`
--
ALTER TABLE `mdl_competency_usercompplan`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`),
  ADD KEY `mdl_compuser_use3_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_userevidence`
--
ALTER TABLE `mdl_competency_userevidence`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compuser_use4_ix` (`userid`),
  ADD KEY `mdl_compuser_use5_ix` (`usermodified`);

--
-- Indexes for table `mdl_competency_userevidencecomp`
--
ALTER TABLE `mdl_competency_userevidencecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecom2_uix` (`userevidenceid`,`competencyid`),
  ADD KEY `mdl_compuser_use6_ix` (`userevidenceid`),
  ADD KEY `mdl_compuser_use7_ix` (`usermodified`);

--
-- Indexes for table `mdl_config`
--
ALTER TABLE `mdl_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_conf_nam_uix` (`name`);

--
-- Indexes for table `mdl_config_log`
--
ALTER TABLE `mdl_config_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_conflog_tim_ix` (`timemodified`),
  ADD KEY `mdl_conflog_use_ix` (`userid`);

--
-- Indexes for table `mdl_config_plugins`
--
ALTER TABLE `mdl_config_plugins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_confplug_plunam_uix` (`plugin`,`name`);

--
-- Indexes for table `mdl_contentbank_content`
--
ALTER TABLE `mdl_contentbank_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_contcont_nam_ix` (`name`),
  ADD KEY `mdl_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`),
  ADD KEY `mdl_contcont_con_ix` (`contextid`),
  ADD KEY `mdl_contcont_use_ix` (`usermodified`),
  ADD KEY `mdl_contcont_use2_ix` (`usercreated`);

--
-- Indexes for table `mdl_context`
--
ALTER TABLE `mdl_context`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_cont_conins_uix` (`contextlevel`,`instanceid`),
  ADD KEY `mdl_cont_ins_ix` (`instanceid`),
  ADD KEY `mdl_cont_pat_ix` (`path`);

--
-- Indexes for table `mdl_context_temp`
--
ALTER TABLE `mdl_context_temp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_course`
--
ALTER TABLE `mdl_course`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cour_cat_ix` (`category`),
  ADD KEY `mdl_cour_idn_ix` (`idnumber`),
  ADD KEY `mdl_cour_sho_ix` (`shortname`),
  ADD KEY `mdl_cour_sor_ix` (`sortorder`),
  ADD KEY `mdl_cour_ori_ix` (`originalcourseid`);

--
-- Indexes for table `mdl_course_categories`
--
ALTER TABLE `mdl_course_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courcate_par_ix` (`parent`);

--
-- Indexes for table `mdl_course_completions`
--
ALTER TABLE `mdl_course_completions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcomp_usecou_uix` (`userid`,`course`),
  ADD KEY `mdl_courcomp_use_ix` (`userid`),
  ADD KEY `mdl_courcomp_cou_ix` (`course`),
  ADD KEY `mdl_courcomp_tim_ix` (`timecompleted`);

--
-- Indexes for table `mdl_course_completion_aggr_methd`
--
ALTER TABLE `mdl_course_completion_aggr_methd`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompaggrmeth_coucr_uix` (`course`,`criteriatype`),
  ADD KEY `mdl_courcompaggrmeth_cou_ix` (`course`),
  ADD KEY `mdl_courcompaggrmeth_cri_ix` (`criteriatype`);

--
-- Indexes for table `mdl_course_completion_criteria`
--
ALTER TABLE `mdl_course_completion_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courcompcrit_cou_ix` (`course`);

--
-- Indexes for table `mdl_course_completion_crit_compl`
--
ALTER TABLE `mdl_course_completion_crit_compl`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompcritcomp_useco_uix` (`userid`,`course`,`criteriaid`),
  ADD KEY `mdl_courcompcritcomp_use_ix` (`userid`),
  ADD KEY `mdl_courcompcritcomp_cou_ix` (`course`),
  ADD KEY `mdl_courcompcritcomp_cri_ix` (`criteriaid`),
  ADD KEY `mdl_courcompcritcomp_tim_ix` (`timecompleted`);

--
-- Indexes for table `mdl_course_completion_defaults`
--
ALTER TABLE `mdl_course_completion_defaults`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompdefa_coumod_uix` (`course`,`module`),
  ADD KEY `mdl_courcompdefa_mod_ix` (`module`),
  ADD KEY `mdl_courcompdefa_cou_ix` (`course`);

--
-- Indexes for table `mdl_course_format_options`
--
ALTER TABLE `mdl_course_format_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courformopti_couforsec_uix` (`courseid`,`format`,`sectionid`,`name`),
  ADD KEY `mdl_courformopti_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_course_modules`
--
ALTER TABLE `mdl_course_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courmodu_vis_ix` (`visible`),
  ADD KEY `mdl_courmodu_cou_ix` (`course`),
  ADD KEY `mdl_courmodu_mod_ix` (`module`),
  ADD KEY `mdl_courmodu_ins_ix` (`instance`),
  ADD KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`),
  ADD KEY `mdl_courmodu_gro_ix` (`groupingid`);

--
-- Indexes for table `mdl_course_modules_completion`
--
ALTER TABLE `mdl_course_modules_completion`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`),
  ADD KEY `mdl_courmoducomp_cou_ix` (`coursemoduleid`);

--
-- Indexes for table `mdl_course_modules_viewed`
--
ALTER TABLE `mdl_course_modules_viewed`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courmoduview_usecou_uix` (`userid`,`coursemoduleid`),
  ADD KEY `mdl_courmoduview_cou_ix` (`coursemoduleid`);

--
-- Indexes for table `mdl_course_published`
--
ALTER TABLE `mdl_course_published`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courpubl_hub_ix` (`hubcourseid`),
  ADD KEY `mdl_courpubl_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_course_request`
--
ALTER TABLE `mdl_course_request`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courrequ_sho_ix` (`shortname`);

--
-- Indexes for table `mdl_course_sections`
--
ALTER TABLE `mdl_course_sections`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_coursect_cousec_uix` (`course`,`section`);

--
-- Indexes for table `mdl_customfield_category`
--
ALTER TABLE `mdl_customfield_category`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`),
  ADD KEY `mdl_custcate_con_ix` (`contextid`);

--
-- Indexes for table `mdl_customfield_data`
--
ALTER TABLE `mdl_customfield_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_custdata_insfie_uix` (`instanceid`,`fieldid`),
  ADD KEY `mdl_custdata_fieint_ix` (`fieldid`,`intvalue`),
  ADD KEY `mdl_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`),
  ADD KEY `mdl_custdata_fiedec_ix` (`fieldid`,`decvalue`),
  ADD KEY `mdl_custdata_fie_ix` (`fieldid`),
  ADD KEY `mdl_custdata_con_ix` (`contextid`);

--
-- Indexes for table `mdl_customfield_field`
--
ALTER TABLE `mdl_customfield_field`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_custfiel_catsor_ix` (`categoryid`,`sortorder`),
  ADD KEY `mdl_custfiel_cat_ix` (`categoryid`);

--
-- Indexes for table `mdl_data`
--
ALTER TABLE `mdl_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_data_cou_ix` (`course`);

--
-- Indexes for table `mdl_data_content`
--
ALTER TABLE `mdl_data_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datacont_rec_ix` (`recordid`),
  ADD KEY `mdl_datacont_fie_ix` (`fieldid`);

--
-- Indexes for table `mdl_data_fields`
--
ALTER TABLE `mdl_data_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`),
  ADD KEY `mdl_datafiel_dat_ix` (`dataid`);

--
-- Indexes for table `mdl_data_records`
--
ALTER TABLE `mdl_data_records`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datareco_dat_ix` (`dataid`),
  ADD KEY `mdl_datareco_use_ix` (`userid`);

--
-- Indexes for table `mdl_editor_atto_autosave`
--
ALTER TABLE `mdl_editor_atto_autosave`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_editattoauto_eleconuse_uix` (`elementid`,`contextid`,`userid`,`pagehash`);

--
-- Indexes for table `mdl_enrol`
--
ALTER TABLE `mdl_enrol`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enro_enr_ix` (`enrol`),
  ADD KEY `mdl_enro_cou_ix` (`courseid`),
  ADD KEY `mdl_enro_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_enrol_flatfile`
--
ALTER TABLE `mdl_enrol_flatfile`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroflat_cou_ix` (`courseid`),
  ADD KEY `mdl_enroflat_use_ix` (`userid`),
  ADD KEY `mdl_enroflat_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_enrol_lti_app_registration`
--
ALTER TABLE `mdl_enrol_lti_app_registration`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltiappregi_uni_uix` (`uniqueid`),
  ADD UNIQUE KEY `mdl_enroltiappregi_pla_uix` (`platformclienthash`),
  ADD UNIQUE KEY `mdl_enroltiappregi_pla2_uix` (`platformuniqueidhash`);

--
-- Indexes for table `mdl_enrol_lti_context`
--
ALTER TABLE `mdl_enrol_lti_context`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enrolticont_lticon_uix` (`ltideploymentid`,`contextid`),
  ADD KEY `mdl_enrolticont_lti_ix` (`ltideploymentid`);

--
-- Indexes for table `mdl_enrol_lti_deployment`
--
ALTER TABLE `mdl_enrol_lti_deployment`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltidepl_pladep_uix` (`platformid`,`deploymentid`),
  ADD KEY `mdl_enroltidepl_pla_ix` (`platformid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_consumer`
--
ALTER TABLE `mdl_enrol_lti_lti2_consumer`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2cons_con_uix` (`consumerkey256`);

--
-- Indexes for table `mdl_enrol_lti_lti2_context`
--
ALTER TABLE `mdl_enrol_lti_lti2_context`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2cont_con_ix` (`consumerid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_nonce`
--
ALTER TABLE `mdl_enrol_lti_lti2_nonce`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2nonc_con_ix` (`consumerid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_resource_link`
--
ALTER TABLE `mdl_enrol_lti_lti2_resource_link`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2resolink_con_ix` (`contextid`),
  ADD KEY `mdl_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`),
  ADD KEY `mdl_enroltilti2resolink_co2_ix` (`consumerid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_share_key`
--
ALTER TABLE `mdl_enrol_lti_lti2_share_key`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2sharkey_sha_uix` (`sharekey`),
  ADD UNIQUE KEY `mdl_enroltilti2sharkey_res_uix` (`resourcelinkid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_tool_proxy`
--
ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2toolprox_to_uix` (`toolproxykey`),
  ADD KEY `mdl_enroltilti2toolprox_con_ix` (`consumerid`);

--
-- Indexes for table `mdl_enrol_lti_lti2_user_result`
--
ALTER TABLE `mdl_enrol_lti_lti2_user_result`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2userresu_res_ix` (`resourcelinkid`);

--
-- Indexes for table `mdl_enrol_lti_resource_link`
--
ALTER TABLE `mdl_enrol_lti_resource_link`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltiresolink_reslti_uix` (`resourcelinkid`,`ltideploymentid`),
  ADD KEY `mdl_enroltiresolink_lti_ix` (`ltideploymentid`),
  ADD KEY `mdl_enroltiresolink_lti2_ix` (`lticontextid`);

--
-- Indexes for table `mdl_enrol_lti_tools`
--
ALTER TABLE `mdl_enrol_lti_tools`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltitool_uui_uix` (`uuid`),
  ADD KEY `mdl_enroltitool_enr_ix` (`enrolid`),
  ADD KEY `mdl_enroltitool_con_ix` (`contextid`);

--
-- Indexes for table `mdl_enrol_lti_tool_consumer_map`
--
ALTER TABLE `mdl_enrol_lti_tool_consumer_map`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltitoolconsmap_too_ix` (`toolid`),
  ADD KEY `mdl_enroltitoolconsmap_con_ix` (`consumerid`);

--
-- Indexes for table `mdl_enrol_lti_users`
--
ALTER TABLE `mdl_enrol_lti_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltiuser_use_ix` (`userid`),
  ADD KEY `mdl_enroltiuser_too_ix` (`toolid`),
  ADD KEY `mdl_enroltiuser_lti_ix` (`ltideploymentid`);

--
-- Indexes for table `mdl_enrol_lti_user_resource_link`
--
ALTER TABLE `mdl_enrol_lti_user_resource_link`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltiuserresolink_lt_uix` (`ltiuserid`,`resourcelinkid`),
  ADD KEY `mdl_enroltiuserresolink_lti_ix` (`ltiuserid`),
  ADD KEY `mdl_enroltiuserresolink_res_ix` (`resourcelinkid`);

--
-- Indexes for table `mdl_enrol_paypal`
--
ALTER TABLE `mdl_enrol_paypal`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enropayp_bus_ix` (`business`),
  ADD KEY `mdl_enropayp_rec_ix` (`receiver_email`),
  ADD KEY `mdl_enropayp_cou_ix` (`courseid`),
  ADD KEY `mdl_enropayp_use_ix` (`userid`),
  ADD KEY `mdl_enropayp_ins_ix` (`instanceid`);

--
-- Indexes for table `mdl_event`
--
ALTER TABLE `mdl_event`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_even_cou_ix` (`courseid`),
  ADD KEY `mdl_even_use_ix` (`userid`),
  ADD KEY `mdl_even_tim_ix` (`timestart`),
  ADD KEY `mdl_even_tim2_ix` (`timeduration`),
  ADD KEY `mdl_even_uui_ix` (`uuid`),
  ADD KEY `mdl_even_typtim_ix` (`type`,`timesort`),
  ADD KEY `mdl_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`),
  ADD KEY `mdl_even_eve_ix` (`eventtype`),
  ADD KEY `mdl_even_comeveins_ix` (`component`,`eventtype`,`instance`),
  ADD KEY `mdl_even_modinseve_ix` (`modulename`,`instance`,`eventtype`),
  ADD KEY `mdl_even_cat_ix` (`categoryid`),
  ADD KEY `mdl_even_sub_ix` (`subscriptionid`);

--
-- Indexes for table `mdl_events_handlers`
--
ALTER TABLE `mdl_events_handlers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_evenhand_evecom_uix` (`eventname`,`component`);

--
-- Indexes for table `mdl_events_queue`
--
ALTER TABLE `mdl_events_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_evenqueu_use_ix` (`userid`);

--
-- Indexes for table `mdl_events_queue_handlers`
--
ALTER TABLE `mdl_events_queue_handlers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`),
  ADD KEY `mdl_evenqueuhand_han_ix` (`handlerid`);

--
-- Indexes for table `mdl_event_subscriptions`
--
ALTER TABLE `mdl_event_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_evensubs_cou_ix` (`courseid`),
  ADD KEY `mdl_evensubs_use_ix` (`userid`);

--
-- Indexes for table `mdl_external_functions`
--
ALTER TABLE `mdl_external_functions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_extefunc_nam_uix` (`name`);

--
-- Indexes for table `mdl_external_services`
--
ALTER TABLE `mdl_external_services`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_exteserv_nam_uix` (`name`);

--
-- Indexes for table `mdl_external_services_functions`
--
ALTER TABLE `mdl_external_services_functions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_exteservfunc_ext_ix` (`externalserviceid`);

--
-- Indexes for table `mdl_external_services_users`
--
ALTER TABLE `mdl_external_services_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_exteservuser_ext_ix` (`externalserviceid`),
  ADD KEY `mdl_exteservuser_use_ix` (`userid`);

--
-- Indexes for table `mdl_external_tokens`
--
ALTER TABLE `mdl_external_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_extetoke_tok_ix` (`token`),
  ADD KEY `mdl_extetoke_sid_ix` (`sid`),
  ADD KEY `mdl_extetoke_use_ix` (`userid`),
  ADD KEY `mdl_extetoke_ext_ix` (`externalserviceid`),
  ADD KEY `mdl_extetoke_con_ix` (`contextid`),
  ADD KEY `mdl_extetoke_cre_ix` (`creatorid`);

--
-- Indexes for table `mdl_favourite`
--
ALTER TABLE `mdl_favourite`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`),
  ADD KEY `mdl_favo_con_ix` (`contextid`),
  ADD KEY `mdl_favo_use_ix` (`userid`);

--
-- Indexes for table `mdl_feedback`
--
ALTER TABLE `mdl_feedback`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feed_cou_ix` (`course`);

--
-- Indexes for table `mdl_feedback_completed`
--
ALTER TABLE `mdl_feedback_completed`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedcomp_use_ix` (`userid`),
  ADD KEY `mdl_feedcomp_fee_ix` (`feedback`),
  ADD KEY `mdl_feedcomp_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_feedback_completedtmp`
--
ALTER TABLE `mdl_feedback_completedtmp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedcomp_use2_ix` (`userid`),
  ADD KEY `mdl_feedcomp_fee2_ix` (`feedback`);

--
-- Indexes for table `mdl_feedback_item`
--
ALTER TABLE `mdl_feedback_item`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feeditem_fee_ix` (`feedback`),
  ADD KEY `mdl_feeditem_tem_ix` (`template`);

--
-- Indexes for table `mdl_feedback_sitecourse_map`
--
ALTER TABLE `mdl_feedback_sitecourse_map`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedsitemap_cou_ix` (`courseid`),
  ADD KEY `mdl_feedsitemap_fee_ix` (`feedbackid`);

--
-- Indexes for table `mdl_feedback_template`
--
ALTER TABLE `mdl_feedback_template`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedtemp_cou_ix` (`course`);

--
-- Indexes for table `mdl_feedback_value`
--
ALTER TABLE `mdl_feedback_value`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`),
  ADD KEY `mdl_feedvalu_cou_ix` (`course_id`),
  ADD KEY `mdl_feedvalu_ite_ix` (`item`);

--
-- Indexes for table `mdl_feedback_valuetmp`
--
ALTER TABLE `mdl_feedback_valuetmp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`),
  ADD KEY `mdl_feedvalu_cou2_ix` (`course_id`),
  ADD KEY `mdl_feedvalu_ite2_ix` (`item`);

--
-- Indexes for table `mdl_files`
--
ALTER TABLE `mdl_files`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_file_pat_uix` (`pathnamehash`),
  ADD KEY `mdl_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`),
  ADD KEY `mdl_file_con_ix` (`contenthash`),
  ADD KEY `mdl_file_lic_ix` (`license`),
  ADD KEY `mdl_file_fil_ix` (`filename`),
  ADD KEY `mdl_file_con2_ix` (`contextid`),
  ADD KEY `mdl_file_use_ix` (`userid`),
  ADD KEY `mdl_file_ref_ix` (`referencefileid`);

--
-- Indexes for table `mdl_files_reference`
--
ALTER TABLE `mdl_files_reference`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filerefe_refrep_uix` (`referencehash`,`repositoryid`),
  ADD KEY `mdl_filerefe_rep_ix` (`repositoryid`);

--
-- Indexes for table `mdl_file_conversion`
--
ALTER TABLE `mdl_file_conversion`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_fileconv_sou_ix` (`sourcefileid`),
  ADD KEY `mdl_fileconv_des_ix` (`destfileid`),
  ADD KEY `mdl_fileconv_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_filter_active`
--
ALTER TABLE `mdl_filter_active`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filtacti_confil_uix` (`contextid`,`filter`),
  ADD KEY `mdl_filtacti_con_ix` (`contextid`);

--
-- Indexes for table `mdl_filter_config`
--
ALTER TABLE `mdl_filter_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filtconf_confilnam_uix` (`contextid`,`filter`,`name`),
  ADD KEY `mdl_filtconf_con_ix` (`contextid`);

--
-- Indexes for table `mdl_folder`
--
ALTER TABLE `mdl_folder`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_fold_cou_ix` (`course`);

--
-- Indexes for table `mdl_forum`
--
ALTER TABLE `mdl_forum`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foru_cou_ix` (`course`);

--
-- Indexes for table `mdl_forum_digests`
--
ALTER TABLE `mdl_forum_digests`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`),
  ADD KEY `mdl_forudige_use_ix` (`userid`),
  ADD KEY `mdl_forudige_for_ix` (`forum`);

--
-- Indexes for table `mdl_forum_discussions`
--
ALTER TABLE `mdl_forum_discussions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forudisc_use_ix` (`userid`),
  ADD KEY `mdl_forudisc_cou_ix` (`course`),
  ADD KEY `mdl_forudisc_for_ix` (`forum`),
  ADD KEY `mdl_forudisc_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_forum_discussion_subs`
--
ALTER TABLE `mdl_forum_discussion_subs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forudiscsubs_usedis_uix` (`userid`,`discussion`),
  ADD KEY `mdl_forudiscsubs_for_ix` (`forum`),
  ADD KEY `mdl_forudiscsubs_use_ix` (`userid`),
  ADD KEY `mdl_forudiscsubs_dis_ix` (`discussion`);

--
-- Indexes for table `mdl_forum_grades`
--
ALTER TABLE `mdl_forum_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`),
  ADD KEY `mdl_forugrad_use_ix` (`userid`),
  ADD KEY `mdl_forugrad_for_ix` (`forum`);

--
-- Indexes for table `mdl_forum_posts`
--
ALTER TABLE `mdl_forum_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forupost_use_ix` (`userid`),
  ADD KEY `mdl_forupost_cre_ix` (`created`),
  ADD KEY `mdl_forupost_mai_ix` (`mailed`),
  ADD KEY `mdl_forupost_pri_ix` (`privatereplyto`),
  ADD KEY `mdl_forupost_dis_ix` (`discussion`),
  ADD KEY `mdl_forupost_par_ix` (`parent`);

--
-- Indexes for table `mdl_forum_queue`
--
ALTER TABLE `mdl_forum_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foruqueu_use_ix` (`userid`),
  ADD KEY `mdl_foruqueu_dis_ix` (`discussionid`),
  ADD KEY `mdl_foruqueu_pos_ix` (`postid`);

--
-- Indexes for table `mdl_forum_read`
--
ALTER TABLE `mdl_forum_read`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foruread_foruse_ix` (`forumid`,`userid`),
  ADD KEY `mdl_foruread_disuse_ix` (`discussionid`,`userid`),
  ADD KEY `mdl_foruread_posuse_ix` (`postid`,`userid`),
  ADD KEY `mdl_foruread_use_ix` (`userid`);

--
-- Indexes for table `mdl_forum_subscriptions`
--
ALTER TABLE `mdl_forum_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forusubs_usefor_uix` (`userid`,`forum`),
  ADD KEY `mdl_forusubs_use_ix` (`userid`),
  ADD KEY `mdl_forusubs_for_ix` (`forum`);

--
-- Indexes for table `mdl_forum_track_prefs`
--
ALTER TABLE `mdl_forum_track_prefs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forutracpref_usefor_ix` (`userid`,`forumid`);

--
-- Indexes for table `mdl_glossary`
--
ALTER TABLE `mdl_glossary`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glos_cou_ix` (`course`);

--
-- Indexes for table `mdl_glossary_alias`
--
ALTER TABLE `mdl_glossary_alias`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosalia_ent_ix` (`entryid`);

--
-- Indexes for table `mdl_glossary_categories`
--
ALTER TABLE `mdl_glossary_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gloscate_glo_ix` (`glossaryid`);

--
-- Indexes for table `mdl_glossary_entries`
--
ALTER TABLE `mdl_glossary_entries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosentr_use_ix` (`userid`),
  ADD KEY `mdl_glosentr_con_ix` (`concept`),
  ADD KEY `mdl_glosentr_glo_ix` (`glossaryid`);

--
-- Indexes for table `mdl_glossary_entries_categories`
--
ALTER TABLE `mdl_glossary_entries_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosentrcate_cat_ix` (`categoryid`),
  ADD KEY `mdl_glosentrcate_ent_ix` (`entryid`);

--
-- Indexes for table `mdl_glossary_formats`
--
ALTER TABLE `mdl_glossary_formats`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_grade_categories`
--
ALTER TABLE `mdl_grade_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradcate_cou_ix` (`courseid`),
  ADD KEY `mdl_gradcate_par_ix` (`parent`);

--
-- Indexes for table `mdl_grade_categories_history`
--
ALTER TABLE `mdl_grade_categories_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradcatehist_act_ix` (`action`),
  ADD KEY `mdl_gradcatehist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradcatehist_old_ix` (`oldid`),
  ADD KEY `mdl_gradcatehist_cou_ix` (`courseid`),
  ADD KEY `mdl_gradcatehist_par_ix` (`parent`),
  ADD KEY `mdl_gradcatehist_log_ix` (`loggeduser`);

--
-- Indexes for table `mdl_grade_grades`
--
ALTER TABLE `mdl_grade_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradgrad_useite_uix` (`userid`,`itemid`),
  ADD KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`),
  ADD KEY `mdl_gradgrad_ite_ix` (`itemid`),
  ADD KEY `mdl_gradgrad_use_ix` (`userid`),
  ADD KEY `mdl_gradgrad_raw_ix` (`rawscaleid`),
  ADD KEY `mdl_gradgrad_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_grade_grades_history`
--
ALTER TABLE `mdl_grade_grades_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradgradhist_act_ix` (`action`),
  ADD KEY `mdl_gradgradhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`),
  ADD KEY `mdl_gradgradhist_old_ix` (`oldid`),
  ADD KEY `mdl_gradgradhist_ite_ix` (`itemid`),
  ADD KEY `mdl_gradgradhist_use_ix` (`userid`),
  ADD KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`),
  ADD KEY `mdl_gradgradhist_use2_ix` (`usermodified`),
  ADD KEY `mdl_gradgradhist_log_ix` (`loggeduser`);

--
-- Indexes for table `mdl_grade_import_newitem`
--
ALTER TABLE `mdl_grade_import_newitem`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradimponewi_imp_ix` (`importer`);

--
-- Indexes for table `mdl_grade_import_values`
--
ALTER TABLE `mdl_grade_import_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradimpovalu_ite_ix` (`itemid`),
  ADD KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`),
  ADD KEY `mdl_gradimpovalu_imp_ix` (`importer`),
  ADD KEY `mdl_gradimpovalu_use_ix` (`userid`);

--
-- Indexes for table `mdl_grade_items`
--
ALTER TABLE `mdl_grade_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_graditem_locloc_ix` (`locked`,`locktime`),
  ADD KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`),
  ADD KEY `mdl_graditem_gra_ix` (`gradetype`),
  ADD KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`),
  ADD KEY `mdl_graditem_iteiteitecou_ix` (`itemtype`,`itemmodule`,`iteminstance`,`courseid`),
  ADD KEY `mdl_graditem_cou_ix` (`courseid`),
  ADD KEY `mdl_graditem_cat_ix` (`categoryid`),
  ADD KEY `mdl_graditem_sca_ix` (`scaleid`),
  ADD KEY `mdl_graditem_out_ix` (`outcomeid`);

--
-- Indexes for table `mdl_grade_items_history`
--
ALTER TABLE `mdl_grade_items_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_graditemhist_act_ix` (`action`),
  ADD KEY `mdl_graditemhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_graditemhist_old_ix` (`oldid`),
  ADD KEY `mdl_graditemhist_cou_ix` (`courseid`),
  ADD KEY `mdl_graditemhist_cat_ix` (`categoryid`),
  ADD KEY `mdl_graditemhist_sca_ix` (`scaleid`),
  ADD KEY `mdl_graditemhist_out_ix` (`outcomeid`),
  ADD KEY `mdl_graditemhist_log_ix` (`loggeduser`);

--
-- Indexes for table `mdl_grade_letters`
--
ALTER TABLE `mdl_grade_letters`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`);

--
-- Indexes for table `mdl_grade_outcomes`
--
ALTER TABLE `mdl_grade_outcomes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`),
  ADD KEY `mdl_gradoutc_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutc_sca_ix` (`scaleid`),
  ADD KEY `mdl_gradoutc_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_grade_outcomes_courses`
--
ALTER TABLE `mdl_grade_outcomes_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`),
  ADD KEY `mdl_gradoutccour_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutccour_out_ix` (`outcomeid`);

--
-- Indexes for table `mdl_grade_outcomes_history`
--
ALTER TABLE `mdl_grade_outcomes_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradoutchist_act_ix` (`action`),
  ADD KEY `mdl_gradoutchist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradoutchist_old_ix` (`oldid`),
  ADD KEY `mdl_gradoutchist_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutchist_sca_ix` (`scaleid`),
  ADD KEY `mdl_gradoutchist_log_ix` (`loggeduser`);

--
-- Indexes for table `mdl_grade_settings`
--
ALTER TABLE `mdl_grade_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`),
  ADD KEY `mdl_gradsett_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_gradingform_guide_comments`
--
ALTER TABLE `mdl_gradingform_guide_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradguidcomm_def_ix` (`definitionid`);

--
-- Indexes for table `mdl_gradingform_guide_criteria`
--
ALTER TABLE `mdl_gradingform_guide_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradguidcrit_def_ix` (`definitionid`);

--
-- Indexes for table `mdl_gradingform_guide_fillings`
--
ALTER TABLE `mdl_gradingform_guide_fillings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradguidfill_inscri_uix` (`instanceid`,`criterionid`),
  ADD KEY `mdl_gradguidfill_ins_ix` (`instanceid`),
  ADD KEY `mdl_gradguidfill_cri_ix` (`criterionid`);

--
-- Indexes for table `mdl_gradingform_rubric_criteria`
--
ALTER TABLE `mdl_gradingform_rubric_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradrubrcrit_def_ix` (`definitionid`);

--
-- Indexes for table `mdl_gradingform_rubric_fillings`
--
ALTER TABLE `mdl_gradingform_rubric_fillings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`),
  ADD KEY `mdl_gradrubrfill_lev_ix` (`levelid`),
  ADD KEY `mdl_gradrubrfill_ins_ix` (`instanceid`),
  ADD KEY `mdl_gradrubrfill_cri_ix` (`criterionid`);

--
-- Indexes for table `mdl_gradingform_rubric_levels`
--
ALTER TABLE `mdl_gradingform_rubric_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradrubrleve_cri_ix` (`criterionid`);

--
-- Indexes for table `mdl_grading_areas`
--
ALTER TABLE `mdl_grading_areas`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradarea_concomare_uix` (`contextid`,`component`,`areaname`),
  ADD KEY `mdl_gradarea_con_ix` (`contextid`);

--
-- Indexes for table `mdl_grading_definitions`
--
ALTER TABLE `mdl_grading_definitions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_graddefi_aremet_uix` (`areaid`,`method`),
  ADD KEY `mdl_graddefi_are_ix` (`areaid`),
  ADD KEY `mdl_graddefi_use_ix` (`usermodified`),
  ADD KEY `mdl_graddefi_use2_ix` (`usercreated`);

--
-- Indexes for table `mdl_grading_instances`
--
ALTER TABLE `mdl_grading_instances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradinst_def_ix` (`definitionid`),
  ADD KEY `mdl_gradinst_rat_ix` (`raterid`);

--
-- Indexes for table `mdl_groupings`
--
ALTER TABLE `mdl_groupings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grou_idn2_ix` (`idnumber`),
  ADD KEY `mdl_grou_cou2_ix` (`courseid`);

--
-- Indexes for table `mdl_groupings_groups`
--
ALTER TABLE `mdl_groupings_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grougrou_gro_ix` (`groupingid`),
  ADD KEY `mdl_grougrou_gro2_ix` (`groupid`);

--
-- Indexes for table `mdl_groups`
--
ALTER TABLE `mdl_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grou_idn_ix` (`idnumber`),
  ADD KEY `mdl_grou_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_groups_members`
--
ALTER TABLE `mdl_groups_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_groumemb_usegro_uix` (`userid`,`groupid`),
  ADD KEY `mdl_groumemb_gro_ix` (`groupid`),
  ADD KEY `mdl_groumemb_use_ix` (`userid`);

--
-- Indexes for table `mdl_h5p`
--
ALTER TABLE `mdl_h5p`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5p_pat_ix` (`pathnamehash`),
  ADD KEY `mdl_h5p_mai_ix` (`mainlibraryid`);

--
-- Indexes for table `mdl_h5pactivity`
--
ALTER TABLE `mdl_h5pactivity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5pa_cou_ix` (`course`);

--
-- Indexes for table `mdl_h5pactivity_attempts`
--
ALTER TABLE `mdl_h5pactivity_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`),
  ADD KEY `mdl_h5paatte_tim_ix` (`timecreated`),
  ADD KEY `mdl_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`),
  ADD KEY `mdl_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`),
  ADD KEY `mdl_h5paatte_h5p_ix` (`h5pactivityid`);

--
-- Indexes for table `mdl_h5pactivity_attempts_results`
--
ALTER TABLE `mdl_h5pactivity_attempts_results`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`),
  ADD KEY `mdl_h5paatteresu_att_ix` (`attemptid`);

--
-- Indexes for table `mdl_h5p_contents_libraries`
--
ALTER TABLE `mdl_h5p_contents_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5pcontlibr_h5p_ix` (`h5pid`),
  ADD KEY `mdl_h5pcontlibr_lib_ix` (`libraryid`);

--
-- Indexes for table `mdl_h5p_libraries`
--
ALTER TABLE `mdl_h5p_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`);

--
-- Indexes for table `mdl_h5p_libraries_cachedassets`
--
ALTER TABLE `mdl_h5p_libraries_cachedassets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibrcach_lib_ix` (`libraryid`);

--
-- Indexes for table `mdl_h5p_library_dependencies`
--
ALTER TABLE `mdl_h5p_library_dependencies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibrdepe_lib_ix` (`libraryid`),
  ADD KEY `mdl_h5plibrdepe_req_ix` (`requiredlibraryid`);

--
-- Indexes for table `mdl_imscp`
--
ALTER TABLE `mdl_imscp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_imsc_cou_ix` (`course`);

--
-- Indexes for table `mdl_infected_files`
--
ALTER TABLE `mdl_infected_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_infefile_use_ix` (`userid`);

--
-- Indexes for table `mdl_label`
--
ALTER TABLE `mdl_label`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_labe_cou_ix` (`course`);

--
-- Indexes for table `mdl_lesson`
--
ALTER TABLE `mdl_lesson`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_less_cou_ix` (`course`);

--
-- Indexes for table `mdl_lesson_answers`
--
ALTER TABLE `mdl_lesson_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessansw_les_ix` (`lessonid`),
  ADD KEY `mdl_lessansw_pag_ix` (`pageid`);

--
-- Indexes for table `mdl_lesson_attempts`
--
ALTER TABLE `mdl_lesson_attempts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessatte_use_ix` (`userid`),
  ADD KEY `mdl_lessatte_les_ix` (`lessonid`),
  ADD KEY `mdl_lessatte_pag_ix` (`pageid`),
  ADD KEY `mdl_lessatte_ans_ix` (`answerid`);

--
-- Indexes for table `mdl_lesson_branch`
--
ALTER TABLE `mdl_lesson_branch`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessbran_use_ix` (`userid`),
  ADD KEY `mdl_lessbran_les_ix` (`lessonid`),
  ADD KEY `mdl_lessbran_pag_ix` (`pageid`);

--
-- Indexes for table `mdl_lesson_grades`
--
ALTER TABLE `mdl_lesson_grades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessgrad_use_ix` (`userid`),
  ADD KEY `mdl_lessgrad_les_ix` (`lessonid`);

--
-- Indexes for table `mdl_lesson_overrides`
--
ALTER TABLE `mdl_lesson_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessover_les_ix` (`lessonid`),
  ADD KEY `mdl_lessover_gro_ix` (`groupid`),
  ADD KEY `mdl_lessover_use_ix` (`userid`);

--
-- Indexes for table `mdl_lesson_pages`
--
ALTER TABLE `mdl_lesson_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lesspage_les_ix` (`lessonid`);

--
-- Indexes for table `mdl_lesson_timer`
--
ALTER TABLE `mdl_lesson_timer`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lesstime_use_ix` (`userid`),
  ADD KEY `mdl_lesstime_les_ix` (`lessonid`);

--
-- Indexes for table `mdl_license`
--
ALTER TABLE `mdl_license`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_lock_db`
--
ALTER TABLE `mdl_lock_db`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_lockdb_res_uix` (`resourcekey`),
  ADD KEY `mdl_lockdb_exp_ix` (`expires`),
  ADD KEY `mdl_lockdb_own_ix` (`owner`);

--
-- Indexes for table `mdl_log`
--
ALTER TABLE `mdl_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_log_coumodact_ix` (`course`,`module`,`action`),
  ADD KEY `mdl_log_tim_ix` (`time`),
  ADD KEY `mdl_log_act_ix` (`action`),
  ADD KEY `mdl_log_usecou_ix` (`userid`,`course`),
  ADD KEY `mdl_log_cmi_ix` (`cmid`);

--
-- Indexes for table `mdl_logstore_standard_log`
--
ALTER TABLE `mdl_logstore_standard_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_logsstanlog_tim_ix` (`timecreated`),
  ADD KEY `mdl_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`),
  ADD KEY `mdl_logsstanlog_useconconcr_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`),
  ADD KEY `mdl_logsstanlog_con_ix` (`contextid`),
  ADD KEY `mdl_logsstanlog_use_ix` (`userid`),
  ADD KEY `mdl_logsstanlog_cou_ix` (`courseid`),
  ADD KEY `mdl_logsstanlog_rea_ix` (`realuserid`),
  ADD KEY `mdl_logsstanlog_rel_ix` (`relateduserid`);

--
-- Indexes for table `mdl_log_display`
--
ALTER TABLE `mdl_log_display`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_logdisp_modact_uix` (`module`,`action`);

--
-- Indexes for table `mdl_log_queries`
--
ALTER TABLE `mdl_log_queries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_lti`
--
ALTER TABLE `mdl_lti`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lti_cou_ix` (`course`);

--
-- Indexes for table `mdl_ltiservice_gradebookservices`
--
ALTER TABLE `mdl_ltiservice_gradebookservices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltisgrad_lti_ix` (`ltilinkid`),
  ADD KEY `mdl_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`);

--
-- Indexes for table `mdl_lti_access_tokens`
--
ALTER TABLE `mdl_lti_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltiaccetoke_tok_uix` (`token`),
  ADD KEY `mdl_ltiaccetoke_typ_ix` (`typeid`);

--
-- Indexes for table `mdl_lti_coursevisible`
--
ALTER TABLE `mdl_lti_coursevisible`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lticour_cou_ix` (`courseid`),
  ADD KEY `mdl_lticour_typ_ix` (`typeid`);

--
-- Indexes for table `mdl_lti_submission`
--
ALTER TABLE `mdl_lti_submission`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltisubm_lti_ix` (`ltiid`);

--
-- Indexes for table `mdl_lti_tool_proxies`
--
ALTER TABLE `mdl_lti_tool_proxies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltitoolprox_gui_uix` (`guid`);

--
-- Indexes for table `mdl_lti_tool_settings`
--
ALTER TABLE `mdl_lti_tool_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltitoolsett_too_ix` (`toolproxyid`),
  ADD KEY `mdl_ltitoolsett_typ_ix` (`typeid`),
  ADD KEY `mdl_ltitoolsett_cou_ix` (`course`),
  ADD KEY `mdl_ltitoolsett_cou2_ix` (`coursemoduleid`);

--
-- Indexes for table `mdl_lti_types`
--
ALTER TABLE `mdl_lti_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltitype_cli_uix` (`clientid`),
  ADD KEY `mdl_ltitype_cou_ix` (`course`),
  ADD KEY `mdl_ltitype_too_ix` (`tooldomain`);

--
-- Indexes for table `mdl_lti_types_categories`
--
ALTER TABLE `mdl_lti_types_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltitypecate_typ_ix` (`typeid`),
  ADD KEY `mdl_ltitypecate_cat_ix` (`categoryid`);

--
-- Indexes for table `mdl_lti_types_config`
--
ALTER TABLE `mdl_lti_types_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltitypeconf_typ_ix` (`typeid`);

--
-- Indexes for table `mdl_matrix_room`
--
ALTER TABLE `mdl_matrix_room`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_matrroom_com_ix` (`commid`);

--
-- Indexes for table `mdl_message`
--
ALTER TABLE `mdl_message`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`),
  ADD KEY `mdl_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`),
  ADD KEY `mdl_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`);

--
-- Indexes for table `mdl_messageinbound_datakeys`
--
ALTER TABLE `mdl_messageinbound_datakeys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messdata_handat_uix` (`handler`,`datavalue`),
  ADD KEY `mdl_messdata_han_ix` (`handler`);

--
-- Indexes for table `mdl_messageinbound_handlers`
--
ALTER TABLE `mdl_messageinbound_handlers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messhand_cla_uix` (`classname`);

--
-- Indexes for table `mdl_messageinbound_messagelist`
--
ALTER TABLE `mdl_messageinbound_messagelist`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messmess_use_ix` (`userid`);

--
-- Indexes for table `mdl_messages`
--
ALTER TABLE `mdl_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mess_contim_ix` (`conversationid`,`timecreated`),
  ADD KEY `mdl_mess_use_ix` (`useridfrom`),
  ADD KEY `mdl_mess_con_ix` (`conversationid`);

--
-- Indexes for table `mdl_message_airnotifier_devices`
--
ALTER TABLE `mdl_message_airnotifier_devices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messairndevi_use_uix` (`userdeviceid`);

--
-- Indexes for table `mdl_message_contacts`
--
ALTER TABLE `mdl_message_contacts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messcont_usecon_uix` (`userid`,`contactid`),
  ADD KEY `mdl_messcont_use_ix` (`userid`),
  ADD KEY `mdl_messcont_con_ix` (`contactid`);

--
-- Indexes for table `mdl_message_contact_requests`
--
ALTER TABLE `mdl_message_contact_requests`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messcontrequ_usereq_uix` (`userid`,`requesteduserid`),
  ADD KEY `mdl_messcontrequ_use_ix` (`userid`),
  ADD KEY `mdl_messcontrequ_req_ix` (`requesteduserid`);

--
-- Indexes for table `mdl_message_conversations`
--
ALTER TABLE `mdl_message_conversations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconv_typ_ix` (`type`),
  ADD KEY `mdl_messconv_con_ix` (`convhash`),
  ADD KEY `mdl_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`),
  ADD KEY `mdl_messconv_con2_ix` (`contextid`);

--
-- Indexes for table `mdl_message_conversation_actions`
--
ALTER TABLE `mdl_message_conversation_actions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconvacti_use_ix` (`userid`),
  ADD KEY `mdl_messconvacti_con_ix` (`conversationid`);

--
-- Indexes for table `mdl_message_conversation_members`
--
ALTER TABLE `mdl_message_conversation_members`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconvmemb_con_ix` (`conversationid`),
  ADD KEY `mdl_messconvmemb_use_ix` (`userid`);

--
-- Indexes for table `mdl_message_email_messages`
--
ALTER TABLE `mdl_message_email_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messemaimess_use_ix` (`useridto`),
  ADD KEY `mdl_messemaimess_con_ix` (`conversationid`),
  ADD KEY `mdl_messemaimess_mes_ix` (`messageid`);

--
-- Indexes for table `mdl_message_popup`
--
ALTER TABLE `mdl_message_popup`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messpopu_mesisr_uix` (`messageid`,`isread`),
  ADD KEY `mdl_messpopu_isr_ix` (`isread`);

--
-- Indexes for table `mdl_message_popup_notifications`
--
ALTER TABLE `mdl_message_popup_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messpopunoti_not_ix` (`notificationid`);

--
-- Indexes for table `mdl_message_processors`
--
ALTER TABLE `mdl_message_processors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_message_providers`
--
ALTER TABLE `mdl_message_providers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messprov_comnam_uix` (`component`,`name`);

--
-- Indexes for table `mdl_message_read`
--
ALTER TABLE `mdl_message_read`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`),
  ADD KEY `mdl_messread_nottim_ix` (`notification`,`timeread`),
  ADD KEY `mdl_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`),
  ADD KEY `mdl_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`);

--
-- Indexes for table `mdl_message_users_blocked`
--
ALTER TABLE `mdl_message_users_blocked`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messuserbloc_useblo_uix` (`userid`,`blockeduserid`),
  ADD KEY `mdl_messuserbloc_use_ix` (`userid`),
  ADD KEY `mdl_messuserbloc_blo_ix` (`blockeduserid`);

--
-- Indexes for table `mdl_message_user_actions`
--
ALTER TABLE `mdl_message_user_actions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`),
  ADD KEY `mdl_messuseracti_use_ix` (`userid`),
  ADD KEY `mdl_messuseracti_mes_ix` (`messageid`);

--
-- Indexes for table `mdl_mnetservice_enrol_courses`
--
ALTER TABLE `mdl_mnetservice_enrol_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`);

--
-- Indexes for table `mdl_mnetservice_enrol_enrolments`
--
ALTER TABLE `mdl_mnetservice_enrol_enrolments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetenroenro_use_ix` (`userid`),
  ADD KEY `mdl_mnetenroenro_hos_ix` (`hostid`);

--
-- Indexes for table `mdl_mnet_application`
--
ALTER TABLE `mdl_mnet_application`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_mnet_host`
--
ALTER TABLE `mdl_mnet_host`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnethost_las_ix` (`last_log_id`),
  ADD KEY `mdl_mnethost_app_ix` (`applicationid`);

--
-- Indexes for table `mdl_mnet_host2service`
--
ALTER TABLE `mdl_mnet_host2service`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`);

--
-- Indexes for table `mdl_mnet_log`
--
ALTER TABLE `mdl_mnet_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`);

--
-- Indexes for table `mdl_mnet_remote_rpc`
--
ALTER TABLE `mdl_mnet_remote_rpc`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_mnet_remote_service2rpc`
--
ALTER TABLE `mdl_mnet_remote_service2rpc`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`);

--
-- Indexes for table `mdl_mnet_rpc`
--
ALTER TABLE `mdl_mnet_rpc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`);

--
-- Indexes for table `mdl_mnet_service`
--
ALTER TABLE `mdl_mnet_service`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_mnet_service2rpc`
--
ALTER TABLE `mdl_mnet_service2rpc`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`);

--
-- Indexes for table `mdl_mnet_session`
--
ALTER TABLE `mdl_mnet_session`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetsess_tok_uix` (`token`),
  ADD KEY `mdl_mnetsess_use_ix` (`userid`),
  ADD KEY `mdl_mnetsess_mne_ix` (`mnethostid`);

--
-- Indexes for table `mdl_mnet_sso_access_control`
--
ALTER TABLE `mdl_mnet_sso_access_control`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`);

--
-- Indexes for table `mdl_modules`
--
ALTER TABLE `mdl_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_modu_nam_ix` (`name`);

--
-- Indexes for table `mdl_moodlenet_share_progress`
--
ALTER TABLE `mdl_moodlenet_share_progress`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_my_pages`
--
ALTER TABLE `mdl_my_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mypage_usepri_ix` (`userid`,`private`);

--
-- Indexes for table `mdl_notifications`
--
ALTER TABLE `mdl_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_noti_use_ix` (`useridfrom`),
  ADD KEY `mdl_noti_use2_ix` (`useridto`);

--
-- Indexes for table `mdl_oauth2_access_token`
--
ALTER TABLE `mdl_oauth2_access_token`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautaccetoke_iss_uix` (`issuerid`),
  ADD KEY `mdl_oautaccetoke_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_oauth2_endpoint`
--
ALTER TABLE `mdl_oauth2_endpoint`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_oautendp_iss_ix` (`issuerid`),
  ADD KEY `mdl_oautendp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_oauth2_issuer`
--
ALTER TABLE `mdl_oauth2_issuer`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_oauth2_refresh_token`
--
ALTER TABLE `mdl_oauth2_refresh_token`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautrefrtoke_useisssco_uix` (`userid`,`issuerid`,`scopehash`),
  ADD KEY `mdl_oautrefrtoke_iss_ix` (`issuerid`),
  ADD KEY `mdl_oautrefrtoke_use_ix` (`userid`);

--
-- Indexes for table `mdl_oauth2_system_account`
--
ALTER TABLE `mdl_oauth2_system_account`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautsystacco_iss_uix` (`issuerid`),
  ADD KEY `mdl_oautsystacco_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_oauth2_user_field_mapping`
--
ALTER TABLE `mdl_oauth2_user_field_mapping`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautuserfielmapp_issin_uix` (`issuerid`,`internalfield`),
  ADD KEY `mdl_oautuserfielmapp_iss_ix` (`issuerid`),
  ADD KEY `mdl_oautuserfielmapp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_page`
--
ALTER TABLE `mdl_page`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_page_cou_ix` (`course`);

--
-- Indexes for table `mdl_paygw_paypal`
--
ALTER TABLE `mdl_paygw_paypal`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_paygpayp_pay_uix` (`paymentid`);

--
-- Indexes for table `mdl_payments`
--
ALTER TABLE `mdl_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_paym_gat_ix` (`gateway`),
  ADD KEY `mdl_paym_compayite_ix` (`component`,`paymentarea`,`itemid`),
  ADD KEY `mdl_paym_use_ix` (`userid`),
  ADD KEY `mdl_paym_acc_ix` (`accountid`);

--
-- Indexes for table `mdl_payment_accounts`
--
ALTER TABLE `mdl_payment_accounts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_paymacco_con_ix` (`contextid`);

--
-- Indexes for table `mdl_payment_gateways`
--
ALTER TABLE `mdl_payment_gateways`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_paymgate_acc_ix` (`accountid`);

--
-- Indexes for table `mdl_portfolio_instance`
--
ALTER TABLE `mdl_portfolio_instance`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_portfolio_instance_config`
--
ALTER TABLE `mdl_portfolio_instance_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portinstconf_nam_ix` (`name`),
  ADD KEY `mdl_portinstconf_ins_ix` (`instance`);

--
-- Indexes for table `mdl_portfolio_instance_user`
--
ALTER TABLE `mdl_portfolio_instance_user`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portinstuser_ins_ix` (`instance`),
  ADD KEY `mdl_portinstuser_use_ix` (`userid`);

--
-- Indexes for table `mdl_portfolio_log`
--
ALTER TABLE `mdl_portfolio_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portlog_use_ix` (`userid`),
  ADD KEY `mdl_portlog_por_ix` (`portfolio`),
  ADD KEY `mdl_portlog_tem_ix` (`tempdataid`);

--
-- Indexes for table `mdl_portfolio_mahara_queue`
--
ALTER TABLE `mdl_portfolio_mahara_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portmahaqueu_tok_ix` (`token`),
  ADD KEY `mdl_portmahaqueu_tra_ix` (`transferid`);

--
-- Indexes for table `mdl_portfolio_tempdata`
--
ALTER TABLE `mdl_portfolio_tempdata`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_porttemp_use_ix` (`userid`),
  ADD KEY `mdl_porttemp_ins_ix` (`instance`);

--
-- Indexes for table `mdl_post`
--
ALTER TABLE `mdl_post`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_post_iduse_uix` (`id`,`userid`),
  ADD KEY `mdl_post_las_ix` (`lastmodified`),
  ADD KEY `mdl_post_mod_ix` (`module`),
  ADD KEY `mdl_post_sub_ix` (`subject`),
  ADD KEY `mdl_post_use_ix` (`usermodified`),
  ADD KEY `mdl_post_cou_ix` (`courseid`),
  ADD KEY `mdl_post_cou2_ix` (`coursemoduleid`);

--
-- Indexes for table `mdl_profiling`
--
ALTER TABLE `mdl_profiling`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_prof_run_uix` (`runid`),
  ADD KEY `mdl_prof_urlrun_ix` (`url`,`runreference`),
  ADD KEY `mdl_prof_timrun_ix` (`timecreated`,`runreference`);

--
-- Indexes for table `mdl_qtype_ddimageortext`
--
ALTER TABLE `mdl_qtype_ddimageortext`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddim_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_ddimageortext_drags`
--
ALTER TABLE `mdl_qtype_ddimageortext_drags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddimdrag_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_ddimageortext_drops`
--
ALTER TABLE `mdl_qtype_ddimageortext_drops`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddimdrop_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_ddmarker`
--
ALTER TABLE `mdl_qtype_ddmarker`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddma_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_ddmarker_drags`
--
ALTER TABLE `mdl_qtype_ddmarker_drags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddmadrag_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_ddmarker_drops`
--
ALTER TABLE `mdl_qtype_ddmarker_drops`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddmadrop_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_essay_options`
--
ALTER TABLE `mdl_qtype_essay_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypessaopti_que_uix` (`questionid`);

--
-- Indexes for table `mdl_qtype_match_options`
--
ALTER TABLE `mdl_qtype_match_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypmatcopti_que_uix` (`questionid`);

--
-- Indexes for table `mdl_qtype_match_subquestions`
--
ALTER TABLE `mdl_qtype_match_subquestions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypmatcsubq_que_ix` (`questionid`);

--
-- Indexes for table `mdl_qtype_multichoice_options`
--
ALTER TABLE `mdl_qtype_multichoice_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypmultopti_que_uix` (`questionid`);

--
-- Indexes for table `mdl_qtype_randomsamatch_options`
--
ALTER TABLE `mdl_qtype_randomsamatch_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtyprandopti_que_uix` (`questionid`);

--
-- Indexes for table `mdl_qtype_shortanswer_options`
--
ALTER TABLE `mdl_qtype_shortanswer_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypshoropti_que_uix` (`questionid`);

--
-- Indexes for table `mdl_question`
--
ALTER TABLE `mdl_question`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ques_qty_ix` (`qtype`),
  ADD KEY `mdl_ques_par_ix` (`parent`),
  ADD KEY `mdl_ques_cre_ix` (`createdby`),
  ADD KEY `mdl_ques_mod_ix` (`modifiedby`);

--
-- Indexes for table `mdl_question_answers`
--
ALTER TABLE `mdl_question_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesansw_que_ix` (`question`);

--
-- Indexes for table `mdl_question_attempts`
--
ALTER TABLE `mdl_question_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesatte_queslo_uix` (`questionusageid`,`slot`),
  ADD KEY `mdl_quesatte_beh_ix` (`behaviour`),
  ADD KEY `mdl_quesatte_que_ix` (`questionid`),
  ADD KEY `mdl_quesatte_que2_ix` (`questionusageid`);

--
-- Indexes for table `mdl_question_attempt_steps`
--
ALTER TABLE `mdl_question_attempt_steps`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`),
  ADD KEY `mdl_quesattestep_que_ix` (`questionattemptid`),
  ADD KEY `mdl_quesattestep_use_ix` (`userid`);

--
-- Indexes for table `mdl_question_attempt_step_data`
--
ALTER TABLE `mdl_question_attempt_step_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesattestepdata_att_ix` (`attemptstepid`);

--
-- Indexes for table `mdl_question_bank_entries`
--
ALTER TABLE `mdl_question_bank_entries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesbankentr_queidn_uix` (`questioncategoryid`,`idnumber`),
  ADD KEY `mdl_quesbankentr_que_ix` (`questioncategoryid`),
  ADD KEY `mdl_quesbankentr_own_ix` (`ownerid`);

--
-- Indexes for table `mdl_question_calculated`
--
ALTER TABLE `mdl_question_calculated`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quescalc_ans_ix` (`answer`),
  ADD KEY `mdl_quescalc_que_ix` (`question`);

--
-- Indexes for table `mdl_question_calculated_options`
--
ALTER TABLE `mdl_question_calculated_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quescalcopti_que_ix` (`question`);

--
-- Indexes for table `mdl_question_categories`
--
ALTER TABLE `mdl_question_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quescate_consta_uix` (`contextid`,`stamp`),
  ADD UNIQUE KEY `mdl_quescate_conidn_uix` (`contextid`,`idnumber`),
  ADD KEY `mdl_quescate_con_ix` (`contextid`),
  ADD KEY `mdl_quescate_par_ix` (`parent`);

--
-- Indexes for table `mdl_question_datasets`
--
ALTER TABLE `mdl_question_datasets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`),
  ADD KEY `mdl_quesdata_que_ix` (`question`),
  ADD KEY `mdl_quesdata_dat_ix` (`datasetdefinition`);

--
-- Indexes for table `mdl_question_dataset_definitions`
--
ALTER TABLE `mdl_question_dataset_definitions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdatadefi_cat_ix` (`category`);

--
-- Indexes for table `mdl_question_dataset_items`
--
ALTER TABLE `mdl_question_dataset_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdataitem_def_ix` (`definition`);

--
-- Indexes for table `mdl_question_ddwtos`
--
ALTER TABLE `mdl_question_ddwtos`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesddwt_que_ix` (`questionid`);

--
-- Indexes for table `mdl_question_gapselect`
--
ALTER TABLE `mdl_question_gapselect`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesgaps_que_ix` (`questionid`);

--
-- Indexes for table `mdl_question_hints`
--
ALTER TABLE `mdl_question_hints`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_queshint_que_ix` (`questionid`);

--
-- Indexes for table `mdl_question_multianswer`
--
ALTER TABLE `mdl_question_multianswer`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesmult_que_ix` (`question`);

--
-- Indexes for table `mdl_question_numerical`
--
ALTER TABLE `mdl_question_numerical`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesnume_ans_ix` (`answer`),
  ADD KEY `mdl_quesnume_que_ix` (`question`);

--
-- Indexes for table `mdl_question_numerical_options`
--
ALTER TABLE `mdl_question_numerical_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesnumeopti_que_ix` (`question`);

--
-- Indexes for table `mdl_question_numerical_units`
--
ALTER TABLE `mdl_question_numerical_units`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesnumeunit_queuni_uix` (`question`,`unit`),
  ADD KEY `mdl_quesnumeunit_que_ix` (`question`);

--
-- Indexes for table `mdl_question_references`
--
ALTER TABLE `mdl_question_references`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesrefe_usicomqueite_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`),
  ADD KEY `mdl_quesrefe_usi_ix` (`usingcontextid`),
  ADD KEY `mdl_quesrefe_que_ix` (`questionbankentryid`);

--
-- Indexes for table `mdl_question_response_analysis`
--
ALTER TABLE `mdl_question_response_analysis`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesrespanal_que_ix` (`questionid`);

--
-- Indexes for table `mdl_question_response_count`
--
ALTER TABLE `mdl_question_response_count`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesrespcoun_ana_ix` (`analysisid`);

--
-- Indexes for table `mdl_question_set_references`
--
ALTER TABLE `mdl_question_set_references`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quessetrefe_usicomquei_uix` (`usingcontextid`,`component`,`questionarea`,`itemid`),
  ADD KEY `mdl_quessetrefe_usi_ix` (`usingcontextid`),
  ADD KEY `mdl_quessetrefe_que_ix` (`questionscontextid`);

--
-- Indexes for table `mdl_question_statistics`
--
ALTER TABLE `mdl_question_statistics`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesstat_que_ix` (`questionid`);

--
-- Indexes for table `mdl_question_truefalse`
--
ALTER TABLE `mdl_question_truefalse`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_questrue_que_ix` (`question`);

--
-- Indexes for table `mdl_question_usages`
--
ALTER TABLE `mdl_question_usages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesusag_con_ix` (`contextid`);

--
-- Indexes for table `mdl_question_versions`
--
ALTER TABLE `mdl_question_versions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesvers_que_ix` (`questionbankentryid`),
  ADD KEY `mdl_quesvers_que2_ix` (`questionid`);

--
-- Indexes for table `mdl_quiz`
--
ALTER TABLE `mdl_quiz`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quiz_cou_ix` (`course`);

--
-- Indexes for table `mdl_quizaccess_seb_quizsettings`
--
ALTER TABLE `mdl_quizaccess_seb_quizsettings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizsebquiz_qui_uix` (`quizid`),
  ADD UNIQUE KEY `mdl_quizsebquiz_cmi_uix` (`cmid`),
  ADD KEY `mdl_quizsebquiz_tem_ix` (`templateid`),
  ADD KEY `mdl_quizsebquiz_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_quizaccess_seb_template`
--
ALTER TABLE `mdl_quizaccess_seb_template`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizsebtemp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_quiz_attempts`
--
ALTER TABLE `mdl_quiz_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`),
  ADD UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`),
  ADD KEY `mdl_quizatte_statim_ix` (`state`,`timecheckstate`),
  ADD KEY `mdl_quizatte_qui_ix` (`quiz`),
  ADD KEY `mdl_quizatte_use_ix` (`userid`);

--
-- Indexes for table `mdl_quiz_feedback`
--
ALTER TABLE `mdl_quiz_feedback`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizfeed_qui_ix` (`quizid`);

--
-- Indexes for table `mdl_quiz_grades`
--
ALTER TABLE `mdl_quiz_grades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizgrad_use_ix` (`userid`),
  ADD KEY `mdl_quizgrad_qui_ix` (`quiz`);

--
-- Indexes for table `mdl_quiz_overrides`
--
ALTER TABLE `mdl_quiz_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizover_qui_ix` (`quiz`),
  ADD KEY `mdl_quizover_gro_ix` (`groupid`),
  ADD KEY `mdl_quizover_use_ix` (`userid`);

--
-- Indexes for table `mdl_quiz_overview_regrades`
--
ALTER TABLE `mdl_quiz_overview_regrades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizoverregr_queslo_ix` (`questionusageid`,`slot`);

--
-- Indexes for table `mdl_quiz_reports`
--
ALTER TABLE `mdl_quiz_reports`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizrepo_nam_uix` (`name`);

--
-- Indexes for table `mdl_quiz_sections`
--
ALTER TABLE `mdl_quiz_sections`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizsect_quifir_uix` (`quizid`,`firstslot`),
  ADD KEY `mdl_quizsect_qui_ix` (`quizid`);

--
-- Indexes for table `mdl_quiz_slots`
--
ALTER TABLE `mdl_quiz_slots`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizslot_quislo_uix` (`quizid`,`slot`),
  ADD KEY `mdl_quizslot_qui_ix` (`quizid`);

--
-- Indexes for table `mdl_quiz_statistics`
--
ALTER TABLE `mdl_quiz_statistics`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_rating`
--
ALTER TABLE `mdl_rating`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`),
  ADD KEY `mdl_rati_con_ix` (`contextid`),
  ADD KEY `mdl_rati_use_ix` (`userid`),
  ADD KEY `mdl_rati_sca_ix` (`scaleid`);

--
-- Indexes for table `mdl_registration_hubs`
--
ALTER TABLE `mdl_registration_hubs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_reportbuilder_audience`
--
ALTER TABLE `mdl_reportbuilder_audience`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_repoaudi_rep_ix` (`reportid`),
  ADD KEY `mdl_repoaudi_use_ix` (`usercreated`),
  ADD KEY `mdl_repoaudi_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_reportbuilder_column`
--
ALTER TABLE `mdl_reportbuilder_column`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_repocolu_rep_ix` (`reportid`),
  ADD KEY `mdl_repocolu_use_ix` (`usercreated`),
  ADD KEY `mdl_repocolu_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_reportbuilder_filter`
--
ALTER TABLE `mdl_reportbuilder_filter`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_repofilt_repuniisc_uix` (`reportid`,`uniqueidentifier`,`iscondition`),
  ADD KEY `mdl_repofilt_rep_ix` (`reportid`),
  ADD KEY `mdl_repofilt_use_ix` (`usercreated`),
  ADD KEY `mdl_repofilt_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_reportbuilder_report`
--
ALTER TABLE `mdl_reportbuilder_report`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_reporepo_use_ix` (`usercreated`),
  ADD KEY `mdl_reporepo_use2_ix` (`usermodified`),
  ADD KEY `mdl_reporepo_con_ix` (`contextid`);

--
-- Indexes for table `mdl_reportbuilder_schedule`
--
ALTER TABLE `mdl_reportbuilder_schedule`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_reposche_rep_ix` (`reportid`),
  ADD KEY `mdl_reposche_use_ix` (`userviewas`),
  ADD KEY `mdl_reposche_use2_ix` (`usercreated`),
  ADD KEY `mdl_reposche_use3_ix` (`usermodified`);

--
-- Indexes for table `mdl_repository`
--
ALTER TABLE `mdl_repository`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_repository_instances`
--
ALTER TABLE `mdl_repository_instances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_repoinst_use_ix` (`userid`),
  ADD KEY `mdl_repoinst_con_ix` (`contextid`);

--
-- Indexes for table `mdl_repository_instance_config`
--
ALTER TABLE `mdl_repository_instance_config`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_repository_onedrive_access`
--
ALTER TABLE `mdl_repository_onedrive_access`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_repoonedacce_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_resource`
--
ALTER TABLE `mdl_resource`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_reso_cou_ix` (`course`);

--
-- Indexes for table `mdl_resource_old`
--
ALTER TABLE `mdl_resource_old`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_resoold_old_uix` (`oldid`),
  ADD KEY `mdl_resoold_cmi_ix` (`cmid`);

--
-- Indexes for table `mdl_role`
--
ALTER TABLE `mdl_role`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_role_sor_uix` (`sortorder`),
  ADD UNIQUE KEY `mdl_role_sho_uix` (`shortname`);

--
-- Indexes for table `mdl_role_allow_assign`
--
ALTER TABLE `mdl_role_allow_assign`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`),
  ADD KEY `mdl_rolealloassi_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloassi_all_ix` (`allowassign`);

--
-- Indexes for table `mdl_role_allow_override`
--
ALTER TABLE `mdl_role_allow_override`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`),
  ADD KEY `mdl_rolealloover_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloover_all_ix` (`allowoverride`);

--
-- Indexes for table `mdl_role_allow_switch`
--
ALTER TABLE `mdl_role_allow_switch`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloswit_rolall_uix` (`roleid`,`allowswitch`),
  ADD KEY `mdl_rolealloswit_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloswit_all_ix` (`allowswitch`);

--
-- Indexes for table `mdl_role_allow_view`
--
ALTER TABLE `mdl_role_allow_view`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloview_rolall_uix` (`roleid`,`allowview`),
  ADD KEY `mdl_rolealloview_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloview_all_ix` (`allowview`);

--
-- Indexes for table `mdl_role_assignments`
--
ALTER TABLE `mdl_role_assignments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_roleassi_sor_ix` (`sortorder`),
  ADD KEY `mdl_roleassi_rolcon_ix` (`roleid`,`contextid`),
  ADD KEY `mdl_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`),
  ADD KEY `mdl_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`),
  ADD KEY `mdl_roleassi_rol_ix` (`roleid`),
  ADD KEY `mdl_roleassi_con_ix` (`contextid`),
  ADD KEY `mdl_roleassi_use_ix` (`userid`);

--
-- Indexes for table `mdl_role_capabilities`
--
ALTER TABLE `mdl_role_capabilities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`),
  ADD KEY `mdl_rolecapa_rol_ix` (`roleid`),
  ADD KEY `mdl_rolecapa_con_ix` (`contextid`),
  ADD KEY `mdl_rolecapa_mod_ix` (`modifierid`),
  ADD KEY `mdl_rolecapa_cap_ix` (`capability`);

--
-- Indexes for table `mdl_role_context_levels`
--
ALTER TABLE `mdl_role_context_levels`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolecontleve_conrol_uix` (`contextlevel`,`roleid`),
  ADD KEY `mdl_rolecontleve_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_role_names`
--
ALTER TABLE `mdl_role_names`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolename_rolcon_uix` (`roleid`,`contextid`),
  ADD KEY `mdl_rolename_rol_ix` (`roleid`),
  ADD KEY `mdl_rolename_con_ix` (`contextid`);

--
-- Indexes for table `mdl_scale`
--
ALTER TABLE `mdl_scale`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scal_cou_ix` (`courseid`),
  ADD KEY `mdl_scal_use_ix` (`userid`);

--
-- Indexes for table `mdl_scale_history`
--
ALTER TABLE `mdl_scale_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scalhist_act_ix` (`action`),
  ADD KEY `mdl_scalhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_scalhist_old_ix` (`oldid`),
  ADD KEY `mdl_scalhist_cou_ix` (`courseid`),
  ADD KEY `mdl_scalhist_log_ix` (`loggeduser`),
  ADD KEY `mdl_scalhist_use_ix` (`userid`);

--
-- Indexes for table `mdl_scorm`
--
ALTER TABLE `mdl_scorm`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scor_cou_ix` (`course`);

--
-- Indexes for table `mdl_scorm_aicc_session`
--
ALTER TABLE `mdl_scorm_aicc_session`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scoraiccsess_sco_ix` (`scormid`),
  ADD KEY `mdl_scoraiccsess_use_ix` (`userid`);

--
-- Indexes for table `mdl_scorm_attempt`
--
ALTER TABLE `mdl_scorm_attempt`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scoratte_use_ix` (`userid`),
  ADD KEY `mdl_scoratte_sco_ix` (`scormid`);

--
-- Indexes for table `mdl_scorm_element`
--
ALTER TABLE `mdl_scorm_element`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorelem_ele_uix` (`element`);

--
-- Indexes for table `mdl_scorm_scoes`
--
ALTER TABLE `mdl_scorm_scoes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scorscoe_sco_ix` (`scorm`);

--
-- Indexes for table `mdl_scorm_scoes_data`
--
ALTER TABLE `mdl_scorm_scoes_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scorscoedata_sco_ix` (`scoid`);

--
-- Indexes for table `mdl_scorm_scoes_value`
--
ALTER TABLE `mdl_scorm_scoes_value`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scorscoevalu_sco_ix` (`scoid`),
  ADD KEY `mdl_scorscoevalu_att_ix` (`attemptid`),
  ADD KEY `mdl_scorscoevalu_ele_ix` (`elementid`);

--
-- Indexes for table `mdl_scorm_seq_mapinfo`
--
ALTER TABLE `mdl_scorm_seq_mapinfo`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`),
  ADD KEY `mdl_scorseqmapi_sco_ix` (`scoid`),
  ADD KEY `mdl_scorseqmapi_obj_ix` (`objectiveid`);

--
-- Indexes for table `mdl_scorm_seq_objective`
--
ALTER TABLE `mdl_scorm_seq_objective`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqobje_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqobje_sco_ix` (`scoid`);

--
-- Indexes for table `mdl_scorm_seq_rolluprule`
--
ALTER TABLE `mdl_scorm_seq_rolluprule`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqroll_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqroll_sco_ix` (`scoid`);

--
-- Indexes for table `mdl_scorm_seq_rolluprulecond`
--
ALTER TABLE `mdl_scorm_seq_rolluprulecond`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`),
  ADD KEY `mdl_scorseqroll_sco2_ix` (`scoid`),
  ADD KEY `mdl_scorseqroll_rol_ix` (`rollupruleid`);

--
-- Indexes for table `mdl_scorm_seq_rulecond`
--
ALTER TABLE `mdl_scorm_seq_rulecond`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`),
  ADD KEY `mdl_scorseqrule_sco2_ix` (`scoid`),
  ADD KEY `mdl_scorseqrule_rul_ix` (`ruleconditionsid`);

--
-- Indexes for table `mdl_scorm_seq_ruleconds`
--
ALTER TABLE `mdl_scorm_seq_ruleconds`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqrule_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqrule_sco_ix` (`scoid`);

--
-- Indexes for table `mdl_search_index_requests`
--
ALTER TABLE `mdl_search_index_requests`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_searinderequ_indtim_ix` (`indexpriority`,`timerequested`),
  ADD KEY `mdl_searinderequ_con_ix` (`contextid`);

--
-- Indexes for table `mdl_search_simpledb_index`
--
ALTER TABLE `mdl_search_simpledb_index`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_searsimpinde_doc_uix` (`docid`),
  ADD KEY `mdl_searsimpinde_owncon_ix` (`owneruserid`,`contextid`),
  ADD KEY `mdl_searsimpinde_con_ix` (`contextid`),
  ADD KEY `mdl_searsimpinde_cou_ix` (`courseid`),
  ADD KEY `mdl_searsimpinde_are_ix` (`areaid`);
ALTER TABLE `mdl_search_simpledb_index` ADD FULLTEXT KEY `mdl_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`);

--
-- Indexes for table `mdl_sessions`
--
ALTER TABLE `mdl_sessions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_sess_sid_uix` (`sid`),
  ADD KEY `mdl_sess_sta_ix` (`state`),
  ADD KEY `mdl_sess_tim_ix` (`timecreated`),
  ADD KEY `mdl_sess_tim2_ix` (`timemodified`),
  ADD KEY `mdl_sess_use_ix` (`userid`);

--
-- Indexes for table `mdl_stats_daily`
--
ALTER TABLE `mdl_stats_daily`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statdail_cou_ix` (`courseid`),
  ADD KEY `mdl_statdail_tim_ix` (`timeend`),
  ADD KEY `mdl_statdail_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_stats_monthly`
--
ALTER TABLE `mdl_stats_monthly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statmont_cou_ix` (`courseid`),
  ADD KEY `mdl_statmont_tim_ix` (`timeend`),
  ADD KEY `mdl_statmont_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_stats_user_daily`
--
ALTER TABLE `mdl_stats_user_daily`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statuserdail_cou_ix` (`courseid`),
  ADD KEY `mdl_statuserdail_use_ix` (`userid`),
  ADD KEY `mdl_statuserdail_rol_ix` (`roleid`),
  ADD KEY `mdl_statuserdail_tim_ix` (`timeend`);

--
-- Indexes for table `mdl_stats_user_monthly`
--
ALTER TABLE `mdl_stats_user_monthly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statusermont_cou_ix` (`courseid`),
  ADD KEY `mdl_statusermont_use_ix` (`userid`),
  ADD KEY `mdl_statusermont_rol_ix` (`roleid`),
  ADD KEY `mdl_statusermont_tim_ix` (`timeend`);

--
-- Indexes for table `mdl_stats_user_weekly`
--
ALTER TABLE `mdl_stats_user_weekly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statuserweek_cou_ix` (`courseid`),
  ADD KEY `mdl_statuserweek_use_ix` (`userid`),
  ADD KEY `mdl_statuserweek_rol_ix` (`roleid`),
  ADD KEY `mdl_statuserweek_tim_ix` (`timeend`);

--
-- Indexes for table `mdl_stats_weekly`
--
ALTER TABLE `mdl_stats_weekly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statweek_cou_ix` (`courseid`),
  ADD KEY `mdl_statweek_tim_ix` (`timeend`),
  ADD KEY `mdl_statweek_rol_ix` (`roleid`);

--
-- Indexes for table `mdl_survey`
--
ALTER TABLE `mdl_survey`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_surv_cou_ix` (`course`);

--
-- Indexes for table `mdl_survey_analysis`
--
ALTER TABLE `mdl_survey_analysis`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_survanal_use_ix` (`userid`),
  ADD KEY `mdl_survanal_sur_ix` (`survey`);

--
-- Indexes for table `mdl_survey_answers`
--
ALTER TABLE `mdl_survey_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_survansw_use_ix` (`userid`),
  ADD KEY `mdl_survansw_sur_ix` (`survey`),
  ADD KEY `mdl_survansw_que_ix` (`question`);

--
-- Indexes for table `mdl_survey_questions`
--
ALTER TABLE `mdl_survey_questions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tag`
--
ALTER TABLE `mdl_tag`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tag_tagnam_uix` (`tagcollid`,`name`),
  ADD KEY `mdl_tag_tagiss_ix` (`tagcollid`,`isstandard`),
  ADD KEY `mdl_tag_use_ix` (`userid`),
  ADD KEY `mdl_tag_tag_ix` (`tagcollid`);

--
-- Indexes for table `mdl_tag_area`
--
ALTER TABLE `mdl_tag_area`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tagarea_comite_uix` (`component`,`itemtype`),
  ADD KEY `mdl_tagarea_tag_ix` (`tagcollid`);

--
-- Indexes for table `mdl_tag_coll`
--
ALTER TABLE `mdl_tag_coll`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tag_correlation`
--
ALTER TABLE `mdl_tag_correlation`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tagcorr_tag_ix` (`tagid`);

--
-- Indexes for table `mdl_tag_instance`
--
ALTER TABLE `mdl_tag_instance`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_taginst_comiteiteconti_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`),
  ADD KEY `mdl_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`),
  ADD KEY `mdl_taginst_tag_ix` (`tagid`),
  ADD KEY `mdl_taginst_con_ix` (`contextid`);

--
-- Indexes for table `mdl_task_adhoc`
--
ALTER TABLE `mdl_task_adhoc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_taskadho_nex_ix` (`nextruntime`),
  ADD KEY `mdl_taskadho_tim_ix` (`timestarted`),
  ADD KEY `mdl_taskadho_use_ix` (`userid`);

--
-- Indexes for table `mdl_task_log`
--
ALTER TABLE `mdl_task_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tasklog_cla_ix` (`classname`),
  ADD KEY `mdl_tasklog_tim_ix` (`timestart`),
  ADD KEY `mdl_tasklog_use_ix` (`userid`);

--
-- Indexes for table `mdl_task_scheduled`
--
ALTER TABLE `mdl_task_scheduled`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tasksche_cla_uix` (`classname`);

--
-- Indexes for table `mdl_tiny_autosave`
--
ALTER TABLE `mdl_tiny_autosave`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tinyauto_eleconusepag_uix` (`elementid`,`contextid`,`userid`,`pagehash`);

--
-- Indexes for table `mdl_tool_brickfield_areas`
--
ALTER TABLE `mdl_tool_brickfield_areas`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricarea_coucmi_ix` (`courseid`,`cmid`),
  ADD KEY `mdl_toolbricarea_typtabitef_ix` (`type`,`tablename`,`itemid`,`fieldorarea`),
  ADD KEY `mdl_toolbricarea_typconcomf_ix` (`type`,`contextid`,`component`,`fieldorarea`,`itemid`),
  ADD KEY `mdl_toolbricarea_refreftyp_ix` (`reftable`,`refid`,`type`),
  ADD KEY `mdl_toolbricarea_cou_ix` (`courseid`),
  ADD KEY `mdl_toolbricarea_cmi_ix` (`cmid`),
  ADD KEY `mdl_toolbricarea_cat_ix` (`categoryid`),
  ADD KEY `mdl_toolbricarea_con_ix` (`contextid`);

--
-- Indexes for table `mdl_tool_brickfield_cache_acts`
--
ALTER TABLE `mdl_tool_brickfield_cache_acts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbriccachacts_sta_ix` (`status`),
  ADD KEY `mdl_toolbriccachacts_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_tool_brickfield_cache_check`
--
ALTER TABLE `mdl_tool_brickfield_cache_check`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbriccachchec_sta_ix` (`status`),
  ADD KEY `mdl_toolbriccachchec_err_ix` (`errorcount`),
  ADD KEY `mdl_toolbriccachchec_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_tool_brickfield_checks`
--
ALTER TABLE `mdl_tool_brickfield_checks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricchec_che_ix` (`checktype`),
  ADD KEY `mdl_toolbricchec_che2_ix` (`checkgroup`),
  ADD KEY `mdl_toolbricchec_sta_ix` (`status`);

--
-- Indexes for table `mdl_tool_brickfield_content`
--
ALTER TABLE `mdl_tool_brickfield_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbriccont_sta_ix` (`status`),
  ADD KEY `mdl_toolbriccont_iscare_ix` (`iscurrent`,`areaid`),
  ADD KEY `mdl_toolbriccont_are_ix` (`areaid`);

--
-- Indexes for table `mdl_tool_brickfield_errors`
--
ALTER TABLE `mdl_tool_brickfield_errors`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricerro_res_ix` (`resultid`);

--
-- Indexes for table `mdl_tool_brickfield_process`
--
ALTER TABLE `mdl_tool_brickfield_process`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricproc_tim_ix` (`timecompleted`);

--
-- Indexes for table `mdl_tool_brickfield_results`
--
ALTER TABLE `mdl_tool_brickfield_results`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricresu_conche_ix` (`contentid`,`checkid`),
  ADD KEY `mdl_toolbricresu_con_ix` (`contentid`),
  ADD KEY `mdl_toolbricresu_che_ix` (`checkid`);

--
-- Indexes for table `mdl_tool_brickfield_schedule`
--
ALTER TABLE `mdl_tool_brickfield_schedule`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolbricsche_conins_uix` (`contextlevel`,`instanceid`),
  ADD KEY `mdl_toolbricsche_sta_ix` (`status`);

--
-- Indexes for table `mdl_tool_brickfield_summary`
--
ALTER TABLE `mdl_tool_brickfield_summary`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolbricsumm_sta_ix` (`status`),
  ADD KEY `mdl_toolbricsumm_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_tool_cohortroles`
--
ALTER TABLE `mdl_tool_cohortroles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`);

--
-- Indexes for table `mdl_tool_customlang`
--
ALTER TABLE `mdl_tool_customlang`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`),
  ADD KEY `mdl_toolcust_com_ix` (`componentid`);

--
-- Indexes for table `mdl_tool_customlang_components`
--
ALTER TABLE `mdl_tool_customlang_components`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tool_dataprivacy_category`
--
ALTER TABLE `mdl_tool_dataprivacy_category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tool_dataprivacy_contextlist`
--
ALTER TABLE `mdl_tool_dataprivacy_contextlist`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tool_dataprivacy_ctxexpired`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxexpired`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxe_con_uix` (`contextid`);

--
-- Indexes for table `mdl_tool_dataprivacy_ctxinstance`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxinstance`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxi_con_uix` (`contextid`),
  ADD KEY `mdl_tooldatactxi_pur_ix` (`purposeid`),
  ADD KEY `mdl_tooldatactxi_cat_ix` (`categoryid`);

--
-- Indexes for table `mdl_tool_dataprivacy_ctxlevel`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlevel`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxl_con_uix` (`contextlevel`),
  ADD KEY `mdl_tooldatactxl_cat_ix` (`categoryid`),
  ADD KEY `mdl_tooldatactxl_pur_ix` (`purposeid`);

--
-- Indexes for table `mdl_tool_dataprivacy_ctxlst_ctx`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlst_ctx`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tooldatactxlctx_con_ix` (`contextlistid`);

--
-- Indexes for table `mdl_tool_dataprivacy_purpose`
--
ALTER TABLE `mdl_tool_dataprivacy_purpose`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_tool_dataprivacy_purposerole`
--
ALTER TABLE `mdl_tool_dataprivacy_purposerole`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatapurp_purrol_uix` (`purposeid`,`roleid`),
  ADD KEY `mdl_tooldatapurp_pur_ix` (`purposeid`),
  ADD KEY `mdl_tooldatapurp_rol_ix` (`roleid`),
  ADD KEY `mdl_tooldatapurp_use_ix` (`usermodified`);

--
-- Indexes for table `mdl_tool_dataprivacy_request`
--
ALTER TABLE `mdl_tool_dataprivacy_request`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tooldatarequ_use_ix` (`userid`),
  ADD KEY `mdl_tooldatarequ_req_ix` (`requestedby`),
  ADD KEY `mdl_tooldatarequ_dpo_ix` (`dpo`),
  ADD KEY `mdl_tooldatarequ_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_tool_dataprivacy_rqst_ctxlst`
--
ALTER TABLE `mdl_tool_dataprivacy_rqst_ctxlst`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatarqstctxl_reqco_uix` (`requestid`,`contextlistid`),
  ADD KEY `mdl_tooldatarqstctxl_req_ix` (`requestid`),
  ADD KEY `mdl_tooldatarqstctxl_con_ix` (`contextlistid`);

--
-- Indexes for table `mdl_tool_mfa`
--
ALTER TABLE `mdl_tool_mfa`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmfa_use_ix` (`userid`),
  ADD KEY `mdl_toolmfa_fac_ix` (`factor`),
  ADD KEY `mdl_toolmfa_usefacloc_ix` (`userid`,`factor`,`lockcounter`);

--
-- Indexes for table `mdl_tool_mfa_auth`
--
ALTER TABLE `mdl_tool_mfa_auth`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmfaauth_use_ix` (`userid`);

--
-- Indexes for table `mdl_tool_mfa_secrets`
--
ALTER TABLE `mdl_tool_mfa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmfasecr_fac_ix` (`factor`),
  ADD KEY `mdl_toolmfasecr_exp_ix` (`expiry`),
  ADD KEY `mdl_toolmfasecr_use_ix` (`userid`);

--
-- Indexes for table `mdl_tool_monitor_events`
--
ALTER TABLE `mdl_tool_monitor_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmonieven_cou_ix` (`courseid`),
  ADD KEY `mdl_toolmonieven_con_ix` (`contextid`),
  ADD KEY `mdl_toolmonieven_con2_ix` (`contextinstanceid`);

--
-- Indexes for table `mdl_tool_monitor_history`
--
ALTER TABLE `mdl_tool_monitor_history`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`),
  ADD KEY `mdl_toolmonihist_sid_ix` (`sid`);

--
-- Indexes for table `mdl_tool_monitor_rules`
--
ALTER TABLE `mdl_tool_monitor_rules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmonirule_couuse_ix` (`courseid`,`userid`),
  ADD KEY `mdl_toolmonirule_eve_ix` (`eventname`);

--
-- Indexes for table `mdl_tool_monitor_subscriptions`
--
ALTER TABLE `mdl_tool_monitor_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmonisubs_couuse_ix` (`courseid`,`userid`),
  ADD KEY `mdl_toolmonisubs_rul_ix` (`ruleid`);

--
-- Indexes for table `mdl_tool_policy`
--
ALTER TABLE `mdl_tool_policy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolpoli_cur_ix` (`currentversionid`);

--
-- Indexes for table `mdl_tool_policy_acceptances`
--
ALTER TABLE `mdl_tool_policy_acceptances`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolpoliacce_poluse_uix` (`policyversionid`,`userid`),
  ADD KEY `mdl_toolpoliacce_pol_ix` (`policyversionid`),
  ADD KEY `mdl_toolpoliacce_use_ix` (`userid`),
  ADD KEY `mdl_toolpoliacce_use2_ix` (`usermodified`);

--
-- Indexes for table `mdl_tool_policy_versions`
--
ALTER TABLE `mdl_tool_policy_versions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolpolivers_use_ix` (`usermodified`),
  ADD KEY `mdl_toolpolivers_pol_ix` (`policyid`);

--
-- Indexes for table `mdl_tool_recyclebin_category`
--
ALTER TABLE `mdl_tool_recyclebin_category`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolrecycate_tim_ix` (`timecreated`),
  ADD KEY `mdl_toolrecycate_cat_ix` (`categoryid`);

--
-- Indexes for table `mdl_tool_recyclebin_course`
--
ALTER TABLE `mdl_tool_recyclebin_course`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolrecycour_tim_ix` (`timecreated`),
  ADD KEY `mdl_toolrecycour_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_tool_usertours_steps`
--
ALTER TABLE `mdl_tool_usertours_steps`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tooluserstep_tousor_ix` (`tourid`,`sortorder`),
  ADD KEY `mdl_tooluserstep_tou_ix` (`tourid`);

--
-- Indexes for table `mdl_tool_usertours_tours`
--
ALTER TABLE `mdl_tool_usertours_tours`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_upgrade_log`
--
ALTER TABLE `mdl_upgrade_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_upgrlog_tim_ix` (`timemodified`),
  ADD KEY `mdl_upgrlog_typtim_ix` (`type`,`timemodified`),
  ADD KEY `mdl_upgrlog_use_ix` (`userid`);

--
-- Indexes for table `mdl_url`
--
ALTER TABLE `mdl_url`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_url_cou_ix` (`course`);

--
-- Indexes for table `mdl_user`
--
ALTER TABLE `mdl_user`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_user_mneuse_uix` (`mnethostid`,`username`),
  ADD KEY `mdl_user_del_ix` (`deleted`),
  ADD KEY `mdl_user_con_ix` (`confirmed`),
  ADD KEY `mdl_user_fir_ix` (`firstname`),
  ADD KEY `mdl_user_las_ix` (`lastname`),
  ADD KEY `mdl_user_cit_ix` (`city`),
  ADD KEY `mdl_user_cou_ix` (`country`),
  ADD KEY `mdl_user_las2_ix` (`lastaccess`),
  ADD KEY `mdl_user_ema_ix` (`email`),
  ADD KEY `mdl_user_aut_ix` (`auth`),
  ADD KEY `mdl_user_idn_ix` (`idnumber`),
  ADD KEY `mdl_user_fir2_ix` (`firstnamephonetic`),
  ADD KEY `mdl_user_las3_ix` (`lastnamephonetic`),
  ADD KEY `mdl_user_mid_ix` (`middlename`),
  ADD KEY `mdl_user_alt_ix` (`alternatename`);

--
-- Indexes for table `mdl_user_devices`
--
ALTER TABLE `mdl_user_devices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userdevi_pususe_uix` (`pushid`,`userid`),
  ADD KEY `mdl_userdevi_uuiuse_ix` (`uuid`,`userid`),
  ADD KEY `mdl_userdevi_use_ix` (`userid`);

--
-- Indexes for table `mdl_user_enrolments`
--
ALTER TABLE `mdl_user_enrolments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userenro_enruse_uix` (`enrolid`,`userid`),
  ADD KEY `mdl_userenro_enr_ix` (`enrolid`),
  ADD KEY `mdl_userenro_use_ix` (`userid`),
  ADD KEY `mdl_userenro_mod_ix` (`modifierid`);

--
-- Indexes for table `mdl_user_info_category`
--
ALTER TABLE `mdl_user_info_category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_user_info_data`
--
ALTER TABLE `mdl_user_info_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userinfodata_usefie_uix` (`userid`,`fieldid`);

--
-- Indexes for table `mdl_user_info_field`
--
ALTER TABLE `mdl_user_info_field`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_user_lastaccess`
--
ALTER TABLE `mdl_user_lastaccess`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userlast_usecou_uix` (`userid`,`courseid`),
  ADD KEY `mdl_userlast_use_ix` (`userid`),
  ADD KEY `mdl_userlast_cou_ix` (`courseid`);

--
-- Indexes for table `mdl_user_password_history`
--
ALTER TABLE `mdl_user_password_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userpasshist_use_ix` (`userid`);

--
-- Indexes for table `mdl_user_password_resets`
--
ALTER TABLE `mdl_user_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userpassrese_use_ix` (`userid`);

--
-- Indexes for table `mdl_user_preferences`
--
ALTER TABLE `mdl_user_preferences`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userpref_usenam_uix` (`userid`,`name`),
  ADD KEY `mdl_userpref_nam_ix` (`name`);

--
-- Indexes for table `mdl_user_private_key`
--
ALTER TABLE `mdl_user_private_key`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userprivkey_scrval_ix` (`script`,`value`),
  ADD KEY `mdl_userprivkey_use_ix` (`userid`);

--
-- Indexes for table `mdl_wiki`
--
ALTER TABLE `mdl_wiki`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wiki_cou_ix` (`course`);

--
-- Indexes for table `mdl_wiki_links`
--
ALTER TABLE `mdl_wiki_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wikilink_fro_ix` (`frompageid`),
  ADD KEY `mdl_wikilink_sub_ix` (`subwikiid`);

--
-- Indexes for table `mdl_wiki_locks`
--
ALTER TABLE `mdl_wiki_locks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mdl_wiki_pages`
--
ALTER TABLE `mdl_wiki_pages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`),
  ADD KEY `mdl_wikipage_sub_ix` (`subwikiid`);

--
-- Indexes for table `mdl_wiki_subwikis`
--
ALTER TABLE `mdl_wiki_subwikis`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`),
  ADD KEY `mdl_wikisubw_wik_ix` (`wikiid`);

--
-- Indexes for table `mdl_wiki_synonyms`
--
ALTER TABLE `mdl_wiki_synonyms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`);

--
-- Indexes for table `mdl_wiki_versions`
--
ALTER TABLE `mdl_wiki_versions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wikivers_pag_ix` (`pageid`);

--
-- Indexes for table `mdl_workshop`
--
ALTER TABLE `mdl_workshop`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_work_cou_ix` (`course`);

--
-- Indexes for table `mdl_workshopallocation_scheduled`
--
ALTER TABLE `mdl_workshopallocation_scheduled`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_worksche_wor_uix` (`workshopid`);

--
-- Indexes for table `mdl_workshopeval_best_settings`
--
ALTER TABLE `mdl_workshopeval_best_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workbestsett_wor_uix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_accumulative`
--
ALTER TABLE `mdl_workshopform_accumulative`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workaccu_wor_ix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_comments`
--
ALTER TABLE `mdl_workshopform_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workcomm_wor_ix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_numerrors`
--
ALTER TABLE `mdl_workshopform_numerrors`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_worknume_wor_ix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_numerrors_map`
--
ALTER TABLE `mdl_workshopform_numerrors_map`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_worknumemap_wornon_uix` (`workshopid`,`nonegative`),
  ADD KEY `mdl_worknumemap_wor_ix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_rubric`
--
ALTER TABLE `mdl_workshopform_rubric`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workrubr_wor_ix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_rubric_config`
--
ALTER TABLE `mdl_workshopform_rubric_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workrubrconf_wor_uix` (`workshopid`);

--
-- Indexes for table `mdl_workshopform_rubric_levels`
--
ALTER TABLE `mdl_workshopform_rubric_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workrubrleve_dim_ix` (`dimensionid`);

--
-- Indexes for table `mdl_workshop_aggregations`
--
ALTER TABLE `mdl_workshop_aggregations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workaggr_woruse_uix` (`workshopid`,`userid`),
  ADD KEY `mdl_workaggr_wor_ix` (`workshopid`),
  ADD KEY `mdl_workaggr_use_ix` (`userid`);

--
-- Indexes for table `mdl_workshop_assessments`
--
ALTER TABLE `mdl_workshop_assessments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workasse_sub_ix` (`submissionid`),
  ADD KEY `mdl_workasse_gra_ix` (`gradinggradeoverby`),
  ADD KEY `mdl_workasse_rev_ix` (`reviewerid`);

--
-- Indexes for table `mdl_workshop_grades`
--
ALTER TABLE `mdl_workshop_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`),
  ADD KEY `mdl_workgrad_ass_ix` (`assessmentid`);

--
-- Indexes for table `mdl_workshop_submissions`
--
ALTER TABLE `mdl_workshop_submissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_worksubm_wor_ix` (`workshopid`),
  ADD KEY `mdl_worksubm_gra_ix` (`gradeoverby`),
  ADD KEY `mdl_worksubm_aut_ix` (`authorid`);

--
-- Indexes for table `mdl_xapi_states`
--
ALTER TABLE `mdl_xapi_states`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_xapistat_comite_ix` (`component`,`itemid`),
  ADD KEY `mdl_xapistat_use_ix` (`userid`),
  ADD KEY `mdl_xapistat_tim_ix` (`timemodified`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `mdl_adminpresets`
--
ALTER TABLE `mdl_adminpresets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_app`
--
ALTER TABLE `mdl_adminpresets_app`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_app_it`
--
ALTER TABLE `mdl_adminpresets_app_it`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_app_it_a`
--
ALTER TABLE `mdl_adminpresets_app_it_a`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_app_plug`
--
ALTER TABLE `mdl_adminpresets_app_plug`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_it`
--
ALTER TABLE `mdl_adminpresets_it`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_it_a`
--
ALTER TABLE `mdl_adminpresets_it_a`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_adminpresets_plug`
--
ALTER TABLE `mdl_adminpresets_plug`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=116;

--
-- AUTO_INCREMENT for table `mdl_analytics_indicator_calc`
--
ALTER TABLE `mdl_analytics_indicator_calc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_models`
--
ALTER TABLE `mdl_analytics_models`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `mdl_analytics_models_log`
--
ALTER TABLE `mdl_analytics_models_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_predictions`
--
ALTER TABLE `mdl_analytics_predictions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_prediction_actions`
--
ALTER TABLE `mdl_analytics_prediction_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_predict_samples`
--
ALTER TABLE `mdl_analytics_predict_samples`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_train_samples`
--
ALTER TABLE `mdl_analytics_train_samples`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_used_analysables`
--
ALTER TABLE `mdl_analytics_used_analysables`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_analytics_used_files`
--
ALTER TABLE `mdl_analytics_used_files`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign`
--
ALTER TABLE `mdl_assign`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_comments`
--
ALTER TABLE `mdl_assignfeedback_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_editpdf_annot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_annot`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_editpdf_cmnt`
--
ALTER TABLE `mdl_assignfeedback_editpdf_cmnt`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_editpdf_quick`
--
ALTER TABLE `mdl_assignfeedback_editpdf_quick`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_editpdf_rot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_rot`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignfeedback_file`
--
ALTER TABLE `mdl_assignfeedback_file`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignsubmission_file`
--
ALTER TABLE `mdl_assignsubmission_file`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assignsubmission_onlinetext`
--
ALTER TABLE `mdl_assignsubmission_onlinetext`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_grades`
--
ALTER TABLE `mdl_assign_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_overrides`
--
ALTER TABLE `mdl_assign_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_plugin_config`
--
ALTER TABLE `mdl_assign_plugin_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_submission`
--
ALTER TABLE `mdl_assign_submission`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_user_flags`
--
ALTER TABLE `mdl_assign_user_flags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_assign_user_mapping`
--
ALTER TABLE `mdl_assign_user_mapping`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_auth_lti_linked_login`
--
ALTER TABLE `mdl_auth_lti_linked_login`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_auth_oauth2_linked_login`
--
ALTER TABLE `mdl_auth_oauth2_linked_login`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_backup_controllers`
--
ALTER TABLE `mdl_backup_controllers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_backup_courses`
--
ALTER TABLE `mdl_backup_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_backup_logs`
--
ALTER TABLE `mdl_backup_logs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge`
--
ALTER TABLE `mdl_badge`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_alignment`
--
ALTER TABLE `mdl_badge_alignment`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_backpack`
--
ALTER TABLE `mdl_badge_backpack`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_backpack_oauth2`
--
ALTER TABLE `mdl_badge_backpack_oauth2`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_criteria`
--
ALTER TABLE `mdl_badge_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_criteria_met`
--
ALTER TABLE `mdl_badge_criteria_met`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_criteria_param`
--
ALTER TABLE `mdl_badge_criteria_param`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_endorsement`
--
ALTER TABLE `mdl_badge_endorsement`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_external`
--
ALTER TABLE `mdl_badge_external`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_external_backpack`
--
ALTER TABLE `mdl_badge_external_backpack`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_badge_external_identifier`
--
ALTER TABLE `mdl_badge_external_identifier`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_issued`
--
ALTER TABLE `mdl_badge_issued`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_manual_award`
--
ALTER TABLE `mdl_badge_manual_award`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_badge_related`
--
ALTER TABLE `mdl_badge_related`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_bigbluebuttonbn`
--
ALTER TABLE `mdl_bigbluebuttonbn`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_bigbluebuttonbn_logs`
--
ALTER TABLE `mdl_bigbluebuttonbn_logs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_bigbluebuttonbn_recordings`
--
ALTER TABLE `mdl_bigbluebuttonbn_recordings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_block`
--
ALTER TABLE `mdl_block`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT for table `mdl_block_instances`
--
ALTER TABLE `mdl_block_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `mdl_block_positions`
--
ALTER TABLE `mdl_block_positions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_block_recentlyaccesseditems`
--
ALTER TABLE `mdl_block_recentlyaccesseditems`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_block_recent_activity`
--
ALTER TABLE `mdl_block_recent_activity`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_block_rss_client`
--
ALTER TABLE `mdl_block_rss_client`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_blog_association`
--
ALTER TABLE `mdl_blog_association`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_blog_external`
--
ALTER TABLE `mdl_blog_external`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_book`
--
ALTER TABLE `mdl_book`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_book_chapters`
--
ALTER TABLE `mdl_book_chapters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_cache_filters`
--
ALTER TABLE `mdl_cache_filters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_cache_flags`
--
ALTER TABLE `mdl_cache_flags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_capabilities`
--
ALTER TABLE `mdl_capabilities`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=723;

--
-- AUTO_INCREMENT for table `mdl_chat`
--
ALTER TABLE `mdl_chat`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_chat_messages`
--
ALTER TABLE `mdl_chat_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_chat_messages_current`
--
ALTER TABLE `mdl_chat_messages_current`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_chat_users`
--
ALTER TABLE `mdl_chat_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_choice`
--
ALTER TABLE `mdl_choice`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_choice_answers`
--
ALTER TABLE `mdl_choice_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_choice_options`
--
ALTER TABLE `mdl_choice_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_cohort`
--
ALTER TABLE `mdl_cohort`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_cohort_members`
--
ALTER TABLE `mdl_cohort_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_comments`
--
ALTER TABLE `mdl_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_communication`
--
ALTER TABLE `mdl_communication`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_communication_customlink`
--
ALTER TABLE `mdl_communication_customlink`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_communication_user`
--
ALTER TABLE `mdl_communication_user`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency`
--
ALTER TABLE `mdl_competency`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_coursecomp`
--
ALTER TABLE `mdl_competency_coursecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_coursecompsetting`
--
ALTER TABLE `mdl_competency_coursecompsetting`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_evidence`
--
ALTER TABLE `mdl_competency_evidence`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_framework`
--
ALTER TABLE `mdl_competency_framework`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_modulecomp`
--
ALTER TABLE `mdl_competency_modulecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_plan`
--
ALTER TABLE `mdl_competency_plan`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_plancomp`
--
ALTER TABLE `mdl_competency_plancomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_relatedcomp`
--
ALTER TABLE `mdl_competency_relatedcomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_template`
--
ALTER TABLE `mdl_competency_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_templatecohort`
--
ALTER TABLE `mdl_competency_templatecohort`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_templatecomp`
--
ALTER TABLE `mdl_competency_templatecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_usercomp`
--
ALTER TABLE `mdl_competency_usercomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_usercompcourse`
--
ALTER TABLE `mdl_competency_usercompcourse`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_usercompplan`
--
ALTER TABLE `mdl_competency_usercompplan`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_userevidence`
--
ALTER TABLE `mdl_competency_userevidence`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_competency_userevidencecomp`
--
ALTER TABLE `mdl_competency_userevidencecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_config`
--
ALTER TABLE `mdl_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=578;

--
-- AUTO_INCREMENT for table `mdl_config_log`
--
ALTER TABLE `mdl_config_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1794;

--
-- AUTO_INCREMENT for table `mdl_config_plugins`
--
ALTER TABLE `mdl_config_plugins`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1991;

--
-- AUTO_INCREMENT for table `mdl_contentbank_content`
--
ALTER TABLE `mdl_contentbank_content`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_context`
--
ALTER TABLE `mdl_context`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `mdl_course`
--
ALTER TABLE `mdl_course`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_course_categories`
--
ALTER TABLE `mdl_course_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_course_completions`
--
ALTER TABLE `mdl_course_completions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_completion_aggr_methd`
--
ALTER TABLE `mdl_course_completion_aggr_methd`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_completion_criteria`
--
ALTER TABLE `mdl_course_completion_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_completion_crit_compl`
--
ALTER TABLE `mdl_course_completion_crit_compl`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_completion_defaults`
--
ALTER TABLE `mdl_course_completion_defaults`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_format_options`
--
ALTER TABLE `mdl_course_format_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_course_modules`
--
ALTER TABLE `mdl_course_modules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_modules_completion`
--
ALTER TABLE `mdl_course_modules_completion`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_modules_viewed`
--
ALTER TABLE `mdl_course_modules_viewed`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_published`
--
ALTER TABLE `mdl_course_published`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_request`
--
ALTER TABLE `mdl_course_request`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_course_sections`
--
ALTER TABLE `mdl_course_sections`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_customfield_category`
--
ALTER TABLE `mdl_customfield_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_customfield_data`
--
ALTER TABLE `mdl_customfield_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_customfield_field`
--
ALTER TABLE `mdl_customfield_field`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_data`
--
ALTER TABLE `mdl_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_data_content`
--
ALTER TABLE `mdl_data_content`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_data_fields`
--
ALTER TABLE `mdl_data_fields`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_data_records`
--
ALTER TABLE `mdl_data_records`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_editor_atto_autosave`
--
ALTER TABLE `mdl_editor_atto_autosave`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol`
--
ALTER TABLE `mdl_enrol`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_flatfile`
--
ALTER TABLE `mdl_enrol_flatfile`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_app_registration`
--
ALTER TABLE `mdl_enrol_lti_app_registration`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_context`
--
ALTER TABLE `mdl_enrol_lti_context`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_deployment`
--
ALTER TABLE `mdl_enrol_lti_deployment`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_consumer`
--
ALTER TABLE `mdl_enrol_lti_lti2_consumer`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_context`
--
ALTER TABLE `mdl_enrol_lti_lti2_context`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_nonce`
--
ALTER TABLE `mdl_enrol_lti_lti2_nonce`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_resource_link`
--
ALTER TABLE `mdl_enrol_lti_lti2_resource_link`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_share_key`
--
ALTER TABLE `mdl_enrol_lti_lti2_share_key`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_tool_proxy`
--
ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_lti2_user_result`
--
ALTER TABLE `mdl_enrol_lti_lti2_user_result`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_resource_link`
--
ALTER TABLE `mdl_enrol_lti_resource_link`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_tools`
--
ALTER TABLE `mdl_enrol_lti_tools`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_tool_consumer_map`
--
ALTER TABLE `mdl_enrol_lti_tool_consumer_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_users`
--
ALTER TABLE `mdl_enrol_lti_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_lti_user_resource_link`
--
ALTER TABLE `mdl_enrol_lti_user_resource_link`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_enrol_paypal`
--
ALTER TABLE `mdl_enrol_paypal`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_event`
--
ALTER TABLE `mdl_event`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_events_handlers`
--
ALTER TABLE `mdl_events_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_events_queue`
--
ALTER TABLE `mdl_events_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_events_queue_handlers`
--
ALTER TABLE `mdl_events_queue_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_event_subscriptions`
--
ALTER TABLE `mdl_event_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_external_functions`
--
ALTER TABLE `mdl_external_functions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=721;

--
-- AUTO_INCREMENT for table `mdl_external_services`
--
ALTER TABLE `mdl_external_services`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_external_services_functions`
--
ALTER TABLE `mdl_external_services_functions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=417;

--
-- AUTO_INCREMENT for table `mdl_external_services_users`
--
ALTER TABLE `mdl_external_services_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_external_tokens`
--
ALTER TABLE `mdl_external_tokens`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_favourite`
--
ALTER TABLE `mdl_favourite`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback`
--
ALTER TABLE `mdl_feedback`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_completed`
--
ALTER TABLE `mdl_feedback_completed`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_completedtmp`
--
ALTER TABLE `mdl_feedback_completedtmp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_item`
--
ALTER TABLE `mdl_feedback_item`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_sitecourse_map`
--
ALTER TABLE `mdl_feedback_sitecourse_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_template`
--
ALTER TABLE `mdl_feedback_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_value`
--
ALTER TABLE `mdl_feedback_value`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_feedback_valuetmp`
--
ALTER TABLE `mdl_feedback_valuetmp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_files`
--
ALTER TABLE `mdl_files`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `mdl_files_reference`
--
ALTER TABLE `mdl_files_reference`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_file_conversion`
--
ALTER TABLE `mdl_file_conversion`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_filter_active`
--
ALTER TABLE `mdl_filter_active`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `mdl_filter_config`
--
ALTER TABLE `mdl_filter_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_folder`
--
ALTER TABLE `mdl_folder`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum`
--
ALTER TABLE `mdl_forum`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_digests`
--
ALTER TABLE `mdl_forum_digests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_discussions`
--
ALTER TABLE `mdl_forum_discussions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_discussion_subs`
--
ALTER TABLE `mdl_forum_discussion_subs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_grades`
--
ALTER TABLE `mdl_forum_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_posts`
--
ALTER TABLE `mdl_forum_posts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_queue`
--
ALTER TABLE `mdl_forum_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_read`
--
ALTER TABLE `mdl_forum_read`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_subscriptions`
--
ALTER TABLE `mdl_forum_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_forum_track_prefs`
--
ALTER TABLE `mdl_forum_track_prefs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary`
--
ALTER TABLE `mdl_glossary`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary_alias`
--
ALTER TABLE `mdl_glossary_alias`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary_categories`
--
ALTER TABLE `mdl_glossary_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary_entries`
--
ALTER TABLE `mdl_glossary_entries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary_entries_categories`
--
ALTER TABLE `mdl_glossary_entries_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_glossary_formats`
--
ALTER TABLE `mdl_glossary_formats`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `mdl_grade_categories`
--
ALTER TABLE `mdl_grade_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_categories_history`
--
ALTER TABLE `mdl_grade_categories_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_grades`
--
ALTER TABLE `mdl_grade_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_grades_history`
--
ALTER TABLE `mdl_grade_grades_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_import_newitem`
--
ALTER TABLE `mdl_grade_import_newitem`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_import_values`
--
ALTER TABLE `mdl_grade_import_values`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_items`
--
ALTER TABLE `mdl_grade_items`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_items_history`
--
ALTER TABLE `mdl_grade_items_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_letters`
--
ALTER TABLE `mdl_grade_letters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_outcomes`
--
ALTER TABLE `mdl_grade_outcomes`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_outcomes_courses`
--
ALTER TABLE `mdl_grade_outcomes_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_outcomes_history`
--
ALTER TABLE `mdl_grade_outcomes_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grade_settings`
--
ALTER TABLE `mdl_grade_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_guide_comments`
--
ALTER TABLE `mdl_gradingform_guide_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_guide_criteria`
--
ALTER TABLE `mdl_gradingform_guide_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_guide_fillings`
--
ALTER TABLE `mdl_gradingform_guide_fillings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_rubric_criteria`
--
ALTER TABLE `mdl_gradingform_rubric_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_rubric_fillings`
--
ALTER TABLE `mdl_gradingform_rubric_fillings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_gradingform_rubric_levels`
--
ALTER TABLE `mdl_gradingform_rubric_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grading_areas`
--
ALTER TABLE `mdl_grading_areas`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grading_definitions`
--
ALTER TABLE `mdl_grading_definitions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_grading_instances`
--
ALTER TABLE `mdl_grading_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_groupings`
--
ALTER TABLE `mdl_groupings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_groupings_groups`
--
ALTER TABLE `mdl_groupings_groups`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_groups`
--
ALTER TABLE `mdl_groups`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_groups_members`
--
ALTER TABLE `mdl_groups_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5p`
--
ALTER TABLE `mdl_h5p`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5pactivity`
--
ALTER TABLE `mdl_h5pactivity`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5pactivity_attempts`
--
ALTER TABLE `mdl_h5pactivity_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5pactivity_attempts_results`
--
ALTER TABLE `mdl_h5pactivity_attempts_results`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5p_contents_libraries`
--
ALTER TABLE `mdl_h5p_contents_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5p_libraries`
--
ALTER TABLE `mdl_h5p_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5p_libraries_cachedassets`
--
ALTER TABLE `mdl_h5p_libraries_cachedassets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_h5p_library_dependencies`
--
ALTER TABLE `mdl_h5p_library_dependencies`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_imscp`
--
ALTER TABLE `mdl_imscp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_infected_files`
--
ALTER TABLE `mdl_infected_files`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_label`
--
ALTER TABLE `mdl_label`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson`
--
ALTER TABLE `mdl_lesson`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_answers`
--
ALTER TABLE `mdl_lesson_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_attempts`
--
ALTER TABLE `mdl_lesson_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_branch`
--
ALTER TABLE `mdl_lesson_branch`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_grades`
--
ALTER TABLE `mdl_lesson_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_overrides`
--
ALTER TABLE `mdl_lesson_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_pages`
--
ALTER TABLE `mdl_lesson_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lesson_timer`
--
ALTER TABLE `mdl_lesson_timer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_license`
--
ALTER TABLE `mdl_license`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `mdl_lock_db`
--
ALTER TABLE `mdl_lock_db`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_log`
--
ALTER TABLE `mdl_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_logstore_standard_log`
--
ALTER TABLE `mdl_logstore_standard_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1206;

--
-- AUTO_INCREMENT for table `mdl_log_display`
--
ALTER TABLE `mdl_log_display`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=196;

--
-- AUTO_INCREMENT for table `mdl_log_queries`
--
ALTER TABLE `mdl_log_queries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti`
--
ALTER TABLE `mdl_lti`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_ltiservice_gradebookservices`
--
ALTER TABLE `mdl_ltiservice_gradebookservices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_access_tokens`
--
ALTER TABLE `mdl_lti_access_tokens`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_coursevisible`
--
ALTER TABLE `mdl_lti_coursevisible`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_submission`
--
ALTER TABLE `mdl_lti_submission`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_tool_proxies`
--
ALTER TABLE `mdl_lti_tool_proxies`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_tool_settings`
--
ALTER TABLE `mdl_lti_tool_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_types`
--
ALTER TABLE `mdl_lti_types`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_types_categories`
--
ALTER TABLE `mdl_lti_types_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_lti_types_config`
--
ALTER TABLE `mdl_lti_types_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_matrix_room`
--
ALTER TABLE `mdl_matrix_room`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message`
--
ALTER TABLE `mdl_message`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_messageinbound_datakeys`
--
ALTER TABLE `mdl_messageinbound_datakeys`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_messageinbound_handlers`
--
ALTER TABLE `mdl_messageinbound_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `mdl_messageinbound_messagelist`
--
ALTER TABLE `mdl_messageinbound_messagelist`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_messages`
--
ALTER TABLE `mdl_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_airnotifier_devices`
--
ALTER TABLE `mdl_message_airnotifier_devices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_contacts`
--
ALTER TABLE `mdl_message_contacts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_contact_requests`
--
ALTER TABLE `mdl_message_contact_requests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_conversations`
--
ALTER TABLE `mdl_message_conversations`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_conversation_actions`
--
ALTER TABLE `mdl_message_conversation_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_conversation_members`
--
ALTER TABLE `mdl_message_conversation_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_email_messages`
--
ALTER TABLE `mdl_message_email_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_popup`
--
ALTER TABLE `mdl_message_popup`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_popup_notifications`
--
ALTER TABLE `mdl_message_popup_notifications`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_processors`
--
ALTER TABLE `mdl_message_processors`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `mdl_message_providers`
--
ALTER TABLE `mdl_message_providers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;

--
-- AUTO_INCREMENT for table `mdl_message_read`
--
ALTER TABLE `mdl_message_read`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_users_blocked`
--
ALTER TABLE `mdl_message_users_blocked`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_message_user_actions`
--
ALTER TABLE `mdl_message_user_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnetservice_enrol_courses`
--
ALTER TABLE `mdl_mnetservice_enrol_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnetservice_enrol_enrolments`
--
ALTER TABLE `mdl_mnetservice_enrol_enrolments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnet_application`
--
ALTER TABLE `mdl_mnet_application`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_mnet_host`
--
ALTER TABLE `mdl_mnet_host`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_mnet_host2service`
--
ALTER TABLE `mdl_mnet_host2service`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnet_log`
--
ALTER TABLE `mdl_mnet_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnet_remote_rpc`
--
ALTER TABLE `mdl_mnet_remote_rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `mdl_mnet_remote_service2rpc`
--
ALTER TABLE `mdl_mnet_remote_service2rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `mdl_mnet_rpc`
--
ALTER TABLE `mdl_mnet_rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `mdl_mnet_service`
--
ALTER TABLE `mdl_mnet_service`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `mdl_mnet_service2rpc`
--
ALTER TABLE `mdl_mnet_service2rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `mdl_mnet_session`
--
ALTER TABLE `mdl_mnet_session`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_mnet_sso_access_control`
--
ALTER TABLE `mdl_mnet_sso_access_control`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_modules`
--
ALTER TABLE `mdl_modules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `mdl_moodlenet_share_progress`
--
ALTER TABLE `mdl_moodlenet_share_progress`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_my_pages`
--
ALTER TABLE `mdl_my_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `mdl_notifications`
--
ALTER TABLE `mdl_notifications`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_access_token`
--
ALTER TABLE `mdl_oauth2_access_token`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_endpoint`
--
ALTER TABLE `mdl_oauth2_endpoint`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_issuer`
--
ALTER TABLE `mdl_oauth2_issuer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_refresh_token`
--
ALTER TABLE `mdl_oauth2_refresh_token`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_system_account`
--
ALTER TABLE `mdl_oauth2_system_account`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_oauth2_user_field_mapping`
--
ALTER TABLE `mdl_oauth2_user_field_mapping`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_page`
--
ALTER TABLE `mdl_page`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_paygw_paypal`
--
ALTER TABLE `mdl_paygw_paypal`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_payments`
--
ALTER TABLE `mdl_payments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_payment_accounts`
--
ALTER TABLE `mdl_payment_accounts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_payment_gateways`
--
ALTER TABLE `mdl_payment_gateways`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_instance`
--
ALTER TABLE `mdl_portfolio_instance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_instance_config`
--
ALTER TABLE `mdl_portfolio_instance_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_instance_user`
--
ALTER TABLE `mdl_portfolio_instance_user`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_log`
--
ALTER TABLE `mdl_portfolio_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_mahara_queue`
--
ALTER TABLE `mdl_portfolio_mahara_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_portfolio_tempdata`
--
ALTER TABLE `mdl_portfolio_tempdata`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_post`
--
ALTER TABLE `mdl_post`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_profiling`
--
ALTER TABLE `mdl_profiling`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddimageortext`
--
ALTER TABLE `mdl_qtype_ddimageortext`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddimageortext_drags`
--
ALTER TABLE `mdl_qtype_ddimageortext_drags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddimageortext_drops`
--
ALTER TABLE `mdl_qtype_ddimageortext_drops`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddmarker`
--
ALTER TABLE `mdl_qtype_ddmarker`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddmarker_drags`
--
ALTER TABLE `mdl_qtype_ddmarker_drags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_ddmarker_drops`
--
ALTER TABLE `mdl_qtype_ddmarker_drops`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_essay_options`
--
ALTER TABLE `mdl_qtype_essay_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_match_options`
--
ALTER TABLE `mdl_qtype_match_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_match_subquestions`
--
ALTER TABLE `mdl_qtype_match_subquestions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_multichoice_options`
--
ALTER TABLE `mdl_qtype_multichoice_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_randomsamatch_options`
--
ALTER TABLE `mdl_qtype_randomsamatch_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_qtype_shortanswer_options`
--
ALTER TABLE `mdl_qtype_shortanswer_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question`
--
ALTER TABLE `mdl_question`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_answers`
--
ALTER TABLE `mdl_question_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_attempts`
--
ALTER TABLE `mdl_question_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_attempt_steps`
--
ALTER TABLE `mdl_question_attempt_steps`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_attempt_step_data`
--
ALTER TABLE `mdl_question_attempt_step_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_bank_entries`
--
ALTER TABLE `mdl_question_bank_entries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_calculated`
--
ALTER TABLE `mdl_question_calculated`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_calculated_options`
--
ALTER TABLE `mdl_question_calculated_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_categories`
--
ALTER TABLE `mdl_question_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `mdl_question_datasets`
--
ALTER TABLE `mdl_question_datasets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_dataset_definitions`
--
ALTER TABLE `mdl_question_dataset_definitions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_dataset_items`
--
ALTER TABLE `mdl_question_dataset_items`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_ddwtos`
--
ALTER TABLE `mdl_question_ddwtos`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_gapselect`
--
ALTER TABLE `mdl_question_gapselect`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_hints`
--
ALTER TABLE `mdl_question_hints`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_multianswer`
--
ALTER TABLE `mdl_question_multianswer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_numerical`
--
ALTER TABLE `mdl_question_numerical`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_numerical_options`
--
ALTER TABLE `mdl_question_numerical_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_numerical_units`
--
ALTER TABLE `mdl_question_numerical_units`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_references`
--
ALTER TABLE `mdl_question_references`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_response_analysis`
--
ALTER TABLE `mdl_question_response_analysis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_response_count`
--
ALTER TABLE `mdl_question_response_count`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_set_references`
--
ALTER TABLE `mdl_question_set_references`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_statistics`
--
ALTER TABLE `mdl_question_statistics`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_truefalse`
--
ALTER TABLE `mdl_question_truefalse`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_usages`
--
ALTER TABLE `mdl_question_usages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_question_versions`
--
ALTER TABLE `mdl_question_versions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz`
--
ALTER TABLE `mdl_quiz`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quizaccess_seb_quizsettings`
--
ALTER TABLE `mdl_quizaccess_seb_quizsettings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quizaccess_seb_template`
--
ALTER TABLE `mdl_quizaccess_seb_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_attempts`
--
ALTER TABLE `mdl_quiz_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_feedback`
--
ALTER TABLE `mdl_quiz_feedback`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_grades`
--
ALTER TABLE `mdl_quiz_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_overrides`
--
ALTER TABLE `mdl_quiz_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_overview_regrades`
--
ALTER TABLE `mdl_quiz_overview_regrades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_reports`
--
ALTER TABLE `mdl_quiz_reports`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `mdl_quiz_sections`
--
ALTER TABLE `mdl_quiz_sections`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_slots`
--
ALTER TABLE `mdl_quiz_slots`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_quiz_statistics`
--
ALTER TABLE `mdl_quiz_statistics`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_rating`
--
ALTER TABLE `mdl_rating`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_registration_hubs`
--
ALTER TABLE `mdl_registration_hubs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_reportbuilder_audience`
--
ALTER TABLE `mdl_reportbuilder_audience`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_reportbuilder_column`
--
ALTER TABLE `mdl_reportbuilder_column`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_reportbuilder_filter`
--
ALTER TABLE `mdl_reportbuilder_filter`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_reportbuilder_report`
--
ALTER TABLE `mdl_reportbuilder_report`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_reportbuilder_schedule`
--
ALTER TABLE `mdl_reportbuilder_schedule`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_repository`
--
ALTER TABLE `mdl_repository`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `mdl_repository_instances`
--
ALTER TABLE `mdl_repository_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `mdl_repository_instance_config`
--
ALTER TABLE `mdl_repository_instance_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_repository_onedrive_access`
--
ALTER TABLE `mdl_repository_onedrive_access`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_resource`
--
ALTER TABLE `mdl_resource`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_resource_old`
--
ALTER TABLE `mdl_resource_old`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_role`
--
ALTER TABLE `mdl_role`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `mdl_role_allow_assign`
--
ALTER TABLE `mdl_role_allow_assign`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `mdl_role_allow_override`
--
ALTER TABLE `mdl_role_allow_override`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `mdl_role_allow_switch`
--
ALTER TABLE `mdl_role_allow_switch`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `mdl_role_allow_view`
--
ALTER TABLE `mdl_role_allow_view`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `mdl_role_assignments`
--
ALTER TABLE `mdl_role_assignments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_role_capabilities`
--
ALTER TABLE `mdl_role_capabilities`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1496;

--
-- AUTO_INCREMENT for table `mdl_role_context_levels`
--
ALTER TABLE `mdl_role_context_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `mdl_role_names`
--
ALTER TABLE `mdl_role_names`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scale`
--
ALTER TABLE `mdl_scale`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_scale_history`
--
ALTER TABLE `mdl_scale_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm`
--
ALTER TABLE `mdl_scorm`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_aicc_session`
--
ALTER TABLE `mdl_scorm_aicc_session`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_attempt`
--
ALTER TABLE `mdl_scorm_attempt`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_element`
--
ALTER TABLE `mdl_scorm_element`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_scoes`
--
ALTER TABLE `mdl_scorm_scoes`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_scoes_data`
--
ALTER TABLE `mdl_scorm_scoes_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_scoes_value`
--
ALTER TABLE `mdl_scorm_scoes_value`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_mapinfo`
--
ALTER TABLE `mdl_scorm_seq_mapinfo`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_objective`
--
ALTER TABLE `mdl_scorm_seq_objective`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_rolluprule`
--
ALTER TABLE `mdl_scorm_seq_rolluprule`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_rolluprulecond`
--
ALTER TABLE `mdl_scorm_seq_rolluprulecond`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_rulecond`
--
ALTER TABLE `mdl_scorm_seq_rulecond`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_scorm_seq_ruleconds`
--
ALTER TABLE `mdl_scorm_seq_ruleconds`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_search_index_requests`
--
ALTER TABLE `mdl_search_index_requests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_search_simpledb_index`
--
ALTER TABLE `mdl_search_simpledb_index`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_sessions`
--
ALTER TABLE `mdl_sessions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `mdl_stats_daily`
--
ALTER TABLE `mdl_stats_daily`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_stats_monthly`
--
ALTER TABLE `mdl_stats_monthly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_stats_user_daily`
--
ALTER TABLE `mdl_stats_user_daily`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_stats_user_monthly`
--
ALTER TABLE `mdl_stats_user_monthly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_stats_user_weekly`
--
ALTER TABLE `mdl_stats_user_weekly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_stats_weekly`
--
ALTER TABLE `mdl_stats_weekly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_survey`
--
ALTER TABLE `mdl_survey`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `mdl_survey_analysis`
--
ALTER TABLE `mdl_survey_analysis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_survey_answers`
--
ALTER TABLE `mdl_survey_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_survey_questions`
--
ALTER TABLE `mdl_survey_questions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74;

--
-- AUTO_INCREMENT for table `mdl_tag`
--
ALTER TABLE `mdl_tag`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tag_area`
--
ALTER TABLE `mdl_tag_area`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `mdl_tag_coll`
--
ALTER TABLE `mdl_tag_coll`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `mdl_tag_correlation`
--
ALTER TABLE `mdl_tag_correlation`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tag_instance`
--
ALTER TABLE `mdl_tag_instance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_task_adhoc`
--
ALTER TABLE `mdl_task_adhoc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_task_log`
--
ALTER TABLE `mdl_task_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_task_scheduled`
--
ALTER TABLE `mdl_task_scheduled`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;

--
-- AUTO_INCREMENT for table `mdl_tiny_autosave`
--
ALTER TABLE `mdl_tiny_autosave`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_areas`
--
ALTER TABLE `mdl_tool_brickfield_areas`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_cache_acts`
--
ALTER TABLE `mdl_tool_brickfield_cache_acts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_cache_check`
--
ALTER TABLE `mdl_tool_brickfield_cache_check`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_checks`
--
ALTER TABLE `mdl_tool_brickfield_checks`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_content`
--
ALTER TABLE `mdl_tool_brickfield_content`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_errors`
--
ALTER TABLE `mdl_tool_brickfield_errors`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_process`
--
ALTER TABLE `mdl_tool_brickfield_process`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_results`
--
ALTER TABLE `mdl_tool_brickfield_results`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_schedule`
--
ALTER TABLE `mdl_tool_brickfield_schedule`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_brickfield_summary`
--
ALTER TABLE `mdl_tool_brickfield_summary`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_cohortroles`
--
ALTER TABLE `mdl_tool_cohortroles`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_customlang`
--
ALTER TABLE `mdl_tool_customlang`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_customlang_components`
--
ALTER TABLE `mdl_tool_customlang_components`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_category`
--
ALTER TABLE `mdl_tool_dataprivacy_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_contextlist`
--
ALTER TABLE `mdl_tool_dataprivacy_contextlist`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_ctxexpired`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxexpired`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_ctxinstance`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxinstance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_ctxlevel`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlevel`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_ctxlst_ctx`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlst_ctx`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_purpose`
--
ALTER TABLE `mdl_tool_dataprivacy_purpose`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_purposerole`
--
ALTER TABLE `mdl_tool_dataprivacy_purposerole`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_request`
--
ALTER TABLE `mdl_tool_dataprivacy_request`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_dataprivacy_rqst_ctxlst`
--
ALTER TABLE `mdl_tool_dataprivacy_rqst_ctxlst`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_mfa`
--
ALTER TABLE `mdl_tool_mfa`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_mfa_auth`
--
ALTER TABLE `mdl_tool_mfa_auth`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_mfa_secrets`
--
ALTER TABLE `mdl_tool_mfa_secrets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_monitor_events`
--
ALTER TABLE `mdl_tool_monitor_events`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_monitor_history`
--
ALTER TABLE `mdl_tool_monitor_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_monitor_rules`
--
ALTER TABLE `mdl_tool_monitor_rules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_monitor_subscriptions`
--
ALTER TABLE `mdl_tool_monitor_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_policy`
--
ALTER TABLE `mdl_tool_policy`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_policy_acceptances`
--
ALTER TABLE `mdl_tool_policy_acceptances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_policy_versions`
--
ALTER TABLE `mdl_tool_policy_versions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_recyclebin_category`
--
ALTER TABLE `mdl_tool_recyclebin_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_recyclebin_course`
--
ALTER TABLE `mdl_tool_recyclebin_course`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_tool_usertours_steps`
--
ALTER TABLE `mdl_tool_usertours_steps`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `mdl_tool_usertours_tours`
--
ALTER TABLE `mdl_tool_usertours_tours`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `mdl_upgrade_log`
--
ALTER TABLE `mdl_upgrade_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1323;

--
-- AUTO_INCREMENT for table `mdl_url`
--
ALTER TABLE `mdl_url`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user`
--
ALTER TABLE `mdl_user`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `mdl_user_devices`
--
ALTER TABLE `mdl_user_devices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_enrolments`
--
ALTER TABLE `mdl_user_enrolments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_info_category`
--
ALTER TABLE `mdl_user_info_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_info_data`
--
ALTER TABLE `mdl_user_info_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_info_field`
--
ALTER TABLE `mdl_user_info_field`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_lastaccess`
--
ALTER TABLE `mdl_user_lastaccess`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_password_history`
--
ALTER TABLE `mdl_user_password_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_password_resets`
--
ALTER TABLE `mdl_user_password_resets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_user_preferences`
--
ALTER TABLE `mdl_user_preferences`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `mdl_user_private_key`
--
ALTER TABLE `mdl_user_private_key`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki`
--
ALTER TABLE `mdl_wiki`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_links`
--
ALTER TABLE `mdl_wiki_links`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_locks`
--
ALTER TABLE `mdl_wiki_locks`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_pages`
--
ALTER TABLE `mdl_wiki_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_subwikis`
--
ALTER TABLE `mdl_wiki_subwikis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_synonyms`
--
ALTER TABLE `mdl_wiki_synonyms`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_wiki_versions`
--
ALTER TABLE `mdl_wiki_versions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshop`
--
ALTER TABLE `mdl_workshop`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopallocation_scheduled`
--
ALTER TABLE `mdl_workshopallocation_scheduled`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopeval_best_settings`
--
ALTER TABLE `mdl_workshopeval_best_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_accumulative`
--
ALTER TABLE `mdl_workshopform_accumulative`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_comments`
--
ALTER TABLE `mdl_workshopform_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_numerrors`
--
ALTER TABLE `mdl_workshopform_numerrors`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_numerrors_map`
--
ALTER TABLE `mdl_workshopform_numerrors_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_rubric`
--
ALTER TABLE `mdl_workshopform_rubric`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_rubric_config`
--
ALTER TABLE `mdl_workshopform_rubric_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshopform_rubric_levels`
--
ALTER TABLE `mdl_workshopform_rubric_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshop_aggregations`
--
ALTER TABLE `mdl_workshop_aggregations`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshop_assessments`
--
ALTER TABLE `mdl_workshop_assessments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshop_grades`
--
ALTER TABLE `mdl_workshop_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_workshop_submissions`
--
ALTER TABLE `mdl_workshop_submissions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `mdl_xapi_states`
--
ALTER TABLE `mdl_xapi_states`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!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 */;
