Updating Bokchoy testing database cache (#28099)

This commit is contained in:
edX cache uploader bot
2021-07-07 02:45:36 -04:00
committed by GitHub
parent 384bc6b514
commit 27d57d1b7e
5 changed files with 13 additions and 5 deletions

View File

@@ -2189,6 +2189,10 @@ CREATE TABLE `course_overviews_courseoverview` (
`start_date` datetime(6) DEFAULT NULL,
`banner_image_url` longtext NOT NULL,
`has_highlights` tinyint(1) DEFAULT NULL,
`allow_proctoring_opt_out` tinyint(1) NOT NULL,
`enable_proctored_exams` tinyint(1) NOT NULL,
`proctoring_escalation_email` longtext,
`proctoring_provider` longtext,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -2296,6 +2300,10 @@ CREATE TABLE `course_overviews_historicalcourseoverview` (
`start_date` datetime(6) DEFAULT NULL,
`banner_image_url` longtext NOT NULL,
`has_highlights` tinyint(1) DEFAULT NULL,
`allow_proctoring_opt_out` tinyint(1) NOT NULL,
`enable_proctored_exams` tinyint(1) NOT NULL,
`proctoring_escalation_email` longtext,
`proctoring_provider` longtext,
PRIMARY KEY (`history_id`),
KEY `course_overviews_his_history_user_id_e21063d9_fk_auth_user` (`history_user_id`),
KEY `course_overviews_historicalcourseoverview_id_647043f0` (`id`),
@@ -3101,7 +3109,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=889 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=890 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 */;