Updating Bokchoy testing database cache

This commit is contained in:
edX cache uploader bot
2020-12-10 15:20:47 -05:00
parent 2a6061b9da
commit 3551f63f82
6 changed files with 74 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
54e8370045a85d02283b5c6029ade726b87a6e13
73d9efbe5f5ade6e54aaf067b2e88e65bd55755b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -431,7 +431,7 @@ CREATE TABLE `auth_permission` (
PRIMARY KEY (`id`),
UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2976 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=2988 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `auth_registration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
@@ -617,6 +617,27 @@ CREATE TABLE `blackboard_blackboardenterprisecustomerconfiguration` (
CONSTRAINT `blackboard_blackboar_enterprise_customer__39f883b0_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `blackboard_blackboardlearnerassessmentdatatransmissionaudit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `blackboard_blackboardlearnerassessmentdatatransmissionaudit` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`blackboard_user_email` varchar(255) NOT NULL,
`enterprise_course_enrollment_id` int(10) unsigned NOT NULL,
`course_id` varchar(255) NOT NULL,
`subsection_id` varchar(255) NOT NULL,
`grade_point_score` double NOT NULL,
`grade_points_possible` double NOT NULL,
`grade` double NOT NULL,
`subsection_name` varchar(255) NOT NULL,
`status` varchar(100) NOT NULL,
`error_message` longtext NOT NULL,
`created` datetime(6) NOT NULL,
PRIMARY KEY (`id`),
KEY `blackboard_blackboardlearne_enterprise_course_enrollmen_4d99c86b` (`enterprise_course_enrollment_id`),
KEY `blackboard_blackboardlearne_subsection_id_6ddb999b` (`subsection_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `blackboard_blackboardlearnerdatatransmissionaudit`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -2859,7 +2880,7 @@ CREATE TABLE `django_content_type` (
`model` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=845 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=848 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `django_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
@@ -2870,7 +2891,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=805 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=812 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `django_openid_auth_association`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
@@ -3442,6 +3463,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
`enable_analytics_screen` tinyint(1) NOT NULL,
`enable_integrated_customer_learner_portal_search` tinyint(1) NOT NULL,
`default_language` varchar(25) DEFAULT NULL,
`enable_portal_lms_configurations_screen` tinyint(1) NOT NULL,
PRIMARY KEY (`uuid`),
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
@@ -3723,6 +3745,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
`enable_analytics_screen` tinyint(1) NOT NULL,
`enable_integrated_customer_learner_portal_search` tinyint(1) NOT NULL,
`default_language` varchar(25) DEFAULT NULL,
`enable_portal_lms_configurations_screen` tinyint(1) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),
@@ -4584,6 +4607,43 @@ CREATE TABLE `lms_xblock_xblockasidesconfig` (
CONSTRAINT `lms_xblock_xblockasi_changed_by_id_71928be3_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `lti_consumer_ltiagslineitem`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_ltiagslineitem` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`resource_id` varchar(100) NOT NULL,
`resource_link_id` varchar(255) DEFAULT NULL,
`label` varchar(100) NOT NULL,
`score_maximum` int(11) NOT NULL,
`tag` varchar(50) NOT NULL,
`start_date_time` datetime(6) DEFAULT NULL,
`end_date_time` datetime(6) DEFAULT NULL,
`lti_configuration_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lti_consumer_ltiagsl_lti_configuration_id_03e605a4_fk_lti_consu` (`lti_configuration_id`),
KEY `lti_consumer_ltiagslineitem_resource_link_id_39f87e2f` (`resource_link_id`),
CONSTRAINT `lti_consumer_ltiagsl_lti_configuration_id_03e605a4_fk_lti_consu` FOREIGN KEY (`lti_configuration_id`) REFERENCES `lti_consumer_lticonfiguration` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `lti_consumer_ltiagsscore`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_ltiagsscore` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` datetime(6) NOT NULL,
`score_given` double DEFAULT NULL,
`score_maximum` double DEFAULT NULL,
`comment` longtext,
`activity_progress` varchar(20) NOT NULL,
`grading_progress` varchar(20) NOT NULL,
`user_id` varchar(255) NOT NULL,
`line_item_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `lti_consumer_ltiagsscore_line_item_id_user_id_887a73e4_uniq` (`line_item_id`,`user_id`),
CONSTRAINT `lti_consumer_ltiagss_line_item_id_168433dc_fk_lti_consu` FOREIGN KEY (`line_item_id`) REFERENCES `lti_consumer_ltiagslineitem` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `lti_consumer_lticonfiguration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -4592,6 +4652,10 @@ CREATE TABLE `lti_consumer_lticonfiguration` (
`version` varchar(10) NOT NULL,
`config_store` varchar(255) NOT NULL,
`location` varchar(255) DEFAULT NULL,
`lti_1p3_internal_private_key` longtext NOT NULL,
`lti_1p3_internal_private_key_id` varchar(255) NOT NULL,
`lti_1p3_internal_public_jwk` longtext NOT NULL,
`lti_1p3_client_id` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `lti_consumer_lticonfiguration_location_e7e37735` (`location`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -5503,10 +5567,10 @@ CREATE TABLE `proctoring_proctoredexamstudentattempt` (
`user_id` int(11) NOT NULL,
`is_status_acknowledged` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `proctoring_proctoredexam_user_id_proctored_exam_i_1464b206_uniq` (`user_id`,`proctored_exam_id`),
KEY `proctoring_proctored_proctored_exam_id_0732c688_fk_proctorin` (`proctored_exam_id`),
KEY `proctoring_proctoredexamstudentattempt_attempt_code_b10ad854` (`attempt_code`),
KEY `proctoring_proctoredexamstudentattempt_external_id_9c302af3` (`external_id`),
KEY `proctoring_proctoredexamstudentattempt_user_id_2b58b7ed` (`user_id`),
CONSTRAINT `proctoring_proctored_proctored_exam_id_0732c688_fk_proctorin` FOREIGN KEY (`proctored_exam_id`) REFERENCES `proctoring_proctoredexam` (`id`),
CONSTRAINT `proctoring_proctored_user_id_2b58b7ed_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -7827,7 +7891,7 @@ CREATE TABLE `workflow_assessmentworkflowstep` (
`assessment_completed_at` datetime(6) DEFAULT NULL,
`order_num` int(10) unsigned NOT NULL,
`workflow_id` int(11) NOT NULL,
`skipped` tinyint(1),
`skipped` tinyint(1) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `workflow_assessmentw_workflow_id_fe52b4aa_fk_workflow_` (`workflow_id`),
CONSTRAINT `workflow_assessmentw_workflow_id_fe52b4aa_fk_workflow_` FOREIGN KEY (`workflow_id`) REFERENCES `workflow_assessmentworkflow` (`id`)

View File

@@ -36,7 +36,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=805 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=812 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;