diff --git a/dump/odissea-pg.sql b/dump/odissea-pg.sql index a0a7233544..2df8111d5c 100644 --- a/dump/odissea-pg.sql +++ b/dump/odissea-pg.sql @@ -2,8 +2,8 @@ -- PostgreSQL database dump -- --- Dumped from database version 14.7 (Ubuntu 14.7-0ubuntu0.22.04.1) --- Dumped by pg_dump version 14.7 (Ubuntu 14.7-0ubuntu0.22.04.1) +-- Dumped from database version 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) +-- Dumped by pg_dump version 14.11 (Ubuntu 14.11-0ubuntu0.22.04.1) SET statement_timeout = 0; SET lock_timeout = 0; @@ -20,6 +20,264 @@ SET default_tablespace = ''; SET default_table_access_method = heap; +-- +-- Name: m2adminpresets; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets ( + id bigint NOT NULL, + userid bigint NOT NULL, + name character varying(255) DEFAULT ''::character varying NOT NULL, + comments text, + site character varying(255) DEFAULT ''::character varying NOT NULL, + author character varying(255), + moodleversion character varying(20) DEFAULT ''::character varying NOT NULL, + moodlerelease character varying(255) DEFAULT ''::character varying NOT NULL, + iscore smallint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timeimported bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2adminpresets_app; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_app ( + id bigint NOT NULL, + adminpresetid bigint NOT NULL, + userid bigint NOT NULL, + "time" bigint NOT NULL +); + + +-- +-- Name: m2adminpresets_app_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_app_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_app_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_app_id_seq OWNED BY public.m2adminpresets_app.id; + + +-- +-- Name: m2adminpresets_app_it; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_app_it ( + id bigint NOT NULL, + adminpresetapplyid bigint NOT NULL, + configlogid bigint NOT NULL +); + + +-- +-- Name: m2adminpresets_app_it_a; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_app_it_a ( + id bigint NOT NULL, + adminpresetapplyid bigint NOT NULL, + configlogid bigint NOT NULL, + itemname character varying(100) +); + + +-- +-- Name: m2adminpresets_app_it_a_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_app_it_a_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_app_it_a_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_app_it_a_id_seq OWNED BY public.m2adminpresets_app_it_a.id; + + +-- +-- Name: m2adminpresets_app_it_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_app_it_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_app_it_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_app_it_id_seq OWNED BY public.m2adminpresets_app_it.id; + + +-- +-- Name: m2adminpresets_app_plug; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_app_plug ( + id bigint NOT NULL, + adminpresetapplyid bigint NOT NULL, + plugin character varying(100), + name character varying(100) DEFAULT ''::character varying NOT NULL, + value smallint DEFAULT 0 NOT NULL, + oldvalue smallint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2adminpresets_app_plug_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_app_plug_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_app_plug_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_app_plug_id_seq OWNED BY public.m2adminpresets_app_plug.id; + + +-- +-- Name: m2adminpresets_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_id_seq OWNED BY public.m2adminpresets.id; + + +-- +-- Name: m2adminpresets_it; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_it ( + id bigint NOT NULL, + adminpresetid bigint NOT NULL, + plugin character varying(100), + name character varying(100) DEFAULT ''::character varying NOT NULL, + value text +); + + +-- +-- Name: m2adminpresets_it_a; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_it_a ( + id bigint NOT NULL, + itemid bigint NOT NULL, + name character varying(100) DEFAULT ''::character varying NOT NULL, + value text +); + + +-- +-- Name: m2adminpresets_it_a_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_it_a_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_it_a_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_it_a_id_seq OWNED BY public.m2adminpresets_it_a.id; + + +-- +-- Name: m2adminpresets_it_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_it_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_it_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_it_id_seq OWNED BY public.m2adminpresets_it.id; + + +-- +-- Name: m2adminpresets_plug; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2adminpresets_plug ( + id bigint NOT NULL, + adminpresetid bigint NOT NULL, + plugin character varying(100), + name character varying(100) DEFAULT ''::character varying NOT NULL, + enabled smallint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2adminpresets_plug_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2adminpresets_plug_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2adminpresets_plug_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2adminpresets_plug_id_seq OWNED BY public.m2adminpresets_plug.id; + + -- -- Name: m2analytics_indicator_calc; Type: TABLE; Schema: public; Owner: - -- @@ -435,7 +693,11 @@ CREATE TABLE public.m2assign ( markingworkflow smallint DEFAULT 0 NOT NULL, markingallocation smallint DEFAULT 0 NOT NULL, sendstudentnotifications smallint DEFAULT 1 NOT NULL, - preventsubmissionnotingroup smallint DEFAULT 0 NOT NULL + preventsubmissionnotingroup smallint DEFAULT 0 NOT NULL, + activity text, + activityformat smallint DEFAULT 0 NOT NULL, + timelimit bigint DEFAULT 0 NOT NULL, + submissionattachments smallint DEFAULT 0 NOT NULL ); @@ -519,7 +781,8 @@ CREATE TABLE public.m2assign_overrides ( sortorder bigint, allowsubmissionsfromdate bigint, duedate bigint, - cutoffdate bigint + cutoffdate bigint, + timelimit bigint ); @@ -602,7 +865,8 @@ CREATE TABLE public.m2assign_submission ( status character varying(10), groupid bigint DEFAULT 0 NOT NULL, attemptnumber bigint DEFAULT 0 NOT NULL, - latest smallint DEFAULT 0 NOT NULL + latest smallint DEFAULT 0 NOT NULL, + timestarted bigint ); @@ -838,44 +1102,6 @@ CREATE SEQUENCE public.m2assignfeedback_editpdf_cmnt_id_seq ALTER SEQUENCE public.m2assignfeedback_editpdf_cmnt_id_seq OWNED BY public.m2assignfeedback_editpdf_cmnt.id; --- --- Name: m2assignfeedback_editpdf_queue; Type: TABLE; Schema: public; Owner: - --- - -CREATE TABLE public.m2assignfeedback_editpdf_queue ( - id bigint NOT NULL, - submissionid bigint NOT NULL, - submissionattempt bigint NOT NULL, - attemptedconversions bigint DEFAULT 0 NOT NULL -); - - --- --- Name: TABLE m2assignfeedback_editpdf_queue; Type: COMMENT; Schema: public; Owner: - --- - -COMMENT ON TABLE public.m2assignfeedback_editpdf_queue IS 'Queue for processing.'; - - --- --- Name: m2assignfeedback_editpdf_queue_id_seq; Type: SEQUENCE; Schema: public; Owner: - --- - -CREATE SEQUENCE public.m2assignfeedback_editpdf_queue_id_seq - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; - - --- --- Name: m2assignfeedback_editpdf_queue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - --- - -ALTER SEQUENCE public.m2assignfeedback_editpdf_queue_id_seq OWNED BY public.m2assignfeedback_editpdf_queue.id; - - -- -- Name: m2assignfeedback_editpdf_quick; Type: TABLE; Schema: public; Owner: - -- @@ -1306,7 +1532,7 @@ CREATE TABLE public.m2attendance_log ( statusset character varying(1333), timetaken bigint DEFAULT 0 NOT NULL, takenby bigint DEFAULT 0 NOT NULL, - remarks character varying(255), + remarks character varying(1333), ipaddress character varying(45) DEFAULT ''::character varying ); @@ -1405,7 +1631,9 @@ CREATE TABLE public.m2attendance_sessions ( includeqrcode smallint DEFAULT 0 NOT NULL, rotateqrcode smallint DEFAULT 0 NOT NULL, rotateqrcodesecret character varying(10), - automarkcmid bigint DEFAULT 0 + automarkcmid bigint DEFAULT 0, + studentsearlyopentime bigint DEFAULT 0 NOT NULL, + allowupdatestatus smallint DEFAULT 0 NOT NULL ); @@ -1449,7 +1677,8 @@ CREATE TABLE public.m2attendance_statuses ( setunmarked smallint, visible smallint DEFAULT 1 NOT NULL, deleted smallint DEFAULT 0 NOT NULL, - setnumber integer DEFAULT 0 NOT NULL + setnumber integer DEFAULT 0 NOT NULL, + availablebeforesession bigint ); @@ -1601,6 +1830,41 @@ CREATE SEQUENCE public.m2attendance_warning_id_seq ALTER SEQUENCE public.m2attendance_warning_id_seq OWNED BY public.m2attendance_warning.id; +-- +-- Name: m2auth_lti_linked_login; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2auth_lti_linked_login ( + id bigint NOT NULL, + userid bigint NOT NULL, + issuer text NOT NULL, + issuer256 character varying(64) DEFAULT ''::character varying NOT NULL, + sub character varying(255) DEFAULT ''::character varying NOT NULL, + sub256 character varying(64) DEFAULT ''::character varying NOT NULL, + timecreated bigint NOT NULL, + timemodified bigint NOT NULL +); + + +-- +-- Name: m2auth_lti_linked_login_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2auth_lti_linked_login_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2auth_lti_linked_login_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2auth_lti_linked_login_id_seq OWNED BY public.m2auth_lti_linked_login.id; + + -- -- Name: m2auth_oauth2_linked_login; Type: TABLE; Schema: public; Owner: - -- @@ -2435,6 +2699,173 @@ CREATE SEQUENCE public.m2badge_related_id_seq ALTER SEQUENCE public.m2badge_related_id_seq OWNED BY public.m2badge_related.id; +-- +-- Name: m2bigbluebuttonbn; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2bigbluebuttonbn ( + id bigint NOT NULL, + type smallint DEFAULT 0 NOT NULL, + course bigint DEFAULT 0 NOT NULL, + name character varying(255) DEFAULT ''::character varying NOT NULL, + intro text, + introformat smallint DEFAULT 1 NOT NULL, + meetingid character varying(255) DEFAULT ''::character varying NOT NULL, + moderatorpass character varying(255) DEFAULT ''::character varying NOT NULL, + viewerpass character varying(255) DEFAULT ''::character varying NOT NULL, + wait smallint DEFAULT 0 NOT NULL, + record smallint DEFAULT 0 NOT NULL, + recordallfromstart smallint DEFAULT 0 NOT NULL, + recordhidebutton smallint DEFAULT 0 NOT NULL, + welcome text, + voicebridge integer DEFAULT 0 NOT NULL, + openingtime bigint DEFAULT 0 NOT NULL, + closingtime bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL, + presentation text, + participants text, + userlimit smallint DEFAULT 0 NOT NULL, + recordings_html smallint DEFAULT 0 NOT NULL, + recordings_deleted smallint DEFAULT 1 NOT NULL, + recordings_imported smallint DEFAULT 0 NOT NULL, + recordings_preview smallint DEFAULT 0 NOT NULL, + clienttype smallint DEFAULT 0 NOT NULL, + muteonstart smallint DEFAULT 0 NOT NULL, + disablecam smallint DEFAULT 0 NOT NULL, + disablemic smallint DEFAULT 0 NOT NULL, + disableprivatechat smallint DEFAULT 0 NOT NULL, + disablepublicchat smallint DEFAULT 0 NOT NULL, + disablenote smallint DEFAULT 0 NOT NULL, + hideuserlist smallint DEFAULT 0 NOT NULL, + lockedlayout smallint DEFAULT 0 NOT NULL, + completionattendance integer DEFAULT 0 NOT NULL, + completionengagementchats integer DEFAULT 0 NOT NULL, + completionengagementtalks integer DEFAULT 0 NOT NULL, + completionengagementraisehand integer DEFAULT 0 NOT NULL, + completionengagementpollvotes integer DEFAULT 0 NOT NULL, + completionengagementemojis integer DEFAULT 0 NOT NULL, + guestallowed smallint DEFAULT 0, + mustapproveuser smallint DEFAULT 1, + guestlinkuid character varying(1024), + guestpassword character varying(255) +); + + +-- +-- Name: TABLE m2bigbluebuttonbn; Type: COMMENT; Schema: public; Owner: - +-- + +COMMENT ON TABLE public.m2bigbluebuttonbn IS 'The bigbluebuttonbn table to store information about a meeting activities.'; + + +-- +-- Name: m2bigbluebuttonbn_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2bigbluebuttonbn_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2bigbluebuttonbn_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2bigbluebuttonbn_id_seq OWNED BY public.m2bigbluebuttonbn.id; + + +-- +-- Name: m2bigbluebuttonbn_logs; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2bigbluebuttonbn_logs ( + id bigint NOT NULL, + courseid bigint NOT NULL, + bigbluebuttonbnid bigint NOT NULL, + userid bigint, + timecreated bigint DEFAULT 0 NOT NULL, + meetingid character varying(256) DEFAULT ''::character varying NOT NULL, + log character varying(32) DEFAULT ''::character varying NOT NULL, + meta text +); + + +-- +-- Name: TABLE m2bigbluebuttonbn_logs; Type: COMMENT; Schema: public; Owner: - +-- + +COMMENT ON TABLE public.m2bigbluebuttonbn_logs IS 'The bigbluebuttonbn table to store meeting activity events'; + + +-- +-- Name: m2bigbluebuttonbn_logs_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2bigbluebuttonbn_logs_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2bigbluebuttonbn_logs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2bigbluebuttonbn_logs_id_seq OWNED BY public.m2bigbluebuttonbn_logs.id; + + +-- +-- Name: m2bigbluebuttonbn_recordings; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2bigbluebuttonbn_recordings ( + id bigint NOT NULL, + courseid bigint NOT NULL, + bigbluebuttonbnid bigint NOT NULL, + groupid bigint, + recordingid character varying(64) DEFAULT ''::character varying NOT NULL, + headless smallint DEFAULT 0 NOT NULL, + imported smallint DEFAULT 0 NOT NULL, + status smallint DEFAULT 0 NOT NULL, + importeddata text, + timecreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: TABLE m2bigbluebuttonbn_recordings; Type: COMMENT; Schema: public; Owner: - +-- + +COMMENT ON TABLE public.m2bigbluebuttonbn_recordings IS 'The bigbluebuttonbn table to store references to recordings'; + + +-- +-- Name: m2bigbluebuttonbn_recordings_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2bigbluebuttonbn_recordings_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2bigbluebuttonbn_recordings_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2bigbluebuttonbn_recordings_id_seq OWNED BY public.m2bigbluebuttonbn_recordings.id; + + -- -- Name: m2bigdata_profiles; Type: TABLE; Schema: public; Owner: - -- @@ -3830,7 +4261,8 @@ CREATE TABLE public.m2competency_modulecomp ( usermodified bigint NOT NULL, sortorder bigint NOT NULL, competencyid bigint NOT NULL, - ruleoutcome smallint NOT NULL + ruleoutcome smallint NOT NULL, + overridegrade smallint DEFAULT 0 NOT NULL ); @@ -4775,7 +5207,8 @@ CREATE TABLE public.m2course_completion_defaults ( completionview smallint DEFAULT 0 NOT NULL, completionusegrade smallint DEFAULT 0 NOT NULL, completionexpected bigint DEFAULT 0 NOT NULL, - customrules text + customrules text, + completionpassgrade smallint DEFAULT 0 NOT NULL ); @@ -4930,7 +5363,10 @@ CREATE TABLE public.m2course_modules ( completionexpected bigint DEFAULT 0 NOT NULL, showdescription smallint DEFAULT 0 NOT NULL, availability text, - deletioninprogress smallint DEFAULT 0 NOT NULL + deletioninprogress smallint DEFAULT 0 NOT NULL, + completionpassgrade smallint DEFAULT 0 NOT NULL, + downloadcontent smallint DEFAULT 1, + lang character varying(30) ); @@ -4950,7 +5386,6 @@ CREATE TABLE public.m2course_modules_completion ( coursemoduleid bigint NOT NULL, userid bigint NOT NULL, completionstate smallint NOT NULL, - viewed smallint, overrideby bigint, timemodified bigint NOT NULL ); @@ -5001,6 +5436,37 @@ CREATE SEQUENCE public.m2course_modules_id_seq ALTER SEQUENCE public.m2course_modules_id_seq OWNED BY public.m2course_modules.id; +-- +-- Name: m2course_modules_viewed; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2course_modules_viewed ( + id bigint NOT NULL, + coursemoduleid bigint NOT NULL, + userid bigint NOT NULL, + timecreated bigint NOT NULL +); + + +-- +-- Name: m2course_modules_viewed_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2course_modules_viewed_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2course_modules_viewed_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2course_modules_viewed_id_seq OWNED BY public.m2course_modules_viewed.id; + + -- -- Name: m2course_published; Type: TABLE; Schema: public; Owner: - -- @@ -5684,6 +6150,113 @@ CREATE SEQUENCE public.m2enrol_id_seq ALTER SEQUENCE public.m2enrol_id_seq OWNED BY public.m2enrol.id; +-- +-- Name: m2enrol_lti_app_registration; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2enrol_lti_app_registration ( + id bigint NOT NULL, + name character varying(255) DEFAULT ''::character varying NOT NULL, + platformid text, + clientid character varying(1333), + platformclienthash character varying(64), + authenticationrequesturl text, + jwksurl text, + accesstokenurl text, + timecreated bigint NOT NULL, + timemodified bigint NOT NULL, + uniqueid character varying(255) NOT NULL, + status smallint DEFAULT 0 NOT NULL, + platformuniqueidhash character varying(64) +); + + +-- +-- Name: m2enrol_lti_app_registration_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2enrol_lti_app_registration_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2enrol_lti_app_registration_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2enrol_lti_app_registration_id_seq OWNED BY public.m2enrol_lti_app_registration.id; + + +-- +-- Name: m2enrol_lti_context; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2enrol_lti_context ( + id bigint NOT NULL, + contextid character varying(255) DEFAULT ''::character varying NOT NULL, + ltideploymentid bigint NOT NULL, + type text, + timecreated bigint NOT NULL, + timemodified bigint NOT NULL +); + + +-- +-- Name: m2enrol_lti_context_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2enrol_lti_context_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2enrol_lti_context_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2enrol_lti_context_id_seq OWNED BY public.m2enrol_lti_context.id; + + +-- +-- Name: m2enrol_lti_deployment; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2enrol_lti_deployment ( + id bigint NOT NULL, + name character varying(255) DEFAULT ''::character varying NOT NULL, + deploymentid character varying(255) DEFAULT ''::character varying NOT NULL, + platformid bigint NOT NULL, + timecreated bigint NOT NULL, + timemodified bigint NOT NULL, + legacyconsumerkey character varying(255) +); + + +-- +-- Name: m2enrol_lti_deployment_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2enrol_lti_deployment_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2enrol_lti_deployment_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2enrol_lti_deployment_id_seq OWNED BY public.m2enrol_lti_deployment.id; + + -- -- Name: m2enrol_lti_lti2_consumer; Type: TABLE; Schema: public; Owner: - -- @@ -5978,6 +6551,47 @@ CREATE SEQUENCE public.m2enrol_lti_lti2_user_result_id_seq ALTER SEQUENCE public.m2enrol_lti_lti2_user_result_id_seq OWNED BY public.m2enrol_lti_lti2_user_result.id; +-- +-- Name: m2enrol_lti_resource_link; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2enrol_lti_resource_link ( + id bigint NOT NULL, + resourcelinkid character varying(255) DEFAULT ''::character varying NOT NULL, + resourceid bigint NOT NULL, + ltideploymentid bigint NOT NULL, + lticontextid bigint, + lineitemsservice character varying(1333), + lineitemservice character varying(1333), + lineitemscope character varying(255), + resultscope character varying(255), + scorescope character varying(255), + contextmembershipsurl character varying(1333), + nrpsserviceversions character varying(255), + timecreated bigint NOT NULL, + timemodified bigint NOT NULL +); + + +-- +-- Name: m2enrol_lti_resource_link_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2enrol_lti_resource_link_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2enrol_lti_resource_link_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2enrol_lti_resource_link_id_seq OWNED BY public.m2enrol_lti_resource_link.id; + + -- -- Name: m2enrol_lti_tool_consumer_map; Type: TABLE; Schema: public; Owner: - -- @@ -6038,7 +6652,11 @@ CREATE TABLE public.m2enrol_lti_tools ( rolelearner bigint NOT NULL, secret text, timecreated bigint NOT NULL, - timemodified bigint NOT NULL + timemodified bigint NOT NULL, + ltiversion character varying(15) DEFAULT 'LTI-1p3'::character varying NOT NULL, + uuid character varying(36), + provisioningmodelearner smallint, + provisioningmodeinstructor smallint ); @@ -6068,6 +6686,36 @@ CREATE SEQUENCE public.m2enrol_lti_tools_id_seq ALTER SEQUENCE public.m2enrol_lti_tools_id_seq OWNED BY public.m2enrol_lti_tools.id; +-- +-- Name: m2enrol_lti_user_resource_link; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2enrol_lti_user_resource_link ( + id bigint NOT NULL, + ltiuserid bigint NOT NULL, + resourcelinkid bigint NOT NULL +); + + +-- +-- Name: m2enrol_lti_user_resource_link_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2enrol_lti_user_resource_link_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2enrol_lti_user_resource_link_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2enrol_lti_user_resource_link_id_seq OWNED BY public.m2enrol_lti_user_resource_link.id; + + -- -- Name: m2enrol_lti_users; Type: TABLE; Schema: public; Owner: - -- @@ -6084,7 +6732,8 @@ CREATE TABLE public.m2enrol_lti_users ( membershipsid text, lastgrade numeric(10,5), lastaccess bigint, - timecreated bigint + timecreated bigint, + ltideploymentid bigint ); @@ -11980,7 +12629,9 @@ CREATE TABLE public.m2ltiservice_gradebookservices ( baseurl text, ltilinkid bigint, tag character varying(255), - resourceid character varying(512) + resourceid character varying(512), + subreviewurl text, + subreviewparams text ); @@ -15032,7 +15683,8 @@ CREATE TABLE public.m2qtype_ordering_options ( incorrectfeedback text, incorrectfeedbackformat smallint DEFAULT 0 NOT NULL, partiallycorrectfeedback text, - partiallycorrectfeedbackformat smallint DEFAULT 0 NOT NULL + partiallycorrectfeedbackformat smallint DEFAULT 0 NOT NULL, + shownumcorrect smallint DEFAULT 0 NOT NULL ); @@ -15226,7 +15878,6 @@ ALTER SEQUENCE public.m2qtype_wq_variables_id_seq OWNED BY public.m2qtype_wq_var CREATE TABLE public.m2question ( id bigint NOT NULL, - category bigint DEFAULT 0 NOT NULL, parent bigint DEFAULT 0 NOT NULL, name character varying(255) DEFAULT ''::character varying NOT NULL, questiontext text NOT NULL, @@ -15238,13 +15889,10 @@ CREATE TABLE public.m2question ( qtype character varying(20) DEFAULT ''::character varying NOT NULL, length bigint DEFAULT 1 NOT NULL, stamp character varying(255) DEFAULT ''::character varying NOT NULL, - version character varying(255) DEFAULT ''::character varying NOT NULL, - hidden smallint DEFAULT 0 NOT NULL, timecreated bigint DEFAULT 0 NOT NULL, timemodified bigint DEFAULT 0 NOT NULL, createdby bigint, - modifiedby bigint, - idnumber character varying(100) + modifiedby bigint ); @@ -15423,6 +16071,37 @@ CREATE SEQUENCE public.m2question_attempts_id_seq ALTER SEQUENCE public.m2question_attempts_id_seq OWNED BY public.m2question_attempts.id; +-- +-- Name: m2question_bank_entries; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2question_bank_entries ( + id bigint NOT NULL, + questioncategoryid bigint DEFAULT 0 NOT NULL, + idnumber character varying(100), + ownerid bigint +); + + +-- +-- Name: m2question_bank_entries_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2question_bank_entries_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2question_bank_entries_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2question_bank_entries_id_seq OWNED BY public.m2question_bank_entries.id; + + -- -- Name: m2question_calculated; Type: TABLE; Schema: public; Owner: - -- @@ -15970,6 +16649,40 @@ CREATE SEQUENCE public.m2question_numerical_units_id_seq ALTER SEQUENCE public.m2question_numerical_units_id_seq OWNED BY public.m2question_numerical_units.id; +-- +-- Name: m2question_references; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2question_references ( + id bigint NOT NULL, + usingcontextid bigint DEFAULT 0 NOT NULL, + component character varying(100), + questionarea character varying(50), + itemid bigint, + questionbankentryid bigint DEFAULT 0 NOT NULL, + version bigint +); + + +-- +-- Name: m2question_references_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2question_references_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2question_references_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2question_references_id_seq OWNED BY public.m2question_references.id; + + -- -- Name: m2question_response_analysis; Type: TABLE; Schema: public; Owner: - -- @@ -16052,6 +16765,40 @@ CREATE SEQUENCE public.m2question_response_count_id_seq ALTER SEQUENCE public.m2question_response_count_id_seq OWNED BY public.m2question_response_count.id; +-- +-- Name: m2question_set_references; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2question_set_references ( + id bigint NOT NULL, + usingcontextid bigint DEFAULT 0 NOT NULL, + component character varying(100), + questionarea character varying(50), + itemid bigint, + questionscontextid bigint DEFAULT 0 NOT NULL, + filtercondition text +); + + +-- +-- Name: m2question_set_references_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2question_set_references_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2question_set_references_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2question_set_references_id_seq OWNED BY public.m2question_set_references.id; + + -- -- Name: m2question_statistics; Type: TABLE; Schema: public; Owner: - -- @@ -16112,7 +16859,8 @@ CREATE TABLE public.m2question_truefalse ( id bigint NOT NULL, question bigint DEFAULT 0 NOT NULL, trueanswer bigint DEFAULT 0 NOT NULL, - falseanswer bigint DEFAULT 0 NOT NULL + falseanswer bigint DEFAULT 0 NOT NULL, + showstandardinstruction smallint DEFAULT 1 NOT NULL ); @@ -16180,6 +16928,38 @@ CREATE SEQUENCE public.m2question_usages_id_seq ALTER SEQUENCE public.m2question_usages_id_seq OWNED BY public.m2question_usages.id; +-- +-- Name: m2question_versions; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2question_versions ( + id bigint NOT NULL, + questionbankentryid bigint DEFAULT 0 NOT NULL, + version bigint DEFAULT 1 NOT NULL, + questionid bigint DEFAULT 0 NOT NULL, + status character varying(10) DEFAULT 'ready'::character varying NOT NULL +); + + +-- +-- Name: m2question_versions_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2question_versions_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2question_versions_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2question_versions_id_seq OWNED BY public.m2question_versions.id; + + -- -- Name: m2questionnaire; Type: TABLE; Schema: public; Owner: - -- @@ -16883,7 +17663,6 @@ CREATE TABLE public.m2quiz ( showuserpicture smallint DEFAULT 0 NOT NULL, showblocks smallint DEFAULT 0 NOT NULL, completionattemptsexhausted smallint DEFAULT 0, - completionpass smallint DEFAULT 0, allowofflineattempts smallint DEFAULT 0, completionminattempts bigint DEFAULT 0 NOT NULL ); @@ -16915,7 +17694,8 @@ CREATE TABLE public.m2quiz_attempts ( timemodified bigint DEFAULT 0 NOT NULL, timemodifiedoffline bigint DEFAULT 0 NOT NULL, timecheckstate bigint DEFAULT 0, - sumgrades numeric(10,5) + sumgrades numeric(10,5), + gradednotificationsenttime bigint ); @@ -17204,44 +17984,6 @@ CREATE SEQUENCE public.m2quiz_sections_id_seq ALTER SEQUENCE public.m2quiz_sections_id_seq OWNED BY public.m2quiz_sections.id; --- --- Name: m2quiz_slot_tags; Type: TABLE; Schema: public; Owner: - --- - -CREATE TABLE public.m2quiz_slot_tags ( - id bigint NOT NULL, - slotid bigint, - tagid bigint, - tagname character varying(255) -); - - --- --- Name: TABLE m2quiz_slot_tags; Type: COMMENT; Schema: public; Owner: - --- - -COMMENT ON TABLE public.m2quiz_slot_tags IS 'Stores data about the tags that a question must have so that it can be selected for a quiz slot (when having a random question by tags on that slot).'; - - --- --- Name: m2quiz_slot_tags_id_seq; Type: SEQUENCE; Schema: public; Owner: - --- - -CREATE SEQUENCE public.m2quiz_slot_tags_id_seq - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; - - --- --- Name: m2quiz_slot_tags_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - --- - -ALTER SEQUENCE public.m2quiz_slot_tags_id_seq OWNED BY public.m2quiz_slot_tags.id; - - -- -- Name: m2quiz_slots; Type: TABLE; Schema: public; Owner: - -- @@ -17252,9 +17994,6 @@ CREATE TABLE public.m2quiz_slots ( quizid bigint DEFAULT 0 NOT NULL, page bigint NOT NULL, requireprevious smallint DEFAULT 0 NOT NULL, - questionid bigint DEFAULT 0 NOT NULL, - questioncategoryid bigint, - includingsubcategories smallint, maxmark numeric(12,7) DEFAULT 0 NOT NULL ); @@ -18166,6 +18905,207 @@ CREATE SEQUENCE public.m2registration_hubs_id_seq ALTER SEQUENCE public.m2registration_hubs_id_seq OWNED BY public.m2registration_hubs.id; +-- +-- Name: m2reportbuilder_audience; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2reportbuilder_audience ( + id bigint NOT NULL, + reportid bigint NOT NULL, + classname character varying(255) DEFAULT ''::character varying NOT NULL, + configdata text NOT NULL, + usercreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL, + heading character varying(255) +); + + +-- +-- Name: m2reportbuilder_audience_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2reportbuilder_audience_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2reportbuilder_audience_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2reportbuilder_audience_id_seq OWNED BY public.m2reportbuilder_audience.id; + + +-- +-- Name: m2reportbuilder_column; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2reportbuilder_column ( + id bigint NOT NULL, + reportid bigint DEFAULT 0 NOT NULL, + uniqueidentifier character varying(255) DEFAULT ''::character varying NOT NULL, + aggregation character varying(32), + heading character varying(255), + columnorder bigint NOT NULL, + sortenabled smallint DEFAULT 0 NOT NULL, + sortdirection smallint NOT NULL, + sortorder bigint, + usercreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2reportbuilder_column_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2reportbuilder_column_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2reportbuilder_column_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2reportbuilder_column_id_seq OWNED BY public.m2reportbuilder_column.id; + + +-- +-- Name: m2reportbuilder_filter; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2reportbuilder_filter ( + id bigint NOT NULL, + reportid bigint DEFAULT 0 NOT NULL, + uniqueidentifier character varying(255) DEFAULT ''::character varying NOT NULL, + heading character varying(255), + iscondition smallint DEFAULT 0 NOT NULL, + filterorder bigint NOT NULL, + usercreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2reportbuilder_filter_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2reportbuilder_filter_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2reportbuilder_filter_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2reportbuilder_filter_id_seq OWNED BY public.m2reportbuilder_filter.id; + + +-- +-- Name: m2reportbuilder_report; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2reportbuilder_report ( + id bigint NOT NULL, + source character varying(255) DEFAULT ''::character varying NOT NULL, + type smallint DEFAULT 0 NOT NULL, + contextid bigint NOT NULL, + component character varying(100) DEFAULT ''::character varying NOT NULL, + area character varying(100) DEFAULT ''::character varying NOT NULL, + itemid bigint DEFAULT 0 NOT NULL, + usercreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL, + name character varying(255), + conditiondata text, + settingsdata text, + uniquerows smallint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2reportbuilder_report_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2reportbuilder_report_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2reportbuilder_report_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2reportbuilder_report_id_seq OWNED BY public.m2reportbuilder_report.id; + + +-- +-- Name: m2reportbuilder_schedule; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2reportbuilder_schedule ( + id bigint NOT NULL, + reportid bigint DEFAULT 0 NOT NULL, + name character varying(255) DEFAULT ''::character varying NOT NULL, + enabled smallint DEFAULT 1 NOT NULL, + audiences text NOT NULL, + format character varying(255) DEFAULT ''::character varying NOT NULL, + subject character varying(255) DEFAULT ''::character varying NOT NULL, + message text NOT NULL, + messageformat bigint NOT NULL, + userviewas bigint DEFAULT 0 NOT NULL, + timescheduled bigint DEFAULT 0 NOT NULL, + recurrence bigint DEFAULT 0 NOT NULL, + reportempty bigint DEFAULT 0 NOT NULL, + timelastsent bigint DEFAULT 0 NOT NULL, + timenextsend bigint DEFAULT 0 NOT NULL, + usercreated bigint DEFAULT 0 NOT NULL, + usermodified bigint DEFAULT 0 NOT NULL, + timecreated bigint DEFAULT 0 NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: m2reportbuilder_schedule_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2reportbuilder_schedule_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2reportbuilder_schedule_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2reportbuilder_schedule_id_seq OWNED BY public.m2reportbuilder_schedule.id; + + -- -- Name: m2repository; Type: TABLE; Schema: public; Owner: - -- @@ -18902,7 +19842,6 @@ CREATE TABLE public.m2scorm ( completionstatusrequired smallint, completionscorerequired bigint, completionstatusallscos smallint, - displayactivityname smallint DEFAULT 1 NOT NULL, autocommit smallint DEFAULT 0 NOT NULL ); @@ -20204,10 +21143,10 @@ CREATE TABLE public.m2task_scheduled ( lastruntime bigint, nextruntime bigint, blocking smallint DEFAULT 0 NOT NULL, - minute character varying(25) DEFAULT ''::character varying NOT NULL, - hour character varying(25) DEFAULT ''::character varying NOT NULL, - day character varying(25) DEFAULT ''::character varying NOT NULL, - month character varying(25) DEFAULT ''::character varying NOT NULL, + minute character varying(200) DEFAULT ''::character varying NOT NULL, + hour character varying(70) DEFAULT ''::character varying NOT NULL, + day character varying(90) DEFAULT ''::character varying NOT NULL, + month character varying(30) DEFAULT ''::character varying NOT NULL, dayofweek character varying(25) DEFAULT ''::character varying NOT NULL, faildelay bigint, customised smallint DEFAULT 0 NOT NULL, @@ -20244,6 +21183,49 @@ CREATE SEQUENCE public.m2task_scheduled_id_seq ALTER SEQUENCE public.m2task_scheduled_id_seq OWNED BY public.m2task_scheduled.id; +-- +-- Name: m2tiny_autosave; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.m2tiny_autosave ( + id bigint NOT NULL, + elementid character varying(255) DEFAULT ''::character varying NOT NULL, + contextid bigint NOT NULL, + pagehash character varying(64) DEFAULT ''::character varying NOT NULL, + userid bigint NOT NULL, + drafttext text NOT NULL, + draftid bigint, + pageinstance character varying(64) DEFAULT ''::character varying NOT NULL, + timemodified bigint DEFAULT 0 NOT NULL +); + + +-- +-- Name: TABLE m2tiny_autosave; Type: COMMENT; Schema: public; Owner: - +-- + +COMMENT ON TABLE public.m2tiny_autosave IS 'The content of the textarea saved during autosave operations'; + + +-- +-- Name: m2tiny_autosave_id_seq; Type: SEQUENCE; Schema: public; Owner: - +-- + +CREATE SEQUENCE public.m2tiny_autosave_id_seq + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +-- +-- Name: m2tiny_autosave_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: - +-- + +ALTER SEQUENCE public.m2tiny_autosave_id_seq OWNED BY public.m2tiny_autosave.id; + + -- -- Name: m2tool_brickfield_areas; Type: TABLE; Schema: public; Owner: - -- @@ -21492,7 +22474,8 @@ CREATE TABLE public.m2tool_usertours_steps ( targettype smallint NOT NULL, targetvalue text NOT NULL, sortorder bigint DEFAULT 0 NOT NULL, - configdata text NOT NULL + configdata text NOT NULL, + contentformat smallint DEFAULT 0 NOT NULL ); @@ -21533,7 +22516,9 @@ CREATE TABLE public.m2tool_usertours_tours ( pathmatch character varying(255), enabled smallint DEFAULT 0 NOT NULL, sortorder bigint DEFAULT 0 NOT NULL, - configdata text NOT NULL + configdata text NOT NULL, + endtourlabel character varying(255), + displaystepnumbers smallint DEFAULT 0 NOT NULL ); @@ -21729,7 +22714,8 @@ CREATE TABLE public.m2user_devices ( pushid character varying(255) DEFAULT ''::character varying NOT NULL, uuid character varying(255) DEFAULT ''::character varying NOT NULL, timecreated bigint NOT NULL, - timemodified bigint NOT NULL + timemodified bigint NOT NULL, + publickey text ); @@ -23041,6 +24027,62 @@ CREATE SEQUENCE public.m2workshopform_rubric_levels_id_seq ALTER SEQUENCE public.m2workshopform_rubric_levels_id_seq OWNED BY public.m2workshopform_rubric_levels.id; +-- +-- Name: m2adminpresets id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_app id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_app_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_app_it id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_it ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_app_it_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_app_it_a id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_it_a ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_app_it_a_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_app_plug id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_plug ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_app_plug_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_it id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_it ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_it_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_it_a id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_it_a ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_it_a_id_seq'::regclass); + + +-- +-- Name: m2adminpresets_plug id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_plug ALTER COLUMN id SET DEFAULT nextval('public.m2adminpresets_plug_id_seq'::regclass); + + -- -- Name: m2analytics_indicator_calc id; Type: DEFAULT; Schema: public; Owner: - -- @@ -23174,13 +24216,6 @@ ALTER TABLE ONLY public.m2assignfeedback_editpdf_annot ALTER COLUMN id SET DEFAU ALTER TABLE ONLY public.m2assignfeedback_editpdf_cmnt ALTER COLUMN id SET DEFAULT nextval('public.m2assignfeedback_editpdf_cmnt_id_seq'::regclass); --- --- Name: m2assignfeedback_editpdf_queue id; Type: DEFAULT; Schema: public; Owner: - --- - -ALTER TABLE ONLY public.m2assignfeedback_editpdf_queue ALTER COLUMN id SET DEFAULT nextval('public.m2assignfeedback_editpdf_queue_id_seq'::regclass); - - -- -- Name: m2assignfeedback_editpdf_quick id; Type: DEFAULT; Schema: public; Owner: - -- @@ -23300,6 +24335,13 @@ ALTER TABLE ONLY public.m2attendance_warning ALTER COLUMN id SET DEFAULT nextval ALTER TABLE ONLY public.m2attendance_warning_done ALTER COLUMN id SET DEFAULT nextval('public.m2attendance_warning_done_id_seq'::regclass); +-- +-- Name: m2auth_lti_linked_login id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2auth_lti_linked_login ALTER COLUMN id SET DEFAULT nextval('public.m2auth_lti_linked_login_id_seq'::regclass); + + -- -- Name: m2auth_oauth2_linked_login id; Type: DEFAULT; Schema: public; Owner: - -- @@ -23440,6 +24482,27 @@ ALTER TABLE ONLY public.m2badge_manual_award ALTER COLUMN id SET DEFAULT nextval ALTER TABLE ONLY public.m2badge_related ALTER COLUMN id SET DEFAULT nextval('public.m2badge_related_id_seq'::regclass); +-- +-- Name: m2bigbluebuttonbn id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn ALTER COLUMN id SET DEFAULT nextval('public.m2bigbluebuttonbn_id_seq'::regclass); + + +-- +-- Name: m2bigbluebuttonbn_logs id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn_logs ALTER COLUMN id SET DEFAULT nextval('public.m2bigbluebuttonbn_logs_id_seq'::regclass); + + +-- +-- Name: m2bigbluebuttonbn_recordings id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn_recordings ALTER COLUMN id SET DEFAULT nextval('public.m2bigbluebuttonbn_recordings_id_seq'::regclass); + + -- -- Name: m2bigdata_profiles id; Type: DEFAULT; Schema: public; Owner: - -- @@ -23853,6 +24916,13 @@ ALTER TABLE ONLY public.m2course_modules ALTER COLUMN id SET DEFAULT nextval('pu ALTER TABLE ONLY public.m2course_modules_completion ALTER COLUMN id SET DEFAULT nextval('public.m2course_modules_completion_id_seq'::regclass); +-- +-- Name: m2course_modules_viewed id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2course_modules_viewed ALTER COLUMN id SET DEFAULT nextval('public.m2course_modules_viewed_id_seq'::regclass); + + -- -- Name: m2course_published id; Type: DEFAULT; Schema: public; Owner: - -- @@ -23958,6 +25028,27 @@ ALTER TABLE ONLY public.m2enrol ALTER COLUMN id SET DEFAULT nextval('public.m2en ALTER TABLE ONLY public.m2enrol_flatfile ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_flatfile_id_seq'::regclass); +-- +-- Name: m2enrol_lti_app_registration id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_app_registration ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_app_registration_id_seq'::regclass); + + +-- +-- Name: m2enrol_lti_context id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_context ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_context_id_seq'::regclass); + + +-- +-- Name: m2enrol_lti_deployment id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_deployment ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_deployment_id_seq'::regclass); + + -- -- Name: m2enrol_lti_lti2_consumer id; Type: DEFAULT; Schema: public; Owner: - -- @@ -24007,6 +25098,13 @@ ALTER TABLE ONLY public.m2enrol_lti_lti2_tool_proxy ALTER COLUMN id SET DEFAULT ALTER TABLE ONLY public.m2enrol_lti_lti2_user_result ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_lti2_user_result_id_seq'::regclass); +-- +-- Name: m2enrol_lti_resource_link id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_resource_link ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_resource_link_id_seq'::regclass); + + -- -- Name: m2enrol_lti_tool_consumer_map id; Type: DEFAULT; Schema: public; Owner: - -- @@ -24021,6 +25119,13 @@ ALTER TABLE ONLY public.m2enrol_lti_tool_consumer_map ALTER COLUMN id SET DEFAUL ALTER TABLE ONLY public.m2enrol_lti_tools ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_tools_id_seq'::regclass); +-- +-- Name: m2enrol_lti_user_resource_link id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_user_resource_link ALTER COLUMN id SET DEFAULT nextval('public.m2enrol_lti_user_resource_link_id_seq'::regclass); + + -- -- Name: m2enrol_lti_users id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25533,6 +26638,13 @@ ALTER TABLE ONLY public.m2question_attempt_steps ALTER COLUMN id SET DEFAULT nex ALTER TABLE ONLY public.m2question_attempts ALTER COLUMN id SET DEFAULT nextval('public.m2question_attempts_id_seq'::regclass); +-- +-- Name: m2question_bank_entries id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_bank_entries ALTER COLUMN id SET DEFAULT nextval('public.m2question_bank_entries_id_seq'::regclass); + + -- -- Name: m2question_calculated id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25624,6 +26736,13 @@ ALTER TABLE ONLY public.m2question_numerical_options ALTER COLUMN id SET DEFAULT ALTER TABLE ONLY public.m2question_numerical_units ALTER COLUMN id SET DEFAULT nextval('public.m2question_numerical_units_id_seq'::regclass); +-- +-- Name: m2question_references id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_references ALTER COLUMN id SET DEFAULT nextval('public.m2question_references_id_seq'::regclass); + + -- -- Name: m2question_response_analysis id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25638,6 +26757,13 @@ ALTER TABLE ONLY public.m2question_response_analysis ALTER COLUMN id SET DEFAULT ALTER TABLE ONLY public.m2question_response_count ALTER COLUMN id SET DEFAULT nextval('public.m2question_response_count_id_seq'::regclass); +-- +-- Name: m2question_set_references id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_set_references ALTER COLUMN id SET DEFAULT nextval('public.m2question_set_references_id_seq'::regclass); + + -- -- Name: m2question_statistics id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25659,6 +26785,13 @@ ALTER TABLE ONLY public.m2question_truefalse ALTER COLUMN id SET DEFAULT nextval ALTER TABLE ONLY public.m2question_usages ALTER COLUMN id SET DEFAULT nextval('public.m2question_usages_id_seq'::regclass); +-- +-- Name: m2question_versions id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_versions ALTER COLUMN id SET DEFAULT nextval('public.m2question_versions_id_seq'::regclass); + + -- -- Name: m2questionnaire id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25827,13 +26960,6 @@ ALTER TABLE ONLY public.m2quiz_reports ALTER COLUMN id SET DEFAULT nextval('publ ALTER TABLE ONLY public.m2quiz_sections ALTER COLUMN id SET DEFAULT nextval('public.m2quiz_sections_id_seq'::regclass); --- --- Name: m2quiz_slot_tags id; Type: DEFAULT; Schema: public; Owner: - --- - -ALTER TABLE ONLY public.m2quiz_slot_tags ALTER COLUMN id SET DEFAULT nextval('public.m2quiz_slot_tags_id_seq'::regclass); - - -- -- Name: m2quiz_slots id; Type: DEFAULT; Schema: public; Owner: - -- @@ -25988,6 +27114,41 @@ ALTER TABLE ONLY public.m2rcontent_track_credentials ALTER COLUMN id SET DEFAULT ALTER TABLE ONLY public.m2registration_hubs ALTER COLUMN id SET DEFAULT nextval('public.m2registration_hubs_id_seq'::regclass); +-- +-- Name: m2reportbuilder_audience id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_audience ALTER COLUMN id SET DEFAULT nextval('public.m2reportbuilder_audience_id_seq'::regclass); + + +-- +-- Name: m2reportbuilder_column id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_column ALTER COLUMN id SET DEFAULT nextval('public.m2reportbuilder_column_id_seq'::regclass); + + +-- +-- Name: m2reportbuilder_filter id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_filter ALTER COLUMN id SET DEFAULT nextval('public.m2reportbuilder_filter_id_seq'::regclass); + + +-- +-- Name: m2reportbuilder_report id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_report ALTER COLUMN id SET DEFAULT nextval('public.m2reportbuilder_report_id_seq'::regclass); + + +-- +-- Name: m2reportbuilder_schedule id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_schedule ALTER COLUMN id SET DEFAULT nextval('public.m2reportbuilder_schedule_id_seq'::regclass); + + -- -- Name: m2repository id; Type: DEFAULT; Schema: public; Owner: - -- @@ -26331,6 +27492,13 @@ ALTER TABLE ONLY public.m2task_log ALTER COLUMN id SET DEFAULT nextval('public.m ALTER TABLE ONLY public.m2task_scheduled ALTER COLUMN id SET DEFAULT nextval('public.m2task_scheduled_id_seq'::regclass); +-- +-- Name: m2tiny_autosave id; Type: DEFAULT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2tiny_autosave ALTER COLUMN id SET DEFAULT nextval('public.m2tiny_autosave_id_seq'::regclass); + + -- -- Name: m2tool_brickfield_areas id; Type: DEFAULT; Schema: public; Owner: - -- @@ -26786,6 +27954,213 @@ ALTER TABLE ONLY public.m2workshopform_rubric_config ALTER COLUMN id SET DEFAULT ALTER TABLE ONLY public.m2workshopform_rubric_levels ALTER COLUMN id SET DEFAULT nextval('public.m2workshopform_rubric_levels_id_seq'::regclass); +-- +-- Data for Name: m2adminpresets; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets (id, userid, name, comments, site, author, moodleversion, moodlerelease, iscore, timecreated, timeimported) FROM stdin; +1 0 Starter Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking. https://odissea-aws.xtec.cat 2021122100.02 3.11.13+ (Build: 20230318) 1 1710932177 0 +2 0 Full All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more. https://odissea-aws.xtec.cat 2021122100.02 3.11.13+ (Build: 20230318) 2 1710932177 0 +\. + + +-- +-- Data for Name: m2adminpresets_app; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_app (id, adminpresetid, userid, "time") FROM stdin; +\. + + +-- +-- Data for Name: m2adminpresets_app_it; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_app_it (id, adminpresetapplyid, configlogid) FROM stdin; +\. + + +-- +-- Data for Name: m2adminpresets_app_it_a; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_app_it_a (id, adminpresetapplyid, configlogid, itemname) FROM stdin; +\. + + +-- +-- Data for Name: m2adminpresets_app_plug; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_app_plug (id, adminpresetapplyid, plugin, name, value, oldvalue) FROM stdin; +\. + + +-- +-- Data for Name: m2adminpresets_it; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_it (id, adminpresetid, plugin, name, value) FROM stdin; +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 1 +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 0 +\. + + +-- +-- Data for Name: m2adminpresets_it_a; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_it_a (id, itemid, name, value) FROM stdin; +\. + + +-- +-- Data for Name: m2adminpresets_plug; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2adminpresets_plug (id, adminpresetid, plugin, name, enabled) FROM stdin; +1 1 mod chat 0 +2 1 mod data 0 +3 1 mod lti 0 +4 1 mod imscp 0 +5 1 mod lesson 0 +6 1 mod scorm 0 +7 1 mod survey 0 +8 1 mod wiki 0 +9 1 mod workshop 0 +10 1 availability grouping 0 +11 1 availability profile 0 +12 1 block activity_modules 0 +13 1 block blog_menu 0 +14 1 block blog_tags 0 +15 1 block comments 0 +16 1 block completionstatus 0 +17 1 block course_summary 0 +18 1 block course_list 0 +19 1 block tag_flickr 0 +20 1 block globalsearch 0 +21 1 block badges 0 +22 1 block lp 0 +23 1 block myprofile 0 +24 1 block login 0 +25 1 block site_main_menu 0 +26 1 block mentees 0 +27 1 block mnet_hosts 0 +28 1 block private_files 0 +29 1 block blog_recent 0 +30 1 block rss_client 0 +31 1 block search_forums 0 +32 1 block section_links 0 +33 1 block selfcompletion 0 +34 1 block social_activities 0 +35 1 block tags 0 +36 1 block tag_youtube 0 +37 1 block feedback 0 +38 1 block online_users 0 +39 1 block recentlyaccessedcourses 0 +40 1 block starredcourses 0 +41 1 format social 0 +42 1 dataformat json 0 +43 1 enrol cohort 0 +44 1 enrol guest 0 +45 1 filter mathjaxloader -9999 +46 1 filter activitynames -9999 +47 1 qbehaviour adaptivenopenalty 0 +48 1 qbehaviour deferredcbm 0 +49 1 qbehaviour immediatecbm 0 +50 1 qtype calculated 0 +51 1 qtype calculatedmulti 0 +52 1 qtype calculatedsimple 0 +53 1 qtype ddmarker 0 +54 1 qtype ddimageortext 0 +55 1 qtype multianswer 0 +56 1 qtype numerical 0 +57 1 qtype randomsamatch 0 +58 1 repository local 0 +59 1 repository url 0 +60 1 repository wikimedia 0 +61 1 editor tinymce 0 +62 2 mod chat 1 +63 2 mod data 1 +64 2 mod lti 1 +65 2 mod imscp 1 +66 2 mod lesson 1 +67 2 mod scorm 1 +68 2 mod survey 1 +69 2 mod wiki 1 +70 2 mod workshop 1 +71 2 availability grouping 1 +72 2 availability profile 1 +73 2 block activity_modules 1 +74 2 block blog_menu 1 +75 2 block blog_tags 1 +76 2 block comments 1 +77 2 block completionstatus 1 +78 2 block course_list 1 +79 2 block tag_flickr 1 +80 2 block globalsearch 1 +81 2 block badges 1 +82 2 block lp 1 +83 2 block myprofile 1 +84 2 block login 1 +85 2 block site_main_menu 1 +86 2 block mentees 1 +87 2 block mnet_hosts 1 +88 2 block private_files 1 +89 2 block blog_recent 1 +90 2 block search_forums 1 +91 2 block section_links 1 +92 2 block social_activities 1 +93 2 block tags 1 +94 2 block online_users 1 +95 2 block recentlyaccessedcourses 1 +96 2 block starredcourses 1 +97 2 format social 1 +98 2 dataformat json 1 +99 2 enrol cohort 1 +100 2 enrol guest 1 +101 2 filter mathjaxloader 1 +102 2 filter activitynames 1 +103 2 qbehaviour adaptivenopenalty 1 +104 2 qbehaviour deferredcbm 1 +105 2 qbehaviour immediatecbm 1 +106 2 qtype calculated 1 +107 2 qtype calculatedmulti 1 +108 2 qtype calculatedsimple 1 +109 2 qtype ddmarker 1 +110 2 qtype ddimageortext 1 +111 2 qtype multianswer 1 +112 2 qtype numerical 1 +113 2 qtype randomsamatch 1 +114 2 repository local 1 +115 2 repository url 1 +116 2 repository wikimedia 1 +117 2 editor tinymce 1 +\. + + -- -- Data for Name: m2analytics_indicator_calc; Type: TABLE DATA; Schema: public; Owner: - -- @@ -26852,7 +28227,7 @@ COPY public.m2analytics_train_samples (id, modelid, analysableid, timesplitting, -- COPY public.m2analytics_used_analysables (id, modelid, action, analysableid, firstanalysis, timeanalysed) FROM stdin; -1 2 prediction 1 1637234391 1680524556 +1 2 prediction 1 1637234391 1710942994 \. @@ -26868,7 +28243,7 @@ COPY public.m2analytics_used_files (id, modelid, fileid, action, "time") FROM st -- Data for Name: m2assign; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2assign (id, course, name, intro, introformat, alwaysshowdescription, nosubmissions, submissiondrafts, sendnotifications, sendlatenotifications, duedate, allowsubmissionsfromdate, grade, timemodified, requiresubmissionstatement, completionsubmit, cutoffdate, gradingduedate, teamsubmission, requireallteammemberssubmit, teamsubmissiongroupingid, blindmarking, hidegrader, revealidentities, attemptreopenmethod, maxattempts, markingworkflow, markingallocation, sendstudentnotifications, preventsubmissionnotingroup) FROM stdin; +COPY public.m2assign (id, course, name, intro, introformat, alwaysshowdescription, nosubmissions, submissiondrafts, sendnotifications, sendlatenotifications, duedate, allowsubmissionsfromdate, grade, timemodified, requiresubmissionstatement, completionsubmit, cutoffdate, gradingduedate, teamsubmission, requireallteammemberssubmit, teamsubmissiongroupingid, blindmarking, hidegrader, revealidentities, attemptreopenmethod, maxattempts, markingworkflow, markingallocation, sendstudentnotifications, preventsubmissionnotingroup, activity, activityformat, timelimit, submissionattachments) FROM stdin; \. @@ -26884,7 +28259,7 @@ COPY public.m2assign_grades (id, assignment, userid, timecreated, timemodified, -- Data for Name: m2assign_overrides; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2assign_overrides (id, assignid, groupid, userid, sortorder, allowsubmissionsfromdate, duedate, cutoffdate) FROM stdin; +COPY public.m2assign_overrides (id, assignid, groupid, userid, sortorder, allowsubmissionsfromdate, duedate, cutoffdate, timelimit) FROM stdin; \. @@ -26900,7 +28275,7 @@ COPY public.m2assign_plugin_config (id, assignment, plugin, subtype, name, value -- Data for Name: m2assign_submission; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2assign_submission (id, assignment, userid, timecreated, timemodified, status, groupid, attemptnumber, latest) FROM stdin; +COPY public.m2assign_submission (id, assignment, userid, timecreated, timemodified, status, groupid, attemptnumber, latest, timestarted) FROM stdin; \. @@ -26944,14 +28319,6 @@ COPY public.m2assignfeedback_editpdf_cmnt (id, gradeid, x, y, width, rawtext, pa \. --- --- Data for Name: m2assignfeedback_editpdf_queue; Type: TABLE DATA; Schema: public; Owner: - --- - -COPY public.m2assignfeedback_editpdf_queue (id, submissionid, submissionattempt, attemptedconversions) FROM stdin; -\. - - -- -- Data for Name: m2assignfeedback_editpdf_quick; Type: TABLE DATA; Schema: public; Owner: - -- @@ -27052,7 +28419,7 @@ COPY public.m2attendance_rotate_passwords (id, attendanceid, password, expirytim -- Data for Name: m2attendance_sessions; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2attendance_sessions (id, attendanceid, groupid, sessdate, duration, lasttaken, lasttakenby, timemodified, description, descriptionformat, studentscanmark, autoassignstatus, studentpassword, subnet, automark, automarkcompleted, statusset, absenteereport, preventsharedip, preventsharediptime, caleventid, calendarevent, includeqrcode, rotateqrcode, rotateqrcodesecret, automarkcmid) FROM stdin; +COPY public.m2attendance_sessions (id, attendanceid, groupid, sessdate, duration, lasttaken, lasttakenby, timemodified, description, descriptionformat, studentscanmark, autoassignstatus, studentpassword, subnet, automark, automarkcompleted, statusset, absenteereport, preventsharedip, preventsharediptime, caleventid, calendarevent, includeqrcode, rotateqrcode, rotateqrcodesecret, automarkcmid, studentsearlyopentime, allowupdatestatus) FROM stdin; \. @@ -27060,11 +28427,11 @@ COPY public.m2attendance_sessions (id, attendanceid, groupid, sessdate, duration -- Data for Name: m2attendance_statuses; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2attendance_statuses (id, attendanceid, acronym, description, grade, studentavailability, setunmarked, visible, deleted, setnumber) FROM stdin; -1 0 P Present 2.00 \N \N 1 0 0 -2 0 A Absent 0.00 \N \N 1 0 0 -3 0 T Tard 1.00 \N \N 1 0 0 -4 0 J Justificat 1.00 \N \N 1 0 0 +COPY public.m2attendance_statuses (id, attendanceid, acronym, description, grade, studentavailability, setunmarked, visible, deleted, setnumber, availablebeforesession) FROM stdin; +1 0 P Present 2.00 \N \N 1 0 0 \N +2 0 A Absent 0.00 \N \N 1 0 0 \N +3 0 T Tard 1.00 \N \N 1 0 0 \N +4 0 J Justificat 1.00 \N \N 1 0 0 \N \. @@ -27092,6 +28459,14 @@ COPY public.m2attendance_warning_done (id, notifyid, userid, timesent) FROM stdi \. +-- +-- Data for Name: m2auth_lti_linked_login; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2auth_lti_linked_login (id, userid, issuer, issuer256, sub, sub256, timecreated, timemodified) FROM stdin; +\. + + -- -- Data for Name: m2auth_oauth2_linked_login; Type: TABLE DATA; Schema: public; Owner: - -- @@ -27116,6 +28491,7 @@ COPY public.m2auth_saml2_kvstore (id, type, k, value, expire) FROM stdin; 1 session 62e66ce52b70c5561b6ad99e0b60bc3e C%3A18%3A%22SimpleSAML%5CSession%22%3A275%3A%7Ba%3A10%3A%7Bs%3A9%3A%22sessionId%22%3Bs%3A32%3A%2262e66ce52b70c5561b6ad99e0b60bc3e%22%3Bs%3A9%3A%22transient%22%3Bb%3A0%3Bs%3A7%3A%22trackid%22%3Bs%3A10%3A%225f8de9930e%22%3Bs%3A16%3A%22rememberMeExpire%22%3BN%3Bs%3A5%3A%22dirty%22%3Bb%3A0%3Bs%3A19%3A%22callback_registered%22%3Bb%3A0%3Bs%3A9%3A%22dataStore%22%3Ba%3A0%3A%7B%7Ds%3A12%3A%22associations%22%3Ba%3A0%3A%7B%7Ds%3A9%3A%22authToken%22%3BN%3Bs%3A8%3A%22authData%22%3Ba%3A0%3A%7B%7D%7D%7D 1637241980 2 session bcc947033e750968532ed6dbb47e8a6c C%3A18%3A%22SimpleSAML%5CSession%22%3A275%3A%7Ba%3A10%3A%7Bs%3A9%3A%22sessionId%22%3Bs%3A32%3A%22bcc947033e750968532ed6dbb47e8a6c%22%3Bs%3A9%3A%22transient%22%3Bb%3A0%3Bs%3A7%3A%22trackid%22%3Bs%3A10%3A%22bce4aa15de%22%3Bs%3A16%3A%22rememberMeExpire%22%3BN%3Bs%3A5%3A%22dirty%22%3Bb%3A0%3Bs%3A19%3A%22callback_registered%22%3Bb%3A0%3Bs%3A9%3A%22dataStore%22%3Ba%3A0%3A%7B%7Ds%3A12%3A%22associations%22%3Ba%3A0%3A%7B%7Ds%3A9%3A%22authToken%22%3BN%3Bs%3A8%3A%22authData%22%3Ba%3A0%3A%7B%7D%7D%7D 1637241987 3 session 4efcb4e23b8ca5bc14b42d0f31d3dd1a C%3A18%3A%22SimpleSAML%5CSession%22%3A275%3A%7Ba%3A10%3A%7Bs%3A9%3A%22sessionId%22%3Bs%3A32%3A%224efcb4e23b8ca5bc14b42d0f31d3dd1a%22%3Bs%3A9%3A%22transient%22%3Bb%3A0%3Bs%3A7%3A%22trackid%22%3Bs%3A10%3A%227648592112%22%3Bs%3A16%3A%22rememberMeExpire%22%3BN%3Bs%3A5%3A%22dirty%22%3Bb%3A0%3Bs%3A19%3A%22callback_registered%22%3Bb%3A0%3Bs%3A9%3A%22dataStore%22%3Ba%3A0%3A%7B%7Ds%3A12%3A%22associations%22%3Ba%3A0%3A%7B%7Ds%3A9%3A%22authToken%22%3BN%3Bs%3A8%3A%22authData%22%3Ba%3A0%3A%7B%7D%7D%7D 1680531804 +4 session 6f9b8c9af391226d10bd6d4bc2411481 O%3A18%3A%22SimpleSAML%5CSession%22%3A10%3A%7Bs%3A9%3A%22sessionId%22%3Bs%3A32%3A%226f9b8c9af391226d10bd6d4bc2411481%22%3Bs%3A9%3A%22transient%22%3Bb%3A0%3Bs%3A7%3A%22trackid%22%3Bs%3A10%3A%22c994ba91f5%22%3Bs%3A16%3A%22rememberMeExpire%22%3BN%3Bs%3A5%3A%22dirty%22%3Bb%3A0%3Bs%3A19%3A%22callback_registered%22%3Bb%3A0%3Bs%3A9%3A%22dataStore%22%3Ba%3A0%3A%7B%7Ds%3A12%3A%22associations%22%3Ba%3A0%3A%7B%7Ds%3A9%3A%22authToken%22%3BN%3Bs%3A8%3A%22authData%22%3Ba%3A0%3A%7B%7D%7D 1710950240 \. @@ -27256,6 +28632,30 @@ COPY public.m2badge_related (id, badgeid, relatedbadgeid) FROM stdin; \. +-- +-- Data for Name: m2bigbluebuttonbn; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2bigbluebuttonbn (id, type, course, name, intro, introformat, meetingid, moderatorpass, viewerpass, wait, record, recordallfromstart, recordhidebutton, welcome, voicebridge, openingtime, closingtime, timecreated, timemodified, presentation, participants, userlimit, recordings_html, recordings_deleted, recordings_imported, recordings_preview, clienttype, muteonstart, disablecam, disablemic, disableprivatechat, disablepublicchat, disablenote, hideuserlist, lockedlayout, completionattendance, completionengagementchats, completionengagementtalks, completionengagementraisehand, completionengagementpollvotes, completionengagementemojis, guestallowed, mustapproveuser, guestlinkuid, guestpassword) FROM stdin; +\. + + +-- +-- Data for Name: m2bigbluebuttonbn_logs; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2bigbluebuttonbn_logs (id, courseid, bigbluebuttonbnid, userid, timecreated, meetingid, log, meta) FROM stdin; +\. + + +-- +-- Data for Name: m2bigbluebuttonbn_recordings; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2bigbluebuttonbn_recordings (id, courseid, bigbluebuttonbnid, groupid, recordingid, headless, imported, status, importeddata, timecreated, usermodified, timemodified) FROM stdin; +\. + + -- -- Data for Name: m2bigdata_profiles; Type: TABLE DATA; Schema: public; Owner: - -- @@ -27281,8 +28681,6 @@ COPY public.m2block (id, name, cron, lastcron, visible) FROM stdin; 10 comments 0 0 1 11 completionstatus 0 0 1 12 course_list 0 0 1 -13 course_summary 0 0 1 -14 feedback 0 0 1 15 globalsearch 0 0 1 16 glossary_random 0 0 1 17 html 0 0 1 @@ -27296,14 +28694,11 @@ COPY public.m2block (id, name, cron, lastcron, visible) FROM stdin; 25 news_items 0 0 1 26 online_users 0 0 1 27 private_files 0 0 1 -28 quiz_results 0 0 0 29 recent_activity 0 0 1 30 recentlyaccessedcourses 0 0 1 31 recentlyaccesseditems 0 0 1 -32 rss_client 0 0 1 33 search_forums 0 0 1 34 section_links 0 0 1 -35 selfcompletion 0 0 1 36 settings 0 0 1 37 site_main_menu 0 0 1 38 social_activities 0 0 1 @@ -27319,6 +28714,10 @@ COPY public.m2block (id, name, cron, lastcron, visible) FROM stdin; 48 my_books 0 0 1 49 rgrade 0 0 1 50 accessreview 0 0 1 +13 course_summary 0 0 0 +14 feedback 0 0 0 +32 rss_client 0 0 0 +35 selfcompletion 0 0 0 \. @@ -27335,33 +28734,33 @@ COPY public.m2block_configurable_reports (id, courseid, ownerid, visible, name, -- COPY public.m2block_instances (id, blockname, parentcontextid, showinsubcontexts, requiredbytheme, pagetypepattern, subpagepattern, defaultregion, defaultweight, configdata, timecreated, timemodified) FROM stdin; -2 timeline 1 0 0 my-index 2 side-post 0 1603909074 1603909074 3 private_files 1 0 0 my-index 2 side-post 1 1603909074 1603909074 4 online_users 1 0 0 my-index 2 side-post 2 1603909074 1603909074 5 badges 1 0 0 my-index 2 side-post 3 1603909074 1603909074 -6 calendar_month 1 0 0 my-index 2 side-post 4 1603909074 1603909074 7 calendar_upcoming 1 0 0 my-index 2 side-post 5 1603909074 1603909074 8 lp 1 0 0 my-index 2 content 0 1603909074 1603909074 9 recentlyaccessedcourses 1 0 0 my-index 2 content 1 1603909074 1603909074 -10 myoverview 1 0 0 my-index 2 content 2 1603909074 1603909074 -11 timeline 16 0 0 my-index 3 side-post 0 1604422437 1604422437 12 private_files 16 0 0 my-index 3 side-post 1 1604422437 1604422437 13 online_users 16 0 0 my-index 3 side-post 2 1604422437 1604422437 14 badges 16 0 0 my-index 3 side-post 3 1604422437 1604422437 -15 calendar_month 16 0 0 my-index 3 side-post 4 1604422437 1604422437 16 calendar_upcoming 16 0 0 my-index 3 side-post 5 1604422437 1604422437 17 lp 16 0 0 my-index 3 content 0 1604422437 1604422437 18 recentlyaccessedcourses 16 0 0 my-index 3 content 1 1604422437 1604422437 -19 myoverview 16 0 0 my-index 3 content 2 1604422437 1604422437 -20 timeline 5 0 0 my-index 4 side-post 0 1637232084 1637232084 21 private_files 5 0 0 my-index 4 side-post 1 1637232084 1637232084 22 online_users 5 0 0 my-index 4 side-post 2 1637232084 1637232084 23 badges 5 0 0 my-index 4 side-post 3 1637232084 1637232084 -24 calendar_month 5 0 0 my-index 4 side-post 4 1637232084 1637232084 25 calendar_upcoming 5 0 0 my-index 4 side-post 5 1637232084 1637232084 26 lp 5 0 0 my-index 4 content 0 1637232084 1637232084 27 recentlyaccessedcourses 5 0 0 my-index 4 content 1 1637232084 1637232084 -28 myoverview 5 0 0 my-index 4 content 2 1637232084 1637232084 +6 calendar_month 1 0 0 my-index 2 content 4 1603909074 1603909074 +15 calendar_month 16 0 0 my-index 3 content 4 1604422437 1604422437 +24 calendar_month 5 0 0 my-index 4 content 4 1637232084 1637232084 +29 myoverview 1 0 0 my-index 5 content 0 1710932246 1710932246 +30 recentlyaccesseditems 16 0 0 my-index 3 side-post 0 \N 1710932249 1710932249 +31 recentlyaccesseditems 5 0 0 my-index 4 side-post 0 \N 1710932249 1710932249 +2 timeline 1 0 0 my-index 2 content 0 1603909074 1603909074 +11 timeline 16 0 0 my-index 3 content 0 1604422437 1604422437 +20 timeline 5 0 0 my-index 4 content 0 1637232084 1637232084 \. @@ -27442,8 +28841,8 @@ COPY public.m2cache_filters (id, filter, version, md5key, rawtext, timemodified) -- COPY public.m2cache_flags (id, flagtype, name, timemodified, value, expiry) FROM stdin; -4 accesslib/dirtycontexts /1 1680524119 1 1680531319 -5 userpreferenceschanged 2 1680524349 1 1680531549 +5 userpreferenceschanged 2 1710941731 1 1710948931 +4 accesslib/dirtycontexts /1 1710942738 1 1710949938 \. @@ -27960,7 +29359,6 @@ COPY public.m2capabilities (id, name, captype, contextlevel, component, riskbitm 507 block/online_users:viewlist read 80 block_online_users 0 508 block/private_files:myaddinstance write 10 block_private_files 0 509 block/private_files:addinstance write 80 block_private_files 20 -510 block/quiz_results:addinstance write 80 block_quiz_results 20 511 block/recent_activity:addinstance write 80 block_recent_activity 20 512 block/recent_activity:viewaddupdatemodule read 50 block_recent_activity 0 513 block/recent_activity:viewdeletemodule read 50 block_recent_activity 0 @@ -28017,7 +29415,6 @@ COPY public.m2capabilities (id, name, captype, contextlevel, component, riskbitm 564 gradereport/user:view read 50 gradereport_user 8 565 webservice/rest:use read 50 webservice_rest 0 566 webservice/soap:use read 50 webservice_soap 0 -567 webservice/xmlrpc:use read 50 webservice_xmlrpc 0 568 repository/areafiles:view read 70 repository_areafiles 0 569 repository/boxnet:view read 70 repository_boxnet 0 570 repository/coursefiles:view read 70 repository_coursefiles 0 @@ -28257,6 +29654,33 @@ COPY public.m2capabilities (id, name, captype, contextlevel, component, riskbitm 803 mod/attendance:viewsummaryreports read 40 mod_attendance 8 804 mod/attendance:warningemails write 70 mod_attendance 32 805 mod/attendance:import write 70 mod_attendance 8 +806 moodle/reportbuilder:view read 10 moodle 0 +807 moodle/reportbuilder:edit write 10 moodle 0 +808 moodle/reportbuilder:editall write 10 moodle 0 +809 moodle/reportbuilder:scheduleviewas read 10 moodle 0 +810 mod/attendance:manualautomark write 50 mod_attendance 4 +811 mod/bigbluebuttonbn:addinstance write 50 mod_bigbluebuttonbn 4 +812 mod/bigbluebuttonbn:addinstancewithmeeting write 70 mod_bigbluebuttonbn 0 +813 mod/bigbluebuttonbn:addinstancewithrecording write 70 mod_bigbluebuttonbn 0 +814 mod/bigbluebuttonbn:join read 70 mod_bigbluebuttonbn 0 +815 mod/bigbluebuttonbn:view read 70 mod_bigbluebuttonbn 0 +816 mod/bigbluebuttonbn:managerecordings write 70 mod_bigbluebuttonbn 0 +817 mod/bigbluebuttonbn:publishrecordings write 70 mod_bigbluebuttonbn 0 +818 mod/bigbluebuttonbn:unpublishrecordings write 70 mod_bigbluebuttonbn 0 +819 mod/bigbluebuttonbn:protectrecordings write 70 mod_bigbluebuttonbn 0 +820 mod/bigbluebuttonbn:unprotectrecordings write 70 mod_bigbluebuttonbn 0 +821 mod/bigbluebuttonbn:deleterecordings write 70 mod_bigbluebuttonbn 0 +822 mod/bigbluebuttonbn:importrecordings write 70 mod_bigbluebuttonbn 0 +823 mod/quiz:emailnotifyattemptgraded read 70 mod_quiz 0 +824 gradereport/summary:view read 50 gradereport_summary 8 +825 moodle/question:commentmine write 50 qbank_comment 0 +826 moodle/question:commentall write 50 qbank_comment 0 +827 qbank/customfields:changelockedcustomfields write 50 qbank_customfields 16 +828 qbank/customfields:configurecustomfields write 10 qbank_customfields 16 +829 qbank/customfields:viewhiddencustomfields read 50 qbank_customfields 0 +830 tiny/h5p:addembed write 70 tiny_h5p 0 +831 tiny/recordrtc:recordaudio write 70 tiny_recordrtc 0 +832 tiny/recordrtc:recordvideo write 70 tiny_recordrtc 0 \. @@ -28400,7 +29824,7 @@ COPY public.m2competency_framework (id, shortname, contextid, idnumber, descript -- Data for Name: m2competency_modulecomp; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2competency_modulecomp (id, cmid, timecreated, timemodified, usermodified, sortorder, competencyid, ruleoutcome) FROM stdin; +COPY public.m2competency_modulecomp (id, cmid, timecreated, timemodified, usermodified, sortorder, competencyid, ruleoutcome, overridegrade) FROM stdin; \. @@ -28562,7 +29986,6 @@ COPY public.m2config (id, name, value) FROM stdin; 77 grade_export_exportfeedback 0 78 grade_export_displaytype 1 79 grade_export_decimalpoints 2 -80 grade_navmethod 1 81 grade_export_userprofilefields firstname,lastname,idnumber,institution,department,email 82 grade_export_customprofilefields 83 recovergradesdefault 0 @@ -28605,8 +30028,6 @@ COPY public.m2config (id, name, value) FROM stdin; 120 grade_report_showuserimage 1 121 grade_report_showactivityicons 1 122 grade_report_shownumberofgrades 0 -5 theme xtec2020 -14 texteditors atto,tinymce,textarea 2 rolesactive 1 417 notloggedinroleid 6 123 grade_report_averagesdisplaytype inherit @@ -28618,6 +30039,8 @@ COPY public.m2config (id, name, value) FROM stdin; 3 auth saml2 128 grade_report_overview_showrank 0 129 grade_report_overview_showtotalsifcontainhidden 0 +14 texteditors atto,tinymce,textarea,tiny +5 theme xtecboost 130 grade_report_user_showrank 0 131 grade_report_user_showpercentage 1 132 grade_report_user_showgrade 1 @@ -28753,7 +30176,6 @@ COPY public.m2config (id, name, value) FROM stdin; 264 allowthemechangeonurl 0 265 allowuserblockhiding 1 266 custommenuitems -267 customusermenuitems grades,grades|/grade/report/mygrades.php|t/grades\nmessages,message|/message/index.php|t/message\npreferences,moodle|/user/preferences.php|t/preferences 268 enabledevicedetection 1 269 devicedetectregex [] 270 calendartype gregorian @@ -28812,7 +30234,6 @@ COPY public.m2config (id, name, value) FROM stdin; 329 pathtogs /usr/bin/gs 330 pathtopython 331 supportname Admin Usuari -332 supportemail 333 supportpage 334 dbsessions 0 335 sessioncookie @@ -28918,11 +30339,6 @@ COPY public.m2config (id, name, value) FROM stdin; 421 restorernewroleid 3 422 sitepolicyhandler 423 gradebookroles 5 -424 jabberhost -425 jabberserver -426 jabberusername -427 jabberpassword -428 jabberport 5222 429 airnotifierurl https://messages.moodle.net 430 airnotifierport 443 431 airnotifiermobileappname com.moodle.moodlemobile @@ -28936,7 +30352,6 @@ COPY public.m2config (id, name, value) FROM stdin; 439 block_online_users_timetosee 5 440 block_online_users_onlinestatushiding 1 441 pathtounoconv /usr/bin/unoconv -442 filter_censor_badwords 443 filter_multilang_force_old 0 444 data_enablerssfeeds 0 445 forum_displaymode 3 @@ -28996,8 +30411,7 @@ COPY public.m2config (id, name, value) FROM stdin; 518 hotpot_maxeventlength 5 543 divertallemailsto 544 divertallemailsexcept -411 branch 311 -28 licenses unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa +411 branch 401 545 emaildkimselector 546 emailheaders 547 debugsqltrace 0 @@ -29010,7 +30424,6 @@ COPY public.m2config (id, name, value) FROM stdin; 527 downloadcoursecontentallowed 0 528 maxsizeperdownloadcoursefile 52428800 529 activitychoosertabmode 0 -530 activitychooseractivefooter hidden 531 h5plibraryhandler h5plib_v124 532 rememberuserlicensepref 1 533 autolangusercreation 1 @@ -29027,17 +30440,81 @@ COPY public.m2config (id, name, value) FROM stdin; 327 aspellpath /usr/bin/aspell 541 pathtopdftoppm /usr/bin/pdftoppm 551 filternavigationwithsystemcontext 0 -414 allversionshash a1268b8169a147700b9359475ee16f72ad1fb6d7 -24 themerev 1680524446 -30 version 2021051713.02 -158 langrev 1680524446 -25 jsrev 1680524446 -26 templaterev 1680524446 +579 bigbluebuttonbn_recordings_imported_default 0 +580 bigbluebuttonbn_recordings_imported_editable 1 +581 bigbluebuttonbn_recordings_preview_default 1 +582 bigbluebuttonbn_recordings_preview_editable 0 +583 bigbluebuttonbn_recordings_asc_sort 0 +584 bigbluebuttonbn_recording_protect_editable 1 +585 bigbluebuttonbn_waitformoderator_default 0 +586 bigbluebuttonbn_waitformoderator_editable 1 +587 bigbluebuttonbn_waitformoderator_ping_interval 10 +25 jsrev 1710942751 +588 bigbluebuttonbn_waitformoderator_cache_ttl 60 +589 bigbluebuttonbn_voicebridge_editable 0 +590 bigbluebuttonbn_preuploadpresentation_editable 0 +591 bigbluebuttonbn_userlimit_default 0 +592 bigbluebuttonbn_userlimit_editable 0 +593 bigbluebuttonbn_participant_moderator_default 0 +594 bigbluebuttonbn_muteonstart_default 0 +595 bigbluebuttonbn_muteonstart_editable 0 +158 langrev 1710942751 +596 bigbluebuttonbn_disablecam_default 0 +597 bigbluebuttonbn_disablecam_editable 1 +598 bigbluebuttonbn_disablemic_default 0 +599 bigbluebuttonbn_disablemic_editable 1 +600 bigbluebuttonbn_disableprivatechat_default 0 +601 bigbluebuttonbn_disableprivatechat_editable 1 +602 bigbluebuttonbn_disablepublicchat_default 0 +603 bigbluebuttonbn_disablepublicchat_editable 1 +604 bigbluebuttonbn_disablenote_default 0 +605 bigbluebuttonbn_disablenote_editable 1 +606 bigbluebuttonbn_hideuserlist_default 0 +607 bigbluebuttonbn_hideuserlist_editable 1 +608 bigbluebuttonbn_recordingready_enabled 0 +609 bigbluebuttonbn_meetingevents_enabled 0 +610 bigbluebuttonbn_guestaccess_enabled 0 +611 enabledashboard 1 +612 proxylogunsafe 0 +613 proxyfixunsafe 0 +616 supportemail admin@xtec.invalid +24 themerev 1710942751 +414 allversionshash a0938a67562926773dfff48a2a6a4f7ae1ebaafb +549 scorm_updatetimelast 1710942994 +530 activitychooseractivefooter tool_moodlenet 13 filterall 0 -412 localcachedirpurged 1680524447 -413 scheduledtaskreset 1680524447 -549 scorm_updatetimelast 1680524556 -410 release 3.11.13+ (Build: 20230318) +412 localcachedirpurged 1710942751 +557 enroladminnewcourse 0 +413 scheduledtaskreset 1710942751 +559 enablecustomreports 1 +560 searchmaxtopresults 3 +267 customusermenuitems grades,grades|/grade/report/mygrades.php\nmessages,message|/message/index.php\nbadges,badges|/badges/mybadges.php\ncalendar,calendar|/calendar/view.php\npreferences,moodle|/user/preferences.php +561 searchteacherroles +562 bigbluebuttonbn_default_dpa_accepted 0 +563 bigbluebuttonbn_server_url https://test-moodle.blindsidenetworks.com/bigbluebutton/ +564 bigbluebuttonbn_shared_secret 0b21fcaf34673a8c3ec8ed877d76ae34 +565 bigbluebuttonbn_poll_interval 5 +566 bigbluebuttonbn_welcome_default +567 bigbluebuttonbn_welcome_editable 1 +568 bigbluebuttonbn_recording_default 1 +569 bigbluebuttonbn_recording_refresh_period 300 +570 bigbluebuttonbn_recording_editable 1 +571 bigbluebuttonbn_recording_all_from_start_default 0 +572 bigbluebuttonbn_recording_all_from_start_editable 0 +558 supportavailability 1 +573 bigbluebuttonbn_recording_hide_button_default 0 +574 bigbluebuttonbn_recording_hide_button_editable 0 +575 bigbluebuttonbn_importrecordings_enabled 0 +576 bigbluebuttonbn_importrecordings_from_deleted_enabled 0 +577 bigbluebuttonbn_recordings_deleted_default 1 +578 bigbluebuttonbn_recordings_deleted_editable 0 +614 customreportslimit 0 +615 customreportsliveediting 1 +617 sitenameintitle shortname +26 templaterev 1710942751 +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 +30 version 2022112809.05 +410 release 4.1.9+ (Build: 20240308) \. @@ -31161,6 +32638,104 @@ COPY public.m2config_log (id, userid, timemodified, plugin, name, value, oldvalu 2113 2 1680524492 auth_shibboleth field_updatelocal_profile_field_schoolcode oncreate \N 2114 2 1680524492 auth_shibboleth field_lock_profile_field_schoolcode unlocked \N 2115 2 1680524492 geogebra codebase \N +2116 0 1710932262 tiny editor_visibility 1 0 +2117 2 1710932424 \N enablecustomreports 1 \N +2118 2 1710932424 moodlecourse participantsperpage 20 \N +2119 2 1710932426 message_airnotifier encryptnotifications 0 \N +2120 2 1710932426 message_airnotifier encryptprocessing 0 \N +2121 2 1710932427 auth_oauth2 field_lock_profile_field_schoolcode unlocked \N +2122 2 1710932427 auth_saml2 requestedattributes \N +2123 2 1710932430 \N searchmaxtopresults 3 \N +2124 2 1710932430 \N searchteacherroles \N +2125 2 1710932430 antivirus notifylevel 2 \N +2126 2 1710932430 antivirus threshold 1200 \N +2127 2 1710932432 atto_recordrtc audiotimelimit 120 \N +2128 2 1710932432 atto_recordrtc videotimelimit 120 \N +2129 2 1710932433 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 \N +2130 2 1710932433 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 \N +2131 2 1710932433 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 \N +2132 2 1710932433 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 \N +2133 2 1710932434 tiny_recordrtc allowedtypes audio \N +2134 2 1710932434 tiny_recordrtc audiobitrate 128000 \N +2135 2 1710932434 tiny_recordrtc videobitrate 2500000 \N +2136 2 1710932434 tiny_recordrtc audiotimelimit 120 \N +2137 2 1710932434 tiny_recordrtc videotimelimit 120 \N +2138 2 1710932434 editor_tiny branding 1 \N +2139 2 1710932437 enrol_imsenterprise unenrolaction 0 \N +2140 2 1710932439 cachestore_redis test_ttl 0 \N +2141 2 1710932440 attendance allowupdatestatus 0 \N +2142 2 1710932440 attendance allowupdatestatus_default 0 \N +2143 2 1710932440 attendance studentsearlyopentime 0 \N +2144 2 1710932440 \N bigbluebuttonbn_default_dpa_accepted 0 \N +2145 2 1710932440 \N bigbluebuttonbn_server_url https://test-moodle.blindsidenetworks.com/bigbluebutton/ \N +2146 2 1710932440 \N bigbluebuttonbn_shared_secret ******** \N +2147 2 1710932440 \N bigbluebuttonbn_poll_interval 5 \N +2148 2 1710932440 \N bigbluebuttonbn_welcome_default \N +2149 2 1710932440 \N bigbluebuttonbn_welcome_editable 1 \N +2150 2 1710932440 \N bigbluebuttonbn_recording_default 1 \N +2151 2 1710932440 \N bigbluebuttonbn_recording_refresh_period 300 \N +2152 2 1710932440 \N bigbluebuttonbn_recording_editable 1 \N +2153 2 1710932440 \N bigbluebuttonbn_recording_all_from_start_default 0 \N +2154 2 1710932440 \N bigbluebuttonbn_recording_all_from_start_editable 0 \N +2155 2 1710932440 \N bigbluebuttonbn_recording_hide_button_default 0 \N +2156 2 1710932440 \N bigbluebuttonbn_recording_hide_button_editable 0 \N +2157 2 1710932441 \N bigbluebuttonbn_importrecordings_enabled 0 \N +2158 2 1710932441 \N bigbluebuttonbn_importrecordings_from_deleted_enabled 0 \N +2159 2 1710932441 \N bigbluebuttonbn_recordings_deleted_default 1 \N +2160 2 1710932441 \N bigbluebuttonbn_recordings_deleted_editable 0 \N +2161 2 1710932441 \N bigbluebuttonbn_recordings_imported_default 0 \N +2162 2 1710932441 \N bigbluebuttonbn_recordings_imported_editable 1 \N +2163 2 1710932441 \N bigbluebuttonbn_recordings_preview_default 1 \N +2164 2 1710932441 \N bigbluebuttonbn_recordings_preview_editable 0 \N +2165 2 1710932441 \N bigbluebuttonbn_recordings_asc_sort 0 \N +2166 2 1710932441 \N bigbluebuttonbn_recording_protect_editable 1 \N +2167 2 1710932441 \N bigbluebuttonbn_waitformoderator_default 0 \N +2168 2 1710932441 \N bigbluebuttonbn_waitformoderator_editable 1 \N +2169 2 1710932441 \N bigbluebuttonbn_waitformoderator_ping_interval 10 \N +2170 2 1710932441 \N bigbluebuttonbn_waitformoderator_cache_ttl 60 \N +2171 2 1710932441 \N bigbluebuttonbn_voicebridge_editable 0 \N +2172 2 1710932441 \N bigbluebuttonbn_preuploadpresentation_editable 0 \N +2173 2 1710932441 mod_bigbluebuttonbn presentationdefault \N +2174 2 1710932442 \N bigbluebuttonbn_userlimit_default 0 \N +2175 2 1710932442 \N bigbluebuttonbn_userlimit_editable 0 \N +2176 2 1710932442 \N bigbluebuttonbn_participant_moderator_default 0 \N +2177 2 1710932442 \N bigbluebuttonbn_muteonstart_default 0 \N +2178 2 1710932442 \N bigbluebuttonbn_muteonstart_editable 0 \N +2179 2 1710932442 \N bigbluebuttonbn_disablecam_default 0 \N +2180 2 1710932442 \N bigbluebuttonbn_disablecam_editable 1 \N +2181 2 1710932442 \N bigbluebuttonbn_disablemic_default 0 \N +2182 2 1710932442 \N bigbluebuttonbn_disablemic_editable 1 \N +2183 2 1710932442 \N bigbluebuttonbn_disableprivatechat_default 0 \N +2184 2 1710932442 \N bigbluebuttonbn_disableprivatechat_editable 1 \N +2185 2 1710932442 \N bigbluebuttonbn_disablepublicchat_default 0 \N +2186 2 1710932442 \N bigbluebuttonbn_disablepublicchat_editable 1 \N +2187 2 1710932442 \N bigbluebuttonbn_disablenote_default 0 \N +2188 2 1710932442 \N bigbluebuttonbn_disablenote_editable 1 \N +2189 2 1710932442 \N bigbluebuttonbn_hideuserlist_default 0 \N +2190 2 1710932442 \N bigbluebuttonbn_hideuserlist_editable 1 \N +2191 2 1710932442 \N bigbluebuttonbn_recordingready_enabled 0 \N +2192 2 1710932443 \N bigbluebuttonbn_meetingevents_enabled 0 \N +2193 2 1710932443 \N bigbluebuttonbn_guestaccess_enabled 0 \N +2194 2 1710932445 quiz notifyattemptgradeddelay 18000 \N +2195 2 1710932446 assign enabletimelimit 0 \N +2196 2 1710932449 qtype_multichoice showstandardinstruction 0 \N +2197 2 1710932450 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 \N +2198 2 1710932450 theme_boost unaddableblocks navigation,settings,course_list,section_links \N +2199 2 1710932450 theme_boost loginbackgroundimage \N +2200 2 1710932450 theme_classic unaddableblocks \N +2201 2 1710932450 theme_classic loginbackgroundimage \N +2202 2 1710932451 core_admin favicon \N +2203 2 1710932451 \N enabledashboard 1 \N +2204 2 1710932451 \N proxylogunsafe 0 \N +2205 2 1710932451 \N proxyfixunsafe 0 \N +2206 2 1710932451 \N customreportslimit 0 \N +2207 2 1710932452 \N customreportsliveediting 1 \N +2208 2 1710932452 tool_mobile qrkeyttl 600 \N +2209 2 1710932452 tool_mobile qrsameipcheck 1 \N +2210 2 1710932452 tool_mobile autologinmintimebetweenreq 360 \N +2211 2 1710942586 \N supportemail admin@xtec.invalid \N +2212 2 1710942639 quiz_statistics getstatslocktimeout 900 \N +2213 2 1710942639 \N sitenameintitle shortname \N \. @@ -31369,21 +32944,20 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 199 core_admin coursecolor8 #fdcb6e 200 core_admin coursecolor9 #fd79a8 201 core_admin coursecolor10 #6c5ce7 -202 antivirus_clamav version 2021051700 -203 availability_completion version 2021051700 -204 availability_date version 2021051700 -205 availability_grade version 2021051700 -206 availability_group version 2021051700 -208 availability_profile version 2021051700 -209 qtype_calculated version 2021051700 -210 qtype_calculatedmulti version 2021051700 -211 qtype_calculatedsimple version 2021051700 -212 qtype_ddimageortext version 2021051700 -213 qtype_ddmarker version 2021051700 -214 qtype_ddwtos version 2021051700 -215 qtype_description version 2021051700 +2687 editor_tiny version 2022112800 246 mod_lti kid 2218ff5dc1fd3cad7687 -721 tool_behat version 2021051701 +203 availability_completion version 2022112800 +204 availability_date version 2022112800 +205 availability_grade version 2022112800 +206 availability_group version 2022112800 +208 availability_profile version 2022112800 +209 qtype_calculated version 2022112800 +210 qtype_calculatedmulti version 2022112800 +211 qtype_calculatedsimple version 2022112800 +212 qtype_ddimageortext version 2022112800 +213 qtype_ddmarker version 2022112800 +214 qtype_ddwtos version 2022112800 +2689 format_topics indentation 1 247 mod_lti privatekey -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDF3524fsvIhIW9\nefaiXg9tEOvkl+tZ+Ifkkt/859PVcAxOgLBFSQv1F0atNdWI8G/P6KwpCZg40kdj\n/HfsXQ5qhWhYVDoK0J7/JSBKYC0bDl8yUWkM5UpnZQlKv1xh6x+2GXeedo57XLfL\nm/4T6RLcPTGbh5s1W+7oPpbdlTKYfYtPbgAi+AXg7UCU0y3u8BygsAww0z88BQeK\nxzCl5wUwqBzSP3PQTazJ3vFbjN7e/WSSxNGmMP2AuA/y/ggMF0PzgoAlYNfmj96Q\nDTGCtVwL9oB/bd9yKB4uskwV1jgMvwSn16DRe6s76VCNp506Sj021OhRZ8FVgv3I\n+zXdHEeRAgMBAAECggEAY0kU5qIYtoBoau5rpoTz0JIRCx5/ZSGjbjmUUl4wmIQk\naK+BwwIoEc6gFAFTJ+cc84GYAO9jhf9c+vqPYfY/aYuPE+MPTKXpYbTLQwaHG3BW\nq/TVdTcH4mF8DBmAzVEhFEorD0QFsjiPsIaRMoRchk3eOmAMrPV4Juhg4sYeIQzb\nBRSNbvX2o7Tm52jlMvLD3sUlk5EP6Vd/FTSito/zV/xgTy1DObpcdkdh2WktANoI\nRHUAxyUmkRr0jsaGH+yC8/yyvGbC5gftwO6FVd8AFH/phkrtabpbl5xECvWlIKsV\nU2Ecdn10OemPnSjYef7vcOuNTvFIBuo+JV7OUW71AQKBgQDyMSJT6WfM6U9V+Nnm\nPP+3LtPc09SxdZbGJ1mBkVVzv8K7n2PTqsNcr2EieETEAt562rEbBHwtfpwzpvAi\n8Btqd0l7mB4SC1nFqLvm8zWC6M30c6nvUZlpl1/EI0BF5K+03KDBG5QvF3pSByWf\napMAmyOenf85h2M+6kRuyj/JKQKBgQDRJ6QPGO7/4AQ4rJqcRZqlhLkOgVhVdKmK\nz3xR+ovS1cKIMGqxr6n3Ce0hvptKpMMCxGYBlXwICtDs4ZA9L0UZWVlR1Qa9qQ3l\nw/DNeBRmm/MYcCAVNaQOmdCObkJ9nQzeBWVF+gXrIR5sfWlQ5ruN0mG9VaBXSbM3\nGoarS46QKQKBgEQxa33/CVgcFVeasxft8v6MM+FIz+mLt4Fh0QT3e/0UcGtNzNjr\niwiM5SfEf3BFcolbDGUUFTbmIGs2xQTBYKbQoaMoSMdB5OwPv6CeuGF81YjQDHgz\nHKQrmC5s0osbghHF0YmuD0JXNPzlwEUrx+pyxEvEJvn20g4D/nLHhcBJAoGBALS+\nuAUf+/H9akh7yMTBVcox7yY82tRGk/lUItBJXync9lZw2NMixhOpbVZa/KI9zhSH\nGsvFncDpb/E1YEuvnNwyHYEdQc0G2e60LFWzrpWZsTNuOht6FoNToypi2GzrGmKH\ncSRO02yFW2BP5II4Ut5Vb4eKBp1IIGq/Lp+7FME5AoGAXyO/Z/jdcw2LiqKdgBRV\njaC+uoTLq8ZhNnFu3ZkIOlxBeG5NptMJzxVfmNCv4iDi+RiM8Ze4YJFArm07IrpJ\nMT13eisvogyftevXb7KQ30op6eEVQFQOKmLADvQYw/kVvpfMjdJ0D+PjOrf3Dlhs\n4t4MAmGjLYkGb1sYcitYYTI=\n-----END PRIVATE KEY-----\n 290 enrol_flatfile map_1 manager 291 enrol_flatfile map_2 coursecreator @@ -31393,313 +32967,235 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 295 enrol_flatfile map_6 guest 296 enrol_flatfile map_7 user 297 enrol_flatfile map_8 frontpage -314 message airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted permitted -315 message airnotifier_provider_enrol_paypal_paypal_enrolment_permitted permitted -316 message airnotifier_provider_mod_feedback_submission_permitted permitted -317 message airnotifier_provider_mod_feedback_message_permitted permitted -318 message airnotifier_provider_enrol_manual_expiry_notification_permitted permitted -319 message airnotifier_provider_mod_quiz_submission_permitted permitted -320 message airnotifier_provider_mod_quiz_confirmation_permitted permitted -323 message airnotifier_provider_mod_quiz_attempt_overdue_permitted permitted -218 qtype_match version 2021051700 -219 qtype_missingtype version 2021051700 -222 qtype_numerical version 2021051700 -221 qtype_multichoice version 2021051700 -223 qtype_random version 2021051700 -224 qtype_randomsamatch version 2021051700 -225 qtype_shortanswer version 2021051700 -226 qtype_truefalse version 2021051700 -228 mod_assignment version 2021051700 -231 mod_chat version 2021051700 -230 mod_book version 2021051700 -233 mod_data version 2021051700 -232 mod_choice version 2021051700 -234 mod_feedback version 2021051700 -239 mod_glossary version 2021051700 -236 mod_folder version 2021051700 -238 mod_forum version 2021051701 -240 mod_imscp version 2021051700 -243 mod_lesson version 2021051700 -248 mod_page version 2021051700 -251 mod_resource version 2021051700 -250 mod_quiz version 2021051700 -252 mod_scorm version 2021051700 -253 mod_survey version 2021051700 -255 mod_url version 2021051700 -257 mod_wiki version 2021051700 -262 auth_db version 2021051700 -259 mod_workshop version 2021051700 -260 auth_cas version 2021051700 -264 auth_email version 2021051700 -267 auth_lti version 2021051700 -265 auth_ldap version 2021051700 -268 auth_manual version 2021051700 -271 auth_nologin version 2021051700 -272 auth_none version 2021051700 -273 auth_oauth2 version 2021051700 -276 auth_webservice version 2021051700 -274 auth_shibboleth version 2021051700 -277 calendartype_gregorian version 2021051700 -278 customfield_checkbox version 2021051700 -279 customfield_date version 2021051700 -280 customfield_select version 2021051700 -281 customfield_text version 2021051700 -282 customfield_textarea version 2021051700 -283 enrol_category version 2021051700 -285 enrol_cohort version 2021051700 -286 enrol_database version 2021051700 -298 enrol_guest version 2021051700 -299 enrol_imsenterprise version 2021051700 -301 enrol_ldap version 2021051700 -304 enrol_manual version 2021051700 -306 enrol_meta version 2021051700 -308 enrol_mnet version 2021051700 -309 enrol_paypal version 2021051700 -310 enrol_self version 2021051700 -312 message_airnotifier version 2021051700 -636 gradingform_rubric version 2021051700 -637 mlbackend_php version 2021051700 -638 mlbackend_python version 2021051700 -326 message airnotifier_provider_mod_lesson_graded_essay_permitted permitted -329 message airnotifier_provider_enrol_self_expiry_notification_permitted permitted -330 message airnotifier_provider_enrol_flatfile_flatfile_enrolment_permitted permitted -220 qtype_multianswer version 2021051701 -244 mod_lti version 2021051701 -227 mod_assign version 2021051701 -303 enrol_lti version 2021051703 -331 message airnotifier_provider_mod_assignment_assignment_updates_permitted permitted -332 message airnotifier_provider_mod_assign_assign_notification_permitted permitted -333 message airnotifier_provider_moodle_notices_permitted permitted -334 message airnotifier_provider_moodle_errors_permitted permitted -335 message airnotifier_provider_moodle_availableupdate_permitted permitted -336 message airnotifier_provider_moodle_instantmessage_permitted permitted -337 message airnotifier_provider_moodle_backup_permitted permitted -338 message airnotifier_provider_moodle_courserequested_permitted permitted -339 message airnotifier_provider_moodle_courserequestapproved_permitted permitted -342 message airnotifier_provider_moodle_courserequestrejected_permitted permitted -345 message airnotifier_provider_moodle_badgerecipientnotice_permitted permitted -348 message airnotifier_provider_moodle_badgecreatornotice_permitted permitted -349 message airnotifier_provider_moodle_competencyplancomment_permitted permitted -350 message airnotifier_provider_moodle_competencyusercompcomment_permitted permitted -351 message airnotifier_provider_moodle_insights_permitted permitted -354 message airnotifier_provider_moodle_messagecontactrequests_permitted permitted -355 message message_provider_moodle_messagecontactrequests_loggedin airnotifier +2690 format_weeks indentation 1 +2691 gradereport_summary version 2022112800 +636 gradingform_rubric version 2022112800 +637 mlbackend_php version 2022112800 +638 mlbackend_python version 2022112800 +2692 qbank_bulkmove version 2022112800 +2693 qbank_columnsortorder version 2022112800 +2694 qbank_comment version 2022112800 +2695 qbank_customfields version 2022112800 +2696 qbank_deletequestion version 2022112800 +2697 qbank_editquestion version 2022112800 +218 qtype_match version 2022112800 +219 qtype_missingtype version 2022112800 +220 qtype_multianswer version 2022112800 +221 qtype_multichoice version 2022112800 +222 qtype_numerical version 2022112800 +223 qtype_random version 2022112800 +224 qtype_randomsamatch version 2022112800 +225 qtype_shortanswer version 2022112800 +244 mod_lti version 2022112800 +226 qtype_truefalse version 2022112800 +230 mod_book version 2022112800 +234 mod_feedback version 2022112800 +227 mod_assign version 2022112801 +228 mod_assignment version 2022112800 +238 mod_forum version 2022112801 +231 mod_chat version 2022112800 +232 mod_choice version 2022112800 +236 mod_folder version 2022112800 +233 mod_data version 2022112801 +239 mod_glossary version 2022112800 +240 mod_imscp version 2022112800 +248 mod_page version 2022112800 +243 mod_lesson version 2022112800 +259 mod_workshop version 2022112800 +252 mod_scorm version 2022112800 +253 mod_survey version 2022112800 +255 mod_url version 2022112800 +250 mod_quiz version 2022112800 +251 mod_resource version 2022112800 +257 mod_wiki version 2022112800 +265 auth_ldap version 2022112800 +272 auth_none version 2022112800 +260 auth_cas version 2022112800 +262 auth_db version 2022112800 +264 auth_email version 2022112800 +273 auth_oauth2 version 2022112800 +277 calendartype_gregorian version 2022112800 +267 auth_lti version 2022112800 +268 auth_manual version 2022112800 +271 auth_nologin version 2022112800 +274 auth_shibboleth version 2022112800 +276 auth_webservice version 2022112800 +278 customfield_checkbox version 2022112800 +279 customfield_date version 2022112800 +280 customfield_select version 2022112800 +281 customfield_text version 2022112800 +282 customfield_textarea version 2022112800 +283 enrol_category version 2022112800 +285 enrol_cohort version 2022112800 +286 enrol_database version 2022112800 +298 enrol_guest version 2022112800 +299 enrol_imsenterprise version 2022112800 +301 enrol_ldap version 2022112800 +304 enrol_manual version 2022112800 +306 enrol_meta version 2022112800 +308 enrol_mnet version 2022112800 +309 enrol_paypal version 2022112800 +310 enrol_self version 2022112800 +303 enrol_lti version 2022112800 +312 message_airnotifier version 2022112800 +2698 qbank_exportquestions version 2022112800 +2699 qbank_exporttoxml version 2022112800 +2700 qbank_history version 2022112800 +2701 qbank_importquestions version 2022112800 +2702 qbank_managecategories version 2022112800 +2703 qbank_previewquestion version 2022112800 +639 mnetservice_enrol version 2022112800 +640 webservice_rest version 2022112800 +641 webservice_soap version 2022112800 +643 repository_areafiles version 2022112800 +648 repository_coursefiles version 2022112800 +649 repository_dropbox version 2022112800 +650 repository_equella version 2022112800 +652 repository_flickr version 2022112800 +653 repository_flickr_public version 2022112800 +654 repository_googledocs version 2022112800 +655 repository_local version 2022112800 +659 repository_merlot version 2022112800 +2704 qbank_statistics version 2022112800 +2705 qbank_tagquestion version 2022112800 +2706 qbank_usage version 2022112800 +2707 qbank_viewcreator version 2022112800 645 areafiles enablecourseinstances 0 -357 message airnotifier_provider_moodle_asyncbackupnotification_permitted permitted -358 message airnotifier_provider_moodle_gradenotifications_permitted permitted -359 message airnotifier_provider_mod_forum_posts_permitted permitted +2708 qbank_viewquestionname version 2022112800 +2709 qbank_viewquestiontext version 2022112800 +2710 qbank_viewquestiontype version 2022112800 646 areafiles enableuserinstances 0 -362 message airnotifier_provider_mod_forum_digests_permitted permitted -365 message email_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted permitted -366 message message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedin email -367 message message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedoff email -368 message email_provider_enrol_paypal_paypal_enrolment_permitted permitted -369 message message_provider_enrol_paypal_paypal_enrolment_loggedin email -370 message message_provider_enrol_paypal_paypal_enrolment_loggedoff email -371 message email_provider_mod_feedback_submission_permitted permitted -372 message message_provider_mod_feedback_submission_loggedin email -373 message message_provider_mod_feedback_submission_loggedoff email -374 message email_provider_mod_feedback_message_permitted permitted -375 message message_provider_mod_feedback_message_loggedin email -376 message message_provider_mod_feedback_message_loggedoff email -377 message email_provider_enrol_manual_expiry_notification_permitted permitted -378 message message_provider_enrol_manual_expiry_notification_loggedin email -379 message message_provider_enrol_manual_expiry_notification_loggedoff email -380 message email_provider_mod_quiz_submission_permitted permitted -381 message message_provider_mod_quiz_submission_loggedin email -382 message message_provider_mod_quiz_submission_loggedoff email -383 message email_provider_mod_quiz_confirmation_permitted permitted -321 message message_provider_mod_quiz_confirmation_loggedin email,airnotifier -322 message message_provider_mod_quiz_confirmation_loggedoff email,airnotifier -384 message email_provider_mod_quiz_attempt_overdue_permitted permitted -324 message message_provider_mod_quiz_attempt_overdue_loggedin email,airnotifier -325 message message_provider_mod_quiz_attempt_overdue_loggedoff email,airnotifier -385 message email_provider_mod_lesson_graded_essay_permitted permitted -327 message message_provider_mod_lesson_graded_essay_loggedin email,airnotifier -328 message message_provider_mod_lesson_graded_essay_loggedoff email,airnotifier -386 message email_provider_enrol_self_expiry_notification_permitted permitted -387 message message_provider_enrol_self_expiry_notification_loggedin email -388 message message_provider_enrol_self_expiry_notification_loggedoff email -389 message email_provider_enrol_flatfile_flatfile_enrolment_permitted permitted -390 message message_provider_enrol_flatfile_flatfile_enrolment_loggedin email -346 message message_provider_moodle_badgerecipientnotice_loggedin popup,airnotifier -352 message message_provider_moodle_insights_loggedin popup,airnotifier +2711 tool_admin_presets version 2022112800 +721 tool_behat version 2022112802 +2712 tool_componentlibrary version 2022112800 +806 cachestore_mongodb version 2022112801 +2714 theme_xtecboost logo +2715 theme_xtecboost footnote +2716 theme_xtecboost website +2717 theme_xtecboost email +2718 theme_xtecboost phone +2719 theme_xtecboost whatsapp +2720 theme_xtecboost facebook +2721 theme_xtecboost twitter +2722 theme_xtecboost instagram +2723 theme_xtecboost flickr +2724 theme_xtecboost linkedin +2725 theme_xtecboost pinterest +2726 theme_xtecboost youtube +2727 theme_xtecboost skype +2728 theme_xtecboost fontsize 100 +2729 theme_xtecboost fontstyle normal +2730 theme_xtecboost importcss +2731 theme_xtecboost customcss +2732 theme_xtecboost colorset PEDC +2733 theme_xtecboost maincolor #FF494E +2734 theme_xtecboost fontcolor #366944 +2735 theme_xtecboost linkscolor #910048 +2736 theme_xtecboost headerbg #F8F8F8 +2737 theme_xtecboost agora_alert_message +2738 theme_xtecboost agora_alert_start +2739 theme_xtecboost agora_alert_end +2740 theme_xtecboost admin_alert_message +2741 theme_xtecboost admin_alert_start +2742 theme_xtecboost admin_alert_end 657 local enablecourseinstances 0 658 local enableuserinstances 0 -391 message message_provider_enrol_flatfile_flatfile_enrolment_loggedoff email -639 mnetservice_enrol version 2021051700 -640 webservice_rest version 2021051700 -641 webservice_soap version 2021051700 -642 webservice_xmlrpc version 2021051700 -643 repository_areafiles version 2021051700 -647 repository_boxnet version 2021051700 -648 repository_coursefiles version 2021051700 -649 repository_dropbox version 2021051700 -650 repository_equella version 2021051700 -652 repository_flickr version 2021051700 -653 repository_flickr_public version 2021051700 -654 repository_googledocs version 2021051700 -655 repository_local version 2021051700 -659 repository_merlot version 2021051700 -392 message email_provider_mod_assignment_assignment_updates_permitted permitted -393 message message_provider_mod_assignment_assignment_updates_loggedin email -394 message message_provider_mod_assignment_assignment_updates_loggedoff email -395 message email_provider_mod_assign_assign_notification_permitted permitted -396 message message_provider_mod_assign_assign_notification_loggedin email -397 message message_provider_mod_assign_assign_notification_loggedoff email -398 message email_provider_moodle_notices_permitted permitted -399 message message_provider_moodle_notices_loggedin email -400 message message_provider_moodle_notices_loggedoff email -401 message email_provider_moodle_errors_permitted permitted -402 message message_provider_moodle_errors_loggedin email -403 message message_provider_moodle_errors_loggedoff email -404 message email_provider_moodle_availableupdate_permitted permitted -405 message message_provider_moodle_availableupdate_loggedin email -406 message message_provider_moodle_availableupdate_loggedoff email -407 message email_provider_moodle_instantmessage_permitted permitted -409 message email_provider_moodle_backup_permitted permitted -410 message message_provider_moodle_backup_loggedin email -411 message message_provider_moodle_backup_loggedoff email -412 message email_provider_moodle_courserequested_permitted permitted -413 message message_provider_moodle_courserequested_loggedin email -414 message message_provider_moodle_courserequested_loggedoff email -415 message email_provider_moodle_courserequestapproved_permitted permitted -340 message message_provider_moodle_courserequestapproved_loggedin email,airnotifier -341 message message_provider_moodle_courserequestapproved_loggedoff email,airnotifier -416 message email_provider_moodle_courserequestrejected_permitted permitted -343 message message_provider_moodle_courserequestrejected_loggedin email,airnotifier -344 message message_provider_moodle_courserequestrejected_loggedoff email,airnotifier -417 message email_provider_moodle_badgerecipientnotice_permitted permitted -418 message email_provider_moodle_badgecreatornotice_permitted permitted -419 message message_provider_moodle_badgecreatornotice_loggedoff email -420 message email_provider_moodle_competencyplancomment_permitted permitted -421 message message_provider_moodle_competencyplancomment_loggedin email -422 message message_provider_moodle_competencyplancomment_loggedoff email -423 message email_provider_moodle_competencyusercompcomment_permitted permitted -424 message message_provider_moodle_competencyusercompcomment_loggedin email -425 message message_provider_moodle_competencyusercompcomment_loggedoff email -426 message email_provider_moodle_insights_permitted permitted -427 message email_provider_moodle_messagecontactrequests_permitted permitted -356 message message_provider_moodle_messagecontactrequests_loggedoff email,airnotifier -428 message email_provider_moodle_asyncbackupnotification_permitted permitted -430 message email_provider_moodle_gradenotifications_permitted permitted -432 message email_provider_mod_forum_posts_permitted permitted -360 message message_provider_mod_forum_posts_loggedin email,airnotifier -361 message message_provider_mod_forum_posts_loggedoff email,airnotifier -433 message email_provider_mod_forum_digests_permitted permitted -434 message message_provider_mod_forum_digests_loggedin email -435 message message_provider_mod_forum_digests_loggedoff email +2743 theme_xtecboost xtec_type odissea +2745 theme_xtecboost unaddableblocks navigation,settings,course_list,section_links +2746 theme_xtecboost preset default.scss +2747 theme_xtecboost presetfiles +2748 theme_xtecboost brandcolor +2749 theme_xtecboost scsspre +2750 theme_xtecboost scss +2751 theme_xtecboost coursecontentmaxwidth 830 +816 assignsubmission_comments version 2022112800 +850 datafield_radiobutton version 2022112800 +2752 datapreset_journal version 2022112800 +2753 datapreset_proposals version 2022112800 +2754 datapreset_resources version 2022112800 +2713 theme_xtecboost version 2023120400 +2744 theme_xtecboost themerev 1710943005 +660 repository_nextcloud version 2022112800 +661 repository_onedrive version 2022112800 +663 repository_recent version 2022112800 +667 repository_s3 version 2022112800 +877 quizaccess_securewindow version 2022112800 +2031 atto_cloze version 2017072804 +904 atto_emoticon version 2022112800 +911 atto_italic version 2022112800 +924 atto_underline version 2022112800 +2755 tiny_accessibilitychecker version 2022112800 +2756 tiny_autosave version 2022112800 +2757 tiny_equation version 2022112800 +2758 tiny_h5p version 2022112800 +2759 tiny_link version 2022112800 +2760 tiny_media version 2022112800 +2761 tiny_recordrtc version 2022112800 +2762 moodlecourse participantsperpage 20 +2763 message_airnotifier encryptnotifications 0 +2764 message_airnotifier encryptprocessing 0 +2765 auth_oauth2 field_lock_profile_field_schoolcode unlocked +2766 auth_saml2 requestedattributes +2767 antivirus notifylevel 2 +2768 antivirus threshold 1200 +2769 atto_recordrtc audiotimelimit 120 +2770 atto_recordrtc videotimelimit 120 +2771 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 +2772 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 +2773 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 +2774 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 +2775 tiny_recordrtc allowedtypes audio +2776 tiny_recordrtc audiobitrate 128000 +2777 tiny_recordrtc videobitrate 2500000 +2778 tiny_recordrtc audiotimelimit 120 +2779 tiny_recordrtc videotimelimit 120 +2780 editor_tiny branding 1 +2781 enrol_imsenterprise unenrolaction 0 +2782 cachestore_redis test_ttl 0 +2783 attendance allowupdatestatus 0 +2784 attendance allowupdatestatus_default 0 +2785 attendance studentsearlyopentime 0 +2786 mod_bigbluebuttonbn presentationdefault +2787 quiz notifyattemptgradeddelay 18000 +2788 assign enabletimelimit 0 +2789 qtype_multichoice showstandardinstruction 0 665 recent enablecourseinstances 0 -438 message jabber_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted permitted -439 message jabber_provider_enrol_paypal_paypal_enrolment_permitted permitted -440 message jabber_provider_mod_feedback_submission_permitted permitted -441 message jabber_provider_mod_feedback_message_permitted permitted -442 message jabber_provider_enrol_manual_expiry_notification_permitted permitted -443 message jabber_provider_mod_quiz_submission_permitted permitted -444 message jabber_provider_mod_quiz_confirmation_permitted permitted -445 message jabber_provider_mod_quiz_attempt_overdue_permitted permitted -446 message jabber_provider_mod_lesson_graded_essay_permitted permitted -447 message jabber_provider_enrol_self_expiry_notification_permitted permitted -448 message jabber_provider_enrol_flatfile_flatfile_enrolment_permitted permitted -449 message jabber_provider_mod_assignment_assignment_updates_permitted permitted -450 message jabber_provider_mod_assign_assign_notification_permitted permitted -451 message jabber_provider_moodle_notices_permitted permitted -452 message jabber_provider_moodle_errors_permitted permitted -453 message jabber_provider_moodle_availableupdate_permitted permitted -454 message jabber_provider_moodle_instantmessage_permitted permitted -455 message jabber_provider_moodle_backup_permitted permitted -456 message jabber_provider_moodle_courserequested_permitted permitted -457 message jabber_provider_moodle_courserequestapproved_permitted permitted +2790 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 +2791 theme_boost unaddableblocks navigation,settings,course_list,section_links +2792 theme_boost loginbackgroundimage +2793 theme_classic unaddableblocks +2794 theme_classic loginbackgroundimage +2795 core_admin favicon +2796 tool_mobile qrkeyttl 600 +2797 tool_mobile qrsameipcheck 1 +2798 tool_mobile autologinmintimebetweenreq 360 666 recent enableuserinstances 0 -458 message jabber_provider_moodle_courserequestrejected_permitted permitted -660 repository_nextcloud version 2021051700 -661 repository_onedrive version 2021051700 -662 repository_picasa version 2021051700 -663 repository_recent version 2021051700 -667 repository_s3 version 2021051700 -668 repository_skydrive version 2021051700 -459 message jabber_provider_moodle_badgerecipientnotice_permitted permitted -460 message jabber_provider_moodle_badgecreatornotice_permitted permitted -461 message jabber_provider_moodle_competencyplancomment_permitted permitted -462 message jabber_provider_moodle_competencyusercompcomment_permitted permitted -463 message jabber_provider_moodle_insights_permitted permitted -464 message jabber_provider_moodle_messagecontactrequests_permitted permitted -465 message jabber_provider_moodle_asyncbackupnotification_permitted permitted -466 message jabber_provider_moodle_gradenotifications_permitted permitted -467 message jabber_provider_mod_forum_posts_permitted permitted -468 message jabber_provider_mod_forum_digests_permitted permitted -471 message popup_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted permitted -472 message popup_provider_enrol_paypal_paypal_enrolment_permitted permitted -473 message popup_provider_mod_feedback_submission_permitted permitted -474 message popup_provider_mod_feedback_message_permitted permitted -475 message popup_provider_enrol_manual_expiry_notification_permitted permitted -476 message popup_provider_mod_quiz_submission_permitted permitted -477 message popup_provider_mod_quiz_confirmation_permitted permitted -478 message popup_provider_mod_quiz_attempt_overdue_permitted permitted -479 message popup_provider_mod_lesson_graded_essay_permitted permitted -480 message popup_provider_enrol_self_expiry_notification_permitted permitted -481 message popup_provider_enrol_flatfile_flatfile_enrolment_permitted permitted -482 message popup_provider_mod_assignment_assignment_updates_permitted permitted -483 message popup_provider_mod_assign_assign_notification_permitted permitted -484 message popup_provider_moodle_notices_permitted permitted -485 message popup_provider_moodle_errors_permitted permitted -486 message popup_provider_moodle_availableupdate_permitted permitted -487 message popup_provider_moodle_instantmessage_permitted permitted -488 message message_provider_moodle_instantmessage_loggedin popup -408 message message_provider_moodle_instantmessage_loggedoff popup,email -489 message popup_provider_moodle_backup_permitted permitted -490 message popup_provider_moodle_courserequested_permitted permitted -491 message popup_provider_moodle_courserequestapproved_permitted permitted -492 message popup_provider_moodle_courserequestrejected_permitted permitted -493 message popup_provider_moodle_badgerecipientnotice_permitted permitted -347 message message_provider_moodle_badgerecipientnotice_loggedoff popup,email,airnotifier -494 message popup_provider_moodle_badgecreatornotice_permitted permitted -495 message popup_provider_moodle_competencyplancomment_permitted permitted -496 message popup_provider_moodle_competencyusercompcomment_permitted permitted -497 message popup_provider_moodle_insights_permitted permitted -353 message message_provider_moodle_insights_loggedoff popup,email,airnotifier -498 message popup_provider_moodle_messagecontactrequests_permitted permitted -499 message popup_provider_moodle_asyncbackupnotification_permitted permitted -500 message message_provider_moodle_asyncbackupnotification_loggedin popup -429 message message_provider_moodle_asyncbackupnotification_loggedoff popup,email -501 message popup_provider_moodle_gradenotifications_permitted permitted -502 message message_provider_moodle_gradenotifications_loggedin popup -431 message message_provider_moodle_gradenotifications_loggedoff popup,email -503 message popup_provider_mod_forum_posts_permitted permitted -504 message popup_provider_mod_forum_digests_permitted permitted -505 block_activity_modules version 2021051700 -506 block_activity_results version 2021051700 -507 block_admin_bookmarks version 2021051700 -508 block_badges version 2021051700 -509 block_blog_menu version 2021051700 -510 block_blog_recent version 2021051700 -511 block_blog_tags version 2021051700 -513 block_calendar_upcoming version 2021051700 -514 block_comments version 2021051700 -515 block_completionstatus version 2021051700 -516 block_course_list version 2021051700 -517 block_course_summary version 2021051700 -518 block_feedback version 2021051700 -520 block_globalsearch version 2021051700 -521 block_glossary_random version 2021051700 -522 block_html version 2021051700 -523 block_login version 2021051700 -524 block_lp version 2021051700 -525 block_mentees version 2021051700 -526 block_mnet_hosts version 2021051700 -528 block_myprofile version 2021051700 -527 block_myoverview version 2021051700 -529 block_navigation version 2021051700 -530 block_news_items version 2021051700 -531 block_online_users version 2021051700 -533 block_quiz_results version 2021051700 -535 block_recent_activity version 2021051700 -536 block_recentlyaccessedcourses version 2021051700 -538 block_recentlyaccesseditems version 2021051700 -539 block_rss_client version 2021051700 -540 block_search_forums version 2021051700 -541 block_section_links version 2021051700 -542 block_selfcompletion version 2021051700 +516 block_course_list version 2022112800 +517 block_course_summary version 2022112800 +518 block_feedback version 2022112800 +520 block_globalsearch version 2022112800 +521 block_glossary_random version 2022112800 +522 block_html version 2022112800 +523 block_login version 2022112800 +524 block_lp version 2022112800 +525 block_mentees version 2022112800 +526 block_mnet_hosts version 2022112800 +527 block_myoverview version 2022112800 +528 block_myprofile version 2022112800 +529 block_navigation version 2022112800 +530 block_news_items version 2022112800 +531 block_online_users version 2022112800 +535 block_recent_activity version 2022112800 +536 block_recentlyaccessedcourses version 2022112800 +538 block_recentlyaccesseditems version 2022112800 +539 block_rss_client version 2022112800 +540 block_search_forums version 2022112800 +541 block_section_links version 2022112800 +542 block_selfcompletion version 2022112800 +544 block_site_main_menu version 2022112800 +545 block_social_activities version 2022112800 +546 block_starredcourses version 2022112800 +2799 quiz_statistics getstatslocktimeout 900 671 upload enablecourseinstances 0 672 upload enableuserinstances 0 675 url enablecourseinstances 0 @@ -31708,176 +33204,141 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 680 user enableuserinstances 0 684 wikimedia enablecourseinstances 0 685 wikimedia enableuserinstances 0 -544 block_site_main_menu version 2021051700 -545 block_social_activities version 2021051700 -546 block_starredcourses version 2021051700 -547 block_tag_flickr version 2021051700 -550 block_tags version 2021051700 -548 block_tag_youtube version 2021051700 -551 block_timeline version 2021051700 -553 media_html5audio version 2021051700 -554 media_html5video version 2021051700 -555 media_swf version 2021051700 -556 media_videojs version 2021051700 -557 media_vimeo version 2021051700 -558 media_youtube version 2021051700 -559 filter_activitynames version 2021051700 -561 filter_algebra version 2021051700 -563 filter_data version 2021051700 -565 filter_displayh5p version 2021051700 -567 filter_emailprotect version 2021051700 -568 filter_emoticon version 2021051700 -569 filter_glossary version 2021051700 -571 filter_mathjaxloader version 2021051700 -573 filter_mediaplugin version 2021051700 -575 filter_multilang version 2021051700 -576 filter_tex version 2021051700 -578 filter_tidy version 2021051700 -579 filter_urltolink version 2021051700 -582 editor_textarea version 2021051700 -580 editor_atto version 2021051700 -583 editor_tinymce version 2021051700 -584 format_singleactivity version 2021051700 -585 format_social version 2021051700 -586 format_topics version 2021051700 -587 format_weeks version 2021051700 -589 dataformat_excel version 2021051700 -590 dataformat_html version 2021051700 -591 dataformat_json version 2021051700 -592 dataformat_ods version 2021051700 -593 dataformat_pdf version 2021051700 -594 profilefield_checkbox version 2021051700 -595 profilefield_datetime version 2021051700 -596 profilefield_menu version 2021051700 -597 profilefield_text version 2021051700 -598 profilefield_textarea version 2021051700 -599 report_backups version 2021051700 -600 report_competency version 2021051700 -601 report_completion version 2021051700 -603 report_configlog version 2021051700 -604 report_courseoverview version 2021051700 -605 report_eventlist version 2021051700 -606 report_insights version 2021051700 -607 report_log version 2021051700 -610 report_outline version 2021051700 -612 report_participation version 2021051700 -614 report_performance version 2021051700 -615 report_progress version 2021051700 -617 report_questioninstances version 2021051700 -618 report_security version 2021051700 -619 report_stats version 2021051700 -621 report_usersessions version 2021051700 -622 gradeexport_ods version 2021051700 -623 gradeexport_txt version 2021051700 -624 gradeexport_xls version 2021051700 -625 gradeexport_xml version 2021051700 -626 gradeimport_csv version 2021051700 -627 gradeimport_direct version 2021051700 -628 gradeimport_xml version 2021051700 -629 gradereport_grader version 2021051700 -630 gradereport_history version 2021051700 -631 gradereport_outcomes version 2021051700 -633 gradereport_singleview version 2021051700 -634 gradereport_user version 2021051700 -635 gradingform_guide version 2021051700 -669 repository_upload version 2021051700 -673 repository_url version 2021051700 -677 repository_user version 2021051700 -681 repository_webdav version 2021051700 -682 repository_wikimedia version 2021051700 -686 repository_youtube version 2021051700 -688 portfolio_boxnet version 2021051700 -689 portfolio_download version 2021051700 -690 portfolio_flickr version 2021051700 -691 portfolio_googledocs version 2021051700 -692 portfolio_mahara version 2021051700 -693 portfolio_picasa version 2021051700 -694 search_simpledb version 2021051700 -696 search_solr version 2021051700 -697 qbehaviour_adaptive version 2021051700 -699 qbehaviour_deferredcbm version 2021051700 -700 qbehaviour_deferredfeedback version 2021051700 -701 qbehaviour_immediatecbm version 2021051700 -702 qbehaviour_immediatefeedback version 2021051700 -703 qbehaviour_informationitem version 2021051700 -704 qbehaviour_interactive version 2021051700 +505 block_activity_modules version 2022112800 +506 block_activity_results version 2022112800 +507 block_admin_bookmarks version 2022112800 +508 block_badges version 2022112800 +509 block_blog_menu version 2022112800 +510 block_blog_recent version 2022112800 +511 block_blog_tags version 2022112800 +513 block_calendar_upcoming version 2022112800 +514 block_comments version 2022112800 +515 block_completionstatus version 2022112800 +547 block_tag_flickr version 2022112800 +568 filter_emoticon version 2022112800 +548 block_tag_youtube version 2022112800 708 question disabledbehaviours manualgraded -727 message airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_permitted permitted -728 message email_provider_tool_dataprivacy_contactdataprotectionofficer_permitted permitted -729 message jabber_provider_tool_dataprivacy_contactdataprotectionofficer_permitted permitted -730 message popup_provider_tool_dataprivacy_contactdataprotectionofficer_permitted permitted -731 message message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedin email,popup -732 message message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedoff email,popup -733 message airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_permitted permitted -734 message email_provider_tool_dataprivacy_datarequestprocessingresults_permitted permitted -735 message jabber_provider_tool_dataprivacy_datarequestprocessingresults_permitted permitted -736 message popup_provider_tool_dataprivacy_datarequestprocessingresults_permitted permitted -737 message message_provider_tool_dataprivacy_datarequestprocessingresults_loggedin email,popup -738 message message_provider_tool_dataprivacy_datarequestprocessingresults_loggedoff email,popup -739 message airnotifier_provider_tool_dataprivacy_notifyexceptions_permitted permitted -740 message email_provider_tool_dataprivacy_notifyexceptions_permitted permitted -741 message jabber_provider_tool_dataprivacy_notifyexceptions_permitted permitted -742 message popup_provider_tool_dataprivacy_notifyexceptions_permitted permitted -743 message message_provider_tool_dataprivacy_notifyexceptions_loggedin email -744 message message_provider_tool_dataprivacy_notifyexceptions_loggedoff email +550 block_tags version 2022112800 +556 media_videojs version 2022112800 +557 media_vimeo version 2022112800 +551 block_timeline version 2022112800 +553 media_html5audio version 2022112800 +554 media_html5video version 2022112800 +558 media_youtube version 2022112800 +559 filter_activitynames version 2022112800 +561 filter_algebra version 2022112800 +563 filter_data version 2022112800 +565 filter_displayh5p version 2022112800 +567 filter_emailprotect version 2022112800 +569 filter_glossary version 2022112800 +579 filter_urltolink version 2022112800 +571 filter_mathjaxloader version 2022112800 +573 filter_mediaplugin version 2022112800 +575 filter_multilang version 2022112800 +576 filter_tex version 2022112800 +578 filter_tidy version 2022112800 +587 format_weeks version 2022112801 +580 editor_atto version 2022112800 +582 editor_textarea version 2022112800 +583 editor_tinymce version 2022112800 +584 format_singleactivity version 2022112800 +585 format_social version 2022112800 +586 format_topics version 2022112801 +589 dataformat_excel version 2022112800 +590 dataformat_html version 2022112800 +591 dataformat_json version 2022112800 +592 dataformat_ods version 2022112800 +593 dataformat_pdf version 2022112800 +594 profilefield_checkbox version 2022112800 +595 profilefield_datetime version 2022112800 +596 profilefield_menu version 2022112800 +597 profilefield_text version 2022112800 +598 profilefield_textarea version 2022112800 +599 report_backups version 2022112800 +600 report_competency version 2022112800 +601 report_completion version 2022112800 +603 report_configlog version 2022112800 +604 report_courseoverview version 2022112800 +605 report_eventlist version 2022112800 +606 report_insights version 2022112800 +607 report_log version 2022112800 +610 report_outline version 2022112800 +612 report_participation version 2022112800 +614 report_performance version 2022112800 +615 report_progress version 2022112800 +617 report_questioninstances version 2022112800 +618 report_security version 2022112800 +619 report_stats version 2022112800 +621 report_usersessions version 2022112800 +622 gradeexport_ods version 2022112800 +623 gradeexport_txt version 2022112800 +624 gradeexport_xls version 2022112800 +625 gradeexport_xml version 2022112800 +626 gradeimport_csv version 2022112800 +627 gradeimport_direct version 2022112800 +628 gradeimport_xml version 2022112800 +629 gradereport_grader version 2022112800 +630 gradereport_history version 2022112800 +631 gradereport_outcomes version 2022112800 +633 gradereport_singleview version 2022112800 +634 gradereport_user version 2022112800 +635 gradingform_guide version 2022112800 +669 repository_upload version 2022112800 +673 repository_url version 2022112800 +677 repository_user version 2022112800 +681 repository_webdav version 2022112800 +682 repository_wikimedia version 2022112800 +686 repository_youtube version 2022112800 +689 portfolio_download version 2022112800 +690 portfolio_flickr version 2022112800 +691 portfolio_googledocs version 2022112800 +692 portfolio_mahara version 2022112800 +697 qbehaviour_adaptive version 2022112800 +694 search_simpledb version 2022112800 +696 search_solr version 2022112800 +699 qbehaviour_deferredcbm version 2022112800 +700 qbehaviour_deferredfeedback version 2022112800 +701 qbehaviour_immediatecbm version 2022112800 +702 qbehaviour_immediatefeedback version 2022112800 +703 qbehaviour_informationitem version 2022112800 +704 qbehaviour_interactive version 2022112800 +1947 qtype_multianswerwiris version 2024010801 +706 qbehaviour_manualgraded version 2022112800 +709 qbehaviour_missing version 2022112800 +710 qformat_aiken version 2022112800 +711 qformat_blackboard_six version 2022112800 +713 qformat_gift version 2022112800 +714 qformat_missingword version 2022112800 +715 qformat_multianswer version 2022112800 +718 qformat_xml version 2022112800 +719 tool_analytics version 2022112800 755 tool_log enabled_stores logstore_standard -760 message airnotifier_provider_tool_messageinbound_invalidrecipienthandler_permitted permitted -761 message email_provider_tool_messageinbound_invalidrecipienthandler_permitted permitted -762 message jabber_provider_tool_messageinbound_invalidrecipienthandler_permitted permitted -763 message popup_provider_tool_messageinbound_invalidrecipienthandler_permitted permitted -764 message message_provider_tool_messageinbound_invalidrecipienthandler_loggedin email -765 message message_provider_tool_messageinbound_invalidrecipienthandler_loggedoff email -766 message airnotifier_provider_tool_messageinbound_messageprocessingerror_permitted permitted -767 message email_provider_tool_messageinbound_messageprocessingerror_permitted permitted -768 message jabber_provider_tool_messageinbound_messageprocessingerror_permitted permitted -769 message popup_provider_tool_messageinbound_messageprocessingerror_permitted permitted -770 message message_provider_tool_messageinbound_messageprocessingerror_loggedin email -771 message message_provider_tool_messageinbound_messageprocessingerror_loggedoff email -772 message airnotifier_provider_tool_messageinbound_messageprocessingsuccess_permitted permitted -773 message email_provider_tool_messageinbound_messageprocessingsuccess_permitted permitted -774 message jabber_provider_tool_messageinbound_messageprocessingsuccess_permitted permitted -775 message popup_provider_tool_messageinbound_messageprocessingsuccess_permitted permitted -776 message message_provider_tool_messageinbound_messageprocessingsuccess_loggedin email -777 message message_provider_tool_messageinbound_messageprocessingsuccess_loggedoff email -780 message airnotifier_provider_tool_monitor_notification_permitted permitted -781 message email_provider_tool_monitor_notification_permitted permitted -782 message jabber_provider_tool_monitor_notification_permitted permitted -783 message popup_provider_tool_monitor_notification_permitted permitted -784 message message_provider_tool_monitor_notification_loggedin email -785 message message_provider_tool_monitor_notification_loggedoff email -706 qbehaviour_manualgraded version 2021051700 -709 qbehaviour_missing version 2021051700 -710 qformat_aiken version 2021051700 -711 qformat_blackboard_six version 2021051700 -712 qformat_examview version 2021051700 -713 qformat_gift version 2021051700 -714 qformat_missingword version 2021051700 -715 qformat_multianswer version 2021051700 -716 qformat_webct version 2021051700 -718 qformat_xml version 2021051700 -719 tool_analytics version 2021051700 -720 tool_availabilityconditions version 2021051700 -722 tool_capability version 2021051700 -724 tool_customlang version 2021051700 -723 tool_cohortroles version 2021051700 -745 tool_dbtransfer version 2021051700 -726 tool_dataprivacy version 2021051700 -746 tool_filetypes version 2021051700 -747 tool_generator version 2021051700 -748 tool_health version 2021051700 -749 tool_httpsreplace version 2021051700 -750 tool_innodb version 2021051700 -751 tool_installaddon version 2021051700 -752 tool_langimport version 2021051700 -753 tool_log version 2021051700 -756 tool_lp version 2021051700 -758 tool_lpmigrate version 2021051700 -759 tool_messageinbound version 2021051700 -778 tool_mobile version 2021051700 -779 tool_monitor version 2021051700 -786 tool_multilangupgrade version 2021051700 -787 tool_oauth2 version 2021051700 -788 tool_phpunit version 2021051700 +720 tool_availabilityconditions version 2022112800 +722 tool_capability version 2022112800 +723 tool_cohortroles version 2022112801 +724 tool_customlang version 2022112800 +726 tool_dataprivacy version 2022112800 +745 tool_dbtransfer version 2022112800 +746 tool_filetypes version 2022112800 +747 tool_generator version 2022112800 +749 tool_httpsreplace version 2022112800 +750 tool_innodb version 2022112800 +751 tool_installaddon version 2022112800 +752 tool_langimport version 2022112800 +753 tool_log version 2022112800 +756 tool_lp version 2022112800 +758 tool_lpmigrate version 2022112800 +759 tool_messageinbound version 2022112800 +778 tool_mobile version 2022112800 +800 tool_usertours version 2022112800 +779 tool_monitor version 2022112800 +786 tool_multilangupgrade version 2022112800 +787 tool_oauth2 version 2022112800 +788 tool_phpunit version 2022112800 +789 tool_policy version 2022112800 +790 tool_profiling version 2022112800 +791 tool_recyclebin version 2022112800 +792 tool_replace version 2022112800 820 assignsubmission_onlinetext sortorder 0 818 assignsubmission_file sortorder 1 819 assignsubmission_comments sortorder 2 @@ -31885,97 +33346,15 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 827 assignfeedback_editpdf sortorder 1 829 assignfeedback_offline sortorder 2 828 assignfeedback_file sortorder 3 -789 tool_policy version 2021051700 -790 tool_profiling version 2021051700 -791 tool_recyclebin version 2021051700 -792 tool_replace version 2021051700 -793 tool_spamcleaner version 2021051700 -794 tool_task version 2021051700 -795 tool_templatelibrary version 2021051700 -796 tool_unsuproles version 2021051700 -798 tool_uploadcourse version 2021051700 -799 tool_uploaduser version 2021051700 -800 tool_usertours version 2021051700 -802 tool_xmldb version 2021051700 -803 cachestore_apcu version 2021051700 -805 cachestore_memcached version 2021051700 -806 cachestore_mongodb version 2021051700 -807 cachestore_redis version 2021051700 -808 cachestore_session version 2021051700 -809 cachestore_static version 2021051700 -810 cachelock_file version 2021051700 -811 fileconverter_googledrive version 2021051700 -812 fileconverter_unoconv version 2021051700 -814 theme_boost version 2021051700 -815 theme_classic version 2021051700 -816 assignsubmission_comments version 2021051700 -821 assignsubmission_file version 2021051700 -822 assignsubmission_onlinetext version 2021051700 -824 assignfeedback_comments version 2021051700 -832 assignfeedback_file version 2021051700 -835 assignment_offline version 2021051700 -836 assignment_online version 2021051700 -837 assignment_upload version 2021051700 -838 assignment_uploadsingle version 2021051700 -839 booktool_exportimscp version 2021051700 -840 booktool_importhtml version 2021051700 -841 booktool_print version 2021051700 -842 datafield_checkbox version 2021051700 -843 datafield_date version 2021051700 -844 datafield_file version 2021051700 -845 datafield_latlong version 2021051700 -846 datafield_menu version 2021051700 -847 datafield_multimenu version 2021051700 -848 datafield_number version 2021051700 -849 datafield_picture version 2021051700 -850 datafield_radiobutton version 2021051700 -851 datafield_text version 2021051700 -852 datafield_textarea version 2021051700 -853 datafield_url version 2021051700 -854 datapreset_imagegallery version 2021051700 -855 forumreport_summary version 2021051700 -858 ltiservice_memberships version 2021051700 -857 ltiservice_gradebookservices version 2021051700 -859 ltiservice_profile version 2021051700 -860 ltiservice_toolproxy version 2021051700 -861 ltiservice_toolsettings version 2021051700 -862 quiz_grading version 2021051700 -864 quiz_overview version 2021051700 -866 quiz_responses version 2021051700 -868 quiz_statistics version 2021051700 -870 quizaccess_delaybetweenattempts version 2021051700 -871 quizaccess_ipaddress version 2021051700 -872 quizaccess_numattempts version 2021051700 -873 quizaccess_offlineattempts version 2021051700 -874 quizaccess_openclosedate version 2021051700 -875 quizaccess_password version 2021051700 -877 quizaccess_securewindow version 2021051700 -878 quizaccess_timelimit version 2021051700 -879 scormreport_basic version 2021051700 -880 scormreport_graphs version 2021051700 -882 scormreport_objectives version 2021051700 -883 workshopform_accumulative version 2021051700 -885 workshopform_comments version 2021051700 -887 workshopform_numerrors version 2021051700 -889 workshopform_rubric version 2021051700 -891 workshopallocation_manual version 2021051700 -892 workshopallocation_random version 2021051700 -893 workshopallocation_scheduled version 2021051700 -894 workshopeval_best version 2021051700 -895 atto_accessibilitychecker version 2021051700 -896 atto_accessibilityhelper version 2021051700 -897 atto_align version 2021051700 -898 atto_backcolor version 2021051700 -899 atto_bold version 2021051700 -900 atto_charmap version 2021051700 -901 atto_clear version 2021051700 -902 atto_collapse version 2021051700 -903 atto_emojipicker version 2021051700 -904 atto_emoticon version 2021051700 -906 atto_fontcolor version 2021051700 -907 atto_h5p version 2021051700 -908 atto_html version 2021051700 -909 atto_image version 2021051700 +793 tool_spamcleaner version 2022112800 +794 tool_task version 2022112800 +795 tool_templatelibrary version 2022112800 +796 tool_unsuproles version 2022112800 +798 tool_uploadcourse version 2022112800 +799 tool_uploaduser version 2022112800 +802 tool_xmldb version 2022112800 +803 cachestore_apcu version 2022112800 +805 cachestore_memcached version 2022112800 940 tool_log exportlog 1 941 tool_dataprivacy contactdataprotectionofficer 0 942 tool_dataprivacy automaticdeletionrequests 1 @@ -32000,9 +33379,81 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 961 auth_email field_lock_address unlocked 962 auth_email field_lock_firstnamephonetic unlocked 963 auth_email field_lock_lastnamephonetic unlocked -905 atto_equation version 2021051701 964 auth_email field_lock_middlename unlocked 965 auth_email field_lock_alternatename unlocked +807 cachestore_redis version 2022112800 +808 cachestore_session version 2022112800 +809 cachestore_static version 2022112800 +810 cachelock_file version 2022112800 +811 fileconverter_googledrive version 2022112800 +812 fileconverter_unoconv version 2022112800 +814 theme_boost version 2022112800 +815 theme_classic version 2022112800 +821 assignsubmission_file version 2022112800 +822 assignsubmission_onlinetext version 2022112800 +824 assignfeedback_comments version 2022112800 +832 assignfeedback_file version 2022112800 +835 assignment_offline version 2022112800 +836 assignment_online version 2022112800 +837 assignment_upload version 2022112800 +838 assignment_uploadsingle version 2022112800 +839 booktool_exportimscp version 2022112800 +840 booktool_importhtml version 2022112800 +841 booktool_print version 2022112800 +842 datafield_checkbox version 2022112800 +843 datafield_date version 2022112800 +844 datafield_file version 2022112800 +845 datafield_latlong version 2022112800 +846 datafield_menu version 2022112800 +847 datafield_multimenu version 2022112800 +848 datafield_number version 2022112800 +849 datafield_picture version 2022112800 +851 datafield_text version 2022112800 +852 datafield_textarea version 2022112800 +853 datafield_url version 2022112800 +854 datapreset_imagegallery version 2022112800 +855 forumreport_summary version 2022112800 +858 ltiservice_memberships version 2022112800 +857 ltiservice_gradebookservices version 2022112800 +859 ltiservice_profile version 2022112800 +860 ltiservice_toolproxy version 2022112800 +861 ltiservice_toolsettings version 2022112800 +862 quiz_grading version 2022112800 +864 quiz_overview version 2022112800 +866 quiz_responses version 2022112800 +870 quizaccess_delaybetweenattempts version 2022112800 +871 quizaccess_ipaddress version 2022112800 +872 quizaccess_numattempts version 2022112800 +873 quizaccess_offlineattempts version 2022112800 +874 quizaccess_openclosedate version 2022112800 +875 quizaccess_password version 2022112800 +878 quizaccess_timelimit version 2022112800 +879 scormreport_basic version 2022112800 +880 scormreport_graphs version 2022112800 +882 scormreport_objectives version 2022112800 +883 workshopform_accumulative version 2022112800 +885 workshopform_comments version 2022112800 +887 workshopform_numerrors version 2022112800 +889 workshopform_rubric version 2022112800 +891 workshopallocation_manual version 2022112800 +892 workshopallocation_random version 2022112800 +893 workshopallocation_scheduled version 2022112800 +894 workshopeval_best version 2022112800 +895 atto_accessibilitychecker version 2022112800 +896 atto_accessibilityhelper version 2022112800 +897 atto_align version 2022112800 +898 atto_backcolor version 2022112800 +899 atto_bold version 2022112800 +900 atto_charmap version 2022112800 +901 atto_clear version 2022112800 +902 atto_collapse version 2022112800 +903 atto_emojipicker version 2022112800 +906 atto_fontcolor version 2022112800 +905 atto_equation version 2022112800 +907 atto_h5p version 2022112800 +908 atto_html version 2022112800 +909 atto_image version 2022112800 +868 quiz_statistics version 2022112804 966 auth_mnet rpc_negotiation_timeout 30 967 auth_db host 127.0.0.1 968 auth_db type mysqli @@ -32059,32 +33510,6 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 1019 auth_db field_map_institution 1020 auth_db field_updatelocal_institution oncreate 1021 auth_db field_updateremote_institution 0 -911 atto_italic version 2021051700 -912 atto_link version 2021051700 -913 atto_managefiles version 2021051700 -914 atto_media version 2021051700 -915 atto_noautolink version 2021051700 -917 atto_recordrtc version 2021051700 -918 atto_rtl version 2021051700 -919 atto_strike version 2021051700 -920 atto_subscript version 2021051700 -921 atto_superscript version 2021051700 -922 atto_table version 2021051700 -923 atto_title version 2021051700 -924 atto_underline version 2021051700 -925 atto_undo version 2021051700 -926 atto_unorderedlist version 2021051700 -927 tinymce_ctrlhelp version 2021051700 -928 tinymce_managefiles version 2021051700 -929 tinymce_moodleemoticon version 2021051700 -930 tinymce_moodleimage version 2021051700 -931 tinymce_moodlemedia version 2021051700 -932 tinymce_moodlenolink version 2021051700 -933 tinymce_pdw version 2021051700 -934 tinymce_spellchecker version 2021051700 -936 tinymce_wrap version 2021051700 -938 logstore_legacy version 2021051700 -939 logstore_standard version 2021051700 1022 auth_db field_lock_institution unlocked 1023 auth_db field_map_department 1024 auth_db field_updatelocal_department oncreate @@ -32114,6 +33539,30 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 1048 auth_db field_updatelocal_middlename oncreate 1049 auth_db field_updateremote_middlename 0 1050 auth_db field_lock_middlename unlocked +912 atto_link version 2022112800 +913 atto_managefiles version 2022112800 +914 atto_media version 2022112800 +915 atto_noautolink version 2022112800 +918 atto_rtl version 2022112800 +917 atto_recordrtc version 2022112800 +919 atto_strike version 2022112800 +920 atto_subscript version 2022112800 +921 atto_superscript version 2022112800 +922 atto_table version 2022112800 +923 atto_title version 2022112800 +925 atto_undo version 2022112800 +926 atto_unorderedlist version 2022112800 +927 tinymce_ctrlhelp version 2022112800 +928 tinymce_managefiles version 2022112800 +929 tinymce_moodleemoticon version 2022112800 +930 tinymce_moodleimage version 2022112800 +931 tinymce_moodlemedia version 2022112800 +932 tinymce_moodlenolink version 2022112800 +933 tinymce_pdw version 2022112800 +934 tinymce_spellchecker version 2022112800 +936 tinymce_wrap version 2022112800 +938 logstore_legacy version 2022112800 +939 logstore_standard version 2022112800 1051 auth_db field_map_alternatename 1052 auth_db field_updatelocal_alternatename oncreate 1053 auth_db field_updateremote_alternatename 0 @@ -32979,8 +34428,6 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 1921 logstore_standard buffersize 50 1922 media_videojs videoextensions html_video,media_source,.f4v,.flv 1923 media_videojs audioextensions html_audio -1924 media_videojs rtmp 0 -1925 media_videojs useflash 0 1926 media_videojs youtube 1 1927 media_videojs videocssclass video-js 1928 media_videojs audiocssclass video-js @@ -33003,41 +34450,22 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 1959 mod_hvp site_type network 1960 mod_hvp site_uuid 6e65fbab-7198-43a2-8924-6c684d6893b5 1962 mod_hvp hub_is_enabled 1 -1963 message airnotifier_provider_mod_hvp_submission_permitted permitted -1964 message email_provider_mod_hvp_submission_permitted permitted -1965 message jabber_provider_mod_hvp_submission_permitted permitted -1966 message popup_provider_mod_hvp_submission_permitted permitted -1967 message message_provider_mod_hvp_submission_loggedin email -1968 message message_provider_mod_hvp_submission_loggedoff email -1969 message airnotifier_provider_mod_hvp_confirmation_permitted permitted -1970 message email_provider_mod_hvp_confirmation_permitted permitted -1971 message jabber_provider_mod_hvp_confirmation_permitted permitted -1972 message popup_provider_mod_hvp_confirmation_permitted permitted -1973 message message_provider_mod_hvp_confirmation_loggedin airnotifier,email -1974 message message_provider_mod_hvp_confirmation_loggedoff airnotifier,email -1980 message airnotifier_provider_mod_questionnaire_message_permitted permitted -1981 message email_provider_mod_questionnaire_message_permitted permitted -1982 message jabber_provider_mod_questionnaire_message_permitted permitted +2005 format_simple version 2023060100 +2011 local_agora version 2023070400 +2015 local_oauth version 2023091301 +1948 qtype_multichoicewiris version 2024010801 +1950 qtype_shortanswerwiris version 2024010801 +1951 qtype_truefalsewiris version 2024010801 +1952 qtype_wq version 2024010801 +1954 mod_geogebra version 2024012200 +1955 mod_hotpot version 2024021051 +2008 qformat_hotpot version 2024021527 2084 local_alexandriaimporter alexandria_token -1983 message popup_provider_mod_questionnaire_message_permitted permitted -1984 message message_provider_mod_questionnaire_message_loggedin email -1985 message message_provider_mod_questionnaire_message_loggedoff email -1986 message airnotifier_provider_mod_questionnaire_notification_permitted permitted -1987 message email_provider_mod_questionnaire_notification_permitted permitted -1949 qtype_ordering version 2021091404 -1975 mod_jclic version 2021060100 -1988 message jabber_provider_mod_questionnaire_notification_permitted permitted -1989 message popup_provider_mod_questionnaire_notification_permitted permitted -1990 message message_provider_mod_questionnaire_notification_loggedin email -1991 message message_provider_mod_questionnaire_notification_loggedoff email 1992 mod_qv version 2019010700 1993 mod_rcontent version 2017101000 2001 block_my_books version 2015111700 2003 block_rgrade version 2016090500 -2005 format_simple version 2012121100 -2008 qformat_hotpot version 2019111022 2012 local_alexandriaimporter version 2016021600 -2015 local_oauth version 2016021600 2016 local_rcommon version 2017101000 2018 rcommon enabled 1 2020 hotpotattempt_hp version 2010112400 @@ -33059,21 +34487,16 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2058 block_configurable_reports cron_hour 0 1957 mod_hvp version 2022012000 2059 block_configurable_reports cron_minute 0 -1977 mod_journal version 2022091600 2060 block_configurable_reports crrepository jleyva/moodle-configurable_reports_repository -1948 qtype_multichoicewiris version 2023020701 -1950 qtype_shortanswerwiris version 2023020701 -1951 qtype_truefalsewiris version 2023020701 -1952 qtype_wq version 2023020701 -1954 mod_geogebra version 2023032100 -1955 mod_hotpot version 2020060544 -1978 mod_questionnaire version 2021062302 -2011 local_agora version 2023011300 2061 block_configurable_reports sharedsqlrepository jleyva/moodle-custom_sql_report_queries 2062 block_configurable_reports sqlsyntaxhighlight 0 2063 block_configurable_reports reporttableui jquery 2064 block_configurable_reports reportlimit 5000 2065 block_completion_progress wrapafter 16 +1949 qtype_ordering version 2023042907 +1975 mod_jclic version 2023071300 +1977 mod_journal version 2023042400 +1978 mod_questionnaire version 2022121600 2066 block_completion_progress defaultlongbars squeeze 2067 block_completion_progress coursenametoshow shortname 2068 block_completion_progress completed_colour #73A839 @@ -33126,7 +34549,6 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2014 local_clickedu version 20201031001 2010 theme_xtec2020 version 2021011201 2019 local_wsvicensvives version 2021072700 -2031 atto_cloze version 2017072803 2111 rcontent tracer 2112 rcontent registersperreportpage 20 2113 choicegroup sortgroupsby 1 @@ -33289,65 +34711,25 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2270 theme_xtec2020 admin_alert_start 2271 theme_xtec2020 admin_alert_end 157 analytics modeloutputdir -2272 message airnotifier_provider_moodle_coursecompleted_permitted permitted -2273 message email_provider_moodle_coursecompleted_permitted permitted -2274 message jabber_provider_moodle_coursecompleted_permitted permitted -2275 message popup_provider_moodle_coursecompleted_permitted permitted -2276 message message_provider_moodle_coursecompleted_loggedin email -2277 message message_provider_moodle_coursecompleted_loggedoff email -2278 message airnotifier_provider_moodle_infected_permitted permitted -2279 message email_provider_moodle_infected_permitted permitted -2280 message jabber_provider_moodle_infected_permitted permitted -2281 message popup_provider_moodle_infected_permitted permitted -2282 message message_provider_moodle_infected_loggedin email -2283 message message_provider_moodle_infected_loggedoff email -207 availability_grouping version 2021051700 +532 block_private_files version 2022112800 +543 block_settings version 2022112800 +588 dataformat_csv version 2022112800 +2288 profilefield_social version 2022112800 +2289 report_infectedfiles version 2022112800 +609 report_loglive version 2022112800 +2290 report_status version 2022112800 +632 gradereport_overview version 2022112800 +2291 repository_contentbank version 2022112800 +651 repository_filesystem version 2022112800 +698 qbehaviour_adaptivenopenalty version 2022112800 +705 qbehaviour_interactivecountback version 2022112800 2287 block_myoverview displaygroupingfavourites 1 -216 qtype_essay version 2021051700 -217 qtype_gapselect version 2021051700 -2284 mod_h5pactivity version 2021051700 -1139 auth_cas memberattribute_isdn 0 -1231 auth_ldap memberattribute_isdn 0 -269 auth_mnet version 2021051700 -2285 enrol_fee version 2021051700 -288 enrol_flatfile version 2021051700 -363 message_email version 2021051700 -436 message_jabber version 2021051700 -469 message_popup version 2021051700 -2286 block_accessreview version 2021051700 -512 block_calendar_month version 2021051700 +717 qformat_xhtml version 2022112800 1998 block_configurable_reports version 2020110300 -532 block_private_files version 2021051700 -543 block_settings version 2021051700 -562 filter_censor version 2021051700 +2295 tool_brickfield version 2022112800 1451 filter_mathjaxloader httpsurl https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js -588 dataformat_csv version 2021051700 -2288 profilefield_social version 2021051700 -2289 report_infectedfiles version 2021051700 -609 report_loglive version 2021051700 -2290 report_status version 2021051700 -632 gradereport_overview version 2021051700 -2291 repository_contentbank version 2021051700 2293 contentbank enablecourseinstances 0 2294 contentbank enableuserinstances 0 -651 repository_filesystem version 2021051700 -698 qbehaviour_adaptivenopenalty version 2021051700 -705 qbehaviour_interactivecountback version 2021051700 -717 qformat_xhtml version 2021051700 -2295 tool_brickfield version 2021051700 -2297 tool_licensemanager version 2021051700 -757 tool_lpimportcsv version 2021051700 -804 cachestore_file version 2021051700 -2300 contenttype_h5p version 2021051700 -2302 h5plib_v124 version 2021051700 -2303 paygw_paypal version 2021051700 -834 assignfeedback_offline version 2021051700 -856 ltiservice_basicoutcomes version 2021051700 -2305 quizaccess_seb version 2021051700 -881 scormreport_interactions version 2021051700 -910 atto_indent version 2021051700 -916 atto_orderedlist version 2021051700 -937 logstore_database version 2021051700 2307 tool_dataprivacy automaticdataexportapproval 0 2308 tool_dataprivacy automaticdatadeletionapproval 0 2309 moodlecourse downloadcontentsitedefault 0 @@ -33367,16 +34749,13 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2323 backup backup_auto_legacyfiles 1 2324 restore restore_general_permissions 1 2325 restore restore_general_permissions_locked -2299 tool_moodlenet version 2021051701 2326 restore restore_general_contentbankcontent 1 -242 mod_label version 2021051701 2327 restore restore_general_contentbankcontent_locked 2328 restore restore_general_legacyfiles 1 2329 restore restore_general_legacyfiles_locked 2330 analytics calclifetime 35 2298 tool_migratehvp2h5p version 2022112900 2301 local_redislock version 2022101200 -830 assignfeedback_editpdf version 2021051702 2331 auth_saml2 autologin 0 2332 auth_saml2 autologincookie 2333 block_accessreview whattoshow showboth @@ -33384,6 +34763,35 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2335 block_accessreview toolpage errors 2336 block_section_links showsectionname 0 2337 antivirus notifyemail +207 availability_grouping version 2022112800 +1231 auth_ldap memberattribute_isdn 0 +269 auth_mnet version 2022112800 +216 qtype_essay version 2022112800 +217 qtype_gapselect version 2022112800 +2284 mod_h5pactivity version 2022112801 +2285 enrol_fee version 2022112800 +242 mod_label version 2022112801 +1139 auth_cas memberattribute_isdn 0 +288 enrol_flatfile version 2022112800 +363 message_email version 2022112800 +469 message_popup version 2022112800 +2286 block_accessreview version 2022112800 +2297 tool_licensemanager version 2022112800 +757 tool_lpimportcsv version 2022112800 +512 block_calendar_month version 2022112800 +2300 contenttype_h5p version 2022112800 +2302 h5plib_v124 version 2022112800 +2299 tool_moodlenet version 2022112800 +804 cachestore_file version 2022112800 +830 assignfeedback_editpdf version 2022112801 +2303 paygw_paypal version 2022112800 +834 assignfeedback_offline version 2022112800 +856 ltiservice_basicoutcomes version 2022112800 +916 atto_orderedlist version 2022112800 +2305 quizaccess_seb version 2022112800 +881 scormreport_interactions version 2022112800 +910 atto_indent version 2022112800 +937 logstore_database version 2022112800 2338 antivirus enablequarantine 0 2339 antivirus quarantinetime 2419200 2340 antivirus_clamav tcpsockethost @@ -33414,7 +34822,6 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2365 qtype_wq debug_mode_enabled 0 2367 tool_mobile qrcodetype 2 2368 tool_mobile filetypeexclusionlist -2369 tool_moodlenet enablemoodlenet 0 2370 tool_moodlenet defaultmoodlenetname MoodleNet Central 2371 tool_moodlenet defaultmoodlenet https://moodle.net 2373 auth_saml2 field_map_username @@ -33466,37 +34873,34 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2427 attendance preventsharedip 0 2428 attendance preventsharediptime 2429 attendance warningpercent 70 -2167 auth_saml2 version 2022083100 2381 local_agora adware_detected 0 -2389 theme_boost themerev 1663840834 2430 attendance warnafter 5 2431 attendance maxwarn 1 2432 attendance emailuser 1 2433 attendance emailsubject Advertiment d'assistència -1945 qtype_essaywiris version 2023020701 -1946 qtype_matchwiris version 2023020701 -1947 qtype_multianswerwiris version 2023020701 -2399 mod_attendance version 2021082610 -1997 block_completion_progress version 2022112800 -2004 filter_wiris version 2022112300 +2398 tool_task lastcroninterval 22 2440 auth_email field_lock_schoolcode unlocked 2441 auth_db field_map_schoolcode -2378 tool_task lastcronstart 1680524585 -2380 enrol_self expirynotifylast 1680524556 -1961 mod_hvp content_type_cache_updated_at 1680524558 -2398 tool_task lastcroninterval 10 -2382 tool_brickfield bfregstatus 0 2434 attendance emailcontent Hola, %userfirstname%,\nLa vostra assistència a %coursename% %attendancename% ha baixat per sota del %warningpercent% i, actualment, és del %percent%; esperem que estigueu bé!\n\nPer treure el mà xim profit d'aquest curs, haureu de millorar la vostra assistència. Poseu-vos en contacte amb nosaltres si necessiteu ajuda. -2435 assignsubmission_snap version 2022080500 2436 auth_saml2 fielddelimiter , 2437 assignsubmission_snap default 0 +1946 qtype_matchwiris version 2024010801 +1997 block_completion_progress version 2023110100 +2399 mod_attendance version 2023020107 +2167 auth_saml2 version 2022111701 +2004 filter_wiris version 2023121300 +2369 tool_moodlenet enablemoodlenet 1 +2435 assignsubmission_snap version 2023032201 +1945 qtype_essaywiris version 2024010801 +2380 enrol_self expirynotifylast 1710942994 +1961 mod_hvp content_type_cache_updated_at 1710942995 +2382 tool_brickfield bfregstatus 0 +2389 theme_boost themerev 1710942995 +2378 tool_task lastcronstart 1710943016 2438 assignsubmission_snap distros snap | Snap! | https://snap.berkeley.edu/snap/snap.html 2439 assignsubmission_snap cloud 0 -2390 theme_classic themerev 1663840837 -2372 theme_xtec2020 themerev 1663840840 -1953 mod_choicegroup version 2023013000 +2379 enrol_manual expirynotifylast 1710942994 1430 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 -2034 atto_wiris version 2022112300 2442 auth_db field_updatelocal_schoolcode oncreate 2443 auth_db field_updateremote_schoolcode 0 2444 auth_db field_lock_schoolcode unlocked @@ -33538,7 +34942,215 @@ COPY public.m2config_plugins (id, plugin, name, value) FROM stdin; 2480 auth_shibboleth field_updatelocal_profile_field_schoolcode oncreate 2481 auth_shibboleth field_lock_profile_field_schoolcode unlocked 2482 geogebra codebase -2379 enrol_manual expirynotifylast 1680524556 +2483 message airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked 0 +2484 message email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked 0 +2485 message popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked 0 +2486 message message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled email +2487 message airnotifier_provider_enrol_paypal_paypal_enrolment_locked 0 +2488 message email_provider_enrol_paypal_paypal_enrolment_locked 0 +2489 message popup_provider_enrol_paypal_paypal_enrolment_locked 0 +2490 message message_provider_enrol_paypal_paypal_enrolment_enabled email +2491 message airnotifier_provider_mod_feedback_submission_locked 0 +2492 message email_provider_mod_feedback_submission_locked 0 +2493 message popup_provider_mod_feedback_submission_locked 0 +2494 message message_provider_mod_feedback_submission_enabled email +2495 message airnotifier_provider_mod_feedback_message_locked 0 +2496 message email_provider_mod_feedback_message_locked 0 +2497 message popup_provider_mod_feedback_message_locked 0 +2498 message message_provider_mod_feedback_message_enabled email +2499 message airnotifier_provider_enrol_manual_expiry_notification_locked 0 +2500 message email_provider_enrol_manual_expiry_notification_locked 0 +2501 message popup_provider_enrol_manual_expiry_notification_locked 0 +2502 message message_provider_enrol_manual_expiry_notification_enabled email +2503 message airnotifier_provider_mod_quiz_submission_locked 0 +2504 message email_provider_mod_quiz_submission_locked 0 +2505 message popup_provider_mod_quiz_submission_locked 0 +2506 message message_provider_mod_quiz_submission_enabled email +2507 message airnotifier_provider_mod_quiz_confirmation_locked 0 +2508 message email_provider_mod_quiz_confirmation_locked 0 +2509 message popup_provider_mod_quiz_confirmation_locked 0 +2510 message message_provider_mod_quiz_confirmation_enabled email,airnotifier +2511 message airnotifier_provider_mod_quiz_attempt_overdue_locked 0 +2512 message email_provider_mod_quiz_attempt_overdue_locked 0 +2513 message popup_provider_mod_quiz_attempt_overdue_locked 0 +2514 message message_provider_mod_quiz_attempt_overdue_enabled email,airnotifier +2515 message airnotifier_provider_mod_lesson_graded_essay_locked 0 +2516 message email_provider_mod_lesson_graded_essay_locked 0 +2517 message popup_provider_mod_lesson_graded_essay_locked 0 +2518 message message_provider_mod_lesson_graded_essay_enabled email,airnotifier +2034 atto_wiris version 2023121300 +2390 theme_classic themerev 1710942998 +2372 theme_xtec2020 themerev 1710943001 +2519 message airnotifier_provider_enrol_self_expiry_notification_locked 0 +2520 message email_provider_enrol_self_expiry_notification_locked 0 +2521 message popup_provider_enrol_self_expiry_notification_locked 0 +2522 message message_provider_enrol_self_expiry_notification_enabled email +2523 message airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked 0 +2524 message email_provider_enrol_flatfile_flatfile_enrolment_locked 0 +2525 message popup_provider_enrol_flatfile_flatfile_enrolment_locked 0 +2526 message message_provider_enrol_flatfile_flatfile_enrolment_enabled email +2527 message airnotifier_provider_mod_assignment_assignment_updates_locked 0 +2528 message email_provider_mod_assignment_assignment_updates_locked 0 +2529 message popup_provider_mod_assignment_assignment_updates_locked 0 +2530 message message_provider_mod_assignment_assignment_updates_enabled email +2531 message airnotifier_provider_mod_assign_assign_notification_locked 0 +2532 message email_provider_mod_assign_assign_notification_locked 0 +2533 message popup_provider_mod_assign_assign_notification_locked 0 +2534 message message_provider_mod_assign_assign_notification_enabled email +2535 message airnotifier_provider_moodle_notices_locked 0 +2536 message email_provider_moodle_notices_locked 0 +2537 message popup_provider_moodle_notices_locked 0 +2538 message message_provider_moodle_notices_enabled email +2539 message airnotifier_provider_moodle_errors_locked 0 +2540 message email_provider_moodle_errors_locked 0 +2541 message popup_provider_moodle_errors_locked 0 +2542 message message_provider_moodle_errors_enabled email +2543 message airnotifier_provider_moodle_availableupdate_locked 0 +2544 message email_provider_moodle_availableupdate_locked 0 +2545 message popup_provider_moodle_availableupdate_locked 0 +2546 message message_provider_moodle_availableupdate_enabled email +2547 message airnotifier_provider_moodle_instantmessage_locked 0 +2548 message email_provider_moodle_instantmessage_locked 0 +2549 message popup_provider_moodle_instantmessage_locked 0 +2550 message message_provider_moodle_instantmessage_enabled popup,email +2551 message airnotifier_provider_moodle_backup_locked 0 +2552 message email_provider_moodle_backup_locked 0 +2553 message popup_provider_moodle_backup_locked 0 +2554 message message_provider_moodle_backup_enabled email +2555 message airnotifier_provider_moodle_courserequested_locked 0 +2556 message email_provider_moodle_courserequested_locked 0 +2557 message popup_provider_moodle_courserequested_locked 0 +2558 message message_provider_moodle_courserequested_enabled email +2559 message airnotifier_provider_moodle_courserequestapproved_locked 0 +2560 message email_provider_moodle_courserequestapproved_locked 0 +2561 message popup_provider_moodle_courserequestapproved_locked 0 +2562 message message_provider_moodle_courserequestapproved_enabled email,airnotifier +2563 message airnotifier_provider_moodle_courserequestrejected_locked 0 +2564 message email_provider_moodle_courserequestrejected_locked 0 +2565 message popup_provider_moodle_courserequestrejected_locked 0 +2566 message message_provider_moodle_courserequestrejected_enabled email,airnotifier +2567 message airnotifier_provider_moodle_badgerecipientnotice_locked 0 +2568 message email_provider_moodle_badgerecipientnotice_locked 0 +2569 message popup_provider_moodle_badgerecipientnotice_locked 0 +2570 message message_provider_moodle_badgerecipientnotice_enabled popup,airnotifier,email +2571 message airnotifier_provider_moodle_badgecreatornotice_locked 0 +2572 message email_provider_moodle_badgecreatornotice_locked 0 +2573 message popup_provider_moodle_badgecreatornotice_locked 0 +2574 message message_provider_moodle_badgecreatornotice_enabled email +2575 message airnotifier_provider_moodle_competencyplancomment_locked 0 +2576 message email_provider_moodle_competencyplancomment_locked 0 +2577 message popup_provider_moodle_competencyplancomment_locked 0 +2578 message message_provider_moodle_competencyplancomment_enabled email +2579 message airnotifier_provider_moodle_competencyusercompcomment_locked 0 +2580 message email_provider_moodle_competencyusercompcomment_locked 0 +2581 message popup_provider_moodle_competencyusercompcomment_locked 0 +2582 message message_provider_moodle_competencyusercompcomment_enabled email +2583 message airnotifier_provider_moodle_insights_locked 0 +2584 message email_provider_moodle_insights_locked 0 +2585 message popup_provider_moodle_insights_locked 0 +2586 message message_provider_moodle_insights_enabled popup,airnotifier,email +2587 message airnotifier_provider_moodle_messagecontactrequests_locked 0 +2588 message email_provider_moodle_messagecontactrequests_locked 0 +2589 message popup_provider_moodle_messagecontactrequests_locked 0 +2590 message message_provider_moodle_messagecontactrequests_enabled airnotifier,email +2591 message airnotifier_provider_moodle_asyncbackupnotification_locked 0 +2592 message email_provider_moodle_asyncbackupnotification_locked 0 +2593 message popup_provider_moodle_asyncbackupnotification_locked 0 +2594 message message_provider_moodle_asyncbackupnotification_enabled popup,email +2595 message airnotifier_provider_moodle_gradenotifications_locked 0 +2596 message email_provider_moodle_gradenotifications_locked 0 +2597 message popup_provider_moodle_gradenotifications_locked 0 +2598 message message_provider_moodle_gradenotifications_enabled popup,email +2599 message airnotifier_provider_mod_forum_posts_locked 0 +2600 message email_provider_mod_forum_posts_locked 0 +2601 message popup_provider_mod_forum_posts_locked 0 +2602 message message_provider_mod_forum_posts_enabled email,airnotifier +2603 message airnotifier_provider_mod_forum_digests_locked 0 +2604 message email_provider_mod_forum_digests_locked 0 +2605 message popup_provider_mod_forum_digests_locked 0 +2606 message message_provider_mod_forum_digests_enabled email +2607 message airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked 0 +2608 message email_provider_tool_dataprivacy_contactdataprotectionofficer_locked 0 +2609 message popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked 0 +2610 message message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled email,popup +2611 message airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked 0 +2612 message email_provider_tool_dataprivacy_datarequestprocessingresults_locked 0 +2613 message popup_provider_tool_dataprivacy_datarequestprocessingresults_locked 0 +2614 message message_provider_tool_dataprivacy_datarequestprocessingresults_enabled email,popup +2615 message airnotifier_provider_tool_dataprivacy_notifyexceptions_locked 0 +2616 message email_provider_tool_dataprivacy_notifyexceptions_locked 0 +2617 message popup_provider_tool_dataprivacy_notifyexceptions_locked 0 +2618 message message_provider_tool_dataprivacy_notifyexceptions_enabled email +2619 message airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked 0 +2620 message email_provider_tool_messageinbound_invalidrecipienthandler_locked 0 +2621 message popup_provider_tool_messageinbound_invalidrecipienthandler_locked 0 +2622 message message_provider_tool_messageinbound_invalidrecipienthandler_enabled email +2623 message airnotifier_provider_tool_messageinbound_messageprocessingerror_locked 0 +2624 message email_provider_tool_messageinbound_messageprocessingerror_locked 0 +2625 message popup_provider_tool_messageinbound_messageprocessingerror_locked 0 +2626 message message_provider_tool_messageinbound_messageprocessingerror_enabled email +2627 message airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked 0 +2628 message email_provider_tool_messageinbound_messageprocessingsuccess_locked 0 +2629 message popup_provider_tool_messageinbound_messageprocessingsuccess_locked 0 +2630 message message_provider_tool_messageinbound_messageprocessingsuccess_enabled email +2631 message airnotifier_provider_tool_monitor_notification_locked 0 +2632 message email_provider_tool_monitor_notification_locked 0 +2633 message popup_provider_tool_monitor_notification_locked 0 +2634 message message_provider_tool_monitor_notification_enabled email +2635 message airnotifier_provider_mod_hvp_submission_locked 0 +2636 message email_provider_mod_hvp_submission_locked 0 +2637 message popup_provider_mod_hvp_submission_locked 0 +2638 message message_provider_mod_hvp_submission_enabled email +2639 message airnotifier_provider_mod_hvp_confirmation_locked 0 +2640 message email_provider_mod_hvp_confirmation_locked 0 +2641 message popup_provider_mod_hvp_confirmation_locked 0 +2642 message message_provider_mod_hvp_confirmation_enabled airnotifier,email +2643 message airnotifier_provider_mod_questionnaire_message_locked 0 +2644 message email_provider_mod_questionnaire_message_locked 0 +2645 message popup_provider_mod_questionnaire_message_locked 0 +2646 message message_provider_mod_questionnaire_message_enabled email +2647 message airnotifier_provider_mod_questionnaire_notification_locked 0 +2648 message email_provider_mod_questionnaire_notification_locked 0 +2649 message popup_provider_mod_questionnaire_notification_locked 0 +2650 message message_provider_mod_questionnaire_notification_enabled email +2651 message airnotifier_provider_moodle_coursecompleted_locked 0 +2652 message email_provider_moodle_coursecompleted_locked 0 +2653 message popup_provider_moodle_coursecompleted_locked 0 +2654 message message_provider_moodle_coursecompleted_enabled email +2655 message airnotifier_provider_moodle_infected_locked 0 +2656 message email_provider_moodle_infected_locked 0 +2657 message popup_provider_moodle_infected_locked 0 +2658 message message_provider_moodle_infected_enabled email +2659 message airnotifier_provider_moodle_newlogin_locked 0 +2660 message email_provider_moodle_newlogin_locked 0 +2661 message popup_provider_moodle_newlogin_locked 0 +2662 message message_provider_moodle_newlogin_enabled airnotifier,email +2663 message airnotifier_provider_moodle_coursecontentupdated_locked 0 +2664 message email_provider_moodle_coursecontentupdated_locked 0 +2665 message popup_provider_moodle_coursecontentupdated_locked 0 +2666 message message_provider_moodle_coursecontentupdated_enabled airnotifier,email,popup +2667 message airnotifier_provider_moodle_reportbuilderschedule_locked 0 +2668 message email_provider_moodle_reportbuilderschedule_locked 1 +2669 message popup_provider_moodle_reportbuilderschedule_locked 0 +2670 message message_provider_moodle_reportbuilderschedule_enabled email +202 antivirus_clamav version 2022112800 +215 qtype_description version 2022112800 +2671 mod_bigbluebuttonbn version 2022112800 +2673 message airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked 0 +2674 message email_provider_mod_bigbluebuttonbn_recording_ready_locked 0 +2675 message popup_provider_mod_bigbluebuttonbn_recording_ready_locked 0 +2676 message message_provider_mod_bigbluebuttonbn_recording_ready_enabled email +2677 message airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked 0 +2678 message email_provider_mod_bigbluebuttonbn_instance_updated_locked 0 +2679 message popup_provider_mod_bigbluebuttonbn_instance_updated_locked 0 +2680 message message_provider_mod_bigbluebuttonbn_instance_updated_enabled email +2681 message airnotifier_provider_mod_quiz_attempt_grading_complete_locked 0 +2682 message email_provider_mod_quiz_attempt_grading_complete_locked 0 +2683 message popup_provider_mod_quiz_attempt_grading_complete_locked 0 +2684 message message_provider_mod_quiz_attempt_grading_complete_enabled airnotifier,email +2685 enrol_lti lti_13_kid 4e19557a15f6e9c767e9 +2686 enrol_lti lti_13_privatekey -----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDGxmUn/ipHZ8uc\nnonS3qQEzYzjLRofx6ZKsEVFfIJIG2WXigz/Yn1+vZzygoo0xsQoLfRWjZQ3IzC5\nIrHsbG25YGNz4vCqaIgAvKhhTH6P0lJ0MudzWrt1H5RNrfwTsOvhUtMYzFYHUl5I\nTr4vhcR5q2OLHakz2m0Ll64r3P52sfqhbpZOMb1tk1R3KNcX0Djt9jmkcqeXMLAy\nNfD7wTID5S+U0cROheJiEI4SkrtKkSF8OgYT5JAgXnTlaV1XKY6V4qUJB4V7PMyF\ncorJKbY/VBetuTg/3/5INSBV13CRykgJr8owgJOwTwbSZi/j0WzqUg6PCBUhJDvY\nPMfvEr5pAgMBAAECggEAIHAp+9/PeH2ozbNVnJL2w03kCwLGO59yNMgVVeSewjOu\nXY+K1XZ2MmOxJCZHdZtmUYRGVoWeRW05u0y9Km77bQAc2sGTMswCPdSLye0YzlGt\nYQcZnEqXQuLXaeHVvEToCYphpq9Z7rHzbutiwBCdYpmkkgRSI4MmvniPVNsor6fL\nwTpFFcVOPy8mqlKQOdY14EpQS82BShom6dDEOeVCUvSChwlqOjzpsCNPK/Te+3NN\nibqjS+Ufk1oAOFlhP/5o3eWC/7oR7icI9zbic/GJwxIAjDlexQpB/BHXcAzbaScG\nEHFXiYT8BhfXlvwbaxKESbPtkJb2N+MZBFekOjVsnQKBgQDJ3cuKrXMRuW8smZml\nfgrTYVy0+/aXxE4c9svIcUmWRX7MbC52RTC2fiWoTFl5zo+v6WnakL7UrvczKKN0\nme6te07MeQe8tytkbAxV3hLGsjJtXDLXxHXVhavEic7FztXN7pvK6Jnaq2YRCpZl\n+FbOaoirdbQeLlUcnVp5mQCQ2wKBgQD8FF+0bTNJ3SKB+YkZzFy6xlqNJxzvr8J/\n/OyigUm3jYB3a3hCxU1Sc15cA4w4jGUv3gRmDEsDjVLHB+tIklgVx9H8xchbD1lP\nDkW7ovgpGpPTxVrus9UI5IfKYsdC/zdsBR5i1fOQRwyuSVziYOmgrBBaKIPXkko0\nkh3SfiYfCwKBgQCy/8JaAP21LMohMT6mGcL9tyrerUH3R7HASzNeVN5cqtkJ6a+1\nXhsY53j66GC6+ug8o2wizBD7RP6cVZ/DaC/Vky7Hb1bmB0Ip9QlnJtldaWv/vy6y\nV1npcXNjfpNkocjCp59r6J9s4GlMGShN2U0YEi2IZIHH9WuxSPKOOpbe2wKBgDYY\naTFe/dKsEeuykSloIb4zMtt3uU32edbdgCqfdCJfy2HVPkmV7bHz8Bvu5vh7qHtN\nOcRsfuyUN19e467/OMfzyaxlBUoFUTUV6wEJSBgKDA82Gv1+ugjeggV8jSZjfpE/\nx/WN1Gbx2FbOh5BNG9XPFvNCHoj0a9g8QwoY6DVhAoGACy99TCI/PyPIBJiL/e2y\nl1u9ZC944l07FyjxCU6xtt4RvdHNdhdrn7vnilaW2TqQuOJ6Pc+ukvQGJ5Pa/SMg\n/37VB6G/uiqDVEcg2F7SlYgtTQuUvZcZCBcOzfeJqjez3HrVzFt/cxZKckl2yE6f\nE6tU1dBf11J79TKN9yF5UXs=\n-----END PRIVATE KEY-----\n +1953 mod_choicegroup version 2023110900 \. @@ -33568,7 +35180,6 @@ COPY public.m2context (id, contextlevel, instanceid, path, depth, locked) FROM s 12 80 7 /1/12 2 0 13 80 8 /1/13 2 0 14 80 9 /1/14 2 0 -15 80 10 /1/15 2 0 16 30 3 /1/16 2 0 17 80 11 /1/16/17 3 0 18 80 12 /1/16/18 3 0 @@ -33578,7 +35189,6 @@ COPY public.m2context (id, contextlevel, instanceid, path, depth, locked) FROM s 22 80 16 /1/16/22 3 0 23 80 17 /1/16/23 3 0 24 80 18 /1/16/24 3 0 -25 80 19 /1/16/25 3 0 26 80 20 /1/5/26 3 0 27 80 21 /1/5/27 3 0 28 80 22 /1/5/28 3 0 @@ -33587,7 +35197,9 @@ COPY public.m2context (id, contextlevel, instanceid, path, depth, locked) FROM s 31 80 25 /1/5/31 3 0 32 80 26 /1/5/32 3 0 33 80 27 /1/5/33 3 0 -34 80 28 /1/5/34 3 0 +35 80 29 /1/35 2 0 +36 80 30 /1/16/36 3 0 +37 80 31 /1/5/37 3 0 \. @@ -33604,7 +35216,7 @@ COPY public.m2context_temp (id, path, depth, locked) FROM stdin; -- COPY public.m2course (id, category, sortorder, fullname, shortname, idnumber, summary, summaryformat, format, showgrades, newsitems, startdate, enddate, relativedatesmode, marker, maxbytes, legacyfiles, showreports, visible, visibleold, groupmode, groupmodeforce, defaultgroupingid, lang, calendartype, theme, timecreated, timemodified, requested, enablecompletion, completionnotify, cacherev, originalcourseid, downloadcontent, showactivitydates, showcompletionconditions) FROM stdin; -1 0 0 Odissea Dev odissea
Versió de desenvolupament d'Odissea
Versió de desenvolupament d'Odissea
In Moodle 4.0 onwards, the MoodleNet integration is enabled by default in Advanced features. Users with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their courses.
If desired, an alternative MoodleNet instance may be specified in the MoodleNet settings.
In Moodle 4.0 onwards, the MoodleNet integration is enabled by default in Advanced features. Users with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their courses.If desired, an alternative MoodleNet instance may be specified in the MoodleNet settings. moodle notices https://odissea-aws.xtec.cat/admin/settings.php?section=optionalsubsystems#admin-enablemoodlenet CaracterÃstiques avançades \N 1710942995 \N \. @@ -37089,7 +39005,7 @@ COPY public.m2qtype_multichoice_options (id, questionid, layout, single, shuffle -- Data for Name: m2qtype_ordering_options; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2qtype_ordering_options (id, questionid, layouttype, selecttype, selectcount, gradingtype, showgrading, numberingstyle, correctfeedback, correctfeedbackformat, incorrectfeedback, incorrectfeedbackformat, partiallycorrectfeedback, partiallycorrectfeedbackformat) FROM stdin; +COPY public.m2qtype_ordering_options (id, questionid, layouttype, selecttype, selectcount, gradingtype, showgrading, numberingstyle, correctfeedback, correctfeedbackformat, incorrectfeedback, incorrectfeedbackformat, partiallycorrectfeedback, partiallycorrectfeedbackformat, shownumcorrect) FROM stdin; \. @@ -37129,7 +39045,7 @@ COPY public.m2qtype_wq_variables (id, identifier, value) FROM stdin; -- Data for Name: m2question; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2question (id, category, parent, name, questiontext, questiontextformat, generalfeedback, generalfeedbackformat, defaultmark, penalty, qtype, length, stamp, version, hidden, timecreated, timemodified, createdby, modifiedby, idnumber) FROM stdin; +COPY public.m2question (id, parent, name, questiontext, questiontextformat, generalfeedback, generalfeedbackformat, defaultmark, penalty, qtype, length, stamp, timecreated, timemodified, createdby, modifiedby) FROM stdin; \. @@ -37165,6 +39081,14 @@ COPY public.m2question_attempts (id, questionusageid, slot, behaviour, questioni \. +-- +-- Data for Name: m2question_bank_entries; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2question_bank_entries (id, questioncategoryid, idnumber, ownerid) FROM stdin; +\. + + -- -- Data for Name: m2question_calculated; Type: TABLE DATA; Schema: public; Owner: - -- @@ -37269,6 +39193,14 @@ COPY public.m2question_numerical_units (id, question, multiplier, unit) FROM std \. +-- +-- Data for Name: m2question_references; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2question_references (id, usingcontextid, component, questionarea, itemid, questionbankentryid, version) FROM stdin; +\. + + -- -- Data for Name: m2question_response_analysis; Type: TABLE DATA; Schema: public; Owner: - -- @@ -37285,6 +39217,14 @@ COPY public.m2question_response_count (id, analysisid, try, rcount) FROM stdin; \. +-- +-- Data for Name: m2question_set_references; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2question_set_references (id, usingcontextid, component, questionarea, itemid, questionscontextid, filtercondition) FROM stdin; +\. + + -- -- Data for Name: m2question_statistics; Type: TABLE DATA; Schema: public; Owner: - -- @@ -37297,7 +39237,7 @@ COPY public.m2question_statistics (id, hashcode, timemodified, questionid, slot, -- Data for Name: m2question_truefalse; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2question_truefalse (id, question, trueanswer, falseanswer) FROM stdin; +COPY public.m2question_truefalse (id, question, trueanswer, falseanswer, showstandardinstruction) FROM stdin; \. @@ -37309,6 +39249,14 @@ COPY public.m2question_usages (id, contextid, component, preferredbehaviour) FRO \. +-- +-- Data for Name: m2question_versions; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2question_versions (id, questionbankentryid, version, questionid, status) FROM stdin; +\. + + -- -- Data for Name: m2questionnaire; Type: TABLE DATA; Schema: public; Owner: - -- @@ -37373,6 +39321,7 @@ COPY public.m2questionnaire_question_type (id, typeid, type, has_choices, respon 9 10 Numeric n response_text 10 99 Page Break n 11 100 Section Text n +12 11 Slider n response_text \. @@ -37452,7 +39401,7 @@ COPY public.m2questionnaire_survey (id, name, courseid, realm, status, title, em -- Data for Name: m2quiz; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2quiz (id, course, name, intro, introformat, timeopen, timeclose, timelimit, overduehandling, graceperiod, preferredbehaviour, canredoquestions, attempts, attemptonlast, grademethod, decimalpoints, questiondecimalpoints, reviewattempt, reviewcorrectness, reviewmarks, reviewspecificfeedback, reviewgeneralfeedback, reviewrightanswer, reviewoverallfeedback, questionsperpage, navmethod, shuffleanswers, sumgrades, grade, timecreated, timemodified, password, subnet, browsersecurity, delay1, delay2, showuserpicture, showblocks, completionattemptsexhausted, completionpass, allowofflineattempts, completionminattempts) FROM stdin; +COPY public.m2quiz (id, course, name, intro, introformat, timeopen, timeclose, timelimit, overduehandling, graceperiod, preferredbehaviour, canredoquestions, attempts, attemptonlast, grademethod, decimalpoints, questiondecimalpoints, reviewattempt, reviewcorrectness, reviewmarks, reviewspecificfeedback, reviewgeneralfeedback, reviewrightanswer, reviewoverallfeedback, questionsperpage, navmethod, shuffleanswers, sumgrades, grade, timecreated, timemodified, password, subnet, browsersecurity, delay1, delay2, showuserpicture, showblocks, completionattemptsexhausted, allowofflineattempts, completionminattempts) FROM stdin; \. @@ -37460,7 +39409,7 @@ COPY public.m2quiz (id, course, name, intro, introformat, timeopen, timeclose, t -- Data for Name: m2quiz_attempts; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2quiz_attempts (id, quiz, userid, attempt, uniqueid, layout, currentpage, preview, state, timestart, timefinish, timemodified, timemodifiedoffline, timecheckstate, sumgrades) FROM stdin; +COPY public.m2quiz_attempts (id, quiz, userid, attempt, uniqueid, layout, currentpage, preview, state, timestart, timefinish, timemodified, timemodifiedoffline, timecheckstate, sumgrades, gradednotificationsenttime) FROM stdin; \. @@ -37516,19 +39465,11 @@ COPY public.m2quiz_sections (id, quizid, firstslot, heading, shufflequestions) F \. --- --- Data for Name: m2quiz_slot_tags; Type: TABLE DATA; Schema: public; Owner: - --- - -COPY public.m2quiz_slot_tags (id, slotid, tagid, tagname) FROM stdin; -\. - - -- -- Data for Name: m2quiz_slots; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2quiz_slots (id, slot, quizid, page, requireprevious, questionid, questioncategoryid, includingsubcategories, maxmark) FROM stdin; +COPY public.m2quiz_slots (id, slot, quizid, page, requireprevious, maxmark) FROM stdin; \. @@ -37710,6 +39651,46 @@ COPY public.m2registration_hubs (id, token, hubname, huburl, confirmed, secret, \. +-- +-- Data for Name: m2reportbuilder_audience; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2reportbuilder_audience (id, reportid, classname, configdata, usercreated, usermodified, timecreated, timemodified, heading) FROM stdin; +\. + + +-- +-- Data for Name: m2reportbuilder_column; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2reportbuilder_column (id, reportid, uniqueidentifier, aggregation, heading, columnorder, sortenabled, sortdirection, sortorder, usercreated, usermodified, timecreated, timemodified) FROM stdin; +\. + + +-- +-- Data for Name: m2reportbuilder_filter; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2reportbuilder_filter (id, reportid, uniqueidentifier, heading, iscondition, filterorder, usercreated, usermodified, timecreated, timemodified) FROM stdin; +\. + + +-- +-- Data for Name: m2reportbuilder_report; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2reportbuilder_report (id, source, type, contextid, component, area, itemid, usercreated, usermodified, timecreated, timemodified, name, conditiondata, settingsdata, uniquerows) FROM stdin; +\. + + +-- +-- Data for Name: m2reportbuilder_schedule; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2reportbuilder_schedule (id, reportid, name, enabled, audiences, format, subject, message, messageformat, userviewas, timescheduled, recurrence, reportempty, timelastsent, timenextsend, usercreated, usermodified, timecreated, timemodified) FROM stdin; +\. + + -- -- Data for Name: m2repository; Type: TABLE DATA; Schema: public; Owner: - -- @@ -39004,8 +40985,8 @@ COPY public.m2role_capabilities (id, contextid, roleid, capability, permission, 1116 1 7 block/private_files:myaddinstance 1 1603909073 0 1117 1 1 block/private_files:addinstance 1 1603909073 0 1118 1 3 block/private_files:addinstance 1 1603909073 0 -1119 1 1 block/quiz_results:addinstance 1 1603909073 0 -1120 1 3 block/quiz_results:addinstance 1 1603909073 0 +1762 1 3 gradereport/summary:view 1 1710932285 0 +1763 1 4 gradereport/summary:view 1 1710932286 0 1121 1 1 block/recent_activity:addinstance 1 1603909073 0 1122 1 3 block/recent_activity:addinstance 1 1603909073 0 1123 1 7 block/recent_activity:viewaddupdatemodule 1 1603909073 0 @@ -39614,6 +41595,50 @@ COPY public.m2role_capabilities (id, contextid, roleid, capability, permission, 1726 1 1 mod/attendance:warningemails 1 1663670363 0 1727 1 3 mod/attendance:import 1 1663840688 2 1728 1 1 mod/attendance:import 1 1663840688 2 +1729 1 7 moodle/reportbuilder:view 1 1710932182 0 +1730 1 1 moodle/reportbuilder:edit 1 1710932182 0 +1731 1 3 mod/attendance:manualautomark 1 1710932198 0 +1732 1 1 mod/attendance:manualautomark 1 1710932198 0 +1733 1 3 mod/bigbluebuttonbn:addinstance 1 1710932199 0 +1734 1 1 mod/bigbluebuttonbn:addinstance 1 1710932199 0 +1735 1 3 mod/bigbluebuttonbn:addinstancewithmeeting 1 1710932199 0 +1736 1 1 mod/bigbluebuttonbn:addinstancewithmeeting 1 1710932200 0 +1737 1 3 mod/bigbluebuttonbn:addinstancewithrecording 1 1710932200 0 +1738 1 1 mod/bigbluebuttonbn:addinstancewithrecording 1 1710932200 0 +1739 1 1 mod/bigbluebuttonbn:join 1 1710932201 0 +1740 1 3 mod/bigbluebuttonbn:join 1 1710932201 0 +1741 1 4 mod/bigbluebuttonbn:join 1 1710932201 0 +1742 1 5 mod/bigbluebuttonbn:join 1 1710932201 0 +1743 1 6 mod/bigbluebuttonbn:join 1 1710932202 0 +1744 1 5 mod/bigbluebuttonbn:view 1 1710932202 0 +1745 1 4 mod/bigbluebuttonbn:view 1 1710932202 0 +1746 1 3 mod/bigbluebuttonbn:view 1 1710932203 0 +1747 1 1 mod/bigbluebuttonbn:view 1 1710932203 0 +1748 1 1 mod/bigbluebuttonbn:managerecordings 1 1710932203 0 +1749 1 3 mod/bigbluebuttonbn:managerecordings 1 1710932204 0 +1750 1 1 mod/bigbluebuttonbn:publishrecordings 1 1710932204 0 +1751 1 3 mod/bigbluebuttonbn:publishrecordings 1 1710932204 0 +1752 1 1 mod/bigbluebuttonbn:unpublishrecordings 1 1710932204 0 +1753 1 3 mod/bigbluebuttonbn:unpublishrecordings 1 1710932205 0 +1754 1 1 mod/bigbluebuttonbn:protectrecordings 1 1710932205 0 +1755 1 3 mod/bigbluebuttonbn:protectrecordings 1 1710932205 0 +1756 1 1 mod/bigbluebuttonbn:unprotectrecordings 1 1710932206 0 +1757 1 3 mod/bigbluebuttonbn:unprotectrecordings 1 1710932206 0 +1758 1 1 mod/bigbluebuttonbn:deleterecordings 1 1710932206 0 +1759 1 3 mod/bigbluebuttonbn:deleterecordings 1 1710932207 0 +1760 1 1 mod/bigbluebuttonbn:importrecordings 1 1710932207 0 +1761 1 3 mod/bigbluebuttonbn:importrecordings 1 1710932207 0 +1764 1 1 gradereport/summary:view 1 1710932286 0 +1765 1 3 moodle/question:commentmine 1 1710932300 0 +1766 1 1 moodle/question:commentmine 1 1710932301 0 +1767 1 3 moodle/question:commentall 1 1710932301 0 +1768 1 1 moodle/question:commentall 1 1710932301 0 +1769 1 1 qbank/customfields:changelockedcustomfields 1 1710932302 0 +1770 1 3 qbank/customfields:viewhiddencustomfields 1 1710932303 0 +1771 1 1 qbank/customfields:viewhiddencustomfields 1 1710932303 0 +1772 1 3 tiny/h5p:addembed 1 1710932391 0 +1773 1 7 tiny/recordrtc:recordaudio 1 1710932393 0 +1774 1 7 tiny/recordrtc:recordvideo 1 1710932393 0 \. @@ -39666,7 +41691,7 @@ COPY public.m2scale_history (id, action, oldid, source, timemodified, loggeduser -- Data for Name: m2scorm; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2scorm (id, course, name, scormtype, reference, intro, introformat, version, maxgrade, grademethod, whatgrade, maxattempt, forcecompleted, forcenewattempt, lastattemptlock, masteryoverride, displayattemptstatus, displaycoursestructure, updatefreq, sha1hash, md5hash, revision, launch, skipview, hidebrowse, hidetoc, nav, navpositionleft, navpositiontop, auto, popup, options, width, height, timeopen, timeclose, timemodified, completionstatusrequired, completionscorerequired, completionstatusallscos, displayactivityname, autocommit) FROM stdin; +COPY public.m2scorm (id, course, name, scormtype, reference, intro, introformat, version, maxgrade, grademethod, whatgrade, maxattempt, forcecompleted, forcenewattempt, lastattemptlock, masteryoverride, displayattemptstatus, displaycoursestructure, updatefreq, sha1hash, md5hash, revision, launch, skipview, hidebrowse, hidetoc, nav, navpositionleft, navpositiontop, auto, popup, options, width, height, timeopen, timeclose, timemodified, completionstatusrequired, completionscorerequired, completionstatusallscos, autocommit) FROM stdin; \. @@ -39771,7 +41796,7 @@ COPY public.m2search_simpledb_index (id, docid, itemid, title, content, contexti -- COPY public.m2sessions (id, state, sid, userid, sessdata, timecreated, timemodified, firstip, lastip) FROM stdin; -25 0 qn2qcbtghom4p93k4ivqlo2hbi 0 \N 1680524603 1680524604 192.168.33.1 192.168.33.1 +28 0 kjluk5igtqohvdlhas8lnr1i5p 0 \N 1710943040 1710943040 192.168.56.1 192.168.56.1 \. @@ -40316,6 +42341,60 @@ COPY public.m2task_log (id, type, component, classname, userid, timestart, timee 316 0 workshopallocation_scheduled workshopallocation_scheduled\\task\\cron_task 0 1680524586.3181000000 1680524586.3246000000 1 0 0 Execute scheduled task: Processament en segon pla per l'assignació programada (workshopallocation_scheduled\\task\\cron_task)\n... started 14:23:06. Current memory use 5.1MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.0035710334777832 seconds\nScheduled task complete: Processament en segon pla per l'assignació programada (workshopallocation_scheduled\\task\\cron_task)\n default 27050 317 0 local_agora local_agora\\task\\scripts 0 1680524586.3449000000 1680524586.4724000000 0 0 0 Execute scheduled task: Àgora Scripts (local_agora\\task\\scripts)\n... started 14:23:06. Current memory use 5.1MB.\n... used 0 dbqueries\n... used 0.12541198730469 seconds\nScheduled task complete: Àgora Scripts (local_agora\\task\\scripts)\n default 27050 318 0 local_oauth local_oauth\\task\\clean 0 1680524586.5063000000 1680524586.5100000000 0 3 0 Execute scheduled task: Proveïdor OAuth (local_oauth\\task\\clean)\n... started 14:23:06. Current memory use 5.2MB.\nDeleting expired tokens...\n... used 3 dbqueries\n... used 0.0021491050720215 seconds\nScheduled task complete: Proveïdor OAuth (local_oauth\\task\\clean)\n default 27050 +319 0 mod_attendance mod_attendance\\task\\auto_mark 0 1710942994.1857000000 1710942994.2183000000 1 0 0 Execute scheduled task: Comproveu si hi ha sessions d'assistència que requereixen marcatge automà tic (mod_attendance\\task\\auto_mark)\n... started 14:56:34. Current memory use 1.6 MB.\n... used 1 dbqueries\n... used 0.01518177986145 seconds\nScheduled task complete: Comproveu si hi ha sessions d'assistència que requereixen marcatge automà tic (mod_attendance\\task\\auto_mark)\n default 29361 +320 0 moodle core_reportbuilder\\task\\send_schedules 0 1710942994.2304000000 1710942994.2377000000 1 0 0 Execute scheduled task: Send report schedules (core_reportbuilder\\task\\send_schedules)\n... started 14:56:34. Current memory use 2.0 MB.\n... used 1 dbqueries\n... used 0.0060389041900635 seconds\nScheduled task complete: Send report schedules (core_reportbuilder\\task\\send_schedules)\n default 29361 +321 0 mod_quiz mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed 0 1710942994.2852000000 1710942994.2889000000 1 0 0 Execute scheduled task: Send quiz attempt graded notifications (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n... started 14:56:34. Current memory use 2.6 MB.\nLooking for quiz attempts which may need a graded notification sent...\n... used 1 dbqueries\n... used 0.0025119781494141 seconds\nScheduled task complete: Send quiz attempt graded notifications (mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed)\n default 29361 +322 0 cachestore_redis cachestore_redis\\task\\ttl 0 1710942994.3113000000 1710942994.3125000000 0 0 0 Execute scheduled task: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n... started 14:56:34. Current memory use 2.8 MB.\nNo TTL caches assigned to a Redis store; nothing to do.\n... used 0 dbqueries\n... used 0.00040793418884277 seconds\nScheduled task complete: Free up memory used by expired entries in Redis caches (cachestore_redis\\task\\ttl)\n default 29361 +323 0 mod_questionnaire mod_questionnaire\\task\\cleanup 0 1710942994.3207000000 1710942994.3285000000 1 0 0 Execute scheduled task: Tasques de neteja del qüestionari (mod_questionnaire\\task\\cleanup)\n... started 14:56:34. Current memory use 2.9 MB.\n... used 1 dbqueries\n... used 0.0066630840301514 seconds\nScheduled task complete: Tasques de neteja del qüestionari (mod_questionnaire\\task\\cleanup)\n default 29361 +324 0 moodle core\\task\\badges_cron_task 0 1710942994.3366000000 1710942994.3418000000 1 0 0 Execute scheduled task: Concedeix insÃgnies (core\\task\\badges_cron_task)\n... started 14:56:34. Current memory use 3.1 MB.\nStarted reviewing available badges.\nBadges were issued 0 time(s).\n... used 1 dbqueries\n... used 0.0029489994049072 seconds\nScheduled task complete: Concedeix insÃgnies (core\\task\\badges_cron_task)\n default 29361 +325 0 moodle core\\task\\badges_message_task 0 1710942994.3494000000 1710942994.3510000000 1 0 0 Execute scheduled task: Neteja les taules, registres i fitxers de còpia de seguretat (core\\task\\badges_message_task)\n... started 14:56:34. Current memory use 3.1 MB.\nSending scheduled badge notifications.\n... used 1 dbqueries\n... used 0.00054001808166504 seconds\nScheduled task complete: Neteja les taules, registres i fitxers de còpia de seguretat (core\\task\\badges_message_task)\n default 29361 +326 0 mod_scorm mod_scorm\\task\\cron_task 0 1710942994.3585000000 1710942994.3651000000 3 1 0 Execute scheduled task: Processament en segon pla del mòdul SCORM (mod_scorm\\task\\cron_task)\n... started 14:56:34. Current memory use 3.2 MB.\nUpdating scorm packages which require daily update\n... used 4 dbqueries\n... used 0.0050480365753174 seconds\nScheduled task complete: Processament en segon pla del mòdul SCORM (mod_scorm\\task\\cron_task)\n default 29361 +327 0 enrol_cohort enrol_cohort\\task\\enrol_cohort_sync 0 1710942994.3745000000 1710942994.3941000000 7 0 0 Execute scheduled task: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n... started 14:56:34. Current memory use 3.2 MB.\n... used 7 dbqueries\n... used 0.018270969390869 seconds\nScheduled task complete: Cohort enrolment sync task (enrol_cohort\\task\\enrol_cohort_sync)\n default 29361 +328 0 enrol_manual enrol_manual\\task\\sync_enrolments 0 1710942994.4025000000 1710942994.4040000000 0 0 0 Execute scheduled task: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n... started 14:56:34. Current memory use 3.2 MB.\nVerifying manual enrolment expiration...\n...manual enrolment updates finished.\n... used 0 dbqueries\n... used 0.00053906440734863 seconds\nScheduled task complete: Synchronise manual enrolments task (enrol_manual\\task\\sync_enrolments)\n default 29361 +329 0 enrol_manual enrol_manual\\task\\send_expiry_notifications 0 1710942994.4112000000 1710942994.4144000000 2 1 0 Execute scheduled task: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n... started 14:56:34. Current memory use 3.2 MB.\nProcessing manual enrolment expiration notifications...\n...notification processing finished.\n... used 3 dbqueries\n... used 0.0022029876708984 seconds\nScheduled task complete: Manual enrolment send expiry notifications task (enrol_manual\\task\\send_expiry_notifications)\n default 29361 +330 0 enrol_self enrol_self\\task\\sync_enrolments 0 1710942994.4194000000 1710942994.4220000000 2 0 0 Execute scheduled task: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n... started 14:56:34. Current memory use 3.3 MB.\nVerifying self-enrolments...\n...user self-enrolment updates finished.\nNo expired enrol_self enrolments detected\n... used 2 dbqueries\n... used 0.0016360282897949 seconds\nScheduled task complete: Synchronise self enrolments task (enrol_self\\task\\sync_enrolments)\n default 29361 +331 0 enrol_self enrol_self\\task\\send_expiry_notifications 0 1710942994.4280000000 1710942994.4318000000 2 1 0 Execute scheduled task: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n... started 14:56:34. Current memory use 3.3 MB.\nProcessing self enrolment expiration notifications...\n...notification processing finished.\n... used 3 dbqueries\n... used 0.0025320053100586 seconds\nScheduled task complete: Self enrolment send expiry notifications task (enrol_self\\task\\send_expiry_notifications)\n default 29361 +332 0 tool_analytics tool_analytics\\task\\predict_models 0 1710942994.4444000000 1710942994.5283000000 20 1 0 Execute scheduled task: Predict models (tool_analytics\\task\\predict_models)\n... started 14:56:34. Current memory use 2.5 MB.\nAnalysing id "1" with "De principi a final" time splitting method...\n-->Courses at risk of not starting resultats\nPrediction results\n!! No new elements to get predictions for. !!\n-->Students who have not accessed the course recently resultats\nPrediction results\n!! No new elements to get predictions for. !!\n-->Students who have not accessed the course yet resultats\nPrediction results\n!! No new elements to get predictions for. !!\n-->Upcoming activities due resultats\nPrediction results\n!! No new elements to get predictions for. !!\n... used 21 dbqueries\n... used 0.082468032836914 seconds\nScheduled task complete: Predict models (tool_analytics\\task\\predict_models)\n default 29361 +333 0 tool_cohortroles tool_cohortroles\\task\\cohort_role_sync 0 1710942994.5373000000 1710942994.5433000000 2 1 0 Execute scheduled task: Sincronitza les assignacions de rol de cohort (tool_cohortroles\\task\\cohort_role_sync)\n... started 14:56:34. Current memory use 3.7 MB.\nSync cohort roles...\nAdded 0\nRemoved 0\n... used 3 dbqueries\n... used 0.004770040512085 seconds\nScheduled task complete: Sincronitza les assignacions de rol de cohort (tool_cohortroles\\task\\cohort_role_sync)\n default 29361 +334 0 tool_recyclebin tool_recyclebin\\task\\cleanup_course_bin 0 1710942994.5527000000 1710942994.5572000000 1 0 0 Execute scheduled task: Neteja la paperera de reciclatge del curs (tool_recyclebin\\task\\cleanup_course_bin)\n... started 14:56:34. Current memory use 3.7 MB.\n... used 1 dbqueries\n... used 0.003587007522583 seconds\nScheduled task complete: Neteja la paperera de reciclatge del curs (tool_recyclebin\\task\\cleanup_course_bin)\n default 29361 +335 0 tool_recyclebin tool_recyclebin\\task\\cleanup_category_bin 0 1710942994.5677000000 1710942994.5721000000 1 0 0 Execute scheduled task: Neteja la paperera de reciclatge de la categoria (tool_recyclebin\\task\\cleanup_category_bin)\n... started 14:56:34. Current memory use 3.7 MB.\n... used 1 dbqueries\n... used 0.0031800270080566 seconds\nScheduled task complete: Neteja la paperera de reciclatge de la categoria (tool_recyclebin\\task\\cleanup_category_bin)\n default 29361 +336 0 mod_hvp mod_hvp\\task\\look_for_updates 0 1710942994.5791000000 1710942995.2126000000 11 55 0 Execute scheduled task: Cerca actualitzacions de l'H5P (mod_hvp\\task\\look_for_updates)\n... started 14:56:34. Current memory use 3.8 MB.\n... used 66 dbqueries\n... used 0.63170313835144 seconds\nScheduled task complete: Cerca actualitzacions de l'H5P (mod_hvp\\task\\look_for_updates)\n default 29361 +337 0 mod_hvp mod_hvp\\task\\remove_tmpfiles 0 1710942995.2174000000 1710942995.2193000000 1 0 0 Execute scheduled task: Elimina els fitxers temporals antics de l'H5P (mod_hvp\\task\\remove_tmpfiles)\n... started 14:56:35. Current memory use 3.9 MB.\n... used 1 dbqueries\n... used 0.0010828971862793 seconds\nScheduled task complete: Elimina els fitxers temporals antics de l'H5P (mod_hvp\\task\\remove_tmpfiles)\n default 29361 +338 0 mod_hvp mod_hvp\\task\\remove_old_log_entries 0 1710942995.2238000000 1710942995.2271000000 0 1 0 Execute scheduled task: Elimina les entrades antigues del registre de l'H5P (mod_hvp\\task\\remove_old_log_entries)\n... started 14:56:35. Current memory use 3.9 MB.\n... used 1 dbqueries\n... used 0.0024511814117432 seconds\nScheduled task complete: Elimina les entrades antigues del registre de l'H5P (mod_hvp\\task\\remove_old_log_entries)\n default 29361 +339 0 mod_hvp mod_hvp\\task\\remove_old_auth_tokens 0 1710942995.2329000000 1710942995.2360000000 0 1 0 Execute scheduled task: Elimina les entrades d'autenticació de mòbil de l'H5P (mod_hvp\\task\\remove_old_auth_tokens)\n... started 14:56:35. Current memory use 4.0 MB.\n... used 1 dbqueries\n... used 0.0022809505462646 seconds\nScheduled task complete: Elimina les entrades d'autenticació de mòbil de l'H5P (mod_hvp\\task\\remove_old_auth_tokens)\n default 29361 +340 0 tool_brickfield tool_brickfield\\task\\bulk_process_courses 0 1710942995.2433000000 1710942995.2473000000 1 1 0 Execute scheduled task: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n... started 14:56:35. Current memory use 4.0 MB.\n... used 2 dbqueries\n... used 0.0025520324707031 seconds\nScheduled task complete: Process bulk batch accessibility checking (tool_brickfield\\task\\bulk_process_courses)\n default 29361 +341 0 tool_brickfield tool_brickfield\\task\\bulk_process_caches 0 1710942995.2522000000 1710942995.2544000000 2 1 0 Execute scheduled task: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n... started 14:56:35. Current memory use 4.0 MB.\n... used 3 dbqueries\n... used 0.001284122467041 seconds\nScheduled task complete: Process bulk caching (tool_brickfield\\task\\bulk_process_caches)\n default 29361 +342 0 tool_brickfield tool_brickfield\\task\\process_analysis_requests 0 1710942995.2613000000 1710942995.2655000000 2 1 0 Execute scheduled task: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n... started 14:56:35. Current memory use 4.0 MB.\n... used 3 dbqueries\n... used 0.0029289722442627 seconds\nScheduled task complete: Process content analysis requests (tool_brickfield\\task\\process_analysis_requests)\n default 29361 +343 0 tool_odisseagtafsync tool_odisseagtafsync\\task\\cron_task 0 1710942995.2708000000 1710942995.2824000000 1 0 0 Execute scheduled task: Sincronitza (tool_odisseagtafsync\\task\\cron_task)\n... started 14:56:35. Current memory use 4.0 MB.\nNo hi ha cap fitxer pendent de processar.\n... used 1 dbqueries\n... used 0.010833978652954 seconds\nScheduled task complete: Sincronitza (tool_odisseagtafsync\\task\\cron_task)\n default 29361 +344 0 moodle core\\task\\session_cleanup_task 0 1710942995.2874000000 1710942995.2981000000 7 2 0 Execute scheduled task: Neteja sessions velles (core\\task\\session_cleanup_task)\n... started 14:56:35. Current memory use 4.3 MB.\n... used 9 dbqueries\n... used 0.0087640285491943 seconds\nScheduled task complete: Neteja sessions velles (core\\task\\session_cleanup_task)\n default 29361 +345 0 moodle core\\task\\send_new_user_passwords_task 0 1710942995.3032000000 1710942995.3045000000 1 0 0 Execute scheduled task: Envia contrasenyes dels nous usuaris (core\\task\\send_new_user_passwords_task)\n... started 14:56:35. Current memory use 4.3 MB.\n... used 1 dbqueries\n... used 0.00045204162597656 seconds\nScheduled task complete: Envia contrasenyes dels nous usuaris (core\\task\\send_new_user_passwords_task)\n default 29361 +346 0 moodle core\\task\\send_failed_login_notifications_task 0 1710942995.3104000000 1710942995.3121000000 0 0 0 Execute scheduled task: Envia notificacions d'intents d'inici de sessió erronis (core\\task\\send_failed_login_notifications_task)\n... started 14:56:35. Current memory use 4.3 MB.\n... used 0 dbqueries\n... used 0.00023603439331055 seconds\nScheduled task complete: Envia notificacions d'intents d'inici de sessió erronis (core\\task\\send_failed_login_notifications_task)\n default 29361 +347 0 moodle core\\task\\legacy_plugin_cron_task 0 1710942995.3183000000 1710942995.3354000000 3 0 0 Execute scheduled task: Processament antic del cron per als connectors (core\\task\\legacy_plugin_cron_task)\n... started 14:56:35. Current memory use 4.4 MB.\nRunning auth crons if required...\nRunning enrol crons if required...\nStarting activity modules\nFinished activity modules\nStarting blocks\nProcessing cron function for configurable_reports....done.\nFinished blocks\nStarting admin reports\nFinished admin reports\nStarting course reports\nFinished course reports\nStarting gradebook plugins\nFinished gradebook plugins\n... used 3 dbqueries\n... used 0.016329050064087 seconds\nScheduled task complete: Processament antic del cron per als connectors (core\\task\\legacy_plugin_cron_task)\n default 29361 +348 0 moodle core\\task\\grade_cron_task 0 1710942995.3404000000 1710942995.3483000000 2 0 0 Execute scheduled task: Processament en segon pla del butlletà de qualificacions (core\\task\\grade_cron_task)\n... started 14:56:35. Current memory use 4.4 MB.\n... used 2 dbqueries\n... used 0.0064840316772461 seconds\nScheduled task complete: Processament en segon pla del butlletà de qualificacions (core\\task\\grade_cron_task)\n default 29361 +349 0 moodle core\\task\\completion_regular_task 0 1710942995.3547000000 1710942995.3875000000 6 0 0 Execute scheduled task: Calcula les dades ordinà ries de compleció (core\\task\\completion_regular_task)\n... started 14:56:35. Current memory use 4.4 MB.\nAggregating completions\n... used 6 dbqueries\n... used 0.031730175018311 seconds\nScheduled task complete: Calcula les dades ordinà ries de compleció (core\\task\\completion_regular_task)\n default 29361 +350 0 moodle core\\task\\portfolio_cron_task 0 1710942995.3928000000 1710942995.3938000000 0 0 0 Execute scheduled task: Processament en segon pla dels connectors de portafolis (core\\task\\portfolio_cron_task)\n... started 14:56:35. Current memory use 4.5 MB.\n... used 0 dbqueries\n... used 7.4863433837891E-5 seconds\nScheduled task complete: Processament en segon pla dels connectors de portafolis (core\\task\\portfolio_cron_task)\n default 29361 +351 0 moodle core\\task\\plagiarism_cron_task 0 1710942995.4004000000 1710942995.4014000000 0 0 0 Execute scheduled task: Processament en segon pla del cron heretat en els connectors de detecció de plagi (core\\task\\plagiarism_cron_task)\n... started 14:56:35. Current memory use 4.5 MB.\n... used 0 dbqueries\n... used 8.5830688476562E-5 seconds\nScheduled task complete: Processament en segon pla del cron heretat en els connectors de detecció de plagi (core\\task\\plagiarism_cron_task)\n default 29361 +352 0 moodle core\\task\\calendar_cron_task 0 1710942995.4060000000 1710942995.4168000000 1 0 0 Execute scheduled task: Envia notificacions del calendari (core\\task\\calendar_cron_task)\n... started 14:56:35. Current memory use 4.5 MB.\n... used 1 dbqueries\n... used 0.010090112686157 seconds\nScheduled task complete: Envia notificacions del calendari (core\\task\\calendar_cron_task)\n default 29361 +353 0 moodle core\\task\\blog_cron_task 0 1710942995.4211000000 1710942995.4248000000 1 1 0 Execute scheduled task: Sincronitza bità coles externes (core\\task\\blog_cron_task)\n... started 14:56:35. Current memory use 4.6 MB.\n... used 2 dbqueries\n... used 0.0029330253601074 seconds\nScheduled task complete: Sincronitza bità coles externes (core\\task\\blog_cron_task)\n default 29361 +354 0 moodle core\\task\\question_preview_cleanup_task 0 1710942995.4306000000 1710942995.4381000000 1 4 0 Execute scheduled task: Processament en segon pla del netejador de previsualitzacions de qüestions (core\\task\\question_preview_cleanup_task)\n... started 14:56:35. Current memory use 4.6 MB.\n\n Cleaning up old question previews...done.\n... used 5 dbqueries\n... used 0.0063490867614746 seconds\nScheduled task complete: Processament en segon pla del netejador de previsualitzacions de qüestions (core\\task\\question_preview_cleanup_task)\n default 29361 +355 0 mod_journal mod_journal\\task\\cron_task 0 1710942995.4445000000 1710942995.4487000000 1 0 0 Execute scheduled task: Background processing for journal module (mod_journal\\task\\cron_task)\n... started 14:56:35. Current memory use 4.6 MB.\n... used 1 dbqueries\n... used 0.0027229785919189 seconds\nScheduled task complete: Background processing for journal module (mod_journal\\task\\cron_task)\n default 29361 +356 0 mod_assign mod_assign\\task\\cron_task 0 1710942995.4535000000 1710942995.4774000000 4 0 0 Execute scheduled task: Processament en segon pla del mòdul de tasques (mod_assign\\task\\cron_task)\n... started 14:56:35. Current memory use 4.7 MB.\n... used 4 dbqueries\n... used 0.022759914398193 seconds\nScheduled task complete: Processament en segon pla del mòdul de tasques (mod_assign\\task\\cron_task)\n default 29361 +357 0 mod_forum mod_forum\\task\\cron_task 0 1710942995.4852000000 1710942995.4906000000 1 1 0 Execute scheduled task: Tasques de manteniment i missatgeria del fòrum (mod_forum\\task\\cron_task)\n... started 14:56:35. Current memory use 4.9 MB.\nRemoving old digest records from 7 days ago.\nRemoved all old digest records.\nFetching unmailed posts.\n No posts found.\n... used 2 dbqueries\n... used 0.0040299892425537 seconds\nScheduled task complete: Tasques de manteniment i missatgeria del fòrum (mod_forum\\task\\cron_task)\n default 29361 +358 0 mod_quiz mod_quiz\\task\\update_overdue_attempts 0 1710942995.4968000000 1710942995.5035000000 1 0 0 Execute scheduled task: Updating overdue quiz attempts (mod_quiz\\task\\update_overdue_attempts)\n... started 14:56:35. Current memory use 5.0 MB.\n Looking for quiz overdue quiz attempts...\n Considered 0 attempts in 0 quizzes.\n... used 1 dbqueries\n... used 0.0051209926605225 seconds\nScheduled task complete: Updating overdue quiz attempts (mod_quiz\\task\\update_overdue_attempts)\n default 29361 +359 0 mod_quiz mod_quiz\\task\\legacy_quiz_reports_cron 0 1710942995.5090000000 1710942995.5108000000 0 0 0 Execute scheduled task: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n... started 14:56:35. Current memory use 5.1 MB.\n... used 0 dbqueries\n... used 0.00075483322143555 seconds\nScheduled task complete: Legacy cron quiz reports (mod_quiz\\task\\legacy_quiz_reports_cron)\n default 29361 +360 0 mod_quiz mod_quiz\\task\\legacy_quiz_accessrules_cron 0 1710942995.5155000000 1710942995.5171000000 0 0 0 Execute scheduled task: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n... started 14:56:35. Current memory use 5.1 MB.\n... used 0 dbqueries\n... used 0.00064802169799805 seconds\nScheduled task complete: Legacy cron quiz access rules (mod_quiz\\task\\legacy_quiz_accessrules_cron)\n default 29361 +361 0 mod_workshop mod_workshop\\task\\cron_task 0 1710942995.5222000000 1710942995.5247000000 1 0 0 Execute scheduled task: Processament en segon pla del mòdul de taller (mod_workshop\\task\\cron_task)\n... started 14:56:35. Current memory use 5.1 MB.\n processing workshop subplugins ...\n... used 1 dbqueries\n... used 0.0013480186462402 seconds\nScheduled task complete: Processament en segon pla del mòdul de taller (mod_workshop\\task\\cron_task)\n default 29361 +362 0 mod_workshop mod_workshop\\task\\legacy_workshop_allocation_cron 0 1710942995.5311000000 1710942995.5327000000 0 0 0 Execute scheduled task: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n... started 14:56:35. Current memory use 5.1 MB.\n... used 0 dbqueries\n... used 0.00065207481384277 seconds\nScheduled task complete: Legacy cron workshop allocation (mod_workshop\\task\\legacy_workshop_allocation_cron)\n default 29361 +363 0 tool_messageinbound tool_messageinbound\\task\\pickup_task 0 1710942995.5377000000 1710942995.5429000000 0 0 0 Execute scheduled task: Recollida de correu electrònic entrant (tool_messageinbound\\task\\pickup_task)\n... started 14:56:35. Current memory use 5.1 MB.\nInbound Message not fully configured - exiting early.\n... used 0 dbqueries\n... used 0.0042488574981689 seconds\nScheduled task complete: Recollida de correu electrònic entrant (tool_messageinbound\\task\\pickup_task)\n default 29361 +364 0 tool_monitor tool_monitor\\task\\clean_events 0 1710942995.5505000000 1710942995.5520000000 1 0 0 Execute scheduled task: Fes neteja dels esdeveniments del monitor d'esdeveniments (tool_monitor\\task\\clean_events)\n... started 14:56:35. Current memory use 5.2 MB.\n... used 1 dbqueries\n... used 0.00049686431884766 seconds\nScheduled task complete: Fes neteja dels esdeveniments del monitor d'esdeveniments (tool_monitor\\task\\clean_events)\n default 29361 +365 0 workshopallocation_scheduled workshopallocation_scheduled\\task\\cron_task 0 1710942995.5630000000 1710942995.5659000000 1 0 0 Execute scheduled task: Processament en segon pla per l'assignació programada (workshopallocation_scheduled\\task\\cron_task)\n... started 14:56:35. Current memory use 5.1 MB.\n... no workshops awaiting scheduled allocation. ... used 1 dbqueries\n... used 0.0016930103302002 seconds\nScheduled task complete: Processament en segon pla per l'assignació programada (workshopallocation_scheduled\\task\\cron_task)\n default 29361 +366 0 local_agora local_agora\\task\\scripts 0 1710942995.5709000000 1710942995.5920000000 0 0 0 Execute scheduled task: Àgora Scripts (local_agora\\task\\scripts)\n... started 14:56:35. Current memory use 4.7 MB.\n... used 0 dbqueries\n... used 0.020370006561279 seconds\nScheduled task complete: Àgora Scripts (local_agora\\task\\scripts)\n default 29361 +367 0 local_oauth local_oauth\\task\\clean 0 1710942995.5999000000 1710942995.6047000000 0 3 0 Execute scheduled task: Proveïdor OAuth (local_oauth\\task\\clean)\n... started 14:56:35. Current memory use 4.8 MB.\nDeleting expired tokens...\n... used 3 dbqueries\n... used 0.003788948059082 seconds\nScheduled task complete: Proveïdor OAuth (local_oauth\\task\\clean)\n default 29361 +368 1 core\\task\\fix_file_timestamps_task 0 1710942995.6213000000 1710942995.6228000000 1 0 0 Execute adhoc task: core\\task\\fix_file_timestamps_task\nAdhoc task id: 5\nAdhoc task custom data: \n... started 14:56:35. Current memory use 4.9 MB.\n... used 1 dbqueries\n... used 0.00050687789916992 seconds\nAdhoc task complete: core\\task\\fix_file_timestamps_task\n default 29361 +369 1 tool_moodlenet tool_moodlenet\\task\\send_enable_notification 0 1710942995.6262000000 1710942995.7237000000 6 1 0 Execute adhoc task: tool_moodlenet\\task\\send_enable_notification\nAdhoc task id: 6\nAdhoc task custom data: \n... started 14:56:35. Current memory use 4.9 MB.\n... used 7 dbqueries\n... used 0.096559047698975 seconds\nAdhoc task complete: tool_moodlenet\\task\\send_enable_notification\n default 29361 +370 1 assignfeedback_editpdf assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions 0 1710942995.7285000000 1710942995.7312000000 1 0 0 Execute adhoc task: assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions\nAdhoc task id: 7\nAdhoc task custom data: \n... started 14:56:35. Current memory use 5.5 MB.\n... used 1 dbqueries\n... used 0.00065994262695312 seconds\nAdhoc task complete: assignfeedback_editpdf\\task\\bump_submission_for_stale_conversions\n default 29361 +371 1 assignfeedback_editpdf assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files 0 1710942995.7348000000 1710942995.7386000000 1 1 0 Execute adhoc task: assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files\nAdhoc task id: 8\nAdhoc task custom data: \n... started 14:56:35. Current memory use 5.5 MB.\n... used 2 dbqueries\n... used 0.0022838115692139 seconds\nAdhoc task complete: assignfeedback_editpdf\\task\\remove_orphaned_editpdf_files\n default 29361 +372 1 core\\task\\build_installed_themes_task 0 1710942995.7418000000 1710943008.1355000000 6 4 0 Execute adhoc task: core\\task\\build_installed_themes_task\nAdhoc task id: 9\nAdhoc task custom data: \n... started 14:56:35. Current memory use 5.5 MB.\n... used 10 dbqueries\n... used 12.3918800354 seconds\nAdhoc task complete: core\\task\\build_installed_themes_task\n default 29361 \. @@ -40324,125 +42403,137 @@ COPY public.m2task_log (id, type, component, classname, userid, timestart, timee -- COPY public.m2task_scheduled (id, component, classname, lastruntime, nextruntime, blocking, minute, hour, day, month, dayofweek, faildelay, customised, disabled, timestarted, hostname, pid) FROM stdin; -44 mod_chat \\mod_chat\\task\\cron_task 0 1637065500 0 */5 * * * * 0 0 0 \N \N \N -53 auth_cas \\auth_cas\\task\\sync_task 0 1637103600 0 0 0 * * * 0 0 1 \N \N \N -54 auth_db \\auth_db\\task\\sync_users 0 1637126040 0 14 6 * * * 0 0 1 \N \N \N -55 auth_ldap \\auth_ldap\\task\\sync_roles 0 1637103600 0 0 0 * * * 0 0 1 \N \N \N -56 auth_ldap \\auth_ldap\\task\\sync_task 0 1637103600 0 0 0 * * * 0 0 1 \N \N \N -57 auth_mnet \\auth_mnet\\task\\cron_task 0 1637065440 0 * * * * * 0 0 0 \N \N \N -58 enrol_category \\enrol_category\\task\\enrol_category_sync 0 1637065440 0 * * * * * 0 0 0 \N \N \N -61 enrol_flatfile \\enrol_flatfile\\task\\flatfile_sync_task 0 1637068500 0 15 * * * * 0 0 0 \N \N \N -62 enrol_imsenterprise \\enrol_imsenterprise\\task\\cron_task 0 1637068200 0 10 * * * * 0 0 0 \N \N \N -63 enrol_ldap \\enrol_ldap\\task\\sync_enrolments 0 1637100720 0 12 23 * * * 0 0 1 \N \N \N -60 enrol_database \\enrol_database\\task\\sync_enrolments 0 1637089260 0 1 20 * * * 0 0 1 \N \N \N -68 enrol_meta \\enrol_meta\\task\\enrol_meta_sync 0 1637067960 0 6 * * * * 0 0 0 \N \N \N -69 enrol_paypal \\enrol_paypal\\task\\process_expirations 0 1637065440 0 * * * * * 0 0 0 \N \N \N -76 repository_dropbox \\repository_dropbox\\task\\cron_task 0 1637065500 0 * * * * * 0 0 0 \N \N \N -7 moodle \\core\\task\\cache_cleanup_task 1650457808 1680525000 0 30 * * * * 0 0 0 \N \N \N -8 moodle \\core\\task\\messaging_cleanup_task 1637234390 1680525300 0 35 * * * * 0 0 0 \N \N \N -9 moodle \\core\\task\\send_new_user_passwords_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -10 moodle \\core\\task\\send_failed_login_notifications_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -11 moodle \\core\\task\\create_contexts_task 1637234390 1680559200 1 0 0 * * * 0 0 0 \N \N \N -12 moodle \\core\\task\\legacy_plugin_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -13 moodle \\core\\task\\grade_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -15 moodle \\core\\task\\completion_regular_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -16 moodle \\core\\task\\completion_daily_task 1637234390 1680597060 0 31 10 * * * 0 0 0 \N \N \N -17 moodle \\core\\task\\portfolio_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -18 moodle \\core\\task\\plagiarism_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -19 moodle \\core\\task\\calendar_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -20 moodle \\core\\task\\blog_cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -23 moodle \\core\\task\\registration_cron_task 0 1680957480 0 38 14 * * 6 0 0 0 \N \N \N -26 moodle \\core\\task\\automated_backup_task 1637234390 1680526200 0 50 * * * * 0 0 0 \N \N \N -27 moodle \\core\\task\\badges_cron_task 1680524555 1680524700 0 */5 * * * * 0 0 0 \N \N \N -28 moodle \\core\\task\\badges_message_task 1680524555 1680524700 0 */5 * * * * 0 0 0 \N \N \N -30 moodle \\core\\task\\file_trash_cleanup_task 1637234390 1680540900 0 55 */6 * * * 0 0 0 \N \N \N -31 moodle \\core\\task\\search_index_task 1663840833 1680525000 0 */30 * * * * 0 0 0 \N \N \N -32 moodle \\core\\task\\search_optimize_task 1637234390 1680560100 0 15 */12 * * * 0 0 0 \N \N \N -33 moodle \\core\\task\\stats_cron_task 1637234390 1680559200 0 0 0 * * * 0 0 0 \N \N \N -34 moodle \\core\\task\\password_reset_cleanup_task 1663840831 1680537600 0 0 */6 * * * 0 0 0 \N \N \N -35 moodle \\core\\task\\complete_plans_task 1637234390 1680527520 0 12 * * * * 0 0 0 \N \N \N -37 moodle \\core_files\\task\\conversion_cleanup_task 1637234390 1680569880 0 58 2 * * * 0 0 0 \N \N \N -38 moodle \\core\\oauth2\\refresh_system_tokens_task 1650457808 1680525000 0 30 * * * * 0 0 0 \N \N \N -39 moodle \\core\\task\\analytics_cleanup_task 1637234390 1680525720 0 42 * * * * 0 0 0 \N \N \N -40 moodle \\core\\task\\task_log_cleanup_task 1637234390 1680562380 0 53 0 * * * 0 0 0 \N \N \N -41 moodle \\core\\task\\h5p_get_content_types_task 0 1682976300 0 25 23 1 * * 0 0 0 \N \N \N -64 enrol_lti \\enrol_lti\\task\\sync_grades 0 1680525000 0 */30 * * * * 0 0 0 \N \N \N -65 enrol_lti \\enrol_lti\\task\\sync_members 0 1680525000 0 */30 * * * * 0 0 0 \N \N \N -105 local_agora \\local_agora\\task\\adware 1663840833 1681003500 0 25 3 * * 0 0 0 0 \N \N \N -106 local_agora \\local_agora\\task\\scripts 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -109 auth_saml2 \\auth_saml2\\task\\metadata_refresh 1680524555 1680559200 0 0 0 * * * 0 0 0 \N \N \N -46 mod_lti \\mod_lti\\task\\clean_access_tokens 1680524555 1680533460 0 51 16 * * * 0 0 0 \N \N \N -42 qtype_random \\qtype_random\\task\\remove_unused_questions 1680524556 1680527100 0 5 * * * * 0 0 0 \N \N \N -43 mod_assign \\mod_assign\\task\\cron_task 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -45 mod_forum \\mod_forum\\task\\cron_task 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -47 mod_quiz \\mod_quiz\\task\\update_overdue_attempts 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -50 mod_scorm \\mod_scorm\\task\\cron_task 1680524556 1680524700 0 */5 * * * * 0 0 0 \N \N \N -51 mod_workshop \\mod_workshop\\task\\cron_task 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -52 mod_workshop \\mod_workshop\\task\\legacy_workshop_allocation_cron 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -59 enrol_cohort \\enrol_cohort\\task\\enrol_cohort_sync 1680524556 1680527280 0 8 * * * * 0 0 0 \N \N \N -77 repository_filesystem \\repository_filesystem\\task\\cron_task 0 1637065500 0 * * * * * 0 0 0 \N \N \N -78 repository_onedrive \\repository_onedrive\\remove_temp_access_task 0 1637301600 0 0 7 * * 5 0 0 0 \N \N \N -85 tool_dataprivacy \\tool_dataprivacy\\task\\delete_existing_deleted_users 0 1637079000 0 10 17 * * * 0 0 1 \N \N \N -97 logstore_legacy \\logstore_legacy\\task\\cleanup_task 0 1637122080 0 8 5 * * * 0 0 0 \N \N \N -3 moodle \\core\\task\\delete_incomplete_users_task 1637234389 1680527100 0 5 * * * * 0 0 0 \N \N \N -4 moodle \\core\\task\\backup_cleanup_task 1637234389 1680527400 0 10 * * * * 0 0 0 \N \N \N -5 moodle \\core\\task\\tag_cron_task 1637234389 1680571140 0 19 3 * * * 0 0 0 \N \N \N -14 moodle \\core\\task\\grade_history_cleanup_task 1637234390 1680560160 0 * 0 * * * 0 0 0 \N \N \N -21 moodle \\core\\task\\question_preview_cleanup_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -24 moodle \\core\\task\\check_for_updates_task 1637234390 1680550920 0 42 21 * * * 0 0 0 \N \N \N -25 moodle \\core\\task\\cache_cron_task 1637234390 1680526200 0 50 * * * * 0 0 0 \N \N \N -36 moodle \\core\\task\\sync_plans_from_template_cohorts_task 1650457808 1680526500 0 55 * * * * 0 0 0 \N \N \N -110 moodle \\core\\task\\h5p_clean_orphaned_records_task 1637234392 1680560820 0 27 0 * * * 0 0 0 \N \N \N -111 moodle \\core\\task\\antivirus_cleanup_task 1637234392 1680561720 0 42 0 * * * 0 0 0 \N \N \N -118 mod_attendance \\mod_attendance\\task\\auto_mark 0 1680527280 0 8 * * * * 0 0 0 \N \N \N -119 mod_attendance \\mod_attendance\\task\\notify 0 1680564600 0 30 1 * * * 0 0 0 \N \N \N -120 mod_attendance \\mod_attendance\\task\\clear_temporary_passwords 0 1680562800 0 0 1 * * * 0 0 0 \N \N \N -103 mod_questionnaire \\mod_questionnaire\\task\\cleanup 1650457809 1680560340 0 19 */12 * * * 0 0 0 \N \N \N -93 assignfeedback_editpdf \\assignfeedback_editpdf\\task\\convert_submissions 1663840833 1680525000 0 */15 * * * * 0 0 0 \N \N \N -121 mod_journal \\mod_journal\\task\\cron_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -48 mod_quiz \\mod_quiz\\task\\legacy_quiz_reports_cron 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -66 enrol_manual \\enrol_manual\\task\\sync_enrolments 1680524556 1680525000 0 */10 * * * * 0 0 0 \N \N \N -67 enrol_manual \\enrol_manual\\task\\send_expiry_notifications 1680524556 1680525000 0 */10 * * * * 0 0 0 \N \N \N -70 enrol_self \\enrol_self\\task\\sync_enrolments 1680524556 1680525000 0 */10 * * * * 0 0 0 \N \N \N -71 enrol_self \\enrol_self\\task\\send_expiry_notifications 1680524556 1680525000 0 */10 * * * * 0 0 0 \N \N \N -72 message_email \\message_email\\task\\send_email_task 1680524556 1680552000 0 0 22 * * * 0 0 0 \N \N \N -73 block_recent_activity \\block_recent_activity\\task\\cleanup 1680524556 1680610380 0 13 14 * * * 0 0 0 \N \N \N -74 block_rss_client \\block_rss_client\\task\\refreshfeeds 1680524556 1680524700 0 */5 * * * * 0 0 0 \N \N \N -75 editor_atto \\editor_atto\\task\\autosave_cleanup_task 1680524556 1680996060 0 21 1 * * 0 0 0 0 \N \N \N -79 tool_analytics \\tool_analytics\\task\\train_models 1680524556 1680544800 0 0 20 * * * 0 0 0 \N \N \N -80 tool_analytics \\tool_analytics\\task\\predict_models 1680524556 1680606000 0 0 13 * * * 0 0 0 \N \N \N -82 tool_dataprivacy \\tool_dataprivacy\\task\\expired_retention_period 1680524556 1680591600 0 0 9 * * * 0 0 0 \N \N \N -83 tool_dataprivacy \\tool_dataprivacy\\task\\delete_expired_contexts 1680524556 1680602400 0 0 12 * * * 0 0 0 \N \N \N -84 tool_dataprivacy \\tool_dataprivacy\\task\\delete_expired_requests 1680524556 1680603120 0 12 12 * * * 0 0 0 \N \N \N -86 tool_langimport \\tool_langimport\\task\\update_langpacks_task 1680524556 1680573780 0 3 4 * * * 0 0 0 \N \N \N -87 tool_messageinbound \\tool_messageinbound\\task\\pickup_task 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -89 tool_monitor \\tool_monitor\\task\\clean_events 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -90 tool_monitor \\tool_monitor\\task\\check_subscriptions 1680524556 1680599340 0 9 11 * * * 0 0 0 \N \N \N -92 tool_recyclebin \\tool_recyclebin\\task\\cleanup_category_bin 1680524556 1680525000 0 */30 * * * * 0 0 0 \N \N \N -94 ltiservice_gradebookservices \\ltiservice_gradebookservices\\task\\cleanup_task 1680524556 1680545760 0 16 20 * * * 0 0 0 \N \N \N -95 quiz_statistics \\quiz_statistics\\task\\quiz_statistics_cleanup 1680524556 1680527460 0 11 */5 * * * 0 0 0 \N \N \N -96 workshopallocation_scheduled \\workshopallocation_scheduled\\task\\cron_task 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -98 logstore_standard \\logstore_standard\\task\\cleanup_task 1680524557 1680574140 0 9 4 * * * 0 0 0 \N \N \N -99 mod_hvp \\mod_hvp\\task\\look_for_updates 1680524558 1680597840 0 44 10 * * * 0 0 0 \N \N \N -100 mod_hvp \\mod_hvp\\task\\remove_tmpfiles 1680524558 1680552720 0 12 22 * * * 0 0 0 \N \N \N -101 mod_hvp \\mod_hvp\\task\\remove_old_log_entries 1680524558 1680559380 0 3 0 * * * 0 0 0 \N \N \N -102 mod_hvp \\mod_hvp\\task\\remove_old_auth_tokens 1680524558 1680525240 0 34 * * * * 0 0 0 \N \N \N -108 local_oauth \\local_oauth\\task\\clean 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N -112 tool_brickfield \\tool_brickfield\\task\\bulk_process_courses 1680524558 1680524700 0 */5 * * * * 0 0 0 \N \N \N -113 tool_brickfield \\tool_brickfield\\task\\bulk_process_caches 1680524558 1680524700 0 */5 * * * * 0 0 0 \N \N \N -114 tool_brickfield \\tool_brickfield\\task\\checkid_validation 1680524558 1680591900 0 05 9 * * * 0 0 0 \N \N \N -115 tool_brickfield \\tool_brickfield\\task\\update_summarydata 1680524558 1680562200 0 50 0 * * * 0 0 0 \N \N \N -2 moodle \\core\\task\\delete_unconfirmed_users_task 1663840831 1680526800 0 0 * * * * 0 0 0 \N \N \N -6 moodle \\core\\task\\context_cleanup_task 1650457807 1680524700 0 25 * * * * 0 0 0 \N \N \N -29 moodle \\core\\task\\file_temp_cleanup_task 1637234390 1680540900 0 55 */6 * * * 0 0 0 \N \N \N -81 tool_cohortroles \\tool_cohortroles\\task\\cohort_role_sync 1680524556 1680527100 0 5 * * * * 0 0 0 \N \N \N -88 tool_messageinbound \\tool_messageinbound\\task\\cleanup_task 1680524556 1680566100 0 55 1 * * * 0 0 0 \N \N \N -91 tool_recyclebin \\tool_recyclebin\\task\\cleanup_course_bin 1680524556 1680525000 0 */30 * * * * 0 0 0 \N \N \N -116 tool_brickfield \\tool_brickfield\\task\\process_analysis_requests 1680524558 1680524700 0 */5 * * * * 0 0 0 \N \N \N -117 tool_odisseagtafsync \\tool_odisseagtafsync\\task\\cron_task 1680524558 1680526800 0 0 * * * * 0 0 0 \N \N \N -1 moodle \\core\\task\\session_cleanup_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -22 moodle \\core\\task\\question_stats_cleanup_task 1680524585 1680524640 0 * * * * * 0 0 0 \N \N \N -49 mod_quiz \\mod_quiz\\task\\legacy_quiz_accessrules_cron 1680524586 1680524640 0 * * * * * 0 0 0 \N \N \N +8 moodle \\core\\task\\messaging_cleanup_task 1637234390 1710945300 0 35 * * * * 0 0 0 \N \N \N +9 moodle \\core\\task\\send_new_user_passwords_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +11 moodle \\core\\task\\create_contexts_task 1637234390 1710975600 1 0 0 * * * 0 0 0 \N \N \N +12 moodle \\core\\task\\legacy_plugin_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +13 moodle \\core\\task\\grade_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +15 moodle \\core\\task\\completion_regular_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +16 moodle \\core\\task\\completion_daily_task 1637234390 1711014480 0 48 10 * * * 0 0 0 \N \N \N +17 moodle \\core\\task\\portfolio_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +18 moodle \\core\\task\\plagiarism_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +19 moodle \\core\\task\\calendar_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +20 moodle \\core\\task\\blog_cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +23 moodle \\core\\task\\registration_cron_task 0 1711525980 0 53 8 * * 3 0 0 0 \N \N \N +26 moodle \\core\\task\\automated_backup_task 1637234390 1710946200 0 50 * * * * 0 0 0 \N \N \N +27 moodle \\core\\task\\badges_cron_task 1710942994 1710943200 0 */5 * * * * 0 0 0 \N \N \N +28 moodle \\core\\task\\badges_message_task 1710942994 1710943200 0 */5 * * * * 0 0 0 \N \N \N +30 moodle \\core\\task\\file_trash_cleanup_task 1637234390 1710957300 0 55 */6 * * * 0 0 0 \N \N \N +31 moodle \\core\\task\\search_index_task 1663840833 1710943200 0 */30 * * * * 0 0 0 \N \N \N +32 moodle \\core\\task\\search_optimize_task 1637234390 1710976500 0 15 */12 * * * 0 0 0 \N \N \N +33 moodle \\core\\task\\stats_cron_task 1637234390 1710975600 0 0 0 * * * 0 0 0 \N \N \N +34 moodle \\core\\task\\password_reset_cleanup_task 1663840831 1710954000 0 0 */6 * * * 0 0 0 \N \N \N +35 moodle \\core\\task\\complete_plans_task 1637234390 1710944700 0 25 * * * * 0 0 0 \N \N \N +37 moodle \\core_files\\task\\conversion_cleanup_task 1637234390 1710984540 0 29 2 * * * 0 0 0 \N \N \N +38 moodle \\core\\oauth2\\refresh_system_tokens_task 1650457808 1710945000 0 30 * * * * 0 0 0 \N \N \N +39 moodle \\core\\task\\analytics_cleanup_task 1637234390 1710945720 0 42 * * * * 0 0 0 \N \N \N +40 moodle \\core\\task\\task_log_cleanup_task 1637234390 1711026900 0 15 14 * * * 0 0 0 \N \N \N +41 moodle \\core\\task\\h5p_get_content_types_task 0 1711967820 0 37 12 1 * * 0 0 0 \N \N \N +43 mod_assign \\mod_assign\\task\\cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +44 mod_chat \\mod_chat\\task\\cron_task 0 1710932400 0 */5 * * * * 0 0 0 \N \N \N +45 mod_forum \\mod_forum\\task\\cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +46 mod_lti \\mod_lti\\task\\clean_access_tokens 1680524555 1711002720 0 32 7 * * * 0 0 0 \N \N \N +47 mod_quiz \\mod_quiz\\task\\update_overdue_attempts 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +50 mod_scorm \\mod_scorm\\task\\cron_task 1710942994 1710943200 0 */5 * * * * 0 0 0 \N \N \N +51 mod_workshop \\mod_workshop\\task\\cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +52 mod_workshop \\mod_workshop\\task\\legacy_workshop_allocation_cron 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +53 auth_cas \\auth_cas\\task\\sync_task 0 1710975600 0 0 0 * * * 0 0 1 \N \N \N +54 auth_db \\auth_db\\task\\sync_users 0 1710958800 0 20 19 * * * 0 0 1 \N \N \N +55 auth_ldap \\auth_ldap\\task\\sync_roles 0 1710975600 0 0 0 * * * 0 0 1 \N \N \N +56 auth_ldap \\auth_ldap\\task\\sync_task 0 1710975600 0 0 0 * * * 0 0 1 \N \N \N +57 auth_mnet \\auth_mnet\\task\\cron_task 0 1710932400 0 */10 * * * * 0 0 0 \N \N \N +109 auth_saml2 \\auth_saml2\\task\\metadata_refresh 1680524555 1710975600 0 0 0 * * * 0 0 0 \N \N \N +58 enrol_category \\enrol_category\\task\\enrol_category_sync 0 1710932280 0 * * * * * 0 0 0 \N \N \N +59 enrol_cohort \\enrol_cohort\\task\\enrol_cohort_sync 1710942994 1710945600 0 40 * * * * 0 0 0 \N \N \N +60 enrol_database \\enrol_database\\task\\sync_enrolments 0 1710979200 0 0 1 * * * 0 0 1 \N \N \N +61 enrol_flatfile \\enrol_flatfile\\task\\flatfile_sync_task 0 1710933300 0 15 * * * * 0 0 0 \N \N \N +62 enrol_imsenterprise \\enrol_imsenterprise\\task\\cron_task 0 1710933000 0 10 * * * * 0 0 0 \N \N \N +63 enrol_ldap \\enrol_ldap\\task\\sync_enrolments 0 1710937260 0 21 13 * * * 0 0 1 \N \N \N +64 enrol_lti \\enrol_lti\\task\\sync_grades 0 1710932400 0 */30 * * * * 0 0 0 \N \N \N +65 enrol_lti \\enrol_lti\\task\\sync_members 0 1710932400 0 */30 * * * * 0 0 0 \N \N \N +68 enrol_meta \\enrol_meta\\task\\enrol_meta_sync 0 1710933660 0 21 * * * * 0 0 0 \N \N \N +69 enrol_paypal \\enrol_paypal\\task\\process_expirations 0 1710932280 0 * * * * * 0 0 0 \N \N \N +76 repository_dropbox \\repository_dropbox\\task\\cron_task 0 1710932340 0 * * * * * 0 0 0 \N \N \N +77 repository_filesystem \\repository_filesystem\\task\\cron_task 0 1710932340 0 * * * * * 0 0 0 \N \N \N +78 repository_onedrive \\repository_onedrive\\remove_temp_access_task 0 1711418100 0 55 2 * * 2 0 0 0 \N \N \N +105 local_agora \\local_agora\\task\\adware 1663840833 1711247100 0 25 3 * * 0 0 0 0 \N \N \N +106 local_agora \\local_agora\\task\\scripts 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +7 moodle \\core\\task\\cache_cleanup_task 1650457808 1710945000 0 30 * * * * 0 0 0 \N \N \N +4 moodle \\core\\task\\backup_cleanup_task 1637234389 1710943800 0 10 * * * * 0 0 0 \N \N \N +5 moodle \\core\\task\\tag_cron_task 1637234389 1710988980 0 43 3 * * * 0 0 0 \N \N \N +6 moodle \\core\\task\\context_cleanup_task 1650457807 1710944700 0 25 * * * * 0 0 0 \N \N \N +14 moodle \\core\\task\\grade_history_cleanup_task 1637234390 1710975600 0 * 0 * * * 0 0 0 \N \N \N +21 moodle \\core\\task\\question_preview_cleanup_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +24 moodle \\core\\task\\check_for_updates_task 1637234390 1710968160 0 56 21 * * * 0 0 0 \N \N \N +25 moodle \\core\\task\\cache_cron_task 1637234390 1710946200 0 50 * * * * 0 0 0 \N \N \N +29 moodle \\core\\task\\file_temp_cleanup_task 1637234390 1710957300 0 55 */6 * * * 0 0 0 \N \N \N +36 moodle \\core\\task\\sync_plans_from_template_cohorts_task 1650457808 1710943500 0 5 * * * * 0 0 0 \N \N \N +110 moodle \\core\\task\\h5p_clean_orphaned_records_task 1637234392 1710977520 0 32 0 * * * 0 0 0 \N \N \N +111 moodle \\core\\task\\antivirus_cleanup_task 1637234392 1710975960 0 6 0 * * * 0 0 0 \N \N \N +118 mod_attendance \\mod_attendance\\task\\auto_mark 1710942994 1710943680 0 8 * * * * 0 0 0 \N \N \N +119 mod_attendance \\mod_attendance\\task\\notify 0 1710981000 0 30 1 * * * 0 0 0 \N \N \N +121 mod_journal \\mod_journal\\task\\cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +103 mod_questionnaire \\mod_questionnaire\\task\\cleanup 1710942994 1710976680 0 18 */12 * * * 0 0 0 \N \N \N +48 mod_quiz \\mod_quiz\\task\\legacy_quiz_reports_cron 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +66 enrol_manual \\enrol_manual\\task\\sync_enrolments 1710942994 1710943200 0 */10 * * * * 0 0 0 \N \N \N +67 enrol_manual \\enrol_manual\\task\\send_expiry_notifications 1710942994 1710943200 0 */10 * * * * 0 0 0 \N \N \N +70 enrol_self \\enrol_self\\task\\sync_enrolments 1710942994 1710943200 0 */10 * * * * 0 0 0 \N \N \N +71 enrol_self \\enrol_self\\task\\send_expiry_notifications 1710942994 1710943200 0 */10 * * * * 0 0 0 \N \N \N +72 message_email \\message_email\\task\\send_email_task 1680524556 1710968400 0 0 22 * * * 0 0 0 \N \N \N +73 block_recent_activity \\block_recent_activity\\task\\cleanup 1680524556 1711017840 0 44 11 * * * 0 0 0 \N \N \N +74 block_rss_client \\block_rss_client\\task\\refreshfeeds 1680524556 1710932400 0 */5 * * * * 0 0 0 \N \N \N +75 editor_atto \\editor_atto\\task\\autosave_cleanup_task 1680524556 1711210560 0 16 17 * * 6 0 0 0 \N \N \N +79 tool_analytics \\tool_analytics\\task\\train_models 1680524556 1710957600 0 0 19 * * * 0 0 0 \N \N \N +80 tool_analytics \\tool_analytics\\task\\predict_models 1710942994 1711018800 0 0 12 * * * 0 0 0 \N \N \N +112 tool_brickfield \\tool_brickfield\\task\\bulk_process_courses 1710942995 1710943200 0 */5 * * * * 0 0 0 \N \N \N +113 tool_brickfield \\tool_brickfield\\task\\bulk_process_caches 1710942995 1710943200 0 */5 * * * * 0 0 0 \N \N \N +114 tool_brickfield \\tool_brickfield\\task\\checkid_validation 1680524558 1711008300 0 05 9 * * * 0 0 0 \N \N \N +115 tool_brickfield \\tool_brickfield\\task\\update_summarydata 1680524558 1710978600 0 50 0 * * * 0 0 0 \N \N \N +81 tool_cohortroles \\tool_cohortroles\\task\\cohort_role_sync 1710942994 1710943080 0 58 * * * * 0 0 0 \N \N \N +82 tool_dataprivacy \\tool_dataprivacy\\task\\expired_retention_period 1680524556 1710964800 0 0 21 * * * 0 0 0 \N \N \N +83 tool_dataprivacy \\tool_dataprivacy\\task\\delete_expired_contexts 1680524556 1711008000 0 0 9 * * * 0 0 0 \N \N \N +84 tool_dataprivacy \\tool_dataprivacy\\task\\delete_expired_requests 1680524556 1711007700 0 55 8 * * * 0 0 0 \N \N \N +85 tool_dataprivacy \\tool_dataprivacy\\task\\delete_existing_deleted_users 0 1710981840 0 44 1 * * * 0 0 1 \N \N \N +86 tool_langimport \\tool_langimport\\task\\update_langpacks_task 1680524556 1710993000 0 50 4 * * * 0 0 0 \N \N \N +87 tool_messageinbound \\tool_messageinbound\\task\\pickup_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +88 tool_messageinbound \\tool_messageinbound\\task\\cleanup_task 1680524556 1710982500 0 55 1 * * * 0 0 0 \N \N \N +89 tool_monitor \\tool_monitor\\task\\clean_events 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +90 tool_monitor \\tool_monitor\\task\\check_subscriptions 1680524556 1710988560 0 36 3 * * * 0 0 0 \N \N \N +92 tool_recyclebin \\tool_recyclebin\\task\\cleanup_category_bin 1710942994 1710943200 0 */30 * * * * 0 0 0 \N \N \N +108 local_oauth \\local_oauth\\task\\clean 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +94 ltiservice_gradebookservices \\ltiservice_gradebookservices\\task\\cleanup_task 1680524556 1710958800 0 20 19 * * * 0 0 0 \N \N \N +96 workshopallocation_scheduled \\workshopallocation_scheduled\\task\\cron_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +97 logstore_legacy \\logstore_legacy\\task\\cleanup_task 0 1710996240 0 44 5 * * * 0 0 0 \N \N \N +98 logstore_standard \\logstore_standard\\task\\cleanup_task 1680524557 1710990000 0 0 4 * * * 0 0 0 \N \N \N +3 moodle \\core\\task\\delete_incomplete_users_task 1637234389 1710943500 0 5 * * * * 0 0 0 \N \N \N +99 mod_hvp \\mod_hvp\\task\\look_for_updates 1710942995 1711014240 0 44 10 * * * 0 0 0 \N \N \N +100 mod_hvp \\mod_hvp\\task\\remove_tmpfiles 1710942995 1710969120 0 12 22 * * * 0 0 0 \N \N \N +101 mod_hvp \\mod_hvp\\task\\remove_old_log_entries 1710942995 1710975780 0 3 0 * * * 0 0 0 \N \N \N +102 mod_hvp \\mod_hvp\\task\\remove_old_auth_tokens 1710942995 1710945240 0 34 * * * * 0 0 0 \N \N \N +120 mod_attendance \\mod_attendance\\task\\clear_temporary_passwords 0 1710979200 0 0 1 * * * 0 0 0 \N \N \N +124 mod_bigbluebuttonbn \\mod_bigbluebuttonbn\\task\\check_pending_recordings 0 1710932400 0 */5 * * * * 0 0 0 \N \N \N +125 mod_bigbluebuttonbn \\mod_bigbluebuttonbn\\task\\check_dismissed_recordings 0 1711018620 0 * * */10 * * 0 0 0 \N \N \N +127 enrol_lti \\enrol_lti\\local\\ltiadvantage\\task\\sync_members 0 1710932400 0 */30 * * * * 0 0 0 \N \N \N +128 enrol_lti \\enrol_lti\\local\\ltiadvantage\\task\\sync_grades 0 1710932400 0 */30 * * * * 0 0 0 \N \N \N +2 moodle \\core\\task\\delete_unconfirmed_users_task 1663840831 1710943200 0 0 * * * * 0 0 0 \N \N \N +123 moodle \\core\\task\\task_lock_cleanup_task 0 1710977580 0 33 0 * * * 0 0 0 \N \N \N +122 moodle \\core_reportbuilder\\task\\send_schedules 1710942994 1710943020 0 * * * * * 0 0 0 \N \N \N +126 mod_quiz \\mod_quiz\\task\\quiz_notify_attempt_manual_grading_completed 1710942994 1710944640 0 24 * * * * 0 0 0 \N \N \N +129 cachestore_redis \\cachestore_redis\\task\\ttl 1710942994 1710944940 0 29 * * * * 0 0 0 \N \N \N +91 tool_recyclebin \\tool_recyclebin\\task\\cleanup_course_bin 1710942994 1710943200 0 */30 * * * * 0 0 0 \N \N \N +116 tool_brickfield \\tool_brickfield\\task\\process_analysis_requests 1710942995 1710943200 0 */5 * * * * 0 0 0 \N \N \N +117 tool_odisseagtafsync \\tool_odisseagtafsync\\task\\cron_task 1710942995 1710943200 0 0 * * * * 0 0 0 \N \N \N +1 moodle \\core\\task\\session_cleanup_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +10 moodle \\core\\task\\send_failed_login_notifications_task 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +49 mod_quiz \\mod_quiz\\task\\legacy_quiz_accessrules_cron 1710942995 1710943020 0 * * * * * 0 0 0 \N \N \N +\. + + +-- +-- Data for Name: m2tiny_autosave; Type: TABLE DATA; Schema: public; Owner: - +-- + +COPY public.m2tiny_autosave (id, elementid, contextid, pagehash, userid, drafttext, draftid, pageinstance, timemodified) FROM stdin; \. @@ -40713,25 +42804,31 @@ COPY public.m2tool_recyclebin_course (id, courseid, section, module, name, timec -- Data for Name: m2tool_usertours_steps; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2tool_usertours_steps (id, tourid, title, content, targettype, targetvalue, sortorder, configdata) FROM stdin; -14 2 tour_final_step_title,tool_usertours tour_final_step_content,tool_usertours 2 7 {} -1 1 tour4_title_messaging,tool_usertours tour4_content_messaging,tool_usertours 2 0 {"backdrop":"1"} -2 1 tour4_title_icon,tool_usertours tour4_content_icon,tool_usertours 0 [id^=message-drawer-toggle] 1 {"backdrop":"0","reflex":"1"} -3 1 tour4_title_groupconvo,tool_usertours tour4_content_groupconvo,tool_usertours 0 .message-drawer:not(.hidden) [data-region="view-overview-group-messages"] 2 {"placement":"left"} -4 1 tour4_title_starred,tool_usertours tour4_content_starred,tool_usertours 0 .message-drawer:not(.hidden) [data-region="view-overview-favourites"] 3 {"placement":"left"} -5 1 tour4_title_settings,tool_usertours tour4_content_settings,tool_usertours 0 .message-drawer:not(.hidden) [data-route="view-settings"] 4 {"reflex":"1"} -6 1 tour_final_step_title,tool_usertours tour_final_step_content,tool_usertours 2 5 {} -7 2 tour3_title_dashboard,tool_usertours tour3_content_dashboard,tool_usertours 2 0 {"backdrop":"1"} -8 2 tour3_title_dashboard,tool_usertours tour3_content_timeline,tool_usertours 1 timeline 1 {"reflex":"0"} -9 2 tour3_title_recentcourses,tool_usertours tour3_content_recentcourses,tool_usertours 1 recentlyaccessedcourses 2 {"placement":"top","backdrop":"1"} -10 2 tour3_title_overview,tool_usertours tour3_content_overview,tool_usertours 1 myoverview 3 {} -11 2 tour3_title_starring,tool_usertours tour3_content_starring,tool_usertours 0 .block-myoverview [data-display="cards"] [data-region="course-content"] .coursemenubtn 4 {"placement":"right"} -12 2 tour3_title_starring,tool_usertours tour3_content_starring,tool_usertours 0 .block-myoverview [data-display]:not([data-display="cards"]) [data-region="course-content"] .coursemenubtn 5 {} -13 2 tour3_title_displayoptions,tool_usertours tour3_content_displayoptions,tool_usertours 0 #sortingdropdown 6 {"placement":"top"} -15 3 tour_activityinfo_course_teacher_title,tool_usertours tour_activityinfo_course_teacher_content,tool_usertours 0 [data-region=activity-information] 0 {} -16 4 tour_activityinfo_course_student_title,tool_usertours tour_activityinfo_course_student_content,tool_usertours 0 [data-region=activity-information] 0 {} -17 5 tour_activityinfo_activity_teacher_title,tool_usertours tour_activityinfo_activity_teacher_content,tool_usertours 0 [data-region=activity-information] 0 {} -18 6 tour_activityinfo_activity_student_title,tool_usertours tour_activityinfo_activity_student_content,tool_usertours 0 [data-region=activity-information] 0 {} +COPY public.m2tool_usertours_steps (id, tourid, title, content, targettype, targetvalue, sortorder, configdata, contentformat) FROM stdin; +14 2 tour_final_step_title,tool_usertours tour_final_step_content,tool_usertours 2 7 {} 0 +1 1 tour4_title_messaging,tool_usertours tour4_content_messaging,tool_usertours 2 0 {"backdrop":"1"} 0 +2 1 tour4_title_icon,tool_usertours tour4_content_icon,tool_usertours 0 [id^=message-drawer-toggle] 1 {"backdrop":"0","reflex":"1"} 0 +3 1 tour4_title_groupconvo,tool_usertours tour4_content_groupconvo,tool_usertours 0 .message-drawer:not(.hidden) [data-region="view-overview-group-messages"] 2 {"placement":"left"} 0 +4 1 tour4_title_starred,tool_usertours tour4_content_starred,tool_usertours 0 .message-drawer:not(.hidden) [data-region="view-overview-favourites"] 3 {"placement":"left"} 0 +5 1 tour4_title_settings,tool_usertours tour4_content_settings,tool_usertours 0 .message-drawer:not(.hidden) [data-route="view-settings"] 4 {"reflex":"1"} 0 +6 1 tour_final_step_title,tool_usertours tour_final_step_content,tool_usertours 2 5 {} 0 +7 2 tour3_title_dashboard,tool_usertours tour3_content_dashboard,tool_usertours 2 0 {"backdrop":"1"} 0 +8 2 tour3_title_dashboard,tool_usertours tour3_content_timeline,tool_usertours 1 timeline 1 {"reflex":"0"} 0 +9 2 tour3_title_recentcourses,tool_usertours tour3_content_recentcourses,tool_usertours 1 recentlyaccessedcourses 2 {"placement":"top","backdrop":"1"} 0 +10 2 tour3_title_overview,tool_usertours tour3_content_overview,tool_usertours 1 myoverview 3 {} 0 +11 2 tour3_title_starring,tool_usertours tour3_content_starring,tool_usertours 0 .block-myoverview [data-display="cards"] [data-region="course-content"] .coursemenubtn 4 {"placement":"right"} 0 +12 2 tour3_title_starring,tool_usertours tour3_content_starring,tool_usertours 0 .block-myoverview [data-display]:not([data-display="cards"]) [data-region="course-content"] .coursemenubtn 5 {} 0 +13 2 tour3_title_displayoptions,tool_usertours tour3_content_displayoptions,tool_usertours 0 #sortingdropdown 6 {"placement":"top"} 0 +15 3 tour_activityinfo_course_teacher_title,tool_usertours tour_activityinfo_course_teacher_content,tool_usertours 0 [data-region=activity-information] 0 {} 0 +16 4 tour_activityinfo_course_student_title,tool_usertours tour_activityinfo_course_student_content,tool_usertours 0 [data-region=activity-information] 0 {} 0 +17 5 tour_activityinfo_activity_teacher_title,tool_usertours tour_activityinfo_activity_teacher_content,tool_usertours 0 [data-region=activity-information] 0 {} 0 +18 6 tour_activityinfo_activity_student_title,tool_usertours tour_activityinfo_activity_student_content,tool_usertours 0 [data-region=activity-information] 0 {} 0 +19 7 tour_navigation_course_index_student_title,tool_usertours tour_navigation_course_index_student_content,tool_usertours 0 #theme_boost-drawers-courseindex .drawercontent 0 {} 1 +20 8 tour_navigation_course_edit_teacher_title,tool_usertours tour_navigation_course_edit_teacher_content,tool_usertours 0 form.editmode-switch-form 0 {} 1 +21 8 tour_navigation_course_index_teacher_title,tool_usertours tour_navigation_course_index_teacher_content,tool_usertours 0 #theme_boost-drawers-courseindex .drawercontent 1 {"placement":"right"} 1 +22 8 tour_navigation_course_announcements_teacher_title,tool_usertours tour_navigation_course_announcements_teacher_content,tool_usertours 0 .course-content .course-content-item-content .activity-item[data-activityname="Announcements"] 2 {"placement":"left"} 1 +23 9 tour_navigation_mycourses_title,tool_usertours tour_navigation_mycourses_content,tool_usertours 0 .header-actions-container .btn-group.course-manage 0 {} 1 +24 10 tour_navigation_dashboard_title,tool_usertours tour_navigation_dashboard_content,tool_usertours 0 .drawer-toggles .drawer-toggler.drawer-right-toggle 0 {"placement":"left"} 1 \. @@ -40739,13 +42836,17 @@ COPY public.m2tool_usertours_steps (id, tourid, title, content, targettype, targ -- Data for Name: m2tool_usertours_tours; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2tool_usertours_tours (id, name, description, pathmatch, enabled, sortorder, configdata) FROM stdin; -5 Activity information in activity page (Teacher) A tour of the activity information for Teacher display on the activity page /mod/%/view.php% 1 1 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["manager","teacher","editingteacher"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620110287,"shipped_tour":true,"shipped_filename":"311_activity_information_activity_page_teacher.json","shipped_version":2} -6 Activity information in activity page (Student) A tour of the activity information for Student display on the activity page /mod/%/view.php% 1 0 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["student"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620110287,"shipped_tour":true,"shipped_filename":"311_activity_information_activity_page_student.json","shipped_version":2} -2 Dashboard New dashboard features /my/% 0 4 {"placement":"top","orphan":"0","backdrop":"0","reflex":"0","filtervalues":{"category":[],"course":["0"],"courseformat":[],"role":[],"theme":[]},"majorupdatetime":1543396938,"shipped_tour":true,"shipped_filename":"36_dashboard.json","shipped_version":3} -3 Activity information in course homepage (Teacher) A tour of the activity information for Teacher display on the course homepage /course/view.php% 1 3 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["manager","teacher","editingteacher"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620109487,"shipped_tour":true,"shipped_filename":"311_activity_information_course_page_teacher.json","shipped_version":2} -1 New Messaging System New messaging interface in Moodle 3.6 /course/view.php% 0 5 {"placement":"bottom","orphan":"0","backdrop":"0","reflex":"0","filtervalues":{"category":[],"course":["0"],"courseformat":[],"role":[],"theme":[]},"majorupdatetime":1543468823,"shipped_tour":true,"shipped_filename":"36_messaging.json","shipped_version":3} -4 Activity information in course homepage (Student) A tour of the activity information for Student display on the course homepage /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":["student"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620109487,"shipped_tour":true,"shipped_filename":"311_activity_information_course_page_student.json","shipped_version":2} +COPY public.m2tool_usertours_tours (id, name, description, pathmatch, enabled, sortorder, configdata, endtourlabel, displaystepnumbers) FROM stdin; +10 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 +5 Activity information in activity page (Teacher) A tour of the activity information for Teacher display on the activity page /mod/%/view.php% 0 5 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["manager","teacher","editingteacher"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620110287,"shipped_tour":true,"shipped_filename":"311_activity_information_activity_page_teacher.json","shipped_version":2} \N 0 +3 Activity information in course homepage (Teacher) A tour of the activity information for Teacher display on the course homepage /course/view.php% 0 7 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["manager","teacher","editingteacher"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620109487,"shipped_tour":true,"shipped_filename":"311_activity_information_course_page_teacher.json","shipped_version":2} \N 0 +7 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 +2 Dashboard New dashboard features /my/% 0 8 {"placement":"top","orphan":"0","backdrop":"0","reflex":"0","filtervalues":{"category":[],"course":["0"],"courseformat":[],"role":[],"theme":[]},"majorupdatetime":1543396938,"shipped_tour":true,"shipped_filename":"36_dashboard.json","shipped_version":3} \N 0 +8 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 +6 Activity information in activity page (Student) A tour of the activity information for Student display on the activity page /mod/%/view.php% 0 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":["student"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620110287,"shipped_tour":true,"shipped_filename":"311_activity_information_activity_page_student.json","shipped_version":2} \N 0 +9 tour_navigation_mycourses_tour_name,tool_usertours tour_navigation_mycourses_tour_des,tool_usertours /my/courses.php 1 1 {"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} tour_navigation_mycourses_endtourlabel,tool_usertours 1 +1 New Messaging System New messaging interface in Moodle 3.6 /course/view.php% 0 9 {"placement":"bottom","orphan":"0","backdrop":"0","reflex":"0","filtervalues":{"category":[],"course":["0"],"courseformat":[],"role":[],"theme":[]},"majorupdatetime":1543468823,"shipped_tour":true,"shipped_filename":"36_messaging.json","shipped_version":3} \N 0 +4 Activity information in course homepage (Student) A tour of the activity information for Student display on the course homepage /course/view.php% 0 6 {"placement":"bottom","orphan":"0","backdrop":"1","reflex":"0","filtervalues":{"accessdate":{"filter_accessdate":"tool_usertours_accountcreation","filter_accessdate_range":0,"filter_accessdate_enabled":"0"},"category":[],"course":[],"courseformat":[],"role":["student"],"theme":[],"cssselector":["[data-region=activity-information]"]},"majorupdatetime":1620109487,"shipped_tour":true,"shipped_filename":"311_activity_information_course_page_student.json","shipped_version":2} \N 0 \. @@ -43772,6 +45873,1646 @@ COPY public.m2upgrade_log (id, type, plugin, version, targetversion, info, detai 3016 0 atto_wiris 2022070100 2022112300 Starting plugin upgrade \N 2 1680524443 3017 0 atto_wiris 2022112300 2022112300 Upgrade savepoint reached \N 2 1680524443 3018 0 atto_wiris 2022112300 2022112300 Plugin upgraded \N 2 1680524444 +3019 0 core 2021051713.02 2022112805.07 Starting core upgrade \N 0 1710932173 +3020 0 core 2021052500.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3021 0 core 2021052500.02 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3022 0 core 2021052500.04 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3023 0 core 2021052500.05 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3024 0 core 2021052500.06 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3025 0 core 2021052500.13 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3026 0 core 2021052500.15 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3027 0 core 2021052500.19 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3028 0 core 2021052500.2 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3029 0 core 2021052500.24 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3030 0 core 2021052500.26 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3031 0 core 2021052500.27 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3032 0 core 2021052500.29 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3033 0 core 2021052500.3 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3034 0 core 2021052500.32 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3035 0 core 2021052500.33 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3036 0 core 2021052500.36 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3037 0 core 2021052500.42 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3038 0 core 2021052500.55 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3039 0 core 2021052500.59 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3040 0 core 2021052500.6 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3041 0 core 2021052500.64 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3042 0 core 2021052500.67 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3043 0 core 2021052500.69 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3044 0 core 2021052500.74 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3045 0 core 2021052500.75 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3046 0 core 2021052500.78 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3047 0 core 2021052500.83 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3048 0 core 2021052500.84 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3049 0 core 2021052500.85 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3050 0 core 2021052500.87 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3051 0 core 2021052500.9 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3052 0 core 2021060200 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3053 0 core 2021060900 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3054 0 core 2021072800.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3055 0 core 2021090200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3056 0 core 2021091100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3057 0 core 2021091100.02 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3058 0 core 2021091700.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3059 0 core 2021091700.02 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3060 0 core 2021091700.03 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3061 0 core 2021091700.04 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3062 0 core 2021092400.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3063 0 core 2021092400.03 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3064 0 core 2021100300.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3065 0 core 2021100300.02 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3066 0 core 2021100600.01 2022112805.07 Upgrade savepoint reached \N 0 1710932174 +3067 0 core 2021100600.02 2022112805.07 Upgrade savepoint reached \N 0 1710932175 +3068 0 core 2021100600.03 2022112805.07 Upgrade savepoint reached \N 0 1710932175 +3069 0 core 2021100600.04 2022112805.07 Upgrade savepoint reached \N 0 1710932175 +3070 0 core 2021101900.01 2022112805.07 Upgrade savepoint reached \N 0 1710932175 +3071 0 core 2021102600.01 2022112805.07 Upgrade savepoint reached \N 0 1710932176 +3072 0 core 2021102900.02 2022112805.07 Upgrade savepoint reached \N 0 1710932176 +3073 0 core 2021110100 2022112805.07 Upgrade savepoint reached \N 0 1710932176 +3074 0 core 2021110800.02 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3075 0 core 2021110800.03 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3076 0 core 2021111700 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3077 0 core 2021111700.01 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3078 0 core 2021120100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3079 0 core 2021121400.01 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3080 0 core 2021121700.01 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3081 0 core 2021122100 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3082 0 core 2021122100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3083 0 core 2021122100.02 2022112805.07 Upgrade savepoint reached \N 0 1710932177 +3084 0 core 2021123000.01 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3085 0 core 2021123000.02 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3086 0 core 2021123000.03 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3087 0 core 2022011100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3088 0 core 2022012100.02 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3089 0 core 2022020200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3090 0 core 2022020200.02 2022112805.07 Upgrade savepoint reached \N 0 1710932178 +3091 0 core 2022020200.03 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3092 0 core 2022020200.04 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3093 0 core 2022020200.05 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3094 0 core 2022020200.06 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3095 0 core 2022020200.07 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3096 0 core 2022021100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3097 0 core 2022021100.02 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3098 0 core 2022022600.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3099 0 core 2022030100 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3100 0 core 2022031100.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3101 0 core 2022032200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3102 0 core 2022032200.02 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3103 0 core 2022041200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3104 0 core 2022042900.01 2022112805.07 Upgrade savepoint reached \N 0 1710932179 +3105 0 core 2022051000 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3106 0 core 2022052500 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3107 0 core 2022052700.01 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3108 0 core 2022052700.02 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3109 0 core 2022060300.01 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3110 0 core 2022061000.01 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3111 0 core 2022061500 2022112805.07 Upgrade savepoint reached \N 0 1710932180 +3112 0 core 2022072900 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3113 0 core 2022081200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3114 0 core 2022091000.01 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3115 0 core 2022092200.01 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3116 0 core 2022101400.01 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3117 0 core 2022101400.03 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3118 0 core 2022101400.04 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3119 0 core 2022101400.05 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3120 0 core 2022102800.01 2022112805.07 Upgrade savepoint reached \N 0 1710932181 +3121 0 core 2022110600 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3122 0 core 2022112800.03 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3123 0 core 2022112803.03 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3124 0 core 2022112804.09 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3125 0 core 2022112805.03 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3126 0 core 2022112805.07 2022112805.07 Upgrade savepoint reached \N 0 1710932182 +3127 0 core 2022112805.07 2022112805.07 Core upgraded \N 0 1710932184 +3128 0 antivirus_clamav 2021051700 2022112800 Starting plugin upgrade \N 0 1710932184 +3129 0 antivirus_clamav 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932184 +3130 0 antivirus_clamav 2022112800 2022112800 Plugin upgraded \N 0 1710932184 +3131 0 availability_completion 2021051700 2022112800 Starting plugin upgrade \N 0 1710932184 +3132 0 availability_completion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932184 +3133 0 availability_completion 2022112800 2022112800 Plugin upgraded \N 0 1710932185 +3134 0 availability_date 2021051700 2022112800 Starting plugin upgrade \N 0 1710932185 +3135 0 availability_date 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932185 +3136 0 availability_date 2022112800 2022112800 Plugin upgraded \N 0 1710932185 +3137 0 availability_grade 2021051700 2022112800 Starting plugin upgrade \N 0 1710932185 +3138 0 availability_grade 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932185 +3139 0 availability_grade 2022112800 2022112800 Plugin upgraded \N 0 1710932185 +3140 0 availability_group 2021051700 2022112800 Starting plugin upgrade \N 0 1710932185 +3141 0 availability_group 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932185 +3142 0 availability_group 2022112800 2022112800 Plugin upgraded \N 0 1710932186 +3143 0 availability_grouping 2021051700 2022112800 Starting plugin upgrade \N 0 1710932186 +3144 0 availability_grouping 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932186 +3145 0 availability_grouping 2022112800 2022112800 Plugin upgraded \N 0 1710932186 +3146 0 availability_profile 2021051700 2022112800 Starting plugin upgrade \N 0 1710932186 +3147 0 availability_profile 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932186 +3148 0 availability_profile 2022112800 2022112800 Plugin upgraded \N 0 1710932187 +3149 0 qtype_calculated 2021051700 2022112800 Starting plugin upgrade \N 0 1710932187 +3150 0 qtype_calculated 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932187 +3151 0 qtype_calculated 2022112800 2022112800 Plugin upgraded \N 0 1710932187 +3152 0 qtype_calculatedmulti 2021051700 2022112800 Starting plugin upgrade \N 0 1710932187 +3153 0 qtype_calculatedmulti 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932187 +3154 0 qtype_calculatedmulti 2022112800 2022112800 Plugin upgraded \N 0 1710932187 +3155 0 qtype_calculatedsimple 2021051700 2022112800 Starting plugin upgrade \N 0 1710932187 +3156 0 qtype_calculatedsimple 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932187 +3157 0 qtype_calculatedsimple 2022112800 2022112800 Plugin upgraded \N 0 1710932188 +3158 0 qtype_ddimageortext 2021051700 2022112800 Starting plugin upgrade \N 0 1710932188 +3159 0 qtype_ddimageortext 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932188 +3160 0 qtype_ddimageortext 2022112800 2022112800 Plugin upgraded \N 0 1710932188 +3161 0 qtype_ddmarker 2021051700 2022112800 Starting plugin upgrade \N 0 1710932188 +3162 0 qtype_ddmarker 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932188 +3163 0 qtype_ddmarker 2022112800 2022112800 Plugin upgraded \N 0 1710932188 +3164 0 qtype_ddwtos 2021051700 2022112800 Starting plugin upgrade \N 0 1710932188 +3165 0 qtype_ddwtos 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932188 +3166 0 qtype_ddwtos 2022112800 2022112800 Plugin upgraded \N 0 1710932188 +3167 0 qtype_description 2021051700 2022112800 Starting plugin upgrade \N 0 1710932188 +3168 0 qtype_description 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932188 +3169 0 qtype_description 2022112800 2022112800 Plugin upgraded \N 0 1710932189 +3170 0 qtype_essay 2021051700 2022112800 Starting plugin upgrade \N 0 1710932189 +3171 0 qtype_essay 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932189 +3172 0 qtype_essay 2021052502 2022112800 Upgrade savepoint reached \N 0 1710932189 +3173 0 qtype_essay 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932189 +3174 0 qtype_essay 2022112800 2022112800 Plugin upgraded \N 0 1710932189 +3175 0 qtype_essaywiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932189 +3176 0 qtype_essaywiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932189 +3177 0 qtype_essaywiris 2023050202 2023050202 Plugin upgraded \N 0 1710932189 +3178 0 qtype_gapselect 2021051700 2022112800 Starting plugin upgrade \N 0 1710932189 +3179 0 qtype_gapselect 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932189 +3180 0 qtype_gapselect 2022112800 2022112800 Plugin upgraded \N 0 1710932190 +3181 0 qtype_match 2021051700 2022112800 Starting plugin upgrade \N 0 1710932190 +3182 0 qtype_match 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932190 +3183 0 qtype_match 2022112800 2022112800 Plugin upgraded \N 0 1710932190 +3184 0 qtype_matchwiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932190 +3185 0 qtype_matchwiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932190 +3186 0 qtype_matchwiris 2023050202 2023050202 Plugin upgraded \N 0 1710932191 +3187 0 qtype_missingtype 2021051700 2022112800 Starting plugin upgrade \N 0 1710932191 +3188 0 qtype_missingtype 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932191 +3189 0 qtype_missingtype 2022112800 2022112800 Plugin upgraded \N 0 1710932191 +3190 0 qtype_multianswer 2021051701 2022112800 Starting plugin upgrade \N 0 1710932191 +3191 0 qtype_multianswer 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932191 +3192 0 qtype_multianswer 2022112800 2022112800 Plugin upgraded \N 0 1710932191 +3193 0 qtype_multianswerwiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932191 +3194 0 qtype_multianswerwiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932191 +3195 0 qtype_multianswerwiris 2023050202 2023050202 Plugin upgraded \N 0 1710932192 +3196 0 qtype_multichoice 2021051700 2022112800 Starting plugin upgrade \N 0 1710932192 +3197 0 qtype_multichoice 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932192 +3198 0 qtype_multichoice 2022112800 2022112800 Plugin upgraded \N 0 1710932192 +3199 0 qtype_multichoicewiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932192 +3200 0 qtype_multichoicewiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932192 +3201 0 qtype_multichoicewiris 2023050202 2023050202 Plugin upgraded \N 0 1710932192 +3202 0 qtype_numerical 2021051700 2022112800 Starting plugin upgrade \N 0 1710932192 +3203 0 qtype_numerical 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932192 +3204 0 qtype_numerical 2022112800 2022112800 Plugin upgraded \N 0 1710932193 +3205 0 qtype_ordering 2021091404 2023042907 Starting plugin upgrade \N 0 1710932193 +3206 0 qtype_ordering 2022092000 2023042907 Upgrade savepoint reached \N 0 1710932193 +3207 0 qtype_ordering 2023042907 2023042907 Upgrade savepoint reached \N 0 1710932193 +3208 0 qtype_ordering 2023042907 2023042907 Plugin upgraded \N 0 1710932193 +3209 0 qtype_random 2021051700 2022112800 Starting plugin upgrade \N 0 1710932193 +3210 0 qtype_random 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932193 +3211 0 qtype_random 2022112800 2022112800 Plugin upgraded \N 0 1710932193 +3212 0 qtype_randomsamatch 2021051700 2022112800 Starting plugin upgrade \N 0 1710932193 +3213 0 qtype_randomsamatch 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932193 +3214 0 qtype_randomsamatch 2022112800 2022112800 Plugin upgraded \N 0 1710932194 +3215 0 qtype_shortanswer 2021051700 2022112800 Starting plugin upgrade \N 0 1710932194 +3216 0 qtype_shortanswer 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932194 +3217 0 qtype_shortanswer 2022112800 2022112800 Plugin upgraded \N 0 1710932194 +3218 0 qtype_shortanswerwiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932194 +3219 0 qtype_shortanswerwiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932194 +3220 0 qtype_shortanswerwiris 2023050202 2023050202 Plugin upgraded \N 0 1710932194 +3221 0 qtype_truefalse 2021051700 2022112800 Starting plugin upgrade \N 0 1710932194 +3222 0 qtype_truefalse 2022071900 2022112800 Upgrade savepoint reached \N 0 1710932195 +3223 0 qtype_truefalse 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932195 +3224 0 qtype_truefalse 2022112800 2022112800 Plugin upgraded \N 0 1710932195 +3225 0 qtype_truefalsewiris 2023020701 2023050202 Starting plugin upgrade \N 0 1710932195 +3226 0 qtype_truefalsewiris 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932195 +3227 0 qtype_truefalsewiris 2023050202 2023050202 Plugin upgraded \N 0 1710932195 +3228 0 qtype_wq 2023020701 2023050202 Starting plugin upgrade \N 0 1710932195 +3229 0 qtype_wq 2023050202 2023050202 Upgrade savepoint reached \N 0 1710932195 +3230 0 qtype_wq 2023050202 2023050202 Plugin upgraded \N 0 1710932196 +3231 0 mod_assign 2021051701 2022112801 Starting plugin upgrade \N 0 1710932196 +3232 0 mod_assign 2021110901 2022112801 Upgrade savepoint reached \N 0 1710932196 +3233 0 mod_assign 2022071300 2022112801 Upgrade savepoint reached \N 0 1710932196 +3234 0 mod_assign 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932196 +3235 0 mod_assign 2022112801 2022112801 Plugin upgraded \N 0 1710932196 +3236 0 mod_assignment 2021051700 2022112800 Starting plugin upgrade \N 0 1710932196 +3237 0 mod_assignment 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932196 +3238 0 mod_assignment 2022112800 2022112800 Plugin upgraded \N 0 1710932197 +3239 0 mod_attendance 2021082610 2023020107 Starting plugin upgrade \N 0 1710932197 +3240 0 mod_attendance 2022082900 2023020107 Upgrade savepoint reached \N 0 1710932197 +3241 0 mod_attendance 2022083100 2023020107 Upgrade savepoint reached \N 0 1710932197 +3242 0 mod_attendance 2022090900 2023020107 Upgrade savepoint reached \N 0 1710932197 +3243 0 mod_attendance 2023020100 2023020107 Upgrade savepoint reached \N 0 1710932197 +3244 0 mod_attendance 2023020102 2023020107 Upgrade savepoint reached \N 0 1710932197 +3245 0 mod_attendance 2023020106 2023020107 Upgrade savepoint reached \N 0 1710932197 +3246 0 mod_attendance 2023020107 2023020107 Upgrade savepoint reached \N 0 1710932197 +3247 0 mod_attendance 2023020107 2023020107 Plugin upgraded \N 0 1710932198 +3248 0 mod_bigbluebuttonbn \N 2022112800 Starting plugin installation \N 0 1710932198 +3249 0 mod_bigbluebuttonbn 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932199 +3250 0 mod_bigbluebuttonbn 2022112800 2022112800 Plugin installed \N 0 1710932208 +3251 0 mod_book 2021051700 2022112800 Starting plugin upgrade \N 0 1710932208 +3252 0 mod_book 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932208 +3253 0 mod_book 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932208 +3254 0 mod_book 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932208 +3255 0 mod_book 2022112800 2022112800 Plugin upgraded \N 0 1710932208 +3256 0 mod_chat 2021051700 2022112800 Starting plugin upgrade \N 0 1710932208 +3257 0 mod_chat 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932208 +3258 0 mod_chat 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932208 +3259 0 mod_chat 2022112800 2022112800 Plugin upgraded \N 0 1710932209 +3260 0 mod_choice 2021051700 2022112800 Starting plugin upgrade \N 0 1710932209 +3261 0 mod_choice 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932209 +3262 0 mod_choice 2022112800 2022112800 Plugin upgraded \N 0 1710932209 +3263 0 mod_choicegroup 2023013000 2023061400 Starting plugin upgrade \N 0 1710932209 +3264 0 mod_choicegroup 2023061400 2023061400 Upgrade savepoint reached \N 0 1710932209 +3265 0 mod_choicegroup 2023061400 2023061400 Plugin upgraded \N 0 1710932209 +3266 0 mod_data 2021051700 2022112801 Starting plugin upgrade \N 0 1710932209 +3267 0 mod_data 2022081600 2022112801 Upgrade savepoint reached \N 0 1710932210 +3268 0 mod_data 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932210 +3269 0 mod_data 2022112801 2022112801 Plugin upgraded \N 0 1710932210 +3270 0 mod_feedback 2021051700 2022112800 Starting plugin upgrade \N 0 1710932210 +3271 0 mod_feedback 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932210 +3272 0 mod_feedback 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932210 +3273 0 mod_feedback 2022112800 2022112800 Plugin upgraded \N 0 1710932210 +3274 0 mod_folder 2021051700 2022112800 Starting plugin upgrade \N 0 1710932210 +3275 0 mod_folder 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932210 +3276 0 mod_folder 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932210 +3277 0 mod_folder 2022112800 2022112800 Plugin upgraded \N 0 1710932211 +3278 0 mod_forum 2021051701 2022112801 Starting plugin upgrade \N 0 1710932211 +3279 0 mod_forum 2021101100 2022112801 Upgrade savepoint reached \N 0 1710932211 +3280 0 mod_forum 2021101101 2022112801 Upgrade savepoint reached \N 0 1710932211 +3281 0 mod_forum 2022062700 2022112801 Upgrade savepoint reached \N 0 1710932211 +3282 0 mod_forum 2022072900 2022112801 Upgrade savepoint reached \N 0 1710932211 +3283 0 mod_forum 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932211 +3284 0 mod_forum 2022112801 2022112801 Plugin upgraded \N 0 1710932212 +3285 0 mod_glossary 2021051700 2022112800 Starting plugin upgrade \N 0 1710932212 +3286 0 mod_glossary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932212 +3287 0 mod_glossary 2022112800 2022112800 Plugin upgraded \N 0 1710932212 +3288 0 mod_h5pactivity 2021051700 2022112801 Starting plugin upgrade \N 0 1710932212 +3289 0 mod_h5pactivity 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932212 +3290 0 mod_h5pactivity 2022112801 2022112801 Plugin upgraded \N 0 1710932212 +3291 0 mod_hotpot 2020060544 2022091548 Starting plugin upgrade \N 0 1710932212 +3292 0 mod_hotpot 2022091548 2022091548 Upgrade savepoint reached \N 0 1710932212 +3293 0 mod_hotpot 2022091548 2022091548 Plugin upgraded \N 0 1710932213 +3294 0 mod_imscp 2021051700 2022112800 Starting plugin upgrade \N 0 1710932213 +3295 0 mod_imscp 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932213 +3296 0 mod_imscp 2022112800 2022112800 Plugin upgraded \N 0 1710932213 +3297 0 mod_jclic 2021060100 2023071300 Starting plugin upgrade \N 0 1710932213 +3298 0 mod_jclic 2023071300 2023071300 Upgrade savepoint reached \N 0 1710932213 +3299 0 mod_jclic 2023071300 2023071300 Plugin upgraded \N 0 1710932213 +3300 0 mod_journal 2022091600 2023042400 Starting plugin upgrade \N 0 1710932213 +3301 0 mod_journal 2023042400 2023042400 Upgrade savepoint reached \N 0 1710932213 +3302 0 mod_journal 2023042400 2023042400 Plugin upgraded \N 0 1710932214 +3303 0 mod_label 2021051701 2022112801 Starting plugin upgrade \N 0 1710932214 +3304 0 mod_label 2022101300 2022112801 Upgrade savepoint reached \N 0 1710932214 +3305 0 mod_label 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932214 +3306 0 mod_label 2022112801 2022112801 Plugin upgraded \N 0 1710932214 +3307 0 mod_lesson 2021051700 2022112800 Starting plugin upgrade \N 0 1710932214 +3308 0 mod_lesson 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932214 +3309 0 mod_lesson 2022112800 2022112800 Plugin upgraded \N 0 1710932214 +3310 0 mod_lti 2021051701 2022112800 Starting plugin upgrade \N 0 1710932214 +3311 0 mod_lti 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932214 +3312 0 mod_lti 2022032900 2022112800 Upgrade savepoint reached \N 0 1710932214 +3313 0 mod_lti 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932214 +3314 0 mod_lti 2022112800 2022112800 Plugin upgraded \N 0 1710932215 +3315 0 mod_page 2021051700 2022112800 Starting plugin upgrade \N 0 1710932215 +3316 0 mod_page 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932215 +3317 0 mod_page 2022112800 2022112800 Plugin upgraded \N 0 1710932215 +3318 0 mod_questionnaire 2021062302 2022121600 Starting plugin upgrade \N 0 1710932215 +3319 0 mod_questionnaire 2022092200 2022121600 Upgrade savepoint reached \N 0 1710932215 +3320 0 mod_questionnaire 2022121600 2022121600 Upgrade savepoint reached \N 0 1710932215 +3321 0 mod_questionnaire 2022121600 2022121600 Plugin upgraded \N 0 1710932216 +3322 0 mod_quiz 2021051700 2022112800 Starting plugin upgrade \N 0 1710932216 +3323 0 mod_quiz 2021052503 2022112800 Upgrade savepoint reached \N 0 1710932216 +3324 0 mod_quiz 2021101900 2022112800 Upgrade savepoint reached \N 0 1710932216 +3325 0 mod_quiz 2022020300 2022112800 Upgrade savepoint reached \N 0 1710932216 +3326 0 mod_quiz 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932216 +3327 0 mod_quiz 2022112800 2022112800 Plugin upgraded \N 0 1710932216 +3328 0 mod_resource 2021051700 2022112800 Starting plugin upgrade \N 0 1710932216 +3329 0 mod_resource 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932216 +3330 0 mod_resource 2022112800 2022112800 Plugin upgraded \N 0 1710932217 +3331 0 mod_scorm 2021051700 2022112800 Starting plugin upgrade \N 0 1710932217 +3332 0 mod_scorm 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932217 +3333 0 mod_scorm 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932217 +3334 0 mod_scorm 2022112800 2022112800 Plugin upgraded \N 0 1710932217 +3335 0 mod_survey 2021051700 2022112800 Starting plugin upgrade \N 0 1710932217 +3336 0 mod_survey 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932217 +3337 0 mod_survey 2022112800 2022112800 Plugin upgraded \N 0 1710932218 +3338 0 mod_url 2021051700 2022112800 Starting plugin upgrade \N 0 1710932218 +3339 0 mod_url 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932218 +3340 0 mod_url 2022112800 2022112800 Plugin upgraded \N 0 1710932218 +3341 0 mod_wiki 2021051700 2022112800 Starting plugin upgrade \N 0 1710932218 +3342 0 mod_wiki 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932218 +3343 0 mod_wiki 2022112800 2022112800 Plugin upgraded \N 0 1710932218 +3344 0 mod_workshop 2021051700 2022112800 Starting plugin upgrade \N 0 1710932218 +3345 0 mod_workshop 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932218 +3346 0 mod_workshop 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932218 +3347 0 mod_workshop 2022112800 2022112800 Plugin upgraded \N 0 1710932219 +3348 0 auth_cas 2021051700 2022112800 Starting plugin upgrade \N 0 1710932219 +3349 0 auth_cas 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932219 +3350 0 auth_cas 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932219 +3351 0 auth_cas 2022112800 2022112800 Plugin upgraded \N 0 1710932219 +3352 0 auth_db 2021051700 2022112800 Starting plugin upgrade \N 0 1710932219 +3353 0 auth_db 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932219 +3354 0 auth_db 2022112800 2022112800 Plugin upgraded \N 0 1710932219 +3355 0 auth_email 2021051700 2022112800 Starting plugin upgrade \N 0 1710932219 +3356 0 auth_email 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932219 +3357 0 auth_email 2022112800 2022112800 Plugin upgraded \N 0 1710932220 +3358 0 auth_ldap 2021051700 2022112800 Starting plugin upgrade \N 0 1710932220 +3359 0 auth_ldap 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932220 +3360 0 auth_ldap 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932220 +3361 0 auth_ldap 2022112800 2022112800 Plugin upgraded \N 0 1710932220 +3362 0 auth_lti 2021051700 2022112800 Starting plugin upgrade \N 0 1710932220 +3363 0 auth_lti 2021100500 2022112800 Upgrade savepoint reached \N 0 1710932220 +3364 0 auth_lti 2022030900 2022112800 Upgrade savepoint reached \N 0 1710932220 +3365 0 auth_lti 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932220 +3366 0 auth_lti 2022112800 2022112800 Plugin upgraded \N 0 1710932221 +3367 0 auth_manual 2021051700 2022112800 Starting plugin upgrade \N 0 1710932221 +3368 0 auth_manual 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932221 +3369 0 auth_manual 2022112800 2022112800 Plugin upgraded \N 0 1710932221 +3370 0 auth_mnet 2021051700 2022112800 Starting plugin upgrade \N 0 1710932221 +3371 0 auth_mnet 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932221 +3372 0 auth_mnet 2022112800 2022112800 Plugin upgraded \N 0 1710932222 +3373 0 auth_nologin 2021051700 2022112800 Starting plugin upgrade \N 0 1710932222 +3374 0 auth_nologin 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932222 +3375 0 auth_nologin 2022112800 2022112800 Plugin upgraded \N 0 1710932222 +3376 0 auth_none 2021051700 2022112800 Starting plugin upgrade \N 0 1710932222 +3377 0 auth_none 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932222 +3378 0 auth_none 2022112800 2022112800 Plugin upgraded \N 0 1710932222 +3379 0 auth_oauth2 2021051700 2022112800 Starting plugin upgrade \N 0 1710932222 +3380 0 auth_oauth2 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932222 +3381 0 auth_oauth2 2022112800 2022112800 Plugin upgraded \N 0 1710932223 +3382 0 auth_saml2 2022083100 2022111701 Starting plugin upgrade \N 0 1710932223 +3383 0 auth_saml2 2022111701 2022111701 Upgrade savepoint reached \N 0 1710932223 +3384 0 auth_saml2 2022111701 2022111701 Plugin upgraded \N 0 1710932223 +3385 0 auth_shibboleth 2021051700 2022112800 Starting plugin upgrade \N 0 1710932223 +3386 0 auth_shibboleth 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932223 +3387 0 auth_shibboleth 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932223 +3388 0 auth_shibboleth 2022112800 2022112800 Plugin upgraded \N 0 1710932223 +3389 0 auth_webservice 2021051700 2022112800 Starting plugin upgrade \N 0 1710932223 +3390 0 auth_webservice 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932223 +3391 0 auth_webservice 2022112800 2022112800 Plugin upgraded \N 0 1710932224 +3392 0 calendartype_gregorian 2021051700 2022112800 Starting plugin upgrade \N 0 1710932224 +3393 0 calendartype_gregorian 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932224 +3394 0 calendartype_gregorian 2022112800 2022112800 Plugin upgraded \N 0 1710932224 +3395 0 customfield_checkbox 2021051700 2022112800 Starting plugin upgrade \N 0 1710932224 +3396 0 customfield_checkbox 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932224 +3397 0 customfield_checkbox 2022112800 2022112800 Plugin upgraded \N 0 1710932224 +3398 0 customfield_date 2021051700 2022112800 Starting plugin upgrade \N 0 1710932224 +3399 0 customfield_date 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932224 +3400 0 customfield_date 2022112800 2022112800 Plugin upgraded \N 0 1710932225 +3401 0 customfield_select 2021051700 2022112800 Starting plugin upgrade \N 0 1710932225 +3402 0 customfield_select 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932225 +3403 0 customfield_select 2022112800 2022112800 Plugin upgraded \N 0 1710932225 +3404 0 customfield_text 2021051700 2022112800 Starting plugin upgrade \N 0 1710932225 +3405 0 customfield_text 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932225 +3406 0 customfield_text 2022112800 2022112800 Plugin upgraded \N 0 1710932225 +3407 0 customfield_textarea 2021051700 2022112800 Starting plugin upgrade \N 0 1710932225 +3408 0 customfield_textarea 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932225 +3409 0 customfield_textarea 2022112800 2022112800 Plugin upgraded \N 0 1710932226 +3410 0 enrol_category 2021051700 2022112800 Starting plugin upgrade \N 0 1710932226 +3411 0 enrol_category 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932226 +3412 0 enrol_category 2022112800 2022112800 Plugin upgraded \N 0 1710932226 +3413 0 enrol_cohort 2021051700 2022112800 Starting plugin upgrade \N 0 1710932226 +3414 0 enrol_cohort 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932226 +3415 0 enrol_cohort 2022112800 2022112800 Plugin upgraded \N 0 1710932226 +3416 0 enrol_database 2021051700 2022112800 Starting plugin upgrade \N 0 1710932226 +3417 0 enrol_database 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932226 +3418 0 enrol_database 2022112800 2022112800 Plugin upgraded \N 0 1710932227 +3419 0 enrol_fee 2021051700 2022112800 Starting plugin upgrade \N 0 1710932227 +3420 0 enrol_fee 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932227 +3421 0 enrol_fee 2022112800 2022112800 Plugin upgraded \N 0 1710932227 +3422 0 enrol_flatfile 2021051700 2022112800 Starting plugin upgrade \N 0 1710932227 +3423 0 enrol_flatfile 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932227 +3424 0 enrol_flatfile 2022112800 2022112800 Plugin upgraded \N 0 1710932227 +3425 0 enrol_guest 2021051700 2022112800 Starting plugin upgrade \N 0 1710932227 +3426 0 enrol_guest 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932227 +3427 0 enrol_guest 2022112800 2022112800 Plugin upgraded \N 0 1710932228 +3428 0 enrol_imsenterprise 2021051700 2022112800 Starting plugin upgrade \N 0 1710932228 +3429 0 enrol_imsenterprise 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932228 +3430 0 enrol_imsenterprise 2022112800 2022112800 Plugin upgraded \N 0 1710932228 +3431 0 enrol_ldap 2021051700 2022112800 Starting plugin upgrade \N 0 1710932228 +3432 0 enrol_ldap 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932228 +3433 0 enrol_ldap 2022112800 2022112800 Plugin upgraded \N 0 1710932228 +3434 0 enrol_lti 2021051703 2022112800 Starting plugin upgrade \N 0 1710932228 +3435 0 enrol_lti 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932229 +3436 0 enrol_lti 2021052502 2022112800 Upgrade savepoint reached \N 0 1710932229 +3437 0 enrol_lti 2021052503 2022112800 Upgrade savepoint reached \N 0 1710932229 +3438 0 enrol_lti 2021052504 2022112800 Upgrade savepoint reached \N 0 1710932229 +3439 0 enrol_lti 2021052505 2022112800 Upgrade savepoint reached \N 0 1710932229 +3440 0 enrol_lti 2021052506 2022112800 Upgrade savepoint reached \N 0 1710932229 +3441 0 enrol_lti 2021052507 2022112800 Upgrade savepoint reached \N 0 1710932230 +3442 0 enrol_lti 2021052508 2022112800 Upgrade savepoint reached \N 0 1710932230 +3443 0 enrol_lti 2021052512 2022112800 Upgrade savepoint reached \N 0 1710932230 +3444 0 enrol_lti 2021052513 2022112800 Upgrade savepoint reached \N 0 1710932230 +3445 0 enrol_lti 2021052514 2022112800 Upgrade savepoint reached \N 0 1710932231 +3446 0 enrol_lti 2022031400 2022112800 Upgrade savepoint reached \N 0 1710932231 +3447 0 enrol_lti 2022031401 2022112800 Upgrade savepoint reached \N 0 1710932231 +3448 0 enrol_lti 2022031402 2022112800 Upgrade savepoint reached \N 0 1710932231 +3449 0 enrol_lti 2022061500 2022112800 Upgrade savepoint reached \N 0 1710932231 +3450 0 enrol_lti 2022103100 2022112800 Upgrade savepoint reached \N 0 1710932231 +3451 0 enrol_lti 2022110300 2022112800 Upgrade savepoint reached \N 0 1710932231 +3452 0 enrol_lti 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932231 +3453 0 enrol_lti 2022112800 2022112800 Plugin upgraded \N 0 1710932232 +3454 0 enrol_manual 2021051700 2022112800 Starting plugin upgrade \N 0 1710932232 +3455 0 enrol_manual 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932232 +3456 0 enrol_manual 2022112800 2022112800 Plugin upgraded \N 0 1710932232 +3457 0 enrol_meta 2021051700 2022112800 Starting plugin upgrade \N 0 1710932232 +3458 0 enrol_meta 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932232 +3459 0 enrol_meta 2022112800 2022112800 Plugin upgraded \N 0 1710932233 +3460 0 enrol_mnet 2021051700 2022112800 Starting plugin upgrade \N 0 1710932233 +3461 0 enrol_mnet 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932233 +3462 0 enrol_mnet 2022112800 2022112800 Plugin upgraded \N 0 1710932233 +3463 0 enrol_paypal 2021051700 2022112800 Starting plugin upgrade \N 0 1710932233 +3464 0 enrol_paypal 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932233 +3465 0 enrol_paypal 2022112800 2022112800 Plugin upgraded \N 0 1710932233 +3466 0 enrol_self 2021051700 2022112800 Starting plugin upgrade \N 0 1710932233 +3467 0 enrol_self 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932233 +3468 0 enrol_self 2022112800 2022112800 Plugin upgraded \N 0 1710932234 +3469 0 message_airnotifier 2021051700 2022112800 Starting plugin upgrade \N 0 1710932234 +3470 0 message_airnotifier 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932234 +3471 0 message_airnotifier 2022112800 2022112800 Plugin upgraded \N 0 1710932234 +3472 0 message_email 2021051700 2022112800 Starting plugin upgrade \N 0 1710932234 +3473 0 message_email 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932234 +3474 0 message_email 2022112800 2022112800 Plugin upgraded \N 0 1710932235 +3475 0 message_popup 2021051700 2022112800 Starting plugin upgrade \N 0 1710932235 +3476 0 message_popup 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932235 +3477 0 message_popup 2022112800 2022112800 Plugin upgraded \N 0 1710932235 +3478 0 block_accessreview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932236 +3479 0 block_accessreview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932236 +3480 0 block_accessreview 2022112800 2022112800 Plugin upgraded \N 0 1710932236 +3481 0 block_activity_modules 2021051700 2022112800 Starting plugin upgrade \N 0 1710932236 +3482 0 block_activity_modules 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932236 +3483 0 block_activity_modules 2022112800 2022112800 Plugin upgraded \N 0 1710932236 +3484 0 block_activity_results 2021051700 2022112800 Starting plugin upgrade \N 0 1710932236 +3485 0 block_activity_results 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932236 +3486 0 block_activity_results 2022112800 2022112800 Plugin upgraded \N 0 1710932237 +3487 0 block_admin_bookmarks 2021051700 2022112800 Starting plugin upgrade \N 0 1710932237 +3488 0 block_admin_bookmarks 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932237 +3489 0 block_admin_bookmarks 2022112800 2022112800 Plugin upgraded \N 0 1710932238 +3490 0 block_badges 2021051700 2022112800 Starting plugin upgrade \N 0 1710932238 +3491 0 block_badges 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932238 +3492 0 block_badges 2022112800 2022112800 Plugin upgraded \N 0 1710932238 +3493 0 block_blog_menu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932238 +3494 0 block_blog_menu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932238 +3495 0 block_blog_menu 2022112800 2022112800 Plugin upgraded \N 0 1710932238 +3496 0 block_blog_recent 2021051700 2022112800 Starting plugin upgrade \N 0 1710932238 +3497 0 block_blog_recent 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932239 +3498 0 block_blog_recent 2022112800 2022112800 Plugin upgraded \N 0 1710932239 +3499 0 block_blog_tags 2021051700 2022112800 Starting plugin upgrade \N 0 1710932239 +3500 0 block_blog_tags 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932239 +3501 0 block_blog_tags 2022112800 2022112800 Plugin upgraded \N 0 1710932239 +3502 0 block_calendar_month 2021051700 2022112800 Starting plugin upgrade \N 0 1710932239 +3503 0 block_calendar_month 2022030200 2022112800 Upgrade savepoint reached \N 0 1710932239 +3504 0 block_calendar_month 2022041901 2022112800 Upgrade savepoint reached \N 0 1710932239 +3505 0 block_calendar_month 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932239 +3506 0 block_calendar_month 2022112800 2022112800 Plugin upgraded \N 0 1710932240 +3507 0 block_calendar_upcoming 2021051700 2022112800 Starting plugin upgrade \N 0 1710932240 +3508 0 block_calendar_upcoming 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932240 +3509 0 block_calendar_upcoming 2022112800 2022112800 Plugin upgraded \N 0 1710932240 +3510 0 block_comments 2021051700 2022112800 Starting plugin upgrade \N 0 1710932240 +3511 0 block_comments 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932240 +3512 0 block_comments 2022112800 2022112800 Plugin upgraded \N 0 1710932241 +3513 0 block_completion_progress 2022112800 2023063000 Starting plugin upgrade \N 0 1710932241 +3514 0 block_completion_progress 2023063000 2023063000 Upgrade savepoint reached \N 0 1710932241 +3515 0 block_completion_progress 2023063000 2023063000 Plugin upgraded \N 0 1710932241 +3516 0 block_completionstatus 2021051700 2022112800 Starting plugin upgrade \N 0 1710932241 +3517 0 block_completionstatus 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932241 +3518 0 block_completionstatus 2022112800 2022112800 Plugin upgraded \N 0 1710932241 +3519 0 block_course_list 2021051700 2022112800 Starting plugin upgrade \N 0 1710932241 +3520 0 block_course_list 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932241 +3521 0 block_course_list 2022112800 2022112800 Plugin upgraded \N 0 1710932242 +3522 0 block_course_summary 2021051700 2022112800 Starting plugin upgrade \N 0 1710932242 +3523 0 block_course_summary 2021121600 2022112800 Upgrade savepoint reached \N 0 1710932242 +3524 0 block_course_summary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932242 +3525 0 block_course_summary 2022112800 2022112800 Plugin upgraded \N 0 1710932242 +3526 0 block_feedback 2021051700 2022112800 Starting plugin upgrade \N 0 1710932242 +3527 0 block_feedback 2021121600 2022112800 Upgrade savepoint reached \N 0 1710932242 +3528 0 block_feedback 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932242 +3529 0 block_feedback 2022112800 2022112800 Plugin upgraded \N 0 1710932242 +3530 0 block_globalsearch 2021051700 2022112800 Starting plugin upgrade \N 0 1710932242 +3531 0 block_globalsearch 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932242 +3532 0 block_globalsearch 2022112800 2022112800 Plugin upgraded \N 0 1710932243 +3533 0 block_glossary_random 2021051700 2022112800 Starting plugin upgrade \N 0 1710932243 +3534 0 block_glossary_random 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932243 +3535 0 block_glossary_random 2022112800 2022112800 Plugin upgraded \N 0 1710932243 +3536 0 block_html 2021051700 2022112800 Starting plugin upgrade \N 0 1710932243 +3537 0 block_html 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932243 +3538 0 block_html 2022112800 2022112800 Plugin upgraded \N 0 1710932244 +3539 0 block_login 2021051700 2022112800 Starting plugin upgrade \N 0 1710932244 +3540 0 block_login 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932244 +3541 0 block_login 2022112800 2022112800 Plugin upgraded \N 0 1710932244 +3542 0 block_lp 2021051700 2022112800 Starting plugin upgrade \N 0 1710932244 +3543 0 block_lp 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932244 +3544 0 block_lp 2022112800 2022112800 Plugin upgraded \N 0 1710932245 +3545 0 block_mentees 2021051700 2022112800 Starting plugin upgrade \N 0 1710932245 +3546 0 block_mentees 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932245 +3547 0 block_mentees 2022112800 2022112800 Plugin upgraded \N 0 1710932245 +3548 0 block_mnet_hosts 2021051700 2022112800 Starting plugin upgrade \N 0 1710932245 +3549 0 block_mnet_hosts 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932245 +3550 0 block_mnet_hosts 2022112800 2022112800 Plugin upgraded \N 0 1710932246 +3551 0 block_myoverview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932246 +3552 0 block_myoverview 2021052504 2022112800 Upgrade savepoint reached \N 0 1710932246 +3553 0 block_myoverview 2022041901 2022112800 Upgrade savepoint reached \N 0 1710932246 +3554 0 block_myoverview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932246 +3555 0 block_myoverview 2022112800 2022112800 Plugin upgraded \N 0 1710932246 +3556 0 block_myprofile 2021051700 2022112800 Starting plugin upgrade \N 0 1710932246 +3557 0 block_myprofile 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932246 +3558 0 block_myprofile 2022112800 2022112800 Plugin upgraded \N 0 1710932247 +3559 0 block_navigation 2021051700 2022112800 Starting plugin upgrade \N 0 1710932247 +3560 0 block_navigation 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932247 +3561 0 block_navigation 2022112800 2022112800 Plugin upgraded \N 0 1710932247 +3562 0 block_news_items 2021051700 2022112800 Starting plugin upgrade \N 0 1710932247 +3563 0 block_news_items 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932247 +3564 0 block_news_items 2022112800 2022112800 Plugin upgraded \N 0 1710932248 +3565 0 block_online_users 2021051700 2022112800 Starting plugin upgrade \N 0 1710932248 +3566 0 block_online_users 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932248 +3567 0 block_online_users 2022112800 2022112800 Plugin upgraded \N 0 1710932248 +3568 0 block_private_files 2021051700 2022112800 Starting plugin upgrade \N 0 1710932248 +3569 0 block_private_files 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932248 +3570 0 block_private_files 2022112800 2022112800 Plugin upgraded \N 0 1710932248 +3571 0 block_recent_activity 2021051700 2022112800 Starting plugin upgrade \N 0 1710932248 +3572 0 block_recent_activity 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932248 +3573 0 block_recent_activity 2022112800 2022112800 Plugin upgraded \N 0 1710932249 +3574 0 block_recentlyaccessedcourses 2021051700 2022112800 Starting plugin upgrade \N 0 1710932249 +3575 0 block_recentlyaccessedcourses 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932249 +3576 0 block_recentlyaccessedcourses 2022112800 2022112800 Plugin upgraded \N 0 1710932249 +3577 0 block_recentlyaccesseditems 2021051700 2022112800 Starting plugin upgrade \N 0 1710932249 +3578 0 block_recentlyaccesseditems 2022030200 2022112800 Upgrade savepoint reached \N 0 1710932249 +3579 0 block_recentlyaccesseditems 2022041901 2022112800 Upgrade savepoint reached \N 0 1710932249 +3580 0 block_recentlyaccesseditems 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932249 +3581 0 block_recentlyaccesseditems 2022112800 2022112800 Plugin upgraded \N 0 1710932250 +3582 0 block_rss_client 2021051700 2022112800 Starting plugin upgrade \N 0 1710932250 +3583 0 block_rss_client 2021121600 2022112800 Upgrade savepoint reached \N 0 1710932250 +3584 0 block_rss_client 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932250 +3585 0 block_rss_client 2022112800 2022112800 Plugin upgraded \N 0 1710932250 +3586 0 block_search_forums 2021051700 2022112800 Starting plugin upgrade \N 0 1710932250 +3587 0 block_search_forums 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932250 +3588 0 block_search_forums 2022112800 2022112800 Plugin upgraded \N 0 1710932250 +3589 0 block_section_links 2021051700 2022112800 Starting plugin upgrade \N 0 1710932250 +3590 0 block_section_links 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932250 +3591 0 block_section_links 2022112800 2022112800 Plugin upgraded \N 0 1710932251 +3592 0 block_selfcompletion 2021051700 2022112800 Starting plugin upgrade \N 0 1710932251 +3593 0 block_selfcompletion 2021121600 2022112800 Upgrade savepoint reached \N 0 1710932251 +3594 0 block_selfcompletion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932251 +3595 0 block_selfcompletion 2022112800 2022112800 Plugin upgraded \N 0 1710932251 +3596 0 block_settings 2021051700 2022112800 Starting plugin upgrade \N 0 1710932251 +3597 0 block_settings 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932251 +3598 0 block_settings 2022112800 2022112800 Plugin upgraded \N 0 1710932251 +3599 0 block_site_main_menu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932251 +3600 0 block_site_main_menu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932251 +3601 0 block_site_main_menu 2022112800 2022112800 Plugin upgraded \N 0 1710932252 +3602 0 block_social_activities 2021051700 2022112800 Starting plugin upgrade \N 0 1710932252 +3603 0 block_social_activities 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932252 +3604 0 block_social_activities 2022112800 2022112800 Plugin upgraded \N 0 1710932252 +3605 0 block_starredcourses 2021051700 2022112800 Starting plugin upgrade \N 0 1710932252 +3606 0 block_starredcourses 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932252 +3607 0 block_starredcourses 2022112800 2022112800 Plugin upgraded \N 0 1710932252 +3608 0 block_tag_flickr 2021051700 2022112800 Starting plugin upgrade \N 0 1710932252 +3609 0 block_tag_flickr 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932252 +3610 0 block_tag_flickr 2022112800 2022112800 Plugin upgraded \N 0 1710932253 +3611 0 block_tag_youtube 2021051700 2022112800 Starting plugin upgrade \N 0 1710932253 +3612 0 block_tag_youtube 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932253 +3613 0 block_tag_youtube 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932253 +3614 0 block_tag_youtube 2022112800 2022112800 Plugin upgraded \N 0 1710932253 +3615 0 block_tags 2021051700 2022112800 Starting plugin upgrade \N 0 1710932253 +3616 0 block_tags 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932253 +3617 0 block_tags 2022112800 2022112800 Plugin upgraded \N 0 1710932254 +3618 0 block_timeline 2021051700 2022112800 Starting plugin upgrade \N 0 1710932254 +3619 0 block_timeline 2022030200 2022112800 Upgrade savepoint reached \N 0 1710932254 +3620 0 block_timeline 2022041901 2022112800 Upgrade savepoint reached \N 0 1710932254 +3621 0 block_timeline 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932254 +3622 0 block_timeline 2022112800 2022112800 Plugin upgraded \N 0 1710932254 +3623 0 media_html5audio 2021051700 2022112800 Starting plugin upgrade \N 0 1710932254 +3624 0 media_html5audio 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932254 +3625 0 media_html5audio 2022112800 2022112800 Plugin upgraded \N 0 1710932254 +3626 0 media_html5video 2021051700 2022112800 Starting plugin upgrade \N 0 1710932254 +3627 0 media_html5video 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932254 +3628 0 media_html5video 2022112800 2022112800 Plugin upgraded \N 0 1710932255 +3629 0 media_videojs 2021051700 2022112800 Starting plugin upgrade \N 0 1710932255 +3630 0 media_videojs 2021052503 2022112800 Upgrade savepoint reached \N 0 1710932255 +3631 0 media_videojs 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932255 +3632 0 media_videojs 2022112800 2022112800 Plugin upgraded \N 0 1710932255 +3633 0 media_vimeo 2021051700 2022112800 Starting plugin upgrade \N 0 1710932255 +3634 0 media_vimeo 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932255 +3635 0 media_vimeo 2022112800 2022112800 Plugin upgraded \N 0 1710932255 +3636 0 media_youtube 2021051700 2022112800 Starting plugin upgrade \N 0 1710932255 +3637 0 media_youtube 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932255 +3638 0 media_youtube 2022112800 2022112800 Plugin upgraded \N 0 1710932256 +3639 0 filter_activitynames 2021051700 2022112800 Starting plugin upgrade \N 0 1710932256 +3640 0 filter_activitynames 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932256 +3641 0 filter_activitynames 2022112800 2022112800 Plugin upgraded \N 0 1710932256 +3642 0 filter_algebra 2021051700 2022112800 Starting plugin upgrade \N 0 1710932256 +3643 0 filter_algebra 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932256 +3644 0 filter_algebra 2022112800 2022112800 Plugin upgraded \N 0 1710932256 +3645 0 filter_data 2021051700 2022112800 Starting plugin upgrade \N 0 1710932256 +3646 0 filter_data 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932256 +3647 0 filter_data 2022112800 2022112800 Plugin upgraded \N 0 1710932257 +3648 0 filter_displayh5p 2021051700 2022112800 Starting plugin upgrade \N 0 1710932257 +3649 0 filter_displayh5p 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932257 +3650 0 filter_displayh5p 2022112800 2022112800 Plugin upgraded \N 0 1710932257 +3651 0 filter_emailprotect 2021051700 2022112800 Starting plugin upgrade \N 0 1710932257 +3652 0 filter_emailprotect 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932257 +3653 0 filter_emailprotect 2022112800 2022112800 Plugin upgraded \N 0 1710932258 +3654 0 filter_emoticon 2021051700 2022112800 Starting plugin upgrade \N 0 1710932258 +3655 0 filter_emoticon 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932258 +3656 0 filter_emoticon 2022112800 2022112800 Plugin upgraded \N 0 1710932258 +3657 0 filter_glossary 2021051700 2022112800 Starting plugin upgrade \N 0 1710932258 +3658 0 filter_glossary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932258 +3659 0 filter_glossary 2022112800 2022112800 Plugin upgraded \N 0 1710932258 +3660 0 filter_mathjaxloader 2021051700 2022112800 Starting plugin upgrade \N 0 1710932258 +3661 0 filter_mathjaxloader 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932258 +3662 0 filter_mathjaxloader 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932258 +3663 0 filter_mathjaxloader 2022112800 2022112800 Plugin upgraded \N 0 1710932259 +3664 0 filter_mediaplugin 2021051700 2022112800 Starting plugin upgrade \N 0 1710932259 +3665 0 filter_mediaplugin 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932259 +3666 0 filter_mediaplugin 2022112800 2022112800 Plugin upgraded \N 0 1710932259 +3667 0 filter_multilang 2021051700 2022112800 Starting plugin upgrade \N 0 1710932259 +3668 0 filter_multilang 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932259 +3669 0 filter_multilang 2022112800 2022112800 Plugin upgraded \N 0 1710932260 +3670 0 filter_tex 2021051700 2022112800 Starting plugin upgrade \N 0 1710932260 +3671 0 filter_tex 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932260 +3672 0 filter_tex 2022112800 2022112800 Plugin upgraded \N 0 1710932260 +3673 0 filter_tidy 2021051700 2022112800 Starting plugin upgrade \N 0 1710932260 +3674 0 filter_tidy 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932260 +3675 0 filter_tidy 2022112800 2022112800 Plugin upgraded \N 0 1710932261 +3676 0 filter_urltolink 2021051700 2022112800 Starting plugin upgrade \N 0 1710932261 +3677 0 filter_urltolink 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932261 +3678 0 filter_urltolink 2022112800 2022112800 Plugin upgraded \N 0 1710932261 +3679 0 filter_wiris 2022112300 2023061200 Starting plugin upgrade \N 0 1710932261 +3680 0 filter_wiris 2023061200 2023061200 Upgrade savepoint reached \N 0 1710932261 +3681 0 filter_wiris 2023061200 2023061200 Plugin upgraded \N 0 1710932261 +3682 0 editor_atto 2021051700 2022112800 Starting plugin upgrade \N 0 1710932261 +3683 0 editor_atto 2021062400 2022112800 Upgrade savepoint reached \N 0 1710932261 +3684 0 editor_atto 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932261 +3685 0 editor_atto 2022112800 2022112800 Plugin upgraded \N 0 1710932262 +3686 0 editor_textarea 2021051700 2022112800 Starting plugin upgrade \N 0 1710932262 +3687 0 editor_textarea 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932262 +3688 0 editor_textarea 2022112800 2022112800 Plugin upgraded \N 0 1710932262 +3689 0 editor_tiny \N 2022112800 Starting plugin installation \N 0 1710932262 +3690 0 editor_tiny 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932262 +3691 0 editor_tiny 2022112800 2022112800 Plugin installed \N 0 1710932263 +3692 0 editor_tinymce 2021051700 2022112800 Starting plugin upgrade \N 0 1710932263 +3693 0 editor_tinymce 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932263 +3694 0 editor_tinymce 2022112800 2022112800 Plugin upgraded \N 0 1710932263 +3695 0 format_simple 2012121100 2023060100 Starting plugin upgrade \N 0 1710932263 +3696 0 format_simple 2023060100 2023060100 Upgrade savepoint reached \N 0 1710932263 +3697 0 format_simple 2023060100 2023060100 Plugin upgraded \N 0 1710932264 +3698 0 format_singleactivity 2021051700 2022112800 Starting plugin upgrade \N 0 1710932264 +3699 0 format_singleactivity 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932264 +3700 0 format_singleactivity 2022112800 2022112800 Plugin upgraded \N 0 1710932264 +3701 0 format_social 2021051700 2022112800 Starting plugin upgrade \N 0 1710932264 +3702 0 format_social 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932264 +3703 0 format_social 2022112800 2022112800 Plugin upgraded \N 0 1710932265 +3704 0 format_topics 2021051700 2022112801 Starting plugin upgrade \N 0 1710932265 +3705 0 format_topics 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932265 +3706 0 format_topics 2022112801 2022112801 Plugin upgraded \N 0 1710932265 +3707 0 format_weeks 2021051700 2022112801 Starting plugin upgrade \N 0 1710932265 +3708 0 format_weeks 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932265 +3709 0 format_weeks 2022112801 2022112801 Plugin upgraded \N 0 1710932266 +3710 0 dataformat_csv 2021051700 2022112800 Starting plugin upgrade \N 0 1710932266 +3711 0 dataformat_csv 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932266 +3712 0 dataformat_csv 2022112800 2022112800 Plugin upgraded \N 0 1710932266 +3713 0 dataformat_excel 2021051700 2022112800 Starting plugin upgrade \N 0 1710932266 +3714 0 dataformat_excel 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932266 +3715 0 dataformat_excel 2022112800 2022112800 Plugin upgraded \N 0 1710932266 +3716 0 dataformat_html 2021051700 2022112800 Starting plugin upgrade \N 0 1710932266 +3717 0 dataformat_html 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932266 +3718 0 dataformat_html 2022112800 2022112800 Plugin upgraded \N 0 1710932267 +3719 0 dataformat_json 2021051700 2022112800 Starting plugin upgrade \N 0 1710932267 +3720 0 dataformat_json 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932267 +3721 0 dataformat_json 2022112800 2022112800 Plugin upgraded \N 0 1710932267 +3722 0 dataformat_ods 2021051700 2022112800 Starting plugin upgrade \N 0 1710932267 +3723 0 dataformat_ods 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932267 +3724 0 dataformat_ods 2022112800 2022112800 Plugin upgraded \N 0 1710932268 +3725 0 dataformat_pdf 2021051700 2022112800 Starting plugin upgrade \N 0 1710932268 +3726 0 dataformat_pdf 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932268 +3727 0 dataformat_pdf 2022112800 2022112800 Plugin upgraded \N 0 1710932268 +3728 0 profilefield_checkbox 2021051700 2022112800 Starting plugin upgrade \N 0 1710932268 +3729 0 profilefield_checkbox 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932268 +3730 0 profilefield_checkbox 2022112800 2022112800 Plugin upgraded \N 0 1710932269 +3731 0 profilefield_datetime 2021051700 2022112800 Starting plugin upgrade \N 0 1710932269 +3732 0 profilefield_datetime 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932269 +3733 0 profilefield_datetime 2022112800 2022112800 Plugin upgraded \N 0 1710932269 +3734 0 profilefield_menu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932269 +3735 0 profilefield_menu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932269 +3736 0 profilefield_menu 2022112800 2022112800 Plugin upgraded \N 0 1710932270 +3737 0 profilefield_social 2021051700 2022112800 Starting plugin upgrade \N 0 1710932270 +3738 0 profilefield_social 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932270 +3739 0 profilefield_social 2022112800 2022112800 Plugin upgraded \N 0 1710932270 +3740 0 profilefield_text 2021051700 2022112800 Starting plugin upgrade \N 0 1710932270 +3741 0 profilefield_text 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932270 +3742 0 profilefield_text 2022112800 2022112800 Plugin upgraded \N 0 1710932270 +3743 0 profilefield_textarea 2021051700 2022112800 Starting plugin upgrade \N 0 1710932270 +3744 0 profilefield_textarea 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932270 +3745 0 profilefield_textarea 2022112800 2022112800 Plugin upgraded \N 0 1710932271 +3746 0 report_backups 2021051700 2022112800 Starting plugin upgrade \N 0 1710932271 +3747 0 report_backups 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932271 +3748 0 report_backups 2022112800 2022112800 Plugin upgraded \N 0 1710932271 +3749 0 report_competency 2021051700 2022112800 Starting plugin upgrade \N 0 1710932271 +3750 0 report_competency 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932271 +3751 0 report_competency 2022112800 2022112800 Plugin upgraded \N 0 1710932272 +3752 0 report_completion 2021051700 2022112800 Starting plugin upgrade \N 0 1710932272 +3753 0 report_completion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932272 +3754 0 report_completion 2022112800 2022112800 Plugin upgraded \N 0 1710932272 +3755 0 report_configlog 2021051700 2022112800 Starting plugin upgrade \N 0 1710932272 +3756 0 report_configlog 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932272 +3757 0 report_configlog 2022112800 2022112800 Plugin upgraded \N 0 1710932273 +3758 0 report_courseoverview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932273 +3759 0 report_courseoverview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932273 +3760 0 report_courseoverview 2022112800 2022112800 Plugin upgraded \N 0 1710932273 +3761 0 report_eventlist 2021051700 2022112800 Starting plugin upgrade \N 0 1710932273 +3762 0 report_eventlist 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932273 +3763 0 report_eventlist 2022112800 2022112800 Plugin upgraded \N 0 1710932274 +3764 0 report_infectedfiles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932274 +3765 0 report_infectedfiles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932274 +3766 0 report_infectedfiles 2022112800 2022112800 Plugin upgraded \N 0 1710932274 +3767 0 report_insights 2021051700 2022112800 Starting plugin upgrade \N 0 1710932274 +3768 0 report_insights 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932274 +3769 0 report_insights 2022112800 2022112800 Plugin upgraded \N 0 1710932274 +3770 0 report_log 2021051700 2022112800 Starting plugin upgrade \N 0 1710932274 +3771 0 report_log 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932274 +3772 0 report_log 2022112800 2022112800 Plugin upgraded \N 0 1710932275 +3773 0 report_loglive 2021051700 2022112800 Starting plugin upgrade \N 0 1710932275 +3774 0 report_loglive 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932275 +3775 0 report_loglive 2022112800 2022112800 Plugin upgraded \N 0 1710932275 +3776 0 report_outline 2021051700 2022112800 Starting plugin upgrade \N 0 1710932275 +3777 0 report_outline 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932275 +3778 0 report_outline 2022112800 2022112800 Plugin upgraded \N 0 1710932276 +3779 0 report_participation 2021051700 2022112800 Starting plugin upgrade \N 0 1710932276 +3780 0 report_participation 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932276 +3781 0 report_participation 2022112800 2022112800 Plugin upgraded \N 0 1710932276 +3782 0 report_performance 2021051700 2022112800 Starting plugin upgrade \N 0 1710932276 +3783 0 report_performance 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932276 +3784 0 report_performance 2022112800 2022112800 Plugin upgraded \N 0 1710932277 +3785 0 report_progress 2021051700 2022112800 Starting plugin upgrade \N 0 1710932277 +3786 0 report_progress 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932277 +3787 0 report_progress 2022112800 2022112800 Plugin upgraded \N 0 1710932277 +3788 0 report_questioninstances 2021051700 2022112800 Starting plugin upgrade \N 0 1710932277 +3789 0 report_questioninstances 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932277 +3790 0 report_questioninstances 2022112800 2022112800 Plugin upgraded \N 0 1710932278 +3791 0 report_security 2021051700 2022112800 Starting plugin upgrade \N 0 1710932278 +3792 0 report_security 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932278 +3793 0 report_security 2022112800 2022112800 Plugin upgraded \N 0 1710932278 +3794 0 report_stats 2021051700 2022112800 Starting plugin upgrade \N 0 1710932278 +3795 0 report_stats 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932278 +3796 0 report_stats 2022112800 2022112800 Plugin upgraded \N 0 1710932279 +3797 0 report_status 2021051700 2022112800 Starting plugin upgrade \N 0 1710932279 +3798 0 report_status 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932279 +3799 0 report_status 2022112800 2022112800 Plugin upgraded \N 0 1710932279 +3800 0 report_usersessions 2021051700 2022112800 Starting plugin upgrade \N 0 1710932279 +3801 0 report_usersessions 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932279 +3802 0 report_usersessions 2022112800 2022112800 Plugin upgraded \N 0 1710932279 +3803 0 gradeexport_ods 2021051700 2022112800 Starting plugin upgrade \N 0 1710932279 +3804 0 gradeexport_ods 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932279 +3805 0 gradeexport_ods 2022112800 2022112800 Plugin upgraded \N 0 1710932280 +3806 0 gradeexport_txt 2021051700 2022112800 Starting plugin upgrade \N 0 1710932280 +3807 0 gradeexport_txt 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932280 +3808 0 gradeexport_txt 2022112800 2022112800 Plugin upgraded \N 0 1710932280 +3809 0 gradeexport_xls 2021051700 2022112800 Starting plugin upgrade \N 0 1710932280 +3810 0 gradeexport_xls 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932280 +3811 0 gradeexport_xls 2022112800 2022112800 Plugin upgraded \N 0 1710932281 +3812 0 gradeexport_xml 2021051700 2022112800 Starting plugin upgrade \N 0 1710932281 +3813 0 gradeexport_xml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932281 +3814 0 gradeexport_xml 2022112800 2022112800 Plugin upgraded \N 0 1710932281 +3815 0 gradeimport_csv 2021051700 2022112800 Starting plugin upgrade \N 0 1710932281 +3816 0 gradeimport_csv 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932281 +3817 0 gradeimport_csv 2022112800 2022112800 Plugin upgraded \N 0 1710932282 +3818 0 gradeimport_direct 2021051700 2022112800 Starting plugin upgrade \N 0 1710932282 +3819 0 gradeimport_direct 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932282 +3820 0 gradeimport_direct 2022112800 2022112800 Plugin upgraded \N 0 1710932282 +3821 0 gradeimport_xml 2021051700 2022112800 Starting plugin upgrade \N 0 1710932282 +3822 0 gradeimport_xml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932282 +3823 0 gradeimport_xml 2022112800 2022112800 Plugin upgraded \N 0 1710932283 +3824 0 gradereport_grader 2021051700 2022112800 Starting plugin upgrade \N 0 1710932283 +3825 0 gradereport_grader 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932283 +3826 0 gradereport_grader 2022112800 2022112800 Plugin upgraded \N 0 1710932283 +3827 0 gradereport_history 2021051700 2022112800 Starting plugin upgrade \N 0 1710932283 +3828 0 gradereport_history 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932283 +3829 0 gradereport_history 2022112800 2022112800 Plugin upgraded \N 0 1710932283 +3830 0 gradereport_outcomes 2021051700 2022112800 Starting plugin upgrade \N 0 1710932283 +3831 0 gradereport_outcomes 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932283 +3832 0 gradereport_outcomes 2022112800 2022112800 Plugin upgraded \N 0 1710932284 +3833 0 gradereport_overview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932284 +3834 0 gradereport_overview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932284 +3835 0 gradereport_overview 2022112800 2022112800 Plugin upgraded \N 0 1710932284 +3836 0 gradereport_singleview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932284 +3837 0 gradereport_singleview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932284 +3838 0 gradereport_singleview 2022112800 2022112800 Plugin upgraded \N 0 1710932285 +3839 0 gradereport_summary \N 2022112800 Starting plugin installation \N 0 1710932285 +3840 0 gradereport_summary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932285 +3841 0 gradereport_summary 2022112800 2022112800 Plugin installed \N 0 1710932287 +3842 0 gradereport_user 2021051700 2022112800 Starting plugin upgrade \N 0 1710932287 +3843 0 gradereport_user 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932287 +3844 0 gradereport_user 2022112800 2022112800 Plugin upgraded \N 0 1710932287 +3845 0 gradingform_guide 2021051700 2022112800 Starting plugin upgrade \N 0 1710932287 +3846 0 gradingform_guide 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932287 +3847 0 gradingform_guide 2022112800 2022112800 Plugin upgraded \N 0 1710932287 +3848 0 gradingform_rubric 2021051700 2022112800 Starting plugin upgrade \N 0 1710932287 +3849 0 gradingform_rubric 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932287 +3850 0 gradingform_rubric 2022112800 2022112800 Plugin upgraded \N 0 1710932288 +3851 0 mlbackend_php 2021051700 2022112800 Starting plugin upgrade \N 0 1710932288 +3852 0 mlbackend_php 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932288 +3853 0 mlbackend_php 2022112800 2022112800 Plugin upgraded \N 0 1710932288 +3854 0 mlbackend_python 2021051700 2022112800 Starting plugin upgrade \N 0 1710932288 +3855 0 mlbackend_python 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932288 +3856 0 mlbackend_python 2022112800 2022112800 Plugin upgraded \N 0 1710932289 +3857 0 mnetservice_enrol 2021051700 2022112800 Starting plugin upgrade \N 0 1710932289 +3858 0 mnetservice_enrol 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932289 +3859 0 mnetservice_enrol 2022112800 2022112800 Plugin upgraded \N 0 1710932289 +3860 0 webservice_rest 2021051700 2022112800 Starting plugin upgrade \N 0 1710932289 +3861 0 webservice_rest 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932289 +3862 0 webservice_rest 2022112800 2022112800 Plugin upgraded \N 0 1710932289 +3863 0 webservice_soap 2021051700 2022112800 Starting plugin upgrade \N 0 1710932289 +3864 0 webservice_soap 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932289 +3865 0 webservice_soap 2022112800 2022112800 Plugin upgraded \N 0 1710932290 +3866 0 repository_areafiles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932290 +3867 0 repository_areafiles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932290 +3868 0 repository_areafiles 2022112800 2022112800 Plugin upgraded \N 0 1710932290 +3869 0 repository_contentbank 2021051700 2022112800 Starting plugin upgrade \N 0 1710932290 +3870 0 repository_contentbank 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932290 +3871 0 repository_contentbank 2022112800 2022112800 Plugin upgraded \N 0 1710932291 +3872 0 repository_coursefiles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932291 +3873 0 repository_coursefiles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932291 +3874 0 repository_coursefiles 2022112800 2022112800 Plugin upgraded \N 0 1710932291 +3875 0 repository_dropbox 2021051700 2022112800 Starting plugin upgrade \N 0 1710932291 +3876 0 repository_dropbox 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932291 +3877 0 repository_dropbox 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932291 +3878 0 repository_dropbox 2022112800 2022112800 Plugin upgraded \N 0 1710932291 +3879 0 repository_equella 2021051700 2022112800 Starting plugin upgrade \N 0 1710932291 +3880 0 repository_equella 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932291 +3881 0 repository_equella 2022112800 2022112800 Plugin upgraded \N 0 1710932292 +3882 0 repository_filesystem 2021051700 2022112800 Starting plugin upgrade \N 0 1710932292 +3883 0 repository_filesystem 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932292 +3884 0 repository_filesystem 2022112800 2022112800 Plugin upgraded \N 0 1710932292 +3885 0 repository_flickr 2021051700 2022112800 Starting plugin upgrade \N 0 1710932292 +3886 0 repository_flickr 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932292 +3887 0 repository_flickr 2022112800 2022112800 Plugin upgraded \N 0 1710932292 +3888 0 repository_flickr_public 2021051700 2022112800 Starting plugin upgrade \N 0 1710932292 +3889 0 repository_flickr_public 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932292 +3890 0 repository_flickr_public 2022112800 2022112800 Plugin upgraded \N 0 1710932293 +3891 0 repository_googledocs 2021051700 2022112800 Starting plugin upgrade \N 0 1710932293 +3892 0 repository_googledocs 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932293 +3893 0 repository_googledocs 2022112800 2022112800 Plugin upgraded \N 0 1710932293 +3894 0 repository_local 2021051700 2022112800 Starting plugin upgrade \N 0 1710932293 +3895 0 repository_local 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932293 +3896 0 repository_local 2022112800 2022112800 Plugin upgraded \N 0 1710932293 +3897 0 repository_merlot 2021051700 2022112800 Starting plugin upgrade \N 0 1710932293 +3898 0 repository_merlot 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932293 +3899 0 repository_merlot 2022112800 2022112800 Plugin upgraded \N 0 1710932294 +3900 0 repository_nextcloud 2021051700 2022112800 Starting plugin upgrade \N 0 1710932294 +3901 0 repository_nextcloud 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932294 +3902 0 repository_nextcloud 2022112800 2022112800 Plugin upgraded \N 0 1710932294 +3903 0 repository_onedrive 2021051700 2022112800 Starting plugin upgrade \N 0 1710932294 +3904 0 repository_onedrive 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932294 +3905 0 repository_onedrive 2022112800 2022112800 Plugin upgraded \N 0 1710932294 +3906 0 repository_recent 2021051700 2022112800 Starting plugin upgrade \N 0 1710932294 +3907 0 repository_recent 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932294 +3908 0 repository_recent 2022112800 2022112800 Plugin upgraded \N 0 1710932295 +3909 0 repository_s3 2021051700 2022112800 Starting plugin upgrade \N 0 1710932295 +3910 0 repository_s3 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932295 +3911 0 repository_s3 2022112800 2022112800 Plugin upgraded \N 0 1710932295 +3912 0 repository_upload 2021051700 2022112800 Starting plugin upgrade \N 0 1710932295 +3913 0 repository_upload 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932295 +3914 0 repository_upload 2022112800 2022112800 Plugin upgraded \N 0 1710932296 +3915 0 repository_url 2021051700 2022112800 Starting plugin upgrade \N 0 1710932296 +3916 0 repository_url 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932296 +3917 0 repository_url 2022112800 2022112800 Plugin upgraded \N 0 1710932296 +3918 0 repository_user 2021051700 2022112800 Starting plugin upgrade \N 0 1710932296 +3919 0 repository_user 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932296 +3920 0 repository_user 2022112800 2022112800 Plugin upgraded \N 0 1710932296 +3921 0 repository_webdav 2021051700 2022112800 Starting plugin upgrade \N 0 1710932296 +3922 0 repository_webdav 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932296 +3923 0 repository_webdav 2022112800 2022112800 Plugin upgraded \N 0 1710932297 +3924 0 repository_wikimedia 2021051700 2022112800 Starting plugin upgrade \N 0 1710932297 +3925 0 repository_wikimedia 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932297 +3926 0 repository_wikimedia 2022112800 2022112800 Plugin upgraded \N 0 1710932297 +3927 0 repository_youtube 2021051700 2022112800 Starting plugin upgrade \N 0 1710932297 +3928 0 repository_youtube 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932297 +3929 0 repository_youtube 2022112800 2022112800 Plugin upgraded \N 0 1710932297 +3930 0 portfolio_download 2021051700 2022112800 Starting plugin upgrade \N 0 1710932297 +3931 0 portfolio_download 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932297 +3932 0 portfolio_download 2022112800 2022112800 Plugin upgraded \N 0 1710932298 +3933 0 portfolio_flickr 2021051700 2022112800 Starting plugin upgrade \N 0 1710932298 +3934 0 portfolio_flickr 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932298 +3935 0 portfolio_flickr 2022112800 2022112800 Plugin upgraded \N 0 1710932298 +3936 0 portfolio_googledocs 2021051700 2022112800 Starting plugin upgrade \N 0 1710932298 +3937 0 portfolio_googledocs 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932298 +3938 0 portfolio_googledocs 2022112800 2022112800 Plugin upgraded \N 0 1710932298 +3939 0 portfolio_mahara 2021051700 2022112800 Starting plugin upgrade \N 0 1710932298 +3940 0 portfolio_mahara 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932298 +3941 0 portfolio_mahara 2022112800 2022112800 Plugin upgraded \N 0 1710932299 +3942 0 search_simpledb 2021051700 2022112800 Starting plugin upgrade \N 0 1710932299 +3943 0 search_simpledb 2022050400 2022112800 Upgrade savepoint reached \N 0 1710932299 +3944 0 search_simpledb 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932299 +3945 0 search_simpledb 2022112800 2022112800 Plugin upgraded \N 0 1710932299 +3946 0 search_solr 2021051700 2022112800 Starting plugin upgrade \N 0 1710932299 +3947 0 search_solr 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932299 +3948 0 search_solr 2022112800 2022112800 Plugin upgraded \N 0 1710932299 +3949 0 qbank_bulkmove \N 2022112800 Starting plugin installation \N 0 1710932299 +3950 0 qbank_bulkmove 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932299 +3951 0 qbank_bulkmove 2022112800 2022112800 Plugin installed \N 0 1710932300 +3952 0 qbank_columnsortorder \N 2022112800 Starting plugin installation \N 0 1710932300 +3953 0 qbank_columnsortorder 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932300 +3954 0 qbank_columnsortorder 2022112800 2022112800 Plugin installed \N 0 1710932300 +3955 0 qbank_comment \N 2022112800 Starting plugin installation \N 0 1710932300 +3956 0 qbank_comment 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932300 +3957 0 qbank_comment 2022112800 2022112800 Plugin installed \N 0 1710932302 +3958 0 qbank_customfields \N 2022112800 Starting plugin installation \N 0 1710932302 +3959 0 qbank_customfields 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932302 +3960 0 qbank_customfields 2022112800 2022112800 Plugin installed \N 0 1710932303 +3961 0 qbank_deletequestion \N 2022112800 Starting plugin installation \N 0 1710932304 +3962 0 qbank_deletequestion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932304 +3963 0 qbank_deletequestion 2022112800 2022112800 Plugin installed \N 0 1710932304 +3964 0 qbank_editquestion \N 2022112800 Starting plugin installation \N 0 1710932304 +3965 0 qbank_editquestion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932304 +3966 0 qbank_editquestion 2022112800 2022112800 Plugin installed \N 0 1710932304 +3967 0 qbank_exportquestions \N 2022112800 Starting plugin installation \N 0 1710932304 +3968 0 qbank_exportquestions 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932304 +3969 0 qbank_exportquestions 2022112800 2022112800 Plugin installed \N 0 1710932305 +3970 0 qbank_exporttoxml \N 2022112800 Starting plugin installation \N 0 1710932305 +3971 0 qbank_exporttoxml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932305 +3972 0 qbank_exporttoxml 2022112800 2022112800 Plugin installed \N 0 1710932305 +3973 0 qbank_history \N 2022112800 Starting plugin installation \N 0 1710932305 +3974 0 qbank_history 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932305 +3975 0 qbank_history 2022112800 2022112800 Plugin installed \N 0 1710932306 +3976 0 qbank_importquestions \N 2022112800 Starting plugin installation \N 0 1710932306 +3977 0 qbank_importquestions 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932306 +3978 0 qbank_importquestions 2022112800 2022112800 Plugin installed \N 0 1710932306 +3979 0 qbank_managecategories \N 2022112800 Starting plugin installation \N 0 1710932306 +3980 0 qbank_managecategories 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932306 +3981 0 qbank_managecategories 2022112800 2022112800 Plugin installed \N 0 1710932306 +3982 0 qbank_previewquestion \N 2022112800 Starting plugin installation \N 0 1710932306 +3983 0 qbank_previewquestion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932306 +3984 0 qbank_previewquestion 2022112800 2022112800 Plugin installed \N 0 1710932307 +3985 0 qbank_statistics \N 2022112800 Starting plugin installation \N 0 1710932307 +3986 0 qbank_statistics 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932307 +3987 0 qbank_statistics 2022112800 2022112800 Plugin installed \N 0 1710932307 +3988 0 qbank_tagquestion \N 2022112800 Starting plugin installation \N 0 1710932307 +3989 0 qbank_tagquestion 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932307 +3990 0 qbank_tagquestion 2022112800 2022112800 Plugin installed \N 0 1710932307 +3991 0 qbank_usage \N 2022112800 Starting plugin installation \N 0 1710932307 +3992 0 qbank_usage 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932307 +3993 0 qbank_usage 2022112800 2022112800 Plugin installed \N 0 1710932308 +3994 0 qbank_viewcreator \N 2022112800 Starting plugin installation \N 0 1710932308 +3995 0 qbank_viewcreator 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932308 +3996 0 qbank_viewcreator 2022112800 2022112800 Plugin installed \N 0 1710932308 +3997 0 qbank_viewquestionname \N 2022112800 Starting plugin installation \N 0 1710932308 +3998 0 qbank_viewquestionname 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932308 +3999 0 qbank_viewquestionname 2022112800 2022112800 Plugin installed \N 0 1710932309 +4000 0 qbank_viewquestiontext \N 2022112800 Starting plugin installation \N 0 1710932309 +4001 0 qbank_viewquestiontext 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932309 +4002 0 qbank_viewquestiontext 2022112800 2022112800 Plugin installed \N 0 1710932309 +4003 0 qbank_viewquestiontype \N 2022112800 Starting plugin installation \N 0 1710932309 +4004 0 qbank_viewquestiontype 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932309 +4005 0 qbank_viewquestiontype 2022112800 2022112800 Plugin installed \N 0 1710932310 +4006 0 qbehaviour_adaptive 2021051700 2022112800 Starting plugin upgrade \N 0 1710932310 +4007 0 qbehaviour_adaptive 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932310 +4008 0 qbehaviour_adaptive 2022112800 2022112800 Plugin upgraded \N 0 1710932310 +4009 0 qbehaviour_adaptivenopenalty 2021051700 2022112800 Starting plugin upgrade \N 0 1710932310 +4010 0 qbehaviour_adaptivenopenalty 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932310 +4011 0 qbehaviour_adaptivenopenalty 2022112800 2022112800 Plugin upgraded \N 0 1710932310 +4012 0 qbehaviour_deferredcbm 2021051700 2022112800 Starting plugin upgrade \N 0 1710932310 +4013 0 qbehaviour_deferredcbm 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932310 +4014 0 qbehaviour_deferredcbm 2022112800 2022112800 Plugin upgraded \N 0 1710932311 +4015 0 qbehaviour_deferredfeedback 2021051700 2022112800 Starting plugin upgrade \N 0 1710932311 +4016 0 qbehaviour_deferredfeedback 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932311 +4017 0 qbehaviour_deferredfeedback 2022112800 2022112800 Plugin upgraded \N 0 1710932311 +4018 0 qbehaviour_immediatecbm 2021051700 2022112800 Starting plugin upgrade \N 0 1710932311 +4019 0 qbehaviour_immediatecbm 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932311 +4020 0 qbehaviour_immediatecbm 2022112800 2022112800 Plugin upgraded \N 0 1710932311 +4021 0 qbehaviour_immediatefeedback 2021051700 2022112800 Starting plugin upgrade \N 0 1710932311 +4022 0 qbehaviour_immediatefeedback 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932311 +4023 0 qbehaviour_immediatefeedback 2022112800 2022112800 Plugin upgraded \N 0 1710932312 +4024 0 qbehaviour_informationitem 2021051700 2022112800 Starting plugin upgrade \N 0 1710932312 +4025 0 qbehaviour_informationitem 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932312 +4026 0 qbehaviour_informationitem 2022112800 2022112800 Plugin upgraded \N 0 1710932312 +4027 0 qbehaviour_interactive 2021051700 2022112800 Starting plugin upgrade \N 0 1710932312 +4028 0 qbehaviour_interactive 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932312 +4029 0 qbehaviour_interactive 2022112800 2022112800 Plugin upgraded \N 0 1710932313 +4030 0 qbehaviour_interactivecountback 2021051700 2022112800 Starting plugin upgrade \N 0 1710932313 +4031 0 qbehaviour_interactivecountback 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932313 +4032 0 qbehaviour_interactivecountback 2022112800 2022112800 Plugin upgraded \N 0 1710932313 +4033 0 qbehaviour_manualgraded 2021051700 2022112800 Starting plugin upgrade \N 0 1710932313 +4034 0 qbehaviour_manualgraded 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932313 +4035 0 qbehaviour_manualgraded 2022112800 2022112800 Plugin upgraded \N 0 1710932313 +4036 0 qbehaviour_missing 2021051700 2022112800 Starting plugin upgrade \N 0 1710932313 +4037 0 qbehaviour_missing 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932313 +4038 0 qbehaviour_missing 2022112800 2022112800 Plugin upgraded \N 0 1710932314 +4039 0 qformat_aiken 2021051700 2022112800 Starting plugin upgrade \N 0 1710932314 +4040 0 qformat_aiken 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932314 +4041 0 qformat_aiken 2022112800 2022112800 Plugin upgraded \N 0 1710932314 +4042 0 qformat_blackboard_six 2021051700 2022112800 Starting plugin upgrade \N 0 1710932314 +4043 0 qformat_blackboard_six 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932314 +4044 0 qformat_blackboard_six 2022112800 2022112800 Plugin upgraded \N 0 1710932315 +4045 0 qformat_gift 2021051700 2022112800 Starting plugin upgrade \N 0 1710932315 +4046 0 qformat_gift 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932315 +4047 0 qformat_gift 2022112800 2022112800 Plugin upgraded \N 0 1710932315 +4048 0 qformat_hotpot 2019111022 2022102625 Starting plugin upgrade \N 0 1710932315 +4049 0 qformat_hotpot 2022102625 2022102625 Upgrade savepoint reached \N 0 1710932315 +4050 0 qformat_hotpot 2022102625 2022102625 Plugin upgraded \N 0 1710932315 +4051 0 qformat_missingword 2021051700 2022112800 Starting plugin upgrade \N 0 1710932315 +4052 0 qformat_missingword 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932315 +4053 0 qformat_missingword 2022112800 2022112800 Plugin upgraded \N 0 1710932316 +4054 0 qformat_multianswer 2021051700 2022112800 Starting plugin upgrade \N 0 1710932316 +4055 0 qformat_multianswer 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932316 +4056 0 qformat_multianswer 2022112800 2022112800 Plugin upgraded \N 0 1710932316 +4057 0 qformat_xhtml 2021051700 2022112800 Starting plugin upgrade \N 0 1710932316 +4058 0 qformat_xhtml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932316 +4059 0 qformat_xhtml 2022112800 2022112800 Plugin upgraded \N 0 1710932317 +4060 0 qformat_xml 2021051700 2022112800 Starting plugin upgrade \N 0 1710932317 +4061 0 qformat_xml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932317 +4062 0 qformat_xml 2022112800 2022112800 Plugin upgraded \N 0 1710932317 +4063 0 tool_admin_presets \N 2022112800 Starting plugin installation \N 0 1710932317 +4064 0 tool_admin_presets 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932317 +4065 0 tool_admin_presets 2022112800 2022112800 Plugin installed \N 0 1710932317 +4066 0 tool_analytics 2021051700 2022112800 Starting plugin upgrade \N 0 1710932317 +4067 0 tool_analytics 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932317 +4068 0 tool_analytics 2022112800 2022112800 Plugin upgraded \N 0 1710932318 +4069 0 tool_availabilityconditions 2021051700 2022112800 Starting plugin upgrade \N 0 1710932318 +4070 0 tool_availabilityconditions 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932318 +4071 0 tool_availabilityconditions 2022112800 2022112800 Plugin upgraded \N 0 1710932318 +4072 0 tool_behat 2021051701 2022112802 Starting plugin upgrade \N 0 1710932318 +4073 0 tool_behat 2022112802 2022112802 Upgrade savepoint reached \N 0 1710932318 +4074 0 tool_behat 2022112802 2022112802 Plugin upgraded \N 0 1710932319 +4075 0 tool_brickfield 2021051700 2022112800 Starting plugin upgrade \N 0 1710932319 +4076 0 tool_brickfield 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932319 +4077 0 tool_brickfield 2022112800 2022112800 Plugin upgraded \N 0 1710932319 +4078 0 tool_capability 2021051700 2022112800 Starting plugin upgrade \N 0 1710932319 +4079 0 tool_capability 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932319 +4080 0 tool_capability 2022112800 2022112800 Plugin upgraded \N 0 1710932319 +4081 0 tool_cohortroles 2021051700 2022112801 Starting plugin upgrade \N 0 1710932319 +4082 0 tool_cohortroles 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932319 +4083 0 tool_cohortroles 2022112801 2022112801 Plugin upgraded \N 0 1710932320 +4084 0 tool_componentlibrary \N 2022112800 Starting plugin installation \N 0 1710932320 +4085 0 tool_componentlibrary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932320 +4086 0 tool_componentlibrary 2022112800 2022112800 Plugin installed \N 0 1710932320 +4087 0 tool_customlang 2021051700 2022112800 Starting plugin upgrade \N 0 1710932320 +4088 0 tool_customlang 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932320 +4089 0 tool_customlang 2022112800 2022112800 Plugin upgraded \N 0 1710932321 +4090 0 tool_dataprivacy 2021051700 2022112800 Starting plugin upgrade \N 0 1710932321 +4091 0 tool_dataprivacy 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932321 +4092 0 tool_dataprivacy 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932321 +4093 0 tool_dataprivacy 2022112800 2022112800 Plugin upgraded \N 0 1710932321 +4094 0 tool_dbtransfer 2021051700 2022112800 Starting plugin upgrade \N 0 1710932321 +4095 0 tool_dbtransfer 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932321 +4096 0 tool_dbtransfer 2022112800 2022112800 Plugin upgraded \N 0 1710932322 +4097 0 tool_filetypes 2021051700 2022112800 Starting plugin upgrade \N 0 1710932322 +4098 0 tool_filetypes 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932322 +4099 0 tool_filetypes 2022112800 2022112800 Plugin upgraded \N 0 1710932322 +4100 0 tool_generator 2021051700 2022112800 Starting plugin upgrade \N 0 1710932322 +4101 0 tool_generator 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932322 +4102 0 tool_generator 2022112800 2022112800 Plugin upgraded \N 0 1710932323 +4103 0 tool_httpsreplace 2021051700 2022112800 Starting plugin upgrade \N 0 1710932323 +4104 0 tool_httpsreplace 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932323 +4105 0 tool_httpsreplace 2022112800 2022112800 Plugin upgraded \N 0 1710932323 +4106 0 tool_innodb 2021051700 2022112800 Starting plugin upgrade \N 0 1710932323 +4107 0 tool_innodb 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932323 +4108 0 tool_innodb 2022112800 2022112800 Plugin upgraded \N 0 1710932323 +4109 0 tool_installaddon 2021051700 2022112800 Starting plugin upgrade \N 0 1710932323 +4110 0 tool_installaddon 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932323 +4111 0 tool_installaddon 2022112800 2022112800 Plugin upgraded \N 0 1710932324 +4112 0 tool_langimport 2021051700 2022112800 Starting plugin upgrade \N 0 1710932324 +4113 0 tool_langimport 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932324 +4114 0 tool_langimport 2022112800 2022112800 Plugin upgraded \N 0 1710932324 +4115 0 tool_licensemanager 2021051700 2022112800 Starting plugin upgrade \N 0 1710932324 +4116 0 tool_licensemanager 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932324 +4117 0 tool_licensemanager 2022112800 2022112800 Plugin upgraded \N 0 1710932325 +4118 0 tool_log 2021051700 2022112800 Starting plugin upgrade \N 0 1710932325 +4119 0 tool_log 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932325 +4120 0 tool_log 2022112800 2022112800 Plugin upgraded \N 0 1710932325 +4121 0 tool_lp 2021051700 2022112800 Starting plugin upgrade \N 0 1710932325 +4122 0 tool_lp 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932325 +4123 0 tool_lp 2022112800 2022112800 Plugin upgraded \N 0 1710932325 +4124 0 tool_lpimportcsv 2021051700 2022112800 Starting plugin upgrade \N 0 1710932325 +4125 0 tool_lpimportcsv 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932325 +4126 0 tool_lpimportcsv 2022112800 2022112800 Plugin upgraded \N 0 1710932326 +4127 0 tool_lpmigrate 2021051700 2022112800 Starting plugin upgrade \N 0 1710932326 +4128 0 tool_lpmigrate 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932326 +4129 0 tool_lpmigrate 2022112800 2022112800 Plugin upgraded \N 0 1710932326 +4130 0 tool_messageinbound 2021051700 2022112800 Starting plugin upgrade \N 0 1710932326 +4131 0 tool_messageinbound 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932326 +4132 0 tool_messageinbound 2022112800 2022112800 Plugin upgraded \N 0 1710932327 +4133 0 tool_mobile 2021051700 2022112800 Starting plugin upgrade \N 0 1710932327 +4134 0 tool_mobile 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932327 +4135 0 tool_mobile 2022112800 2022112800 Plugin upgraded \N 0 1710932327 +4136 0 tool_monitor 2021051700 2022112800 Starting plugin upgrade \N 0 1710932327 +4137 0 tool_monitor 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932327 +4138 0 tool_monitor 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932327 +4139 0 tool_monitor 2022112800 2022112800 Plugin upgraded \N 0 1710932328 +4140 0 tool_moodlenet 2021051701 2022112800 Starting plugin upgrade \N 0 1710932328 +4141 0 tool_moodlenet 2022021600 2022112800 Upgrade savepoint reached \N 0 1710932328 +4142 0 tool_moodlenet 2022021601 2022112800 Upgrade savepoint reached \N 0 1710932328 +4143 0 tool_moodlenet 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932328 +4144 0 tool_moodlenet 2022112800 2022112800 Plugin upgraded \N 0 1710932329 +4145 0 tool_multilangupgrade 2021051700 2022112800 Starting plugin upgrade \N 0 1710932329 +4146 0 tool_multilangupgrade 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932329 +4147 0 tool_multilangupgrade 2022112800 2022112800 Plugin upgraded \N 0 1710932329 +4148 0 tool_oauth2 2021051700 2022112800 Starting plugin upgrade \N 0 1710932329 +4149 0 tool_oauth2 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932329 +4150 0 tool_oauth2 2022112800 2022112800 Plugin upgraded \N 0 1710932329 +4151 0 tool_phpunit 2021051700 2022112800 Starting plugin upgrade \N 0 1710932329 +4152 0 tool_phpunit 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932329 +4153 0 tool_phpunit 2022112800 2022112800 Plugin upgraded \N 0 1710932330 +4154 0 tool_policy 2021051700 2022112800 Starting plugin upgrade \N 0 1710932330 +4155 0 tool_policy 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932330 +4156 0 tool_policy 2022112800 2022112800 Plugin upgraded \N 0 1710932330 +4157 0 tool_profiling 2021051700 2022112800 Starting plugin upgrade \N 0 1710932330 +4158 0 tool_profiling 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932330 +4159 0 tool_profiling 2022112800 2022112800 Plugin upgraded \N 0 1710932331 +4160 0 tool_recyclebin 2021051700 2022112800 Starting plugin upgrade \N 0 1710932331 +4161 0 tool_recyclebin 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932331 +4162 0 tool_recyclebin 2022112800 2022112800 Plugin upgraded \N 0 1710932331 +4163 0 tool_replace 2021051700 2022112800 Starting plugin upgrade \N 0 1710932331 +4164 0 tool_replace 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932331 +4165 0 tool_replace 2022112800 2022112800 Plugin upgraded \N 0 1710932331 +4166 0 tool_spamcleaner 2021051700 2022112800 Starting plugin upgrade \N 0 1710932331 +4167 0 tool_spamcleaner 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932331 +4168 0 tool_spamcleaner 2022112800 2022112800 Plugin upgraded \N 0 1710932332 +4169 0 tool_task 2021051700 2022112800 Starting plugin upgrade \N 0 1710932332 +4170 0 tool_task 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932332 +4171 0 tool_task 2022112800 2022112800 Plugin upgraded \N 0 1710932332 +4172 0 tool_templatelibrary 2021051700 2022112800 Starting plugin upgrade \N 0 1710932332 +4173 0 tool_templatelibrary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932332 +4174 0 tool_templatelibrary 2022112800 2022112800 Plugin upgraded \N 0 1710932333 +4175 0 tool_unsuproles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932333 +4176 0 tool_unsuproles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932333 +4177 0 tool_unsuproles 2022112800 2022112800 Plugin upgraded \N 0 1710932333 +4178 0 tool_uploadcourse 2021051700 2022112800 Starting plugin upgrade \N 0 1710932333 +4179 0 tool_uploadcourse 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932333 +4180 0 tool_uploadcourse 2022112800 2022112800 Plugin upgraded \N 0 1710932333 +4181 0 tool_uploaduser 2021051700 2022112800 Starting plugin upgrade \N 0 1710932333 +4182 0 tool_uploaduser 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932333 +4183 0 tool_uploaduser 2022112800 2022112800 Plugin upgraded \N 0 1710932334 +4184 0 tool_usertours 2021051700 2022112800 Starting plugin upgrade \N 0 1710932334 +4185 0 tool_usertours 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932334 +4186 0 tool_usertours 2021092300 2022112800 Upgrade savepoint reached \N 0 1710932334 +4187 0 tool_usertours 2021100700 2022112800 Upgrade savepoint reached \N 0 1710932334 +4188 0 tool_usertours 2022040601 2022112800 Upgrade savepoint reached \N 0 1710932334 +4189 0 tool_usertours 2022040602 2022112800 Upgrade savepoint reached \N 0 1710932336 +4190 0 tool_usertours 2022061600 2022112800 Upgrade savepoint reached \N 0 1710932336 +4191 0 tool_usertours 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932336 +4192 0 tool_usertours 2022112800 2022112800 Plugin upgraded \N 0 1710932337 +4193 0 tool_xmldb 2021051700 2022112800 Starting plugin upgrade \N 0 1710932337 +4194 0 tool_xmldb 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932337 +4195 0 tool_xmldb 2022112800 2022112800 Plugin upgraded \N 0 1710932337 +4196 0 cachestore_apcu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932337 +4197 0 cachestore_apcu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932337 +4198 0 cachestore_apcu 2022112800 2022112800 Plugin upgraded \N 0 1710932337 +4199 0 cachestore_file 2021051700 2022112800 Starting plugin upgrade \N 0 1710932337 +4200 0 cachestore_file 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932337 +4201 0 cachestore_file 2022112800 2022112800 Plugin upgraded \N 0 1710932338 +4202 0 cachestore_memcached 2021051700 2022112800 Starting plugin upgrade \N 0 1710932338 +4203 0 cachestore_memcached 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932338 +4204 0 cachestore_memcached 2022112800 2022112800 Plugin upgraded \N 0 1710932338 +4205 0 cachestore_mongodb 2021051700 2022112801 Starting plugin upgrade \N 0 1710932338 +4206 0 cachestore_mongodb 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932338 +4207 0 cachestore_mongodb 2022112801 2022112801 Plugin upgraded \N 0 1710932339 +4208 0 cachestore_redis 2021051700 2022112800 Starting plugin upgrade \N 0 1710932339 +4209 0 cachestore_redis 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932339 +4210 0 cachestore_redis 2022112800 2022112800 Plugin upgraded \N 0 1710932339 +4211 0 cachestore_session 2021051700 2022112800 Starting plugin upgrade \N 0 1710932339 +4212 0 cachestore_session 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932339 +4213 0 cachestore_session 2022112800 2022112800 Plugin upgraded \N 0 1710932339 +4214 0 cachestore_static 2021051700 2022112800 Starting plugin upgrade \N 0 1710932339 +4215 0 cachestore_static 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932339 +4216 0 cachestore_static 2022112800 2022112800 Plugin upgraded \N 0 1710932340 +4217 0 cachelock_file 2021051700 2022112800 Starting plugin upgrade \N 0 1710932340 +4218 0 cachelock_file 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932340 +4219 0 cachelock_file 2022112800 2022112800 Plugin upgraded \N 0 1710932340 +4220 0 fileconverter_googledrive 2021051700 2022112800 Starting plugin upgrade \N 0 1710932340 +4221 0 fileconverter_googledrive 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932340 +4222 0 fileconverter_googledrive 2022112800 2022112800 Plugin upgraded \N 0 1710932341 +4223 0 fileconverter_unoconv 2021051700 2022112800 Starting plugin upgrade \N 0 1710932341 +4224 0 fileconverter_unoconv 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932341 +4225 0 fileconverter_unoconv 2022112800 2022112800 Plugin upgraded \N 0 1710932341 +4226 0 contenttype_h5p 2021051700 2022112800 Starting plugin upgrade \N 0 1710932341 +4227 0 contenttype_h5p 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932341 +4228 0 contenttype_h5p 2022112800 2022112800 Plugin upgraded \N 0 1710932341 +4229 0 theme_boost 2021051700 2022112800 Starting plugin upgrade \N 0 1710932341 +4230 0 theme_boost 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932341 +4231 0 theme_boost 2022112800 2022112800 Plugin upgraded \N 0 1710932342 +4232 0 theme_classic 2021051700 2022112800 Starting plugin upgrade \N 0 1710932342 +4233 0 theme_classic 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932342 +4234 0 theme_classic 2022112800 2022112800 Plugin upgraded \N 0 1710932342 +4235 0 theme_xtecboost \N 2023070300 Starting plugin installation \N 0 1710932342 +4236 0 theme_xtecboost 2023070300 2023070300 Upgrade savepoint reached \N 0 1710932342 +4237 0 theme_xtecboost 2023070300 2023070300 Plugin installed \N 0 1710932343 +4238 0 local_agora 2023011300 2023070400 Starting plugin upgrade \N 0 1710932343 +4239 0 local_agora 2023070400 2023070400 Upgrade savepoint reached \N 0 1710932343 +4240 0 local_agora 2023070400 2023070400 Plugin upgraded \N 0 1710932343 +4241 0 local_oauth 2016021600 2023091301 Starting plugin upgrade \N 0 1710932343 +4242 0 local_oauth 2023091301 2023091301 Upgrade savepoint reached \N 0 1710932343 +4243 0 local_oauth 2023091301 2023091301 Plugin upgraded \N 0 1710932344 +4244 0 h5plib_v124 2021051700 2022112800 Starting plugin upgrade \N 0 1710932344 +4245 0 h5plib_v124 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932344 +4246 0 h5plib_v124 2022112800 2022112800 Plugin upgraded \N 0 1710932344 +4247 0 paygw_paypal 2021051700 2022112800 Starting plugin upgrade \N 0 1710932344 +4248 0 paygw_paypal 2021052501 2022112800 Upgrade savepoint reached \N 0 1710932344 +4249 0 paygw_paypal 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932344 +4250 0 paygw_paypal 2022112800 2022112800 Plugin upgraded \N 0 1710932344 +4251 0 assignsubmission_comments 2021051700 2022112800 Starting plugin upgrade \N 0 1710932344 +4252 0 assignsubmission_comments 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932344 +4253 0 assignsubmission_comments 2022112800 2022112800 Plugin upgraded \N 0 1710932345 +4254 0 assignsubmission_file 2021051700 2022112800 Starting plugin upgrade \N 0 1710932345 +4255 0 assignsubmission_file 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932345 +4256 0 assignsubmission_file 2022112800 2022112800 Plugin upgraded \N 0 1710932345 +4257 0 assignsubmission_onlinetext 2021051700 2022112800 Starting plugin upgrade \N 0 1710932345 +4258 0 assignsubmission_onlinetext 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932345 +4259 0 assignsubmission_onlinetext 2022112800 2022112800 Plugin upgraded \N 0 1710932346 +4260 0 assignsubmission_snap 2022080500 2023032201 Starting plugin upgrade \N 0 1710932346 +4261 0 assignsubmission_snap 2023032201 2023032201 Upgrade savepoint reached \N 0 1710932346 +4262 0 assignsubmission_snap 2023032201 2023032201 Plugin upgraded \N 0 1710932346 +4263 0 assignfeedback_comments 2021051700 2022112800 Starting plugin upgrade \N 0 1710932346 +4264 0 assignfeedback_comments 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932346 +4265 0 assignfeedback_comments 2022112800 2022112800 Plugin upgraded \N 0 1710932347 +4266 0 assignfeedback_editpdf 2021051702 2022112801 Starting plugin upgrade \N 0 1710932347 +4267 0 assignfeedback_editpdf 2021060400 2022112801 Upgrade savepoint reached \N 0 1710932347 +4268 0 assignfeedback_editpdf 2022061000 2022112801 Upgrade savepoint reached \N 0 1710932347 +4269 0 assignfeedback_editpdf 2022082200 2022112801 Upgrade savepoint reached \N 0 1710932347 +4270 0 assignfeedback_editpdf 2022112801 2022112801 Upgrade savepoint reached \N 0 1710932347 +4271 0 assignfeedback_editpdf 2022112801 2022112801 Plugin upgraded \N 0 1710932347 +4272 0 assignfeedback_file 2021051700 2022112800 Starting plugin upgrade \N 0 1710932347 +4273 0 assignfeedback_file 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932347 +4274 0 assignfeedback_file 2022112800 2022112800 Plugin upgraded \N 0 1710932348 +4275 0 assignfeedback_offline 2021051700 2022112800 Starting plugin upgrade \N 0 1710932348 +4276 0 assignfeedback_offline 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932348 +4277 0 assignfeedback_offline 2022112800 2022112800 Plugin upgraded \N 0 1710932348 +4278 0 assignment_offline 2021051700 2022112800 Starting plugin upgrade \N 0 1710932348 +4279 0 assignment_offline 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932348 +4280 0 assignment_offline 2022112800 2022112800 Plugin upgraded \N 0 1710932348 +4281 0 assignment_online 2021051700 2022112800 Starting plugin upgrade \N 0 1710932348 +4282 0 assignment_online 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932348 +4283 0 assignment_online 2022112800 2022112800 Plugin upgraded \N 0 1710932349 +4284 0 assignment_upload 2021051700 2022112800 Starting plugin upgrade \N 0 1710932349 +4285 0 assignment_upload 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932349 +4286 0 assignment_upload 2022112800 2022112800 Plugin upgraded \N 0 1710932349 +4287 0 assignment_uploadsingle 2021051700 2022112800 Starting plugin upgrade \N 0 1710932349 +4288 0 assignment_uploadsingle 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932349 +4289 0 assignment_uploadsingle 2022112800 2022112800 Plugin upgraded \N 0 1710932350 +4290 0 booktool_exportimscp 2021051700 2022112800 Starting plugin upgrade \N 0 1710932350 +4291 0 booktool_exportimscp 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932350 +4292 0 booktool_exportimscp 2022112800 2022112800 Plugin upgraded \N 0 1710932350 +4293 0 booktool_importhtml 2021051700 2022112800 Starting plugin upgrade \N 0 1710932350 +4294 0 booktool_importhtml 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932350 +4295 0 booktool_importhtml 2022112800 2022112800 Plugin upgraded \N 0 1710932350 +4296 0 booktool_print 2021051700 2022112800 Starting plugin upgrade \N 0 1710932350 +4297 0 booktool_print 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932350 +4298 0 booktool_print 2022112800 2022112800 Plugin upgraded \N 0 1710932351 +4299 0 datafield_checkbox 2021051700 2022112800 Starting plugin upgrade \N 0 1710932351 +4300 0 datafield_checkbox 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932351 +4301 0 datafield_checkbox 2022112800 2022112800 Plugin upgraded \N 0 1710932351 +4302 0 datafield_date 2021051700 2022112800 Starting plugin upgrade \N 0 1710932351 +4303 0 datafield_date 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932351 +4304 0 datafield_date 2022112800 2022112800 Plugin upgraded \N 0 1710932352 +4305 0 datafield_file 2021051700 2022112800 Starting plugin upgrade \N 0 1710932352 +4306 0 datafield_file 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932352 +4307 0 datafield_file 2022112800 2022112800 Plugin upgraded \N 0 1710932352 +4308 0 datafield_latlong 2021051700 2022112800 Starting plugin upgrade \N 0 1710932352 +4309 0 datafield_latlong 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932352 +4310 0 datafield_latlong 2022112800 2022112800 Plugin upgraded \N 0 1710932352 +4311 0 datafield_menu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932352 +4312 0 datafield_menu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932352 +4313 0 datafield_menu 2022112800 2022112800 Plugin upgraded \N 0 1710932353 +4314 0 datafield_multimenu 2021051700 2022112800 Starting plugin upgrade \N 0 1710932353 +4315 0 datafield_multimenu 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932353 +4316 0 datafield_multimenu 2022112800 2022112800 Plugin upgraded \N 0 1710932353 +4317 0 datafield_number 2021051700 2022112800 Starting plugin upgrade \N 0 1710932353 +4318 0 datafield_number 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932353 +4319 0 datafield_number 2022112800 2022112800 Plugin upgraded \N 0 1710932354 +4320 0 datafield_picture 2021051700 2022112800 Starting plugin upgrade \N 0 1710932354 +4321 0 datafield_picture 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932354 +4322 0 datafield_picture 2022112800 2022112800 Plugin upgraded \N 0 1710932354 +4323 0 datafield_radiobutton 2021051700 2022112800 Starting plugin upgrade \N 0 1710932354 +4324 0 datafield_radiobutton 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932354 +4325 0 datafield_radiobutton 2022112800 2022112800 Plugin upgraded \N 0 1710932354 +4326 0 datafield_text 2021051700 2022112800 Starting plugin upgrade \N 0 1710932354 +4327 0 datafield_text 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932354 +4328 0 datafield_text 2022112800 2022112800 Plugin upgraded \N 0 1710932355 +4329 0 datafield_textarea 2021051700 2022112800 Starting plugin upgrade \N 0 1710932355 +4330 0 datafield_textarea 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932355 +4331 0 datafield_textarea 2022112800 2022112800 Plugin upgraded \N 0 1710932355 +4332 0 datafield_url 2021051700 2022112800 Starting plugin upgrade \N 0 1710932355 +4333 0 datafield_url 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932355 +4334 0 datafield_url 2022112800 2022112800 Plugin upgraded \N 0 1710932355 +4335 0 datapreset_imagegallery 2021051700 2022112800 Starting plugin upgrade \N 0 1710932355 +4336 0 datapreset_imagegallery 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932355 +4337 0 datapreset_imagegallery 2022112800 2022112800 Plugin upgraded \N 0 1710932356 +4338 0 datapreset_journal \N 2022112800 Starting plugin installation \N 0 1710932356 +4339 0 datapreset_journal 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932356 +4340 0 datapreset_journal 2022112800 2022112800 Plugin installed \N 0 1710932356 +4341 0 datapreset_proposals \N 2022112800 Starting plugin installation \N 0 1710932356 +4342 0 datapreset_proposals 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932356 +4343 0 datapreset_proposals 2022112800 2022112800 Plugin installed \N 0 1710932357 +4344 0 datapreset_resources \N 2022112800 Starting plugin installation \N 0 1710932357 +4345 0 datapreset_resources 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932357 +4346 0 datapreset_resources 2022112800 2022112800 Plugin installed \N 0 1710932357 +4347 0 forumreport_summary 2021051700 2022112800 Starting plugin upgrade \N 0 1710932357 +4348 0 forumreport_summary 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932357 +4349 0 forumreport_summary 2022112800 2022112800 Plugin upgraded \N 0 1710932357 +4350 0 ltiservice_basicoutcomes 2021051700 2022112800 Starting plugin upgrade \N 0 1710932357 +4351 0 ltiservice_basicoutcomes 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932357 +4352 0 ltiservice_basicoutcomes 2022112800 2022112800 Plugin upgraded \N 0 1710932358 +4353 0 ltiservice_gradebookservices 2021051700 2022112800 Starting plugin upgrade \N 0 1710932358 +4354 0 ltiservice_gradebookservices 2022051900 2022112800 Upgrade savepoint reached \N 0 1710932358 +4355 0 ltiservice_gradebookservices 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932358 +4356 0 ltiservice_gradebookservices 2022112800 2022112800 Plugin upgraded \N 0 1710932358 +4357 0 ltiservice_memberships 2021051700 2022112800 Starting plugin upgrade \N 0 1710932358 +4358 0 ltiservice_memberships 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932358 +4359 0 ltiservice_memberships 2022112800 2022112800 Plugin upgraded \N 0 1710932359 +4360 0 ltiservice_profile 2021051700 2022112800 Starting plugin upgrade \N 0 1710932359 +4361 0 ltiservice_profile 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932359 +4362 0 ltiservice_profile 2022112800 2022112800 Plugin upgraded \N 0 1710932359 +4363 0 ltiservice_toolproxy 2021051700 2022112800 Starting plugin upgrade \N 0 1710932359 +4364 0 ltiservice_toolproxy 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932359 +4365 0 ltiservice_toolproxy 2022112800 2022112800 Plugin upgraded \N 0 1710932360 +4366 0 ltiservice_toolsettings 2021051700 2022112800 Starting plugin upgrade \N 0 1710932360 +4367 0 ltiservice_toolsettings 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932360 +4368 0 ltiservice_toolsettings 2022112800 2022112800 Plugin upgraded \N 0 1710932360 +4369 0 quiz_grading 2021051700 2022112800 Starting plugin upgrade \N 0 1710932360 +4370 0 quiz_grading 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932360 +4371 0 quiz_grading 2022112800 2022112800 Plugin upgraded \N 0 1710932360 +4372 0 quiz_overview 2021051700 2022112800 Starting plugin upgrade \N 0 1710932360 +4373 0 quiz_overview 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932360 +4374 0 quiz_overview 2022112800 2022112800 Plugin upgraded \N 0 1710932361 +4375 0 quiz_responses 2021051700 2022112800 Starting plugin upgrade \N 0 1710932361 +4376 0 quiz_responses 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932361 +4377 0 quiz_responses 2022112800 2022112800 Plugin upgraded \N 0 1710932361 +4378 0 quiz_statistics 2021051700 2022112800 Starting plugin upgrade \N 0 1710932361 +4379 0 quiz_statistics 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932361 +4380 0 quiz_statistics 2022112800 2022112800 Plugin upgraded \N 0 1710932362 +4381 0 quizaccess_delaybetweenattempts 2021051700 2022112800 Starting plugin upgrade \N 0 1710932362 +4382 0 quizaccess_delaybetweenattempts 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932362 +4383 0 quizaccess_delaybetweenattempts 2022112800 2022112800 Plugin upgraded \N 0 1710932362 +4384 0 quizaccess_ipaddress 2021051700 2022112800 Starting plugin upgrade \N 0 1710932362 +4385 0 quizaccess_ipaddress 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932362 +4386 0 quizaccess_ipaddress 2022112800 2022112800 Plugin upgraded \N 0 1710932362 +4387 0 quizaccess_numattempts 2021051700 2022112800 Starting plugin upgrade \N 0 1710932362 +4388 0 quizaccess_numattempts 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932362 +4389 0 quizaccess_numattempts 2022112800 2022112800 Plugin upgraded \N 0 1710932363 +4390 0 quizaccess_offlineattempts 2021051700 2022112800 Starting plugin upgrade \N 0 1710932363 +4391 0 quizaccess_offlineattempts 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932363 +4392 0 quizaccess_offlineattempts 2022112800 2022112800 Plugin upgraded \N 0 1710932363 +4393 0 quizaccess_openclosedate 2021051700 2022112800 Starting plugin upgrade \N 0 1710932363 +4394 0 quizaccess_openclosedate 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932363 +4395 0 quizaccess_openclosedate 2022112800 2022112800 Plugin upgraded \N 0 1710932364 +4396 0 quizaccess_password 2021051700 2022112800 Starting plugin upgrade \N 0 1710932364 +4397 0 quizaccess_password 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932364 +4398 0 quizaccess_password 2022112800 2022112800 Plugin upgraded \N 0 1710932364 +4399 0 quizaccess_seb 2021051700 2022112800 Starting plugin upgrade \N 0 1710932364 +4400 0 quizaccess_seb 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932364 +4401 0 quizaccess_seb 2022112800 2022112800 Plugin upgraded \N 0 1710932364 +4402 0 quizaccess_securewindow 2021051700 2022112800 Starting plugin upgrade \N 0 1710932364 +4403 0 quizaccess_securewindow 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932364 +4404 0 quizaccess_securewindow 2022112800 2022112800 Plugin upgraded \N 0 1710932365 +4405 0 quizaccess_timelimit 2021051700 2022112800 Starting plugin upgrade \N 0 1710932365 +4406 0 quizaccess_timelimit 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932365 +4407 0 quizaccess_timelimit 2022112800 2022112800 Plugin upgraded \N 0 1710932365 +4408 0 scormreport_basic 2021051700 2022112800 Starting plugin upgrade \N 0 1710932365 +4409 0 scormreport_basic 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932365 +4410 0 scormreport_basic 2022112800 2022112800 Plugin upgraded \N 0 1710932366 +4411 0 scormreport_graphs 2021051700 2022112800 Starting plugin upgrade \N 0 1710932366 +4412 0 scormreport_graphs 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932366 +4413 0 scormreport_graphs 2022112800 2022112800 Plugin upgraded \N 0 1710932366 +4414 0 scormreport_interactions 2021051700 2022112800 Starting plugin upgrade \N 0 1710932366 +4415 0 scormreport_interactions 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932366 +4416 0 scormreport_interactions 2022112800 2022112800 Plugin upgraded \N 0 1710932367 +4417 0 scormreport_objectives 2021051700 2022112800 Starting plugin upgrade \N 0 1710932367 +4418 0 scormreport_objectives 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932367 +4419 0 scormreport_objectives 2022112800 2022112800 Plugin upgraded \N 0 1710932367 +4420 0 workshopform_accumulative 2021051700 2022112800 Starting plugin upgrade \N 0 1710932367 +4421 0 workshopform_accumulative 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932367 +4422 0 workshopform_accumulative 2022112800 2022112800 Plugin upgraded \N 0 1710932368 +4423 0 workshopform_comments 2021051700 2022112800 Starting plugin upgrade \N 0 1710932368 +4424 0 workshopform_comments 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932368 +4425 0 workshopform_comments 2022112800 2022112800 Plugin upgraded \N 0 1710932368 +4426 0 workshopform_numerrors 2021051700 2022112800 Starting plugin upgrade \N 0 1710932368 +4427 0 workshopform_numerrors 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932368 +4428 0 workshopform_numerrors 2022112800 2022112800 Plugin upgraded \N 0 1710932369 +4429 0 workshopform_rubric 2021051700 2022112800 Starting plugin upgrade \N 0 1710932369 +4430 0 workshopform_rubric 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932369 +4431 0 workshopform_rubric 2022112800 2022112800 Plugin upgraded \N 0 1710932369 +4432 0 workshopallocation_manual 2021051700 2022112800 Starting plugin upgrade \N 0 1710932369 +4433 0 workshopallocation_manual 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932369 +4434 0 workshopallocation_manual 2022112800 2022112800 Plugin upgraded \N 0 1710932370 +4435 0 workshopallocation_random 2021051700 2022112800 Starting plugin upgrade \N 0 1710932370 +4436 0 workshopallocation_random 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932370 +4437 0 workshopallocation_random 2022112800 2022112800 Plugin upgraded \N 0 1710932370 +4438 0 workshopallocation_scheduled 2021051700 2022112800 Starting plugin upgrade \N 0 1710932370 +4439 0 workshopallocation_scheduled 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932370 +4440 0 workshopallocation_scheduled 2022112800 2022112800 Plugin upgraded \N 0 1710932371 +4441 0 workshopeval_best 2021051700 2022112800 Starting plugin upgrade \N 0 1710932371 +4442 0 workshopeval_best 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932371 +4443 0 workshopeval_best 2022112800 2022112800 Plugin upgraded \N 0 1710932371 +4444 0 atto_accessibilitychecker 2021051700 2022112800 Starting plugin upgrade \N 0 1710932371 +4445 0 atto_accessibilitychecker 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932371 +4446 0 atto_accessibilitychecker 2022112800 2022112800 Plugin upgraded \N 0 1710932372 +4447 0 atto_accessibilityhelper 2021051700 2022112800 Starting plugin upgrade \N 0 1710932372 +4448 0 atto_accessibilityhelper 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932372 +4449 0 atto_accessibilityhelper 2022112800 2022112800 Plugin upgraded \N 0 1710932373 +4450 0 atto_align 2021051700 2022112800 Starting plugin upgrade \N 0 1710932373 +4451 0 atto_align 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932373 +4452 0 atto_align 2022112800 2022112800 Plugin upgraded \N 0 1710932373 +4453 0 atto_backcolor 2021051700 2022112800 Starting plugin upgrade \N 0 1710932373 +4454 0 atto_backcolor 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932373 +4455 0 atto_backcolor 2022112800 2022112800 Plugin upgraded \N 0 1710932374 +4456 0 atto_bold 2021051700 2022112800 Starting plugin upgrade \N 0 1710932374 +4457 0 atto_bold 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932374 +4458 0 atto_bold 2022112800 2022112800 Plugin upgraded \N 0 1710932374 +4459 0 atto_charmap 2021051700 2022112800 Starting plugin upgrade \N 0 1710932374 +4460 0 atto_charmap 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932374 +4461 0 atto_charmap 2022112800 2022112800 Plugin upgraded \N 0 1710932375 +4462 0 atto_clear 2021051700 2022112800 Starting plugin upgrade \N 0 1710932375 +4463 0 atto_clear 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932375 +4464 0 atto_clear 2022112800 2022112800 Plugin upgraded \N 0 1710932375 +4465 0 atto_cloze 2017072803 2017072804 Starting plugin upgrade \N 0 1710932375 +4466 0 atto_cloze 2017072804 2017072804 Upgrade savepoint reached \N 0 1710932375 +4467 0 atto_cloze 2017072804 2017072804 Plugin upgraded \N 0 1710932376 +4468 0 atto_collapse 2021051700 2022112800 Starting plugin upgrade \N 0 1710932376 +4469 0 atto_collapse 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932376 +4470 0 atto_collapse 2022112800 2022112800 Plugin upgraded \N 0 1710932376 +4471 0 atto_emojipicker 2021051700 2022112800 Starting plugin upgrade \N 0 1710932376 +4472 0 atto_emojipicker 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932376 +4473 0 atto_emojipicker 2022112800 2022112800 Plugin upgraded \N 0 1710932377 +4474 0 atto_emoticon 2021051700 2022112800 Starting plugin upgrade \N 0 1710932377 +4475 0 atto_emoticon 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932377 +4476 0 atto_emoticon 2022112800 2022112800 Plugin upgraded \N 0 1710932377 +4477 0 atto_equation 2021051701 2022112800 Starting plugin upgrade \N 0 1710932377 +4478 0 atto_equation 2022110700 2022112800 Upgrade savepoint reached \N 0 1710932377 +4479 0 atto_equation 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932377 +4480 0 atto_equation 2022112800 2022112800 Plugin upgraded \N 0 1710932378 +4481 0 atto_fontcolor 2021051700 2022112800 Starting plugin upgrade \N 0 1710932378 +4482 0 atto_fontcolor 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932378 +4483 0 atto_fontcolor 2022112800 2022112800 Plugin upgraded \N 0 1710932378 +4484 0 atto_h5p 2021051700 2022112800 Starting plugin upgrade \N 0 1710932378 +4485 0 atto_h5p 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932378 +4486 0 atto_h5p 2022112800 2022112800 Plugin upgraded \N 0 1710932379 +4487 0 atto_html 2021051700 2022112800 Starting plugin upgrade \N 0 1710932379 +4488 0 atto_html 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932379 +4489 0 atto_html 2022112800 2022112800 Plugin upgraded \N 0 1710932379 +4490 0 atto_image 2021051700 2022112800 Starting plugin upgrade \N 0 1710932379 +4491 0 atto_image 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932379 +4492 0 atto_image 2022112800 2022112800 Plugin upgraded \N 0 1710932380 +4493 0 atto_indent 2021051700 2022112800 Starting plugin upgrade \N 0 1710932380 +4494 0 atto_indent 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932380 +4495 0 atto_indent 2022112800 2022112800 Plugin upgraded \N 0 1710932380 +4496 0 atto_italic 2021051700 2022112800 Starting plugin upgrade \N 0 1710932380 +4497 0 atto_italic 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932380 +4498 0 atto_italic 2022112800 2022112800 Plugin upgraded \N 0 1710932381 +4499 0 atto_link 2021051700 2022112800 Starting plugin upgrade \N 0 1710932381 +4500 0 atto_link 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932381 +4501 0 atto_link 2022112800 2022112800 Plugin upgraded \N 0 1710932381 +4502 0 atto_managefiles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932381 +4503 0 atto_managefiles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932381 +4504 0 atto_managefiles 2022112800 2022112800 Plugin upgraded \N 0 1710932382 +4505 0 atto_media 2021051700 2022112800 Starting plugin upgrade \N 0 1710932382 +4506 0 atto_media 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932382 +4507 0 atto_media 2022112800 2022112800 Plugin upgraded \N 0 1710932382 +4508 0 atto_noautolink 2021051700 2022112800 Starting plugin upgrade \N 0 1710932382 +4509 0 atto_noautolink 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932382 +4510 0 atto_noautolink 2022112800 2022112800 Plugin upgraded \N 0 1710932383 +4511 0 atto_orderedlist 2021051700 2022112800 Starting plugin upgrade \N 0 1710932383 +4512 0 atto_orderedlist 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932383 +4513 0 atto_orderedlist 2022112800 2022112800 Plugin upgraded \N 0 1710932383 +4514 0 atto_recordrtc 2021051700 2022112800 Starting plugin upgrade \N 0 1710932383 +4515 0 atto_recordrtc 2021073000 2022112800 Upgrade savepoint reached \N 0 1710932383 +4516 0 atto_recordrtc 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932383 +4517 0 atto_recordrtc 2022112800 2022112800 Plugin upgraded \N 0 1710932384 +4518 0 atto_rtl 2021051700 2022112800 Starting plugin upgrade \N 0 1710932384 +4519 0 atto_rtl 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932384 +4520 0 atto_rtl 2022112800 2022112800 Plugin upgraded \N 0 1710932384 +4521 0 atto_strike 2021051700 2022112800 Starting plugin upgrade \N 0 1710932384 +4522 0 atto_strike 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932384 +4523 0 atto_strike 2022112800 2022112800 Plugin upgraded \N 0 1710932385 +4524 0 atto_subscript 2021051700 2022112800 Starting plugin upgrade \N 0 1710932385 +4525 0 atto_subscript 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932385 +4526 0 atto_subscript 2022112800 2022112800 Plugin upgraded \N 0 1710932385 +4527 0 atto_superscript 2021051700 2022112800 Starting plugin upgrade \N 0 1710932385 +4528 0 atto_superscript 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932385 +4529 0 atto_superscript 2022112800 2022112800 Plugin upgraded \N 0 1710932386 +4530 0 atto_table 2021051700 2022112800 Starting plugin upgrade \N 0 1710932386 +4531 0 atto_table 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932386 +4532 0 atto_table 2022112800 2022112800 Plugin upgraded \N 0 1710932386 +4533 0 atto_title 2021051700 2022112800 Starting plugin upgrade \N 0 1710932386 +4534 0 atto_title 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932386 +4535 0 atto_title 2022112800 2022112800 Plugin upgraded \N 0 1710932387 +4536 0 atto_underline 2021051700 2022112800 Starting plugin upgrade \N 0 1710932387 +4537 0 atto_underline 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932387 +4538 0 atto_underline 2022112800 2022112800 Plugin upgraded \N 0 1710932387 +4539 0 atto_undo 2021051700 2022112800 Starting plugin upgrade \N 0 1710932387 +4540 0 atto_undo 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932387 +4541 0 atto_undo 2022112800 2022112800 Plugin upgraded \N 0 1710932388 +4542 0 atto_unorderedlist 2021051700 2022112800 Starting plugin upgrade \N 0 1710932388 +4543 0 atto_unorderedlist 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932388 +4544 0 atto_unorderedlist 2022112800 2022112800 Plugin upgraded \N 0 1710932388 +4545 0 atto_wiris 2022112300 2023061200 Starting plugin upgrade \N 0 1710932388 +4546 0 atto_wiris 2023061200 2023061200 Upgrade savepoint reached \N 0 1710932388 +4547 0 atto_wiris 2023061200 2023061200 Plugin upgraded \N 0 1710932389 +4548 0 tiny_accessibilitychecker \N 2022112800 Starting plugin installation \N 0 1710932389 +4549 0 tiny_accessibilitychecker 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932389 +4550 0 tiny_accessibilitychecker 2022112800 2022112800 Plugin installed \N 0 1710932389 +4551 0 tiny_autosave \N 2022112800 Starting plugin installation \N 0 1710932389 +4552 0 tiny_autosave 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932390 +4553 0 tiny_autosave 2022112800 2022112800 Plugin installed \N 0 1710932390 +4554 0 tiny_equation \N 2022112800 Starting plugin installation \N 0 1710932390 +4555 0 tiny_equation 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932390 +4556 0 tiny_equation 2022112800 2022112800 Plugin installed \N 0 1710932391 +4557 0 tiny_h5p \N 2022112800 Starting plugin installation \N 0 1710932391 +4558 0 tiny_h5p 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932391 +4559 0 tiny_h5p 2022112800 2022112800 Plugin installed \N 0 1710932392 +4560 0 tiny_link \N 2022112800 Starting plugin installation \N 0 1710932392 +4561 0 tiny_link 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932392 +4562 0 tiny_link 2022112800 2022112800 Plugin installed \N 0 1710932392 +4563 0 tiny_media \N 2022112800 Starting plugin installation \N 0 1710932392 +4564 0 tiny_media 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932392 +4565 0 tiny_media 2022112800 2022112800 Plugin installed \N 0 1710932393 +4566 0 tiny_recordrtc \N 2022112800 Starting plugin installation \N 0 1710932393 +4567 0 tiny_recordrtc 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932393 +4568 0 tiny_recordrtc 2022112800 2022112800 Plugin installed \N 0 1710932394 +4569 0 tinymce_ctrlhelp 2021051700 2022112800 Starting plugin upgrade \N 0 1710932394 +4570 0 tinymce_ctrlhelp 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932394 +4571 0 tinymce_ctrlhelp 2022112800 2022112800 Plugin upgraded \N 0 1710932395 +4572 0 tinymce_managefiles 2021051700 2022112800 Starting plugin upgrade \N 0 1710932395 +4573 0 tinymce_managefiles 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932395 +4574 0 tinymce_managefiles 2022112800 2022112800 Plugin upgraded \N 0 1710932395 +4575 0 tinymce_moodleemoticon 2021051700 2022112800 Starting plugin upgrade \N 0 1710932395 +4576 0 tinymce_moodleemoticon 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932395 +4577 0 tinymce_moodleemoticon 2022112800 2022112800 Plugin upgraded \N 0 1710932396 +4578 0 tinymce_moodleimage 2021051700 2022112800 Starting plugin upgrade \N 0 1710932396 +4579 0 tinymce_moodleimage 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932396 +4580 0 tinymce_moodleimage 2022112800 2022112800 Plugin upgraded \N 0 1710932396 +4581 0 tinymce_moodlemedia 2021051700 2022112800 Starting plugin upgrade \N 0 1710932396 +4582 0 tinymce_moodlemedia 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932396 +4583 0 tinymce_moodlemedia 2022112800 2022112800 Plugin upgraded \N 0 1710932397 +4584 0 tinymce_moodlenolink 2021051700 2022112800 Starting plugin upgrade \N 0 1710932397 +4585 0 tinymce_moodlenolink 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932397 +4586 0 tinymce_moodlenolink 2022112800 2022112800 Plugin upgraded \N 0 1710932397 +4587 0 tinymce_pdw 2021051700 2022112800 Starting plugin upgrade \N 0 1710932397 +4588 0 tinymce_pdw 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932397 +4589 0 tinymce_pdw 2022112800 2022112800 Plugin upgraded \N 0 1710932398 +4590 0 tinymce_spellchecker 2021051700 2022112800 Starting plugin upgrade \N 0 1710932398 +4591 0 tinymce_spellchecker 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932398 +4592 0 tinymce_spellchecker 2022112800 2022112800 Plugin upgraded \N 0 1710932398 +4593 0 tinymce_wrap 2021051700 2022112800 Starting plugin upgrade \N 0 1710932398 +4594 0 tinymce_wrap 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932398 +4595 0 tinymce_wrap 2022112800 2022112800 Plugin upgraded \N 0 1710932399 +4596 0 logstore_database 2021051700 2022112800 Starting plugin upgrade \N 0 1710932399 +4597 0 logstore_database 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932399 +4598 0 logstore_database 2022112800 2022112800 Plugin upgraded \N 0 1710932399 +4599 0 logstore_legacy 2021051700 2022112800 Starting plugin upgrade \N 0 1710932399 +4600 0 logstore_legacy 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932399 +4601 0 logstore_legacy 2022112800 2022112800 Plugin upgraded \N 0 1710932400 +4602 0 logstore_standard 2021051700 2022112800 Starting plugin upgrade \N 0 1710932400 +4603 0 logstore_standard 2022053000 2022112800 Upgrade savepoint reached \N 0 1710932400 +4604 0 logstore_standard 2022112800 2022112800 Upgrade savepoint reached \N 0 1710932400 +4605 0 logstore_standard 2022112800 2022112800 Plugin upgraded \N 0 1710932401 +4606 0 core 2022112805.07 2022112809.05 Starting core upgrade \N 2 1710942733 +4607 0 core 2022112805.11 2022112809.05 Upgrade savepoint reached \N 2 1710942733 +4608 0 core 2022112805.14 2022112809.05 Upgrade savepoint reached \N 2 1710942733 +4609 0 core 2022112809.05 2022112809.05 Upgrade savepoint reached \N 2 1710942733 +4610 0 core 2022112809.05 2022112809.05 Core upgraded \N 2 1710942738 +4611 0 qtype_essaywiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942741 +4612 0 qtype_essaywiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942741 +4613 0 qtype_essaywiris 2024010801 2024010801 Plugin upgraded \N 2 1710942743 +4614 0 qtype_matchwiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942743 +4615 0 qtype_matchwiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942743 +4616 0 qtype_matchwiris 2024010801 2024010801 Plugin upgraded \N 2 1710942744 +4617 0 qtype_multianswerwiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942744 +4618 0 qtype_multianswerwiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942744 +4619 0 qtype_multianswerwiris 2024010801 2024010801 Plugin upgraded \N 2 1710942745 +4620 0 qtype_multichoicewiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942745 +4621 0 qtype_multichoicewiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942745 +4622 0 qtype_multichoicewiris 2024010801 2024010801 Plugin upgraded \N 2 1710942745 +4623 0 qtype_shortanswerwiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942745 +4624 0 qtype_shortanswerwiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942745 +4625 0 qtype_shortanswerwiris 2024010801 2024010801 Plugin upgraded \N 2 1710942746 +4626 0 qtype_truefalsewiris 2023050202 2024010801 Starting plugin upgrade \N 2 1710942746 +4627 0 qtype_truefalsewiris 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942746 +4628 0 qtype_truefalsewiris 2024010801 2024010801 Plugin upgraded \N 2 1710942746 +4629 0 qtype_wq 2023050202 2024010801 Starting plugin upgrade \N 2 1710942746 +4630 0 qtype_wq 2024010801 2024010801 Upgrade savepoint reached \N 2 1710942746 +4631 0 qtype_wq 2024010801 2024010801 Plugin upgraded \N 2 1710942746 +4632 0 mod_choicegroup 2023061400 2023110900 Starting plugin upgrade \N 2 1710942746 +4633 0 mod_choicegroup 2023110900 2023110900 Upgrade savepoint reached \N 2 1710942746 +4634 0 mod_choicegroup 2023110900 2023110900 Plugin upgraded \N 2 1710942747 +4635 0 mod_geogebra 2023032100 2024012200 Starting plugin upgrade \N 2 1710942747 +4636 0 mod_geogebra 2024012200 2024012200 Upgrade savepoint reached \N 2 1710942747 +4637 0 mod_geogebra 2024012200 2024012200 Plugin upgraded \N 2 1710942747 +4638 0 mod_hotpot 2022091548 2024021051 Starting plugin upgrade \N 2 1710942747 +4639 0 mod_hotpot 2024021051 2024021051 Upgrade savepoint reached \N 2 1710942747 +4640 0 mod_hotpot 2024021051 2024021051 Plugin upgraded \N 2 1710942747 +4641 0 block_completion_progress 2023063000 2023110100 Starting plugin upgrade \N 2 1710942748 +4642 0 block_completion_progress 2023110100 2023110100 Upgrade savepoint reached \N 2 1710942748 +4643 0 block_completion_progress 2023110100 2023110100 Plugin upgraded \N 2 1710942748 +4644 0 filter_wiris 2023061200 2023121300 Starting plugin upgrade \N 2 1710942748 +4645 0 filter_wiris 2023121300 2023121300 Upgrade savepoint reached \N 2 1710942748 +4646 0 filter_wiris 2023121300 2023121300 Plugin upgraded \N 2 1710942749 +4647 0 qformat_hotpot 2022102625 2024021527 Starting plugin upgrade \N 2 1710942749 +4648 0 qformat_hotpot 2024021527 2024021527 Upgrade savepoint reached \N 2 1710942749 +4649 0 qformat_hotpot 2024021527 2024021527 Plugin upgraded \N 2 1710942749 +4650 0 theme_xtecboost 2021011201 2023120400 Starting plugin upgrade \N 2 1710942749 +4651 0 theme_xtecboost 2023120400 2023120400 Upgrade savepoint reached \N 2 1710942749 +4652 0 theme_xtecboost 2023120400 2023120400 Plugin upgraded \N 2 1710942749 +4653 0 quiz_statistics 2022112800 2022112804 Starting plugin upgrade \N 2 1710942749 +4654 0 quiz_statistics 2022112804 2022112804 Upgrade savepoint reached \N 2 1710942749 +4655 0 quiz_statistics 2022112804 2022112804 Plugin upgraded \N 2 1710942750 +4656 0 atto_wiris 2023061200 2023121300 Starting plugin upgrade \N 2 1710942750 +4657 0 atto_wiris 2023121300 2023121300 Upgrade savepoint reached \N 2 1710942750 +4658 0 atto_wiris 2023121300 2023121300 Plugin upgraded \N 2 1710942750 \. @@ -43790,7 +47531,7 @@ COPY public.m2url (id, course, name, intro, introformat, externalurl, display, d COPY public.m2user (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) FROM stdin; 1 manual 1 0 0 0 1 guest $2y$10$CFokzHIxm7HyxXvoUatsEOVB5bK/0xi5Vx/OZPrj7VgaUw5TjqvJy Usuari convidat root@localhost 0 ca gregorian 99 0 0 0 0 0 Aquest usuari és un usuari especial que permet entrar a alguns cursos en mode només de lectura (read-only). 1 1 0 2 1 0 0 1603909020 0 \N \N \N \N \N \N 3 manual 1 0 0 0 1 xtecadmin $2y$10$9fyNq/zdjWkdheNPsM/pHOu7LKAR6ERFLg9A.0YPd14m6vLRXS22C Administrador XTEC xtecadmin@xtec.invalid 0 CT ca gregorian 99 1604422435 1604422766 0 1604422435 192.168.33.1 0 1 1 0 2 1 0 1603911452 1603911452 0 \N -2 manual 1 0 0 0 1 admin $2y$10$JbL6B67VOmmzjQyv/h9JpeJdsNoc2abrGW3TV/N3OoP68FBZU3G4. Admin Usuari admin@xtec.invalid 0 CT ca gregorian 99 1603909129 1680524598 1663840595 1680524349 192.168.33.1 0 1 1 0 1 1 0 0 1603911485 0 \N +2 manual 1 0 0 0 1 admin $2y$10$JbL6B67VOmmzjQyv/h9JpeJdsNoc2abrGW3TV/N3OoP68FBZU3G4. Admin Usuari admin@xtec.invalid 0 CT ca gregorian 99 1603909129 1710943027 1680524349 1710941637 192.168.56.1 0 1 1 0 1 1 0 0 1603911485 0 \N \. @@ -43798,7 +47539,7 @@ COPY public.m2user (id, auth, confirmed, policyagreed, deleted, suspended, mneth -- Data for Name: m2user_devices; Type: TABLE DATA; Schema: public; Owner: - -- -COPY public.m2user_devices (id, userid, appid, name, model, platform, version, pushid, uuid, timecreated, timemodified) FROM stdin; +COPY public.m2user_devices (id, userid, appid, name, model, platform, version, pushid, uuid, timecreated, timemodified, publickey) FROM stdin; \. @@ -43877,8 +47618,8 @@ COPY public.m2user_preferences (id, userid, name, value) FROM stdin; 10 2 userselector_searchanywhere 0 11 3 core_message_migrate_data 1 12 3 tool_usertours_tour_completion_time_2 1604422442 -13 2 drawer-open-nav true 14 2 login_failed_count_since_success 0 +15 2 core_user_welcome 1710941731 \. @@ -44058,6 +47799,62 @@ COPY public.m2workshopform_rubric_levels (id, dimensionid, grade, definition, de \. +-- +-- Name: m2adminpresets_app_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_app_id_seq', 1, false); + + +-- +-- Name: m2adminpresets_app_it_a_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_app_it_a_id_seq', 1, false); + + +-- +-- Name: m2adminpresets_app_it_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_app_it_id_seq', 1, false); + + +-- +-- Name: m2adminpresets_app_plug_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_app_plug_id_seq', 1, false); + + +-- +-- Name: m2adminpresets_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_id_seq', 2, true); + + +-- +-- Name: m2adminpresets_it_a_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_it_a_id_seq', 1, false); + + +-- +-- Name: m2adminpresets_it_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_it_id_seq', 24, true); + + +-- +-- Name: m2adminpresets_plug_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2adminpresets_plug_id_seq', 117, true); + + -- -- Name: m2analytics_indicator_calc_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -44191,13 +47988,6 @@ SELECT pg_catalog.setval('public.m2assignfeedback_editpdf_annot_id_seq', 1, fals SELECT pg_catalog.setval('public.m2assignfeedback_editpdf_cmnt_id_seq', 1, false); --- --- Name: m2assignfeedback_editpdf_queue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - --- - -SELECT pg_catalog.setval('public.m2assignfeedback_editpdf_queue_id_seq', 1, false); - - -- -- Name: m2assignfeedback_editpdf_quick_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -44317,6 +48107,13 @@ SELECT pg_catalog.setval('public.m2attendance_warning_done_id_seq', 1, false); SELECT pg_catalog.setval('public.m2attendance_warning_id_seq', 1, false); +-- +-- Name: m2auth_lti_linked_login_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2auth_lti_linked_login_id_seq', 1, false); + + -- -- Name: m2auth_oauth2_linked_login_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -44335,7 +48132,7 @@ SELECT pg_catalog.setval('public.m2auth_saml2_idps_id_seq', 1, false); -- Name: m2auth_saml2_kvstore_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2auth_saml2_kvstore_id_seq', 3, true); +SELECT pg_catalog.setval('public.m2auth_saml2_kvstore_id_seq', 4, true); -- @@ -44457,6 +48254,27 @@ SELECT pg_catalog.setval('public.m2badge_manual_award_id_seq', 1, false); SELECT pg_catalog.setval('public.m2badge_related_id_seq', 1, false); +-- +-- Name: m2bigbluebuttonbn_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2bigbluebuttonbn_id_seq', 1, false); + + +-- +-- Name: m2bigbluebuttonbn_logs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2bigbluebuttonbn_logs_id_seq', 1, false); + + +-- +-- Name: m2bigbluebuttonbn_recordings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2bigbluebuttonbn_recordings_id_seq', 1, false); + + -- -- Name: m2bigdata_profiles_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -44482,7 +48300,7 @@ SELECT pg_catalog.setval('public.m2block_id_seq', 50, true); -- Name: m2block_instances_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2block_instances_id_seq', 28, true); +SELECT pg_catalog.setval('public.m2block_instances_id_seq', 31, true); -- @@ -44559,7 +48377,7 @@ SELECT pg_catalog.setval('public.m2cache_flags_id_seq', 5, true); -- Name: m2capabilities_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2capabilities_id_seq', 805, true); +SELECT pg_catalog.setval('public.m2capabilities_id_seq', 832, true); -- @@ -44769,21 +48587,21 @@ SELECT pg_catalog.setval('public.m2competency_userevidencecomp_id_seq', 1, false -- Name: m2config_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2config_id_seq', 555, true); +SELECT pg_catalog.setval('public.m2config_id_seq', 618, true); -- -- Name: m2config_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2config_log_id_seq', 2115, true); +SELECT pg_catalog.setval('public.m2config_log_id_seq', 2213, true); -- -- Name: m2config_plugins_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2config_plugins_id_seq', 2482, true); +SELECT pg_catalog.setval('public.m2config_plugins_id_seq', 2799, true); -- @@ -44797,7 +48615,7 @@ SELECT pg_catalog.setval('public.m2contentbank_content_id_seq', 1, false); -- Name: m2context_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2context_id_seq', 34, true); +SELECT pg_catalog.setval('public.m2context_id_seq', 37, true); -- @@ -44870,6 +48688,13 @@ SELECT pg_catalog.setval('public.m2course_modules_completion_id_seq', 1, false); SELECT pg_catalog.setval('public.m2course_modules_id_seq', 1, false); +-- +-- Name: m2course_modules_viewed_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2course_modules_viewed_id_seq', 1, false); + + -- -- Name: m2course_published_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -44975,6 +48800,27 @@ SELECT pg_catalog.setval('public.m2enrol_flatfile_id_seq', 1, false); SELECT pg_catalog.setval('public.m2enrol_id_seq', 1, false); +-- +-- Name: m2enrol_lti_app_registration_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2enrol_lti_app_registration_id_seq', 1, false); + + +-- +-- Name: m2enrol_lti_context_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2enrol_lti_context_id_seq', 1, false); + + +-- +-- Name: m2enrol_lti_deployment_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2enrol_lti_deployment_id_seq', 1, false); + + -- -- Name: m2enrol_lti_lti2_consumer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -45024,6 +48870,13 @@ SELECT pg_catalog.setval('public.m2enrol_lti_lti2_tool_proxy_id_seq', 1, false); SELECT pg_catalog.setval('public.m2enrol_lti_lti2_user_result_id_seq', 1, false); +-- +-- Name: m2enrol_lti_resource_link_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2enrol_lti_resource_link_id_seq', 1, false); + + -- -- Name: m2enrol_lti_tool_consumer_map_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -45038,6 +48891,13 @@ SELECT pg_catalog.setval('public.m2enrol_lti_tool_consumer_map_id_seq', 1, false SELECT pg_catalog.setval('public.m2enrol_lti_tools_id_seq', 1, false); +-- +-- Name: m2enrol_lti_user_resource_link_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2enrol_lti_user_resource_link_id_seq', 1, false); + + -- -- Name: m2enrol_lti_users_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -45091,14 +48951,14 @@ SELECT pg_catalog.setval('public.m2events_queue_id_seq', 1, false); -- Name: m2external_functions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2external_functions_id_seq', 651, true); +SELECT pg_catalog.setval('public.m2external_functions_id_seq', 713, true); -- -- Name: m2external_services_functions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2external_services_functions_id_seq', 2294, true); +SELECT pg_catalog.setval('public.m2external_services_functions_id_seq', 3097, true); -- @@ -45707,7 +49567,7 @@ SELECT pg_catalog.setval('public.m2hvp_libraries_cachedassets_id_seq', 1, false) -- Name: m2hvp_libraries_hub_cache_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2hvp_libraries_hub_cache_id_seq', 195, true); +SELECT pg_catalog.setval('public.m2hvp_libraries_hub_cache_id_seq', 248, true); -- @@ -45875,7 +49735,7 @@ SELECT pg_catalog.setval('public.m2lesson_timer_id_seq', 1, false); -- Name: m2license_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2license_id_seq', 9, true); +SELECT pg_catalog.setval('public.m2license_id_seq', 15, true); -- @@ -45889,7 +49749,7 @@ SELECT pg_catalog.setval('public.m2lock_db_id_seq', 4, true); -- Name: m2log_display_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2log_display_id_seq', 224, true); +SELECT pg_catalog.setval('public.m2log_display_id_seq', 235, true); -- @@ -45910,7 +49770,7 @@ SELECT pg_catalog.setval('public.m2log_queries_id_seq', 1, false); -- Name: m2logstore_standard_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2logstore_standard_log_id_seq', 1995, true); +SELECT pg_catalog.setval('public.m2logstore_standard_log_id_seq', 2146, true); -- @@ -46050,7 +49910,7 @@ SELECT pg_catalog.setval('public.m2message_processors_id_seq', 4, true); -- Name: m2message_providers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2message_providers_id_seq', 44, true); +SELECT pg_catalog.setval('public.m2message_providers_id_seq', 50, true); -- @@ -46197,21 +50057,21 @@ SELECT pg_catalog.setval('public.m2mnetservice_enrol_enrolments_id_seq', 1, fals -- Name: m2modules_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2modules_id_seq', 33, true); +SELECT pg_catalog.setval('public.m2modules_id_seq', 34, true); -- -- Name: m2my_pages_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2my_pages_id_seq', 4, true); +SELECT pg_catalog.setval('public.m2my_pages_id_seq', 5, true); -- -- Name: m2notifications_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2notifications_id_seq', 1, false); +SELECT pg_catalog.setval('public.m2notifications_id_seq', 1, true); -- @@ -46543,6 +50403,13 @@ SELECT pg_catalog.setval('public.m2question_attempt_steps_id_seq', 1, false); SELECT pg_catalog.setval('public.m2question_attempts_id_seq', 1, false); +-- +-- Name: m2question_bank_entries_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2question_bank_entries_id_seq', 1, false); + + -- -- Name: m2question_calculated_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -46641,6 +50508,13 @@ SELECT pg_catalog.setval('public.m2question_numerical_options_id_seq', 1, false) SELECT pg_catalog.setval('public.m2question_numerical_units_id_seq', 1, false); +-- +-- Name: m2question_references_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2question_references_id_seq', 1, false); + + -- -- Name: m2question_response_analysis_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -46655,6 +50529,13 @@ SELECT pg_catalog.setval('public.m2question_response_analysis_id_seq', 1, false) SELECT pg_catalog.setval('public.m2question_response_count_id_seq', 1, false); +-- +-- Name: m2question_set_references_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2question_set_references_id_seq', 1, false); + + -- -- Name: m2question_statistics_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -46676,6 +50557,13 @@ SELECT pg_catalog.setval('public.m2question_truefalse_id_seq', 1, false); SELECT pg_catalog.setval('public.m2question_usages_id_seq', 1, false); +-- +-- Name: m2question_versions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2question_versions_id_seq', 1, false); + + -- -- Name: m2questionnaire_dependency_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -46722,7 +50610,7 @@ SELECT pg_catalog.setval('public.m2questionnaire_question_id_seq', 1, false); -- Name: m2questionnaire_question_type_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2questionnaire_question_type_id_seq', 11, true); +SELECT pg_catalog.setval('public.m2questionnaire_question_type_id_seq', 12, true); -- @@ -46844,13 +50732,6 @@ SELECT pg_catalog.setval('public.m2quiz_reports_id_seq', 4, true); SELECT pg_catalog.setval('public.m2quiz_sections_id_seq', 1, false); --- --- Name: m2quiz_slot_tags_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - --- - -SELECT pg_catalog.setval('public.m2quiz_slot_tags_id_seq', 1, false); - - -- -- Name: m2quiz_slots_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -47005,6 +50886,41 @@ SELECT pg_catalog.setval('public.m2rcontent_track_credentials_id_seq', 1, false) SELECT pg_catalog.setval('public.m2registration_hubs_id_seq', 1, false); +-- +-- Name: m2reportbuilder_audience_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2reportbuilder_audience_id_seq', 1, false); + + +-- +-- Name: m2reportbuilder_column_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2reportbuilder_column_id_seq', 1, false); + + +-- +-- Name: m2reportbuilder_filter_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2reportbuilder_filter_id_seq', 1, false); + + +-- +-- Name: m2reportbuilder_report_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2reportbuilder_report_id_seq', 1, false); + + +-- +-- Name: m2reportbuilder_schedule_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2reportbuilder_schedule_id_seq', 1, false); + + -- -- Name: m2repository_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- @@ -47086,7 +51002,7 @@ SELECT pg_catalog.setval('public.m2role_assignments_id_seq', 1, false); -- Name: m2role_capabilities_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2role_capabilities_id_seq', 1728, true); +SELECT pg_catalog.setval('public.m2role_capabilities_id_seq', 1774, true); -- @@ -47219,7 +51135,7 @@ SELECT pg_catalog.setval('public.m2search_simpledb_index_id_seq', 1, false); -- Name: m2sessions_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2sessions_id_seq', 25, true); +SELECT pg_catalog.setval('public.m2sessions_id_seq', 28, true); -- @@ -47331,21 +51247,28 @@ SELECT pg_catalog.setval('public.m2tag_instance_id_seq', 1, false); -- Name: m2task_adhoc_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2task_adhoc_id_seq', 4, true); +SELECT pg_catalog.setval('public.m2task_adhoc_id_seq', 9, true); -- -- Name: m2task_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2task_log_id_seq', 318, true); +SELECT pg_catalog.setval('public.m2task_log_id_seq', 372, true); -- -- Name: m2task_scheduled_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2task_scheduled_id_seq', 121, true); +SELECT pg_catalog.setval('public.m2task_scheduled_id_seq', 130, true); + + +-- +-- Name: m2tiny_autosave_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - +-- + +SELECT pg_catalog.setval('public.m2tiny_autosave_id_seq', 1, false); -- @@ -47555,21 +51478,21 @@ SELECT pg_catalog.setval('public.m2tool_recyclebin_course_id_seq', 1, false); -- Name: m2tool_usertours_steps_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2tool_usertours_steps_id_seq', 18, true); +SELECT pg_catalog.setval('public.m2tool_usertours_steps_id_seq', 24, true); -- -- Name: m2tool_usertours_tours_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2tool_usertours_tours_id_seq', 6, true); +SELECT pg_catalog.setval('public.m2tool_usertours_tours_id_seq', 10, true); -- -- Name: m2upgrade_log_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2upgrade_log_id_seq', 3018, true); +SELECT pg_catalog.setval('public.m2upgrade_log_id_seq', 4658, true); -- @@ -47646,7 +51569,7 @@ SELECT pg_catalog.setval('public.m2user_password_resets_id_seq', 1, false); -- Name: m2user_preferences_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.m2user_preferences_id_seq', 14, true); +SELECT pg_catalog.setval('public.m2user_preferences_id_seq', 15, true); -- @@ -47803,6 +51726,70 @@ SELECT pg_catalog.setval('public.m2workshopform_rubric_id_seq', 1, false); SELECT pg_catalog.setval('public.m2workshopform_rubric_levels_id_seq', 1, false); +-- +-- Name: m2adminpresets m2admi_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets + ADD CONSTRAINT m2admi_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_app m2admiapp_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app + ADD CONSTRAINT m2admiapp_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_app_it m2admiappit_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_it + ADD CONSTRAINT m2admiappit_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_app_it_a m2admiappita_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_it_a + ADD CONSTRAINT m2admiappita_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_app_plug m2admiappplug_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_app_plug + ADD CONSTRAINT m2admiappplug_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_it m2admiit_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_it + ADD CONSTRAINT m2admiit_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_it_a m2admiita_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_it_a + ADD CONSTRAINT m2admiita_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2adminpresets_plug m2admiplug_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2adminpresets_plug + ADD CONSTRAINT m2admiplug_id_pk PRIMARY KEY (id); + + -- -- Name: m2analytics_indicator_calc m2analindicalc_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -47915,14 +51902,6 @@ ALTER TABLE ONLY public.m2assignfeedback_editpdf_cmnt ADD CONSTRAINT m2assieditcmnt_id_pk PRIMARY KEY (id); --- --- Name: m2assignfeedback_editpdf_queue m2assieditqueu_id_pk; Type: CONSTRAINT; Schema: public; Owner: - --- - -ALTER TABLE ONLY public.m2assignfeedback_editpdf_queue - ADD CONSTRAINT m2assieditqueu_id_pk PRIMARY KEY (id); - - -- -- Name: m2assignfeedback_editpdf_quick m2assieditquic_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48099,6 +52078,14 @@ ALTER TABLE ONLY public.m2attendance_warning_done ADD CONSTRAINT m2attewarndone_id_pk PRIMARY KEY (id); +-- +-- Name: m2auth_lti_linked_login m2authltilinklogi_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2auth_lti_linked_login + ADD CONSTRAINT m2authltilinklogi_id_pk PRIMARY KEY (id); + + -- -- Name: m2auth_oauth2_linked_login m2authoautlinklogi_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48259,6 +52246,30 @@ ALTER TABLE ONLY public.m2badge_related ADD CONSTRAINT m2badgrela_id_pk PRIMARY KEY (id); +-- +-- Name: m2bigbluebuttonbn m2bigb_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn + ADD CONSTRAINT m2bigb_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2bigbluebuttonbn_logs m2bigblogs_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn_logs + ADD CONSTRAINT m2bigblogs_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2bigbluebuttonbn_recordings m2bigbreco_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2bigbluebuttonbn_recordings + ADD CONSTRAINT m2bigbreco_id_pk PRIMARY KEY (id); + + -- -- Name: m2bigdata_profiles m2bigdprof_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48755,6 +52766,14 @@ ALTER TABLE ONLY public.m2course_modules_completion ADD CONSTRAINT m2courmoducomp_id_pk PRIMARY KEY (id); +-- +-- Name: m2course_modules_viewed m2courmoduview_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2course_modules_viewed + ADD CONSTRAINT m2courmoduview_id_pk PRIMARY KEY (id); + + -- -- Name: m2course_published m2courpubl_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48859,6 +52878,30 @@ ALTER TABLE ONLY public.m2enrol_flatfile ADD CONSTRAINT m2enroflat_id_pk PRIMARY KEY (id); +-- +-- Name: m2enrol_lti_app_registration m2enroltiappregi_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_app_registration + ADD CONSTRAINT m2enroltiappregi_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2enrol_lti_context m2enrolticont_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_context + ADD CONSTRAINT m2enrolticont_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2enrol_lti_deployment m2enroltidepl_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_deployment + ADD CONSTRAINT m2enroltidepl_id_pk PRIMARY KEY (id); + + -- -- Name: m2enrol_lti_lti2_consumer m2enroltilti2cons_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48915,6 +52958,14 @@ ALTER TABLE ONLY public.m2enrol_lti_lti2_user_result ADD CONSTRAINT m2enroltilti2userresu_id_pk PRIMARY KEY (id); +-- +-- Name: m2enrol_lti_resource_link m2enroltiresolink_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_resource_link + ADD CONSTRAINT m2enroltiresolink_id_pk PRIMARY KEY (id); + + -- -- Name: m2enrol_lti_tools m2enroltitool_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -48939,6 +52990,14 @@ ALTER TABLE ONLY public.m2enrol_lti_users ADD CONSTRAINT m2enroltiuser_id_pk PRIMARY KEY (id); +-- +-- Name: m2enrol_lti_user_resource_link m2enroltiuserresolink_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2enrol_lti_user_resource_link + ADD CONSTRAINT m2enroltiuserresolink_id_pk PRIMARY KEY (id); + + -- -- Name: m2enrol_paypal m2enropayp_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -50675,6 +54734,14 @@ ALTER TABLE ONLY public.m2question_attempt_step_data ADD CONSTRAINT m2quesattestepdata_id_pk PRIMARY KEY (id); +-- +-- Name: m2question_bank_entries m2quesbankentr_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_bank_entries + ADD CONSTRAINT m2quesbankentr_id_pk PRIMARY KEY (id); + + -- -- Name: m2question_calculated m2quescalc_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -50827,6 +54894,14 @@ ALTER TABLE ONLY public.m2questionnaire_question_type ADD CONSTRAINT m2quesquestype_id_pk PRIMARY KEY (id); +-- +-- Name: m2question_references m2quesrefe_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_references + ADD CONSTRAINT m2quesrefe_id_pk PRIMARY KEY (id); + + -- -- Name: m2questionnaire_response m2quesresp_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -50907,6 +54982,14 @@ ALTER TABLE ONLY public.m2questionnaire_response_text ADD CONSTRAINT m2quesresptext_id_pk PRIMARY KEY (id); +-- +-- Name: m2question_set_references m2quessetrefe_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_set_references + ADD CONSTRAINT m2quessetrefe_id_pk PRIMARY KEY (id); + + -- -- Name: m2question_statistics m2quesstat_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -50939,6 +55022,14 @@ ALTER TABLE ONLY public.m2question_usages ADD CONSTRAINT m2quesusag_id_pk PRIMARY KEY (id); +-- +-- Name: m2question_versions m2quesvers_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2question_versions + ADD CONSTRAINT m2quesvers_id_pk PRIMARY KEY (id); + + -- -- Name: m2quiz m2quiz_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -51027,14 +55118,6 @@ ALTER TABLE ONLY public.m2quiz_slots ADD CONSTRAINT m2quizslot_id_pk PRIMARY KEY (id); --- --- Name: m2quiz_slot_tags m2quizslottags_id_pk; Type: CONSTRAINT; Schema: public; Owner: - --- - -ALTER TABLE ONLY public.m2quiz_slot_tags - ADD CONSTRAINT m2quizslottags_id_pk PRIMARY KEY (id); - - -- -- Name: m2quiz_statistics m2quizstat_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -51195,6 +55278,30 @@ ALTER TABLE ONLY public.m2repository ADD CONSTRAINT m2repo_id_pk PRIMARY KEY (id); +-- +-- Name: m2reportbuilder_audience m2repoaudi_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_audience + ADD CONSTRAINT m2repoaudi_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2reportbuilder_column m2repocolu_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_column + ADD CONSTRAINT m2repocolu_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2reportbuilder_filter m2repofilt_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_filter + ADD CONSTRAINT m2repofilt_id_pk PRIMARY KEY (id); + + -- -- Name: m2repository_instances m2repoinst_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -51219,6 +55326,22 @@ ALTER TABLE ONLY public.m2repository_onedrive_access ADD CONSTRAINT m2repoonedacce_id_pk PRIMARY KEY (id); +-- +-- Name: m2reportbuilder_report m2reporepo_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_report + ADD CONSTRAINT m2reporepo_id_pk PRIMARY KEY (id); + + +-- +-- Name: m2reportbuilder_schedule m2reposche_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2reportbuilder_schedule + ADD CONSTRAINT m2reposche_id_pk PRIMARY KEY (id); + + -- -- Name: m2resource m2reso_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -51579,6 +55702,14 @@ ALTER TABLE ONLY public.m2task_scheduled ADD CONSTRAINT m2tasksche_id_pk PRIMARY KEY (id); +-- +-- Name: m2tiny_autosave m2tinyauto_id_pk; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.m2tiny_autosave + ADD CONSTRAINT m2tinyauto_id_pk PRIMARY KEY (id); + + -- -- Name: m2tool_brickfield_areas m2toolbricarea_id_pk; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -52099,6 +56230,69 @@ ALTER TABLE ONLY public.m2workshop_submissions ADD CONSTRAINT m2worksubm_id_pk PRIMARY KEY (id); +-- +-- Name: m2admiapp_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiapp_adm_ix ON public.m2adminpresets_app USING btree (adminpresetid); + + +-- +-- Name: m2admiappit_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiappit_adm_ix ON public.m2adminpresets_app_it USING btree (adminpresetapplyid); + + +-- +-- Name: m2admiappit_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiappit_con_ix ON public.m2adminpresets_app_it USING btree (configlogid); + + +-- +-- Name: m2admiappita_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiappita_adm_ix ON public.m2adminpresets_app_it_a USING btree (adminpresetapplyid); + + +-- +-- Name: m2admiappita_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiappita_con_ix ON public.m2adminpresets_app_it_a USING btree (configlogid); + + +-- +-- Name: m2admiappplug_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiappplug_adm_ix ON public.m2adminpresets_app_plug USING btree (adminpresetapplyid); + + +-- +-- Name: m2admiit_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiit_adm_ix ON public.m2adminpresets_it USING btree (adminpresetid); + + +-- +-- Name: m2admiita_ite_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiita_ite_ix ON public.m2adminpresets_it_a USING btree (itemid); + + +-- +-- Name: m2admiplug_adm_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2admiplug_adm_ix ON public.m2adminpresets_plug USING btree (adminpresetid); + + -- -- Name: m2analindicalc_con_ix; Type: INDEX; Schema: public; Owner: - -- @@ -52120,6 +56314,13 @@ CREATE INDEX m2analindicalc_staendcon_ix ON public.m2analytics_indicator_calc US CREATE INDEX m2analmode_enatra_ix ON public.m2analytics_models USING btree (enabled, trained); +-- +-- Name: m2analmode_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2analmode_use_ix ON public.m2analytics_models USING btree (usermodified); + + -- -- Name: m2analmodelog_mod_ix; Type: INDEX; Schema: public; Owner: - -- @@ -52127,6 +56328,13 @@ CREATE INDEX m2analmode_enatra_ix ON public.m2analytics_models USING btree (enab CREATE INDEX m2analmodelog_mod_ix ON public.m2analytics_models_log USING btree (modelid); +-- +-- Name: m2analmodelog_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2analmodelog_use_ix ON public.m2analytics_models_log USING btree (usermodified); + + -- -- Name: m2analpred_con_ix; Type: INDEX; Schema: public; Owner: - -- @@ -52302,13 +56510,6 @@ CREATE INDEX m2assieditcmnt_gra_ix ON public.m2assignfeedback_editpdf_cmnt USING CREATE INDEX m2assieditcmnt_grapag_ix ON public.m2assignfeedback_editpdf_cmnt USING btree (gradeid, pageno); --- --- Name: m2assieditqueu_subsub_uix; Type: INDEX; Schema: public; Owner: - --- - -CREATE UNIQUE INDEX m2assieditqueu_subsub_uix ON public.m2assignfeedback_editpdf_queue USING btree (submissionid, submissionattempt); - - -- -- Name: m2assieditquic_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -52680,6 +56881,20 @@ CREATE UNIQUE INDEX m2attewarn_idnwarwar_uix ON public.m2attendance_warning USIN CREATE INDEX m2attewarndone_notuse_ix ON public.m2attendance_warning_done USING btree (notifyid, userid); +-- +-- Name: m2authltilinklogi_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2authltilinklogi_use_ix ON public.m2auth_lti_linked_login USING btree (userid); + + +-- +-- Name: m2authltilinklogi_useisss3_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2authltilinklogi_useisss3_uix ON public.m2auth_lti_linked_login USING btree (userid, issuer256, sub256); + + -- -- Name: m2authoautlinklogi_iss_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53023,6 +57238,62 @@ CREATE UNIQUE INDEX m2badgrela_badrel_uix ON public.m2badge_related USING btree CREATE INDEX m2badgrela_rel_ix ON public.m2badge_related USING btree (relatedbadgeid); +-- +-- Name: m2bigblogs_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigblogs_cou_ix ON public.m2bigbluebuttonbn_logs USING btree (courseid); + + +-- +-- Name: m2bigblogs_coubiguselog_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigblogs_coubiguselog_ix ON public.m2bigbluebuttonbn_logs USING btree (courseid, bigbluebuttonbnid, userid, log); + + +-- +-- Name: m2bigblogs_log_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigblogs_log_ix ON public.m2bigbluebuttonbn_logs USING btree (log); + + +-- +-- Name: m2bigblogs_uselog_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigblogs_uselog_ix ON public.m2bigbluebuttonbn_logs USING btree (userid, log); + + +-- +-- Name: m2bigbreco_big_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigbreco_big_ix ON public.m2bigbluebuttonbn_recordings USING btree (bigbluebuttonbnid); + + +-- +-- Name: m2bigbreco_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigbreco_cou_ix ON public.m2bigbluebuttonbn_recordings USING btree (courseid); + + +-- +-- Name: m2bigbreco_rec_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigbreco_rec_ix ON public.m2bigbluebuttonbn_recordings USING btree (recordingid); + + +-- +-- Name: m2bigbreco_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2bigbreco_use_ix ON public.m2bigbluebuttonbn_recordings USING btree (usermodified); + + -- -- Name: m2bigdprof_nam_uix; Type: INDEX; Schema: public; Owner: - -- @@ -53135,6 +57406,13 @@ CREATE INDEX m2blogasso_con_ix ON public.m2blog_association USING btree (context CREATE INDEX m2blogexte_use_ix ON public.m2blog_external USING btree (userid); +-- +-- Name: m2book_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2book_cou_ix ON public.m2book USING btree (course); + + -- -- Name: m2bookchap_boo_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53240,6 +57518,13 @@ CREATE INDEX m2chatmesscurr_use_ix ON public.m2chat_messages_current USING btree CREATE INDEX m2chatuser_cha_ix ON public.m2chat_users USING btree (chatid); +-- +-- Name: m2chatuser_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2chatuser_cou_ix ON public.m2chat_users USING btree (course); + + -- -- Name: m2chatuser_gro_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53366,6 +57651,20 @@ CREATE UNIQUE INDEX m2comp_comidn_uix ON public.m2competency USING btree (compet CREATE INDEX m2comp_rul_ix ON public.m2competency USING btree (ruleoutcome); +-- +-- Name: m2comp_sca_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comp_sca_ix ON public.m2competency USING btree (scaleid); + + +-- +-- Name: m2comp_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comp_use_ix ON public.m2competency USING btree (usermodified); + + -- -- Name: m2compcour_com_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53401,6 +57700,41 @@ CREATE UNIQUE INDEX m2compcour_coucom_uix ON public.m2competency_coursecomp USIN CREATE INDEX m2compcour_courul_ix ON public.m2competency_coursecomp USING btree (courseid, ruleoutcome); +-- +-- Name: m2compcour_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compcour_use2_ix ON public.m2competency_coursecomp USING btree (usermodified); + + +-- +-- Name: m2compcour_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compcour_use_ix ON public.m2competency_coursecompsetting USING btree (usermodified); + + +-- +-- Name: m2compevid_act_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compevid_act_ix ON public.m2competency_evidence USING btree (actionuserid); + + +-- +-- Name: m2compevid_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compevid_con_ix ON public.m2competency_evidence USING btree (contextid); + + +-- +-- Name: m2compevid_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compevid_use2_ix ON public.m2competency_evidence USING btree (usermodified); + + -- -- Name: m2compevid_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53408,6 +57742,13 @@ CREATE INDEX m2compcour_courul_ix ON public.m2competency_coursecomp USING btree CREATE INDEX m2compevid_use_ix ON public.m2competency_evidence USING btree (usercompetencyid); +-- +-- Name: m2compfram_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compfram_con_ix ON public.m2competency_framework USING btree (contextid); + + -- -- Name: m2compfram_idn_uix; Type: INDEX; Schema: public; Owner: - -- @@ -53415,6 +57756,20 @@ CREATE INDEX m2compevid_use_ix ON public.m2competency_evidence USING btree (user CREATE UNIQUE INDEX m2compfram_idn_uix ON public.m2competency_framework USING btree (idnumber); +-- +-- Name: m2compfram_sca_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compfram_sca_ix ON public.m2competency_framework USING btree (scaleid); + + +-- +-- Name: m2compfram_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compfram_use_ix ON public.m2competency_framework USING btree (usermodified); + + -- -- Name: m2compmodu_cmi_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53443,6 +57798,13 @@ CREATE INDEX m2compmodu_cmirul_ix ON public.m2competency_modulecomp USING btree CREATE INDEX m2compmodu_com_ix ON public.m2competency_modulecomp USING btree (competencyid); +-- +-- Name: m2compmodu_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compmodu_use_ix ON public.m2competency_modulecomp USING btree (usermodified); + + -- -- Name: m2compplan_placom_uix; Type: INDEX; Schema: public; Owner: - -- @@ -53464,6 +57826,20 @@ CREATE INDEX m2compplan_stadue_ix ON public.m2competency_plan USING btree (statu CREATE INDEX m2compplan_tem_ix ON public.m2competency_plan USING btree (templateid); +-- +-- Name: m2compplan_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compplan_use2_ix ON public.m2competency_plancomp USING btree (usermodified); + + +-- +-- Name: m2compplan_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compplan_use_ix ON public.m2competency_plan USING btree (usermodified); + + -- -- Name: m2compplan_usesta_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53471,6 +57847,27 @@ CREATE INDEX m2compplan_tem_ix ON public.m2competency_plan USING btree (template CREATE INDEX m2compplan_usesta_ix ON public.m2competency_plan USING btree (userid, status); +-- +-- Name: m2comprela_com_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comprela_com_ix ON public.m2competency_relatedcomp USING btree (competencyid); + + +-- +-- Name: m2comprela_rel_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comprela_rel_ix ON public.m2competency_relatedcomp USING btree (relatedcompetencyid); + + +-- +-- Name: m2comprela_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comprela_use_ix ON public.m2competency_relatedcomp USING btree (usermodified); + + -- -- Name: m2comptemp_com_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53478,6 +57875,13 @@ CREATE INDEX m2compplan_usesta_ix ON public.m2competency_plan USING btree (useri CREATE INDEX m2comptemp_com_ix ON public.m2competency_templatecomp USING btree (competencyid); +-- +-- Name: m2comptemp_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comptemp_con_ix ON public.m2competency_template USING btree (contextid); + + -- -- Name: m2comptemp_tem2_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53499,6 +57903,27 @@ CREATE INDEX m2comptemp_tem_ix ON public.m2competency_templatecomp USING btree ( CREATE UNIQUE INDEX m2comptemp_temcoh_uix ON public.m2competency_templatecohort USING btree (templateid, cohortid); +-- +-- Name: m2comptemp_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comptemp_use2_ix ON public.m2competency_templatecomp USING btree (usermodified); + + +-- +-- Name: m2comptemp_use3_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comptemp_use3_ix ON public.m2competency_templatecohort USING btree (usermodified); + + +-- +-- Name: m2comptemp_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2comptemp_use_ix ON public.m2competency_template USING btree (usermodified); + + -- -- Name: m2compuser_use2_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53506,6 +57931,41 @@ CREATE UNIQUE INDEX m2comptemp_temcoh_uix ON public.m2competency_templatecohort CREATE INDEX m2compuser_use2_ix ON public.m2competency_userevidencecomp USING btree (userevidenceid); +-- +-- Name: m2compuser_use3_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compuser_use3_ix ON public.m2competency_userevidence USING btree (usermodified); + + +-- +-- Name: m2compuser_use4_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compuser_use4_ix ON public.m2competency_usercomp USING btree (usermodified); + + +-- +-- Name: m2compuser_use5_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compuser_use5_ix ON public.m2competency_usercompcourse USING btree (usermodified); + + +-- +-- Name: m2compuser_use6_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compuser_use6_ix ON public.m2competency_usercompplan USING btree (usermodified); + + +-- +-- Name: m2compuser_use7_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2compuser_use7_ix ON public.m2competency_userevidencecomp USING btree (usermodified); + + -- -- Name: m2compuser_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53646,6 +58106,13 @@ CREATE INDEX m2cour_cat_ix ON public.m2course USING btree (category); CREATE INDEX m2cour_idn_ix ON public.m2course USING btree (idnumber); +-- +-- Name: m2cour_ori_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2cour_ori_ix ON public.m2course USING btree (originalcourseid); + + -- -- Name: m2cour_sho_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53863,6 +58330,34 @@ CREATE INDEX m2courmoducomp_cou_ix ON public.m2course_modules_completion USING b CREATE UNIQUE INDEX m2courmoducomp_usecou_uix ON public.m2course_modules_completion USING btree (userid, coursemoduleid); +-- +-- Name: m2courmoduview_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2courmoduview_cou_ix ON public.m2course_modules_viewed USING btree (coursemoduleid); + + +-- +-- Name: m2courmoduview_usecou_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2courmoduview_usecou_uix ON public.m2course_modules_viewed USING btree (userid, coursemoduleid); + + +-- +-- Name: m2courpubl_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2courpubl_cou_ix ON public.m2course_published USING btree (courseid); + + +-- +-- Name: m2courpubl_hub_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2courpubl_hub_ix ON public.m2course_published USING btree (hubcourseid); + + -- -- Name: m2courrequ_sho_ix; Type: INDEX; Schema: public; Owner: - -- @@ -53989,6 +58484,13 @@ CREATE INDEX m2datafiel_typdat_ix ON public.m2data_fields USING btree (type, dat CREATE INDEX m2datareco_dat_ix ON public.m2data_records USING btree (dataid); +-- +-- Name: m2datareco_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2datareco_use_ix ON public.m2data_records USING btree (userid); + + -- -- Name: m2editattoauto_eleconusepa_uix; Type: INDEX; Schema: public; Owner: - -- @@ -54010,6 +58512,13 @@ CREATE INDEX m2enro_cou_ix ON public.m2enrol USING btree (courseid); CREATE INDEX m2enro_enr_ix ON public.m2enrol USING btree (enrol); +-- +-- Name: m2enro_rol_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enro_rol_ix ON public.m2enrol USING btree (roleid); + + -- -- Name: m2enroflat_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54031,6 +58540,55 @@ CREATE INDEX m2enroflat_rol_ix ON public.m2enrol_flatfile USING btree (roleid); CREATE INDEX m2enroflat_use_ix ON public.m2enrol_flatfile USING btree (userid); +-- +-- Name: m2enroltiappregi_pla2_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltiappregi_pla2_uix ON public.m2enrol_lti_app_registration USING btree (platformclienthash); + + +-- +-- Name: m2enroltiappregi_pla3_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltiappregi_pla3_uix ON public.m2enrol_lti_app_registration USING btree (platformuniqueidhash); + + +-- +-- Name: m2enroltiappregi_uni_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltiappregi_uni_uix ON public.m2enrol_lti_app_registration USING btree (uniqueid); + + +-- +-- Name: m2enrolticont_lti_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enrolticont_lti_ix ON public.m2enrol_lti_context USING btree (ltideploymentid); + + +-- +-- Name: m2enrolticont_lticon_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enrolticont_lticon_uix ON public.m2enrol_lti_context USING btree (ltideploymentid, contextid); + + +-- +-- Name: m2enroltidepl_pla_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltidepl_pla_ix ON public.m2enrol_lti_deployment USING btree (platformid); + + +-- +-- Name: m2enroltidepl_pladep_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltidepl_pladep_uix ON public.m2enrol_lti_deployment USING btree (platformid, deploymentid); + + -- -- Name: m2enroltilti2cons_con_uix; Type: INDEX; Schema: public; Owner: - -- @@ -54108,6 +58666,27 @@ CREATE UNIQUE INDEX m2enroltilti2toolprox_too_uix ON public.m2enrol_lti_lti2_too CREATE INDEX m2enroltilti2userresu_res_ix ON public.m2enrol_lti_lti2_user_result USING btree (resourcelinkid); +-- +-- Name: m2enroltiresolink_lti2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltiresolink_lti2_ix ON public.m2enrol_lti_resource_link USING btree (lticontextid); + + +-- +-- Name: m2enroltiresolink_lti_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltiresolink_lti_ix ON public.m2enrol_lti_resource_link USING btree (ltideploymentid); + + +-- +-- Name: m2enroltiresolink_reslti_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltiresolink_reslti_uix ON public.m2enrol_lti_resource_link USING btree (resourcelinkid, ltideploymentid); + + -- -- Name: m2enroltitool_con_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54122,6 +58701,13 @@ CREATE INDEX m2enroltitool_con_ix ON public.m2enrol_lti_tools USING btree (conte CREATE INDEX m2enroltitool_enr_ix ON public.m2enrol_lti_tools USING btree (enrolid); +-- +-- Name: m2enroltitool_uui_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltitool_uui_uix ON public.m2enrol_lti_tools USING btree (uuid); + + -- -- Name: m2enroltitoolconsmap_con_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54136,6 +58722,13 @@ CREATE INDEX m2enroltitoolconsmap_con_ix ON public.m2enrol_lti_tool_consumer_map CREATE INDEX m2enroltitoolconsmap_too_ix ON public.m2enrol_lti_tool_consumer_map USING btree (toolid); +-- +-- Name: m2enroltiuser_lti_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltiuser_lti_ix ON public.m2enrol_lti_users USING btree (ltideploymentid); + + -- -- Name: m2enroltiuser_too_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54150,6 +58743,27 @@ CREATE INDEX m2enroltiuser_too_ix ON public.m2enrol_lti_users USING btree (tooli CREATE INDEX m2enroltiuser_use_ix ON public.m2enrol_lti_users USING btree (userid); +-- +-- Name: m2enroltiuserresolink_lti_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltiuserresolink_lti_ix ON public.m2enrol_lti_user_resource_link USING btree (ltiuserid); + + +-- +-- Name: m2enroltiuserresolink_ltir_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2enroltiuserresolink_ltir_uix ON public.m2enrol_lti_user_resource_link USING btree (ltiuserid, resourcelinkid); + + +-- +-- Name: m2enroltiuserresolink_res_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2enroltiuserresolink_res_ix ON public.m2enrol_lti_user_resource_link USING btree (resourcelinkid); + + -- -- Name: m2enropayp_bus_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54297,6 +58911,20 @@ CREATE INDEX m2evenqueuhand_han_ix ON public.m2events_queue_handlers USING btree CREATE INDEX m2evenqueuhand_que_ix ON public.m2events_queue_handlers USING btree (queuedeventid); +-- +-- Name: m2evensubs_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2evensubs_cou_ix ON public.m2event_subscriptions USING btree (courseid); + + +-- +-- Name: m2evensubs_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2evensubs_use_ix ON public.m2event_subscriptions USING btree (userid); + + -- -- Name: m2extefunc_nam_uix; Type: INDEX; Schema: public; Owner: - -- @@ -54353,6 +58981,13 @@ CREATE INDEX m2extetoke_cre_ix ON public.m2external_tokens USING btree (creatori CREATE INDEX m2extetoke_ext_ix ON public.m2external_tokens USING btree (externalserviceid); +-- +-- Name: m2extetoke_sid_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2extetoke_sid_ix ON public.m2external_tokens USING btree (sid); + + -- -- Name: m2extetoke_tok_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54395,6 +59030,13 @@ CREATE INDEX m2favo_use_ix ON public.m2favourite USING btree (userid); CREATE INDEX m2feed_cou_ix ON public.m2feedback USING btree (course); +-- +-- Name: m2feedcomp_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2feedcomp_cou_ix ON public.m2feedback_completed USING btree (courseid); + + -- -- Name: m2feedcomp_fee2_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54521,6 +59163,13 @@ CREATE INDEX m2file_con2_ix ON public.m2files USING btree (contextid); CREATE INDEX m2file_con_ix ON public.m2files USING btree (contenthash); +-- +-- Name: m2file_fil_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2file_fil_ix ON public.m2files USING btree (filename); + + -- -- Name: m2file_lic_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54563,6 +59212,13 @@ CREATE INDEX m2fileconv_des_ix ON public.m2file_conversion USING btree (destfile CREATE INDEX m2fileconv_sou_ix ON public.m2file_conversion USING btree (sourcefileid); +-- +-- Name: m2fileconv_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2fileconv_use_ix ON public.m2file_conversion USING btree (usermodified); + + -- -- Name: m2filerefe_refrep_uix; Type: INDEX; Schema: public; Owner: - -- @@ -54661,6 +59317,13 @@ CREATE INDEX m2forudisc_cou_ix ON public.m2forum_discussions USING btree (course CREATE INDEX m2forudisc_for_ix ON public.m2forum_discussions USING btree (forum); +-- +-- Name: m2forudisc_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2forudisc_use2_ix ON public.m2forum_discussions USING btree (usermodified); + + -- -- Name: m2forudisc_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -54781,24 +59444,31 @@ CREATE INDEX m2foruqueu_use_ix ON public.m2forum_queue USING btree (userid); -- --- Name: m2foruread_posuse_ix; Type: INDEX; Schema: public; Owner: - +-- Name: m2foruread_disuse_ix; Type: INDEX; Schema: public; Owner: - -- -CREATE INDEX m2foruread_posuse_ix ON public.m2forum_read USING btree (postid, userid); +CREATE INDEX m2foruread_disuse_ix ON public.m2forum_read USING btree (discussionid, userid); + + +-- +-- Name: m2foruread_foruse_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2foruread_foruse_ix ON public.m2forum_read USING btree (forumid, userid); -- --- Name: m2foruread_usedis_ix; Type: INDEX; Schema: public; Owner: - +-- Name: m2foruread_posuse_ix; Type: INDEX; Schema: public; Owner: - -- -CREATE INDEX m2foruread_usedis_ix ON public.m2forum_read USING btree (userid, discussionid); +CREATE INDEX m2foruread_posuse_ix ON public.m2forum_read USING btree (postid, userid); -- --- Name: m2foruread_usefor_ix; Type: INDEX; Schema: public; Owner: - +-- Name: m2foruread_use_ix; Type: INDEX; Schema: public; Owner: - -- -CREATE INDEX m2foruread_usefor_ix ON public.m2forum_read USING btree (userid, forumid); +CREATE INDEX m2foruread_use_ix ON public.m2forum_read USING btree (userid); -- @@ -55179,6 +59849,13 @@ CREATE INDEX m2gradimpovalu_ite_ix ON public.m2grade_import_values USING btree ( CREATE INDEX m2gradimpovalu_new_ix ON public.m2grade_import_values USING btree (newgradeitem); +-- +-- Name: m2gradimpovalu_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2gradimpovalu_use_ix ON public.m2grade_import_values USING btree (userid); + + -- -- Name: m2gradinst_def_ix; Type: INDEX; Schema: public; Owner: - -- @@ -55221,6 +59898,13 @@ CREATE INDEX m2graditem_gra_ix ON public.m2grade_items USING btree (gradetype); CREATE INDEX m2graditem_idncou_ix ON public.m2grade_items USING btree (idnumber, courseid); +-- +-- Name: m2graditem_iteiteitecou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2graditem_iteiteitecou_ix ON public.m2grade_items USING btree (itemtype, itemmodule, iteminstance, courseid); + + -- -- Name: m2graditem_itenee_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56026,6 +60710,13 @@ CREATE UNIQUE INDEX m2logdisp_modact_uix ON public.m2log_display USING btree (mo CREATE INDEX m2logsstanlog_con_ix ON public.m2logstore_standard_log USING btree (contextid); +-- +-- Name: m2logsstanlog_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2logsstanlog_cou_ix ON public.m2logstore_standard_log USING btree (courseid); + + -- -- Name: m2logsstanlog_couanotim_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56033,6 +60724,20 @@ CREATE INDEX m2logsstanlog_con_ix ON public.m2logstore_standard_log USING btree CREATE INDEX m2logsstanlog_couanotim_ix ON public.m2logstore_standard_log USING btree (courseid, anonymous, timecreated); +-- +-- Name: m2logsstanlog_rea_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2logsstanlog_rea_ix ON public.m2logstore_standard_log USING btree (realuserid); + + +-- +-- Name: m2logsstanlog_rel_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2logsstanlog_rel_ix ON public.m2logstore_standard_log USING btree (relateduserid); + + -- -- Name: m2logsstanlog_tim_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56040,6 +60745,13 @@ CREATE INDEX m2logsstanlog_couanotim_ix ON public.m2logstore_standard_log USING CREATE INDEX m2logsstanlog_tim_ix ON public.m2logstore_standard_log USING btree (timecreated); +-- +-- Name: m2logsstanlog_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2logsstanlog_use_ix ON public.m2logstore_standard_log USING btree (userid); + + -- -- Name: m2logsstanlog_useconconcrue_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56481,6 +61193,13 @@ CREATE INDEX m2mnethost_app_ix ON public.m2mnet_host USING btree (applicationid) CREATE UNIQUE INDEX m2mnethost_hosser_uix ON public.m2mnet_host2service USING btree (hostid, serviceid); +-- +-- Name: m2mnethost_las_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2mnethost_las_ix ON public.m2mnet_host USING btree (last_log_id); + + -- -- Name: m2mnetlog_hosusecou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56509,6 +61228,13 @@ CREATE INDEX m2mnetrpc_enaxml_ix ON public.m2mnet_rpc USING btree (enabled, xmlr CREATE UNIQUE INDEX m2mnetserv_rpcser_uix ON public.m2mnet_service2rpc USING btree (rpcid, serviceid); +-- +-- Name: m2mnetsess_mne_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2mnetsess_mne_ix ON public.m2mnet_session USING btree (mnethostid); + + -- -- Name: m2mnetsess_tok_uix; Type: INDEX; Schema: public; Owner: - -- @@ -56516,6 +61242,13 @@ CREATE UNIQUE INDEX m2mnetserv_rpcser_uix ON public.m2mnet_service2rpc USING btr CREATE UNIQUE INDEX m2mnetsess_tok_uix ON public.m2mnet_session USING btree (token); +-- +-- Name: m2mnetsess_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2mnetsess_use_ix ON public.m2mnet_session USING btree (userid); + + -- -- Name: m2mnetssoaccecont_mneuse_uix; Type: INDEX; Schema: public; Owner: - -- @@ -56565,6 +61298,13 @@ CREATE UNIQUE INDEX m2oautaccetoke_acc_uix ON public.m2oauth_access_tokens USING CREATE UNIQUE INDEX m2oautaccetoke_iss_uix ON public.m2oauth2_access_token USING btree (issuerid); +-- +-- Name: m2oautaccetoke_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2oautaccetoke_use_ix ON public.m2oauth2_access_token USING btree (usermodified); + + -- -- Name: m2oautauthcode_aut_uix; Type: INDEX; Schema: public; Owner: - -- @@ -56586,6 +61326,13 @@ CREATE UNIQUE INDEX m2oautclie_cli_uix ON public.m2oauth_clients USING btree (cl CREATE INDEX m2oautendp_iss_ix ON public.m2oauth2_endpoint USING btree (issuerid); +-- +-- Name: m2oautendp_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2oautendp_use_ix ON public.m2oauth2_endpoint USING btree (usermodified); + + -- -- Name: m2oautrefrtoke_iss_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56628,6 +61375,13 @@ CREATE UNIQUE INDEX m2oautscop_sco_uix ON public.m2oauth_scopes USING btree (sco CREATE UNIQUE INDEX m2oautsystacco_iss_uix ON public.m2oauth2_system_account USING btree (issuerid); +-- +-- Name: m2oautsystacco_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2oautsystacco_use_ix ON public.m2oauth2_system_account USING btree (usermodified); + + -- -- Name: m2oautuserauthscop_cliuses_uix; Type: INDEX; Schema: public; Owner: - -- @@ -56656,6 +61410,13 @@ CREATE INDEX m2oautuserfielmapp_iss_ix ON public.m2oauth2_user_field_mapping USI CREATE UNIQUE INDEX m2oautuserfielmapp_issint_uix ON public.m2oauth2_user_field_mapping USING btree (issuerid, internalfield); +-- +-- Name: m2oautuserfielmapp_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2oautuserfielmapp_use_ix ON public.m2oauth2_user_field_mapping USING btree (usermodified); + + -- -- Name: m2page_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56698,6 +61459,13 @@ CREATE INDEX m2paym_gat_ix ON public.m2payments USING btree (gateway); CREATE INDEX m2paym_use_ix ON public.m2payments USING btree (userid); +-- +-- Name: m2paymacco_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2paymacco_con_ix ON public.m2payment_accounts USING btree (contextid); + + -- -- Name: m2paymgate_acc_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56740,6 +61508,13 @@ CREATE INDEX m2portinstuser_use_ix ON public.m2portfolio_instance_user USING btr CREATE INDEX m2portlog_por_ix ON public.m2portfolio_log USING btree (portfolio); +-- +-- Name: m2portlog_tem_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2portlog_tem_ix ON public.m2portfolio_log USING btree (tempdataid); + + -- -- Name: m2portlog_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -56775,6 +61550,20 @@ CREATE INDEX m2porttemp_ins_ix ON public.m2portfolio_tempdata USING btree (insta CREATE INDEX m2porttemp_use_ix ON public.m2portfolio_tempdata USING btree (userid); +-- +-- Name: m2post_cou2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2post_cou2_ix ON public.m2post USING btree (coursemoduleid); + + +-- +-- Name: m2post_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2post_cou_ix ON public.m2post USING btree (courseid); + + -- -- Name: m2post_iduse_uix; Type: INDEX; Schema: public; Owner: - -- @@ -56929,20 +61718,6 @@ CREATE UNIQUE INDEX m2qtypshoropti_que_uix ON public.m2qtype_shortanswer_options CREATE INDEX m2qtypwq_que_ix ON public.m2qtype_wq USING btree (question); --- --- Name: m2ques_cat_ix; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX m2ques_cat_ix ON public.m2question USING btree (category); - - --- --- Name: m2ques_catidn_uix; Type: INDEX; Schema: public; Owner: - --- - -CREATE UNIQUE INDEX m2ques_catidn_uix ON public.m2question USING btree (category, idnumber); - - -- -- Name: m2ques_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57055,6 +61830,27 @@ CREATE INDEX m2quesattestep_use_ix ON public.m2question_attempt_steps USING btre CREATE INDEX m2quesattestepdata_att_ix ON public.m2question_attempt_step_data USING btree (attemptstepid); +-- +-- Name: m2quesbankentr_own_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesbankentr_own_ix ON public.m2question_bank_entries USING btree (ownerid); + + +-- +-- Name: m2quesbankentr_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesbankentr_que_ix ON public.m2question_bank_entries USING btree (questioncategoryid); + + +-- +-- Name: m2quesbankentr_queidn_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2quesbankentr_queidn_uix ON public.m2question_bank_entries USING btree (questioncategoryid, idnumber); + + -- -- Name: m2quescalc_ans_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57251,6 +62047,27 @@ CREATE INDEX m2quesqueschoi_que_ix ON public.m2questionnaire_quest_choice USING CREATE UNIQUE INDEX m2quesquestype_typ_uix ON public.m2questionnaire_question_type USING btree (typeid); +-- +-- Name: m2quesrefe_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesrefe_que_ix ON public.m2question_references USING btree (questionbankentryid); + + +-- +-- Name: m2quesrefe_usi_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesrefe_usi_ix ON public.m2question_references USING btree (usingcontextid); + + +-- +-- Name: m2quesrefe_usicomqueite_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2quesrefe_usicomqueite_uix ON public.m2question_references USING btree (usingcontextid, component, questionarea, itemid); + + -- -- Name: m2quesresp_que_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57258,6 +62075,13 @@ CREATE UNIQUE INDEX m2quesquestype_typ_uix ON public.m2questionnaire_question_ty CREATE INDEX m2quesresp_que_ix ON public.m2questionnaire_response USING btree (questionnaireid); +-- +-- Name: m2quesrespanal_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesrespanal_que_ix ON public.m2question_response_analysis USING btree (questionid); + + -- -- Name: m2quesrespbool_resque_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57314,6 +62138,34 @@ CREATE INDEX m2quesrespsing_resque_ix ON public.m2questionnaire_resp_single USIN CREATE INDEX m2quesresptext_resque_ix ON public.m2questionnaire_response_text USING btree (response_id, question_id); +-- +-- Name: m2quessetrefe_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quessetrefe_que_ix ON public.m2question_set_references USING btree (questionscontextid); + + +-- +-- Name: m2quessetrefe_usi_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quessetrefe_usi_ix ON public.m2question_set_references USING btree (usingcontextid); + + +-- +-- Name: m2quessetrefe_usicomqueite_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2quessetrefe_usicomqueite_uix ON public.m2question_set_references USING btree (usingcontextid, component, questionarea, itemid); + + +-- +-- Name: m2quesstat_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesstat_que_ix ON public.m2question_statistics USING btree (questionid); + + -- -- Name: m2quessurv_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57342,6 +62194,20 @@ CREATE INDEX m2questrue_que_ix ON public.m2question_truefalse USING btree (quest CREATE INDEX m2quesusag_con_ix ON public.m2question_usages USING btree (contextid); +-- +-- Name: m2quesvers_que2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesvers_que2_ix ON public.m2question_versions USING btree (questionid); + + +-- +-- Name: m2quesvers_que_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2quesvers_que_ix ON public.m2question_versions USING btree (questionbankentryid); + + -- -- Name: m2quiz_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57489,20 +62355,6 @@ CREATE INDEX m2quizsect_qui_ix ON public.m2quiz_sections USING btree (quizid); CREATE UNIQUE INDEX m2quizsect_quifir_uix ON public.m2quiz_sections USING btree (quizid, firstslot); --- --- Name: m2quizslot_que2_ix; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX m2quizslot_que2_ix ON public.m2quiz_slots USING btree (questioncategoryid); - - --- --- Name: m2quizslot_que_ix; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX m2quizslot_que_ix ON public.m2quiz_slots USING btree (questionid); - - -- -- Name: m2quizslot_qui_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57517,20 +62369,6 @@ CREATE INDEX m2quizslot_qui_ix ON public.m2quiz_slots USING btree (quizid); CREATE UNIQUE INDEX m2quizslot_quislo_uix ON public.m2quiz_slots USING btree (quizid, slot); --- --- Name: m2quizslottags_slo_ix; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX m2quizslottags_slo_ix ON public.m2quiz_slot_tags USING btree (slotid); - - --- --- Name: m2quizslottags_tag_ix; Type: INDEX; Schema: public; Owner: - --- - -CREATE INDEX m2quizslottags_tag_ix ON public.m2quiz_slot_tags USING btree (tagid); - - -- -- Name: m2qv_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57587,6 +62425,13 @@ CREATE INDEX m2rati_comratconite_ix ON public.m2rating USING btree (component, r CREATE INDEX m2rati_con_ix ON public.m2rating USING btree (contextid); +-- +-- Name: m2rati_sca_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2rati_sca_ix ON public.m2rating USING btree (scaleid); + + -- -- Name: m2rati_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57629,6 +62474,83 @@ CREATE INDEX m2rcomerrolog_tim_ix ON public.m2rcommon_errors_log USING btree ("t CREATE INDEX m2rcomerrolog_usecou_ix ON public.m2rcommon_errors_log USING btree (userid, course); +-- +-- Name: m2repoaudi_rep_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repoaudi_rep_ix ON public.m2reportbuilder_audience USING btree (reportid); + + +-- +-- Name: m2repoaudi_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repoaudi_use2_ix ON public.m2reportbuilder_audience USING btree (usermodified); + + +-- +-- Name: m2repoaudi_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repoaudi_use_ix ON public.m2reportbuilder_audience USING btree (usercreated); + + +-- +-- Name: m2repocolu_rep_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repocolu_rep_ix ON public.m2reportbuilder_column USING btree (reportid); + + +-- +-- Name: m2repocolu_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repocolu_use2_ix ON public.m2reportbuilder_column USING btree (usermodified); + + +-- +-- Name: m2repocolu_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repocolu_use_ix ON public.m2reportbuilder_column USING btree (usercreated); + + +-- +-- Name: m2repofilt_rep_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repofilt_rep_ix ON public.m2reportbuilder_filter USING btree (reportid); + + +-- +-- Name: m2repofilt_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repofilt_use2_ix ON public.m2reportbuilder_filter USING btree (usermodified); + + +-- +-- Name: m2repofilt_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repofilt_use_ix ON public.m2reportbuilder_filter USING btree (usercreated); + + +-- +-- Name: m2repoinst_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repoinst_con_ix ON public.m2repository_instances USING btree (contextid); + + +-- +-- Name: m2repoinst_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2repoinst_use_ix ON public.m2repository_instances USING btree (userid); + + -- -- Name: m2repoonedacce_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57636,6 +62558,55 @@ CREATE INDEX m2rcomerrolog_usecou_ix ON public.m2rcommon_errors_log USING btree CREATE INDEX m2repoonedacce_use_ix ON public.m2repository_onedrive_access USING btree (usermodified); +-- +-- Name: m2reporepo_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reporepo_con_ix ON public.m2reportbuilder_report USING btree (contextid); + + +-- +-- Name: m2reporepo_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reporepo_use2_ix ON public.m2reportbuilder_report USING btree (usermodified); + + +-- +-- Name: m2reporepo_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reporepo_use_ix ON public.m2reportbuilder_report USING btree (usercreated); + + +-- +-- Name: m2reposche_rep_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reposche_rep_ix ON public.m2reportbuilder_schedule USING btree (reportid); + + +-- +-- Name: m2reposche_use2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reposche_use2_ix ON public.m2reportbuilder_schedule USING btree (usercreated); + + +-- +-- Name: m2reposche_use3_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reposche_use3_ix ON public.m2reportbuilder_schedule USING btree (usermodified); + + +-- +-- Name: m2reposche_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2reposche_use_ix ON public.m2reportbuilder_schedule USING btree (userviewas); + + -- -- Name: m2reso_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57881,6 +62852,13 @@ CREATE UNIQUE INDEX m2rolename_rolcon_uix ON public.m2role_names USING btree (ro CREATE INDEX m2scal_cou_ix ON public.m2scale USING btree (courseid); +-- +-- Name: m2scal_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2scal_use_ix ON public.m2scale USING btree (userid); + + -- -- Name: m2scalhist_act_ix; Type: INDEX; Schema: public; Owner: - -- @@ -57916,6 +62894,13 @@ CREATE INDEX m2scalhist_old_ix ON public.m2scale_history USING btree (oldid); CREATE INDEX m2scalhist_tim_ix ON public.m2scale_history USING btree (timemodified); +-- +-- Name: m2scalhist_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2scalhist_use_ix ON public.m2scale_history USING btree (userid); + + -- -- Name: m2scor_cou_ix; Type: INDEX; Schema: public; Owner: - -- @@ -58126,6 +63111,27 @@ CREATE INDEX m2searinderequ_con_ix ON public.m2search_index_requests USING btree CREATE INDEX m2searinderequ_indtim_ix ON public.m2search_index_requests USING btree (indexpriority, timerequested); +-- +-- Name: m2searsimpinde_are_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2searsimpinde_are_ix ON public.m2search_simpledb_index USING btree (areaid); + + +-- +-- Name: m2searsimpinde_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2searsimpinde_con_ix ON public.m2search_simpledb_index USING btree (contextid); + + +-- +-- Name: m2searsimpinde_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2searsimpinde_cou_ix ON public.m2search_simpledb_index USING btree (courseid); + + -- -- Name: m2searsimpinde_doc_uix; Type: INDEX; Schema: public; Owner: - -- @@ -58448,6 +63454,13 @@ CREATE INDEX m2taginst_tag_ix ON public.m2tag_instance USING btree (tagid); CREATE INDEX m2taskadho_nex_ix ON public.m2task_adhoc USING btree (nextruntime); +-- +-- Name: m2taskadho_tim_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2taskadho_tim_ix ON public.m2task_adhoc USING btree (timestarted); + + -- -- Name: m2taskadho_use_ix; Type: INDEX; Schema: public; Owner: - -- @@ -58469,6 +63482,13 @@ CREATE INDEX m2tasklog_cla_ix ON public.m2task_log USING btree (classname); CREATE INDEX m2tasklog_tim_ix ON public.m2task_log USING btree (timestart); +-- +-- Name: m2tasklog_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2tasklog_use_ix ON public.m2task_log USING btree (userid); + + -- -- Name: m2tasksche_cla_uix; Type: INDEX; Schema: public; Owner: - -- @@ -58476,6 +63496,13 @@ CREATE INDEX m2tasklog_tim_ix ON public.m2task_log USING btree (timestart); CREATE UNIQUE INDEX m2tasksche_cla_uix ON public.m2task_scheduled USING btree (classname); +-- +-- Name: m2tinyauto_eleconusepag_uix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE UNIQUE INDEX m2tinyauto_eleconusepag_uix ON public.m2tiny_autosave USING btree (elementid, contextid, userid, pagehash); + + -- -- Name: m2toolbricarea_cat_ix; Type: INDEX; Schema: public; Owner: - -- @@ -58763,6 +63790,13 @@ CREATE UNIQUE INDEX m2tooldatapurp_purrol_uix ON public.m2tool_dataprivacy_purpo CREATE INDEX m2tooldatapurp_rol_ix ON public.m2tool_dataprivacy_purposerole USING btree (roleid); +-- +-- Name: m2tooldatapurp_use_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2tooldatapurp_use_ix ON public.m2tool_dataprivacy_purposerole USING btree (usermodified); + + -- -- Name: m2tooldatarequ_dpo_ix; Type: INDEX; Schema: public; Owner: - -- @@ -58791,6 +63825,27 @@ CREATE INDEX m2tooldatarequ_use2_ix ON public.m2tool_dataprivacy_request USING b CREATE INDEX m2tooldatarequ_use_ix ON public.m2tool_dataprivacy_request USING btree (userid); +-- +-- Name: m2toolmonieven_con2_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2toolmonieven_con2_ix ON public.m2tool_monitor_events USING btree (contextinstanceid); + + +-- +-- Name: m2toolmonieven_con_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2toolmonieven_con_ix ON public.m2tool_monitor_events USING btree (contextid); + + +-- +-- Name: m2toolmonieven_cou_ix; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX m2toolmonieven_cou_ix ON public.m2tool_monitor_events USING btree (courseid); + + -- -- Name: m2toolmonihist_sid_ix; Type: INDEX; Schema: public; Owner: - -- diff --git a/dump/odisseadata.tar.gz b/dump/odisseadata.tar.gz index b898ebecc0..661db0b627 100644 Binary files a/dump/odisseadata.tar.gz and b/dump/odisseadata.tar.gz differ