Updating Bokchoy testing database cache (#26929)

This commit is contained in:
edX cache uploader bot
2021-03-10 03:13:37 -05:00
committed by GitHub
parent 4c3fd76904
commit 9bfa56e27b
5 changed files with 9 additions and 7 deletions

View File

@@ -1 +1 @@
6a4e51fbc5e027631bb2b6f036e25a9fc4d81f01
7ca34ffaa2d44956967a8511dfd0d388639442c2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2334,7 +2334,8 @@ CREATE TABLE `courseware_studentmodule` (
KEY `courseware_studentmodule_course_id_0637cb49` (`course_id`),
KEY `courseware_studentmodule_grade_adac1ba7` (`grade`),
KEY `courseware_studentmodule_created_9976b4ad` (`created`),
KEY `courseware_studentmodule_modified_f6a0b0cc` (`modified`)
KEY `courseware_studentmodule_modified_f6a0b0cc` (`modified`),
KEY `courseware_stats` (`module_id`,`grade`,`student_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `courseware_studentmodulehistory`;
@@ -2997,7 +2998,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=844 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=846 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 */;
@@ -4708,7 +4709,8 @@ CREATE TABLE `learning_sequences_learningcontext` (
`modified` datetime(6) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `context_key` (`context_key`),
KEY `learning_se_publish_62319b_idx` (`published_at`)
KEY `learning_se_publish_62319b_idx` (`published_at`),
KEY `learning_sequences_learningcontext_title_5a70c4cd` (`title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `learning_sequences_learningsequence`;

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=844 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=846 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;