Updating Bokchoy testing database cache (#28099)
This commit is contained in:
committed by
GitHub
parent
384bc6b514
commit
27d57d1b7e
@@ -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 */;
|
||||
|
||||
Reference in New Issue
Block a user