Updating Bokchoy testing database cache

This commit is contained in:
edX cache uploader bot
2020-07-24 11:35:10 -04:00
parent de8ef23d24
commit 3599a2ade2
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
e73f63d6fb2ac62f4aa0fde54b2e6f34d5caeb70
8856715798108ab849523036acc192ece18b38de

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2634,7 +2634,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=741 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=742 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 */;
@@ -6824,6 +6824,7 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
`default_last_name` varchar(255) NOT NULL,
`default_username` varchar(255) NOT NULL,
`organization_id` int(11) DEFAULT NULL,
`country` varchar(128) NOT NULL,
PRIMARY KEY (`id`),
KEY `third_party_auth_sam_changed_by_id_4c8fa8c0_fk_auth_user` (`changed_by_id`),
KEY `third_party_auth_sam_site_id_b7e2af73_fk_django_si` (`site_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=741 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=742 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;