Updating Bokchoy testing database cache (#26334)
This commit is contained in:
committed by
GitHub
parent
957f3ab8a5
commit
43ea6c5904
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
ccd62cad707819d4cc72a0594abbd4aa98477be4
|
||||
446ad08b51de54a2fbd82cec1aca127f25aeda19
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -431,7 +431,7 @@ CREATE TABLE `auth_permission` (
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
|
||||
CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2996 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3000 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `auth_registration`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
@@ -2768,6 +2768,32 @@ CREATE TABLE `discussions_historicaldiscussionsconfiguration` (
|
||||
CONSTRAINT `discussions_historic_history_user_id_df7ddb62_fk_auth_user` FOREIGN KEY (`history_user_id`) REFERENCES `auth_user` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `discussions_providerfilter`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `discussions_providerfilter` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`change_date` datetime(6) NOT NULL,
|
||||
`enabled` tinyint(1) DEFAULT NULL,
|
||||
`org` varchar(255) DEFAULT NULL,
|
||||
`org_course` varchar(255) DEFAULT NULL,
|
||||
`allow` varchar(63) NOT NULL,
|
||||
`deny` varchar(63) NOT NULL,
|
||||
`changed_by_id` int(11) DEFAULT NULL,
|
||||
`course_id` varchar(255) DEFAULT NULL,
|
||||
`site_id` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `discussions_site_id_48e4b2_idx` (`site_id`,`org`,`course_id`),
|
||||
KEY `discussions_site_id_0f23d5_idx` (`site_id`,`org`,`org_course`,`course_id`),
|
||||
KEY `discussions_provider_changed_by_id_771ce4d3_fk_auth_user` (`changed_by_id`),
|
||||
KEY `discussions_provider_course_id_7b7d915c_fk_course_ov` (`course_id`),
|
||||
KEY `discussions_providerfilter_org_c5365456` (`org`),
|
||||
KEY `discussions_providerfilter_org_course_7b77bd87` (`org_course`),
|
||||
CONSTRAINT `discussions_provider_changed_by_id_771ce4d3_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
|
||||
CONSTRAINT `discussions_provider_course_id_7b7d915c_fk_course_ov` FOREIGN KEY (`course_id`) REFERENCES `course_overviews_courseoverview` (`id`),
|
||||
CONSTRAINT `discussions_providerfilter_site_id_9c77a203_fk_django_site_id` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `django_admin_log`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
@@ -2919,7 +2945,7 @@ CREATE TABLE `django_content_type` (
|
||||
`model` varchar(100) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=850 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=851 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
DROP TABLE IF EXISTS `django_migrations`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
@@ -2930,7 +2956,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=824 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=826 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 */;
|
||||
@@ -3542,7 +3568,6 @@ CREATE TABLE `enterprise_enterprisecustomercatalog` (
|
||||
`enabled_course_modes` longtext NOT NULL,
|
||||
`publish_audit_enrollment_urls` tinyint(1) NOT NULL,
|
||||
`enterprise_catalog_query_id` int(11) DEFAULT NULL,
|
||||
`sync_enterprise_catalog_query` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`uuid`),
|
||||
KEY `enterprise_enterpris_enterprise_customer__3b4660ad_fk_enterpris` (`enterprise_customer_id`),
|
||||
KEY `enterprise_enterpris_enterprise_catalog_q_aa53eb7d_fk_enterpris` (`enterprise_catalog_query_id`),
|
||||
@@ -3815,7 +3840,6 @@ CREATE TABLE `enterprise_historicalenterprisecustomercatalog` (
|
||||
`history_change_reason` varchar(100) DEFAULT NULL,
|
||||
`publish_audit_enrollment_urls` tinyint(1) NOT NULL,
|
||||
`enterprise_catalog_query_id` int(11) DEFAULT NULL,
|
||||
`sync_enterprise_catalog_query` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`history_id`),
|
||||
KEY `enterprise_historica_history_user_id_31eab231_fk_auth_user` (`history_user_id`),
|
||||
KEY `enterprise_historicalenterprisecustomercatalog_uuid_42403101` (`uuid`),
|
||||
|
||||
@@ -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=824 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=826 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