Updating Bokchoy testing database cache (#21675)

This commit is contained in:
edX cache uploader bot
2019-09-17 08:05:16 -04:00
committed by Jeremy Bowman
parent 11a9a4b953
commit 4bdf59a0d1
5 changed files with 11 additions and 7 deletions

View File

@@ -1 +1 @@
fac622b449e0cb865b795260c2a38ff457c408f0
7e9fcb9c5536cff4dfb45bf39c3c05384bb62a8c

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2410,7 +2410,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=586 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=587 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 */;
@@ -2952,6 +2952,8 @@ CREATE TABLE `enterprise_enterprisecustomer` (
`enable_autocohorting` tinyint(1) NOT NULL,
`customer_type_id` int(11) NOT NULL,
`enable_portal_code_management_screen` tinyint(1) NOT NULL,
`enable_learner_portal` tinyint(1) NOT NULL,
`learner_portal_hostname` varchar(255) NOT NULL,
PRIMARY KEY (`uuid`),
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
@@ -3195,6 +3197,8 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
`enable_autocohorting` tinyint(1) NOT NULL,
`customer_type_id` int(11) DEFAULT NULL,
`enable_portal_code_management_screen` tinyint(1) NOT NULL,
`enable_learner_portal` tinyint(1) NOT NULL,
`learner_portal_hostname` varchar(255) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),

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