Updating Bokchoy testing database cache (#22971)

This commit is contained in:
edX cache uploader bot
2020-01-29 11:03:13 -05:00
committed by GitHub
parent 4bbdf2e20b
commit d5d7de9a06
5 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
12926eaa00768990f73c9c120a95ab27a0c87e30
fe6b500a7ad763236d53816dc54766f913d2bb34

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1827,6 +1827,9 @@ CREATE TABLE `course_overviews_courseoverviewtab` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tab_id` varchar(50) NOT NULL,
`course_overview_id` varchar(255) NOT NULL,
`course_staff_only` tinyint(1) NOT NULL,
`name` longtext,
`type` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `course_overviews_cou_course_overview_id_71fa6321_fk_course_ov` (`course_overview_id`),
CONSTRAINT `course_overviews_cou_course_overview_id_71fa6321_fk_course_ov` FOREIGN KEY (`course_overview_id`) REFERENCES `course_overviews_courseoverview` (`id`)
@@ -2549,7 +2552,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=648 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=649 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 */;

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