Updating Bokchoy testing database cache

This commit is contained in:
edX cache uploader bot
2021-01-15 08:57:04 -05:00
parent b11fdd7d14
commit 6ab6cc1536
5 changed files with 9 additions and 5 deletions

View File

@@ -1 +1 @@
c86261d49e684729f762c4543a4ec3e376dc9f15
fd891669ccb867a3adceb737f3d805c3c1993685

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2930,7 +2930,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=816 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=818 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 */;
@@ -3503,6 +3503,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
`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,
`sender_alias` varchar(255) DEFAULT NULL,
PRIMARY KEY (`uuid`),
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
@@ -3785,6 +3786,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
`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,
`sender_alias` varchar(255) DEFAULT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),
@@ -5516,6 +5518,7 @@ CREATE TABLE `proctoring_proctoredexamsoftwaresecurereview` (
`exam_id` int(11) DEFAULT NULL,
`reviewed_by_id` int(11) DEFAULT NULL,
`student_id` int(11) DEFAULT NULL,
`is_attempt_active` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `proctoring_proctoredexam_attempt_code_706d3717_uniq` (`attempt_code`),
KEY `proctoring_proctored_exam_id_ea6095a3_fk_proctorin` (`exam_id`),
@@ -5540,6 +5543,7 @@ CREATE TABLE `proctoring_proctoredexamsoftwaresecurereviewhistory` (
`exam_id` int(11) DEFAULT NULL,
`reviewed_by_id` int(11) DEFAULT NULL,
`student_id` int(11) DEFAULT NULL,
`is_attempt_active` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
KEY `proctoring_proctored_exam_id_380d8588_fk_proctorin` (`exam_id`),
KEY `proctoring_proctored_reviewed_by_id_bb993b3a_fk_auth_user` (`reviewed_by_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=816 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=818 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;