Updating Bokchoy testing database cache (#20715)

This commit is contained in:
edX cache uploader bot
2019-05-29 11:43:06 -04:00
committed by Michael Youngstrom
parent ad608bea67
commit 97c8c176a6
5 changed files with 10 additions and 10 deletions

View File

@@ -1 +1 @@
ff7be675867a615db91dc666894dc23f5b2d0a75
f92465dc35e5f22dfb3c75cbe360d96e621d401f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2263,7 +2263,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=546 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=547 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 */;
@@ -5762,11 +5762,11 @@ CREATE TABLE `third_party_auth_ltiproviderconfig` (
`enable_sso_id_verification` tinyint(1) NOT NULL,
`organization_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `organization_id` (`organization_id`),
KEY `third_party_auth_lti_changed_by_id_7b39c829_fk_auth_user` (`changed_by_id`),
KEY `third_party_auth_ltiproviderconfig_lti_hostname_540ce676` (`lti_hostname`),
KEY `third_party_auth_lti_site_id_c8442a80_fk_django_si` (`site_id`),
KEY `third_party_auth_ltiproviderconfig_slug_9cd23a79` (`slug`),
KEY `third_party_auth_ltiproviderconfig_organization_id_7494c417` (`organization_id`),
CONSTRAINT `third_party_auth_lti_changed_by_id_7b39c829_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
CONSTRAINT `third_party_auth_lti_organization_id_7494c417_fk_organizat` FOREIGN KEY (`organization_id`) REFERENCES `organizations_organization` (`id`),
CONSTRAINT `third_party_auth_lti_site_id_c8442a80_fk_django_si` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
@@ -5801,11 +5801,11 @@ CREATE TABLE `third_party_auth_oauth2providerconfig` (
`enable_sso_id_verification` tinyint(1) NOT NULL,
`organization_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `organization_id` (`organization_id`),
KEY `third_party_auth_oau_changed_by_id_55219296_fk_auth_user` (`changed_by_id`),
KEY `third_party_auth_oauth2providerconfig_backend_name_0c14d294` (`backend_name`),
KEY `third_party_auth_oau_site_id_a4ae3e66_fk_django_si` (`site_id`),
KEY `third_party_auth_oauth2providerconfig_slug_226038d8` (`slug`),
KEY `third_party_auth_oauth2providerconfig_organization_id_cc8874ba` (`organization_id`),
CONSTRAINT `third_party_auth_oau_changed_by_id_55219296_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
CONSTRAINT `third_party_auth_oau_organization_id_cc8874ba_fk_organizat` FOREIGN KEY (`organization_id`) REFERENCES `organizations_organization` (`id`),
CONSTRAINT `third_party_auth_oau_site_id_a4ae3e66_fk_django_si` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
@@ -5891,11 +5891,11 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
`default_username` varchar(255) NOT NULL,
`organization_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `organization_id` (`organization_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`),
KEY `third_party_auth_sam_saml_configuration_i_eeb9fe72_fk_third_par` (`saml_configuration_id`),
KEY `third_party_auth_samlproviderconfig_slug_95883dea` (`slug`),
KEY `third_party_auth_samlproviderconfig_organization_id_8a7f5596` (`organization_id`),
CONSTRAINT `third_party_auth_sam_changed_by_id_4c8fa8c0_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
CONSTRAINT `third_party_auth_sam_organization_id_8a7f5596_fk_organizat` FOREIGN KEY (`organization_id`) REFERENCES `organizations_organization` (`id`),
CONSTRAINT `third_party_auth_sam_saml_configuration_i_eeb9fe72_fk_third_par` FOREIGN KEY (`saml_configuration_id`) REFERENCES `third_party_auth_samlconfiguration` (`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=546 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=547 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;