Updating Bokchoy testing database cache

This commit is contained in:
edX cache uploader bot
2020-08-04 16:01:06 -04:00
parent a29ef57da6
commit e3a5d2a82e
5 changed files with 5 additions and 7 deletions

View File

@@ -1 +1 @@
75c92249185a4af4668e78d7c894e6e445f9696b
e45fe411d688df98432718e8ebf3b7ad4022d712

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2669,7 +2669,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=747 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=749 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 */;
@@ -3240,8 +3240,6 @@ CREATE TABLE `enterprise_enterprisecustomerbrandingconfiguration` (
`modified` datetime(6) NOT NULL,
`logo` varchar(255) DEFAULT NULL,
`enterprise_customer_id` char(32) NOT NULL,
`banner_background_color` varchar(7) DEFAULT NULL,
`banner_border_color` varchar(7) DEFAULT NULL,
`primary_color` varchar(7) DEFAULT NULL,
`secondary_color` varchar(7) DEFAULT NULL,
`tertiary_color` varchar(7) DEFAULT NULL,

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