Updating Bokchoy testing database cache (#26562)

This commit is contained in:
edX cache uploader bot
2021-02-16 07:07:45 -05:00
committed by GitHub
parent e2fba3a14a
commit bcdd70bf8e
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
e0c91ae6c2cecde1661b6f54e41c49d58046d85a
c261d9435a3133170f439166da37f0412a08d612

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2980,7 +2980,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=828 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=829 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 */;
@@ -3608,6 +3608,7 @@ CREATE TABLE `enterprise_enterprisecustomeridentityprovider` (
`modified` datetime(6) NOT NULL,
`provider_id` varchar(50) NOT NULL,
`enterprise_customer_id` char(32) NOT NULL,
`default_provider` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `provider_id` (`provider_id`),
KEY `enterprise_enterprisecustom_enterprise_customer_id_40b39097` (`enterprise_customer_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=828 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=829 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;