Updating Bokchoy testing database cache (#28283)

This commit is contained in:
edX cache uploader bot
2021-07-28 06:09:12 -04:00
committed by GitHub
parent 80b4dcceb6
commit 0dc34f8862
5 changed files with 6 additions and 7 deletions

View File

@@ -1 +1 @@
1efd9c25241ecab3e2f96a60e827aa6585d9d802
f3901221a8d01503094f5e1c4232a7136b86c3e0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3109,7 +3109,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=911 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=913 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 */;
@@ -6023,7 +6023,6 @@ CREATE TABLE `proctoring_proctoredexamstudentattempt` (
`status` varchar(64) NOT NULL,
`taking_as_proctored` tinyint(1) NOT NULL,
`is_sample_attempt` tinyint(1) NOT NULL,
`student_name` varchar(255) DEFAULT NULL,
`review_policy_id` int(11) DEFAULT NULL,
`proctored_exam_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
@@ -6073,7 +6072,6 @@ CREATE TABLE `proctoring_proctoredexamstudentattempthistory` (
`status` varchar(64) NOT NULL,
`taking_as_proctored` tinyint(1) NOT NULL,
`is_sample_attempt` tinyint(1) NOT NULL,
`student_name` varchar(255) DEFAULT NULL,
`review_policy_id` int(11) DEFAULT NULL,
`proctored_exam_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
@@ -8130,6 +8128,7 @@ CREATE TABLE `waffle_utils_waffleflagcourseoverridemodel` (
`course_id` varchar(255) NOT NULL,
`override_choice` varchar(3) NOT NULL,
`changed_by_id` int(11) DEFAULT NULL,
`note` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `waffle_utils_wafflef_changed_by_id_28429bf5_fk_auth_user` (`changed_by_id`),
KEY `waffle_utils_waffleflagcourseoverridemodel_waffle_flag_d261aad1` (`waffle_flag`),

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