Updating Bokchoy testing database cache (#23126)

This commit is contained in:
edX cache uploader bot
2020-02-18 08:38:12 -05:00
committed by GitHub
parent e185652aa1
commit 1369aa4333
5 changed files with 7 additions and 5 deletions

View File

@@ -1 +1 @@
ca3871e81315a0fc318b445b8777a3597c542832
3392666ad7149c55bc38fa861da01cf3f825064b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2552,7 +2552,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=656 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=658 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 */;
@@ -3408,6 +3408,7 @@ CREATE TABLE `enterprise_historicalpendingenrollment` (
`history_user_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`source_id` int(11) DEFAULT NULL,
`discount_percentage` decimal(8,5) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_894ad7d0_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalpendingenrollment_id_27077b0b` (`id`),
@@ -3450,6 +3451,7 @@ CREATE TABLE `enterprise_pendingenrollment` (
`user_id` int(11) NOT NULL,
`cohort_name` varchar(255) DEFAULT NULL,
`source_id` int(11) DEFAULT NULL,
`discount_percentage` decimal(8,5) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enterprise_pendingenrollment_user_id_course_id_6d4141c7_uniq` (`user_id`,`course_id`),
KEY `enterprise_pendingen_source_id_7b6fed0c_fk_enterpris` (`source_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=656 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=658 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;