Updating Bokchoy testing database cache (#24374)

This commit is contained in:
edX cache uploader bot
2020-07-02 09:51:28 -04:00
committed by GitHub
parent 0e4fe2eb15
commit 691649362e
5 changed files with 7 additions and 5 deletions

View File

@@ -1 +1 @@
9e67e58c02090de23499589640eb0b9de3b8e31f
a068d86fc46fd6f9a2180d4fb63c1a789ab1be9a

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=732 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=733 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 */;
@@ -3152,6 +3152,7 @@ CREATE TABLE `enterprise_enterprisecourseenrollment` (
`enterprise_customer_user_id` int(11) NOT NULL,
`marked_done` tinyint(1) NOT NULL,
`source_id` int(11) DEFAULT NULL,
`saved_for_later` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enterprise_enterprisecou_enterprise_customer_user_71fe301a_uniq` (`enterprise_customer_user_id`,`course_id`),
KEY `enterprise_enterpris_source_id_c347bfa6_fk_enterpris` (`source_id`),
@@ -3399,6 +3400,7 @@ CREATE TABLE `enterprise_historicalenterprisecourseenrollment` (
`history_change_reason` varchar(100) DEFAULT NULL,
`marked_done` tinyint(1) NOT NULL,
`source_id` int(11) DEFAULT NULL,
`saved_for_later` tinyint(1) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_a7d84786_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalenterprisecourseenrollment_id_452a4b04` (`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=732 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=733 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;