Merge pull request #20309 from edx/testeng/bokchoy_auto_cache_update_33892bde4eb35bafb7ab095ab7be63c091630c32
Bokchoy Testing DB Cache update
This commit is contained in:
@@ -1 +1 @@
|
||||
012232f37fe118dfd86bd24e23be782eceb16348
|
||||
33892bde4eb35bafb7ab095ab7be63c091630c32
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2185,7 +2185,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=535 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=536 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 */;
|
||||
@@ -5604,12 +5604,15 @@ CREATE TABLE `third_party_auth_ltiproviderconfig` (
|
||||
`send_welcome_email` tinyint(1) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`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`),
|
||||
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`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -5640,12 +5643,15 @@ CREATE TABLE `third_party_auth_oauth2providerconfig` (
|
||||
`send_welcome_email` tinyint(1) NOT NULL,
|
||||
`slug` varchar(30) NOT NULL,
|
||||
`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`),
|
||||
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`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -5727,12 +5733,15 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
|
||||
`default_full_name` varchar(255) NOT NULL,
|
||||
`default_last_name` varchar(255) NOT NULL,
|
||||
`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`),
|
||||
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`),
|
||||
CONSTRAINT `third_party_auth_sam_site_id_b7e2af73_fk_django_si` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
@@ -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=535 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=536 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user