Updating Bokchoy testing database cache (#24334)

This commit is contained in:
edX cache uploader bot
2020-06-29 09:58:42 -04:00
committed by GitHub
parent d694582441
commit 7bfbd3104e
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
e42930e39a6b1f89c3afef535915680b96b8f452
9e67e58c02090de23499589640eb0b9de3b8e31f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2632,7 +2632,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=731 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=732 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 */;
@@ -7292,6 +7292,7 @@ CREATE TABLE `video_pipeline_vempipelineintegration` (
`api_url` varchar(200) NOT NULL,
`service_username` varchar(100) NOT NULL,
`changed_by_id` int(11) DEFAULT NULL,
`vem_enabled_courses_percentage` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `video_pipeline_vempi_changed_by_id_cadc1895_fk_auth_user` (`changed_by_id`),
CONSTRAINT `video_pipeline_vempi_changed_by_id_cadc1895_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)

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