Updating Bokchoy testing database cache (#27938)

This commit is contained in:
edX cache uploader bot
2021-06-14 04:07:38 -04:00
committed by GitHub
parent c0bed87954
commit 73fa7bd3b1
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
0ca9c90d0b27a92b216081586e8ca6b86a4ca342
51dd031890b4c7afeb6ea6a27ea06194f711d2d3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3078,7 +3078,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=877 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=878 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 */;
@@ -3711,6 +3711,7 @@ CREATE TABLE `enterprise_enterprisecustomerreportingconfiguration` (
`pgp_encryption_key` longtext,
`uuid` char(32) NOT NULL,
`include_date` tinyint(1) NOT NULL,
`enable_compression` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enterprise_enterprisecus_uuid_9df3c307_uniq` (`uuid`),
KEY `enterprise_enterprisecustom_enterprise_customer_id_d5b55543` (`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=877 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=878 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;