Updating Bokchoy testing database cache (#22557)

This commit is contained in:
edX cache uploader bot
2019-12-18 14:02:42 -05:00
committed by Jeremy Bowman
parent efd0c60ce1
commit 0e5f95c8bc
6 changed files with 69 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
89ae040664004bd4d5b1d11aeec42eeaac2b5112
423ed03be72e9a35ada9b4fc294a9cf52df23931

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -418,7 +418,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=2390 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=2396 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 */;
@@ -1138,6 +1138,38 @@ CREATE TABLE `certificates_generatedcertificate` (
CONSTRAINT `certificates_generat_user_id_54119d22_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `certificates_historicalgeneratedcertificate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `certificates_historicalgeneratedcertificate` (
`id` int(11) NOT NULL,
`course_id` varchar(255) NOT NULL,
`verify_uuid` varchar(32) NOT NULL,
`download_uuid` varchar(32) NOT NULL,
`download_url` varchar(128) NOT NULL,
`grade` varchar(5) NOT NULL,
`key` varchar(32) NOT NULL,
`distinction` tinyint(1) NOT NULL,
`status` varchar(32) NOT NULL,
`mode` varchar(32) NOT NULL,
`name` varchar(255) NOT NULL,
`created_date` datetime(6) NOT NULL,
`modified_date` datetime(6) NOT NULL,
`error_reason` varchar(512) NOT NULL,
`history_id` int(11) NOT NULL AUTO_INCREMENT,
`history_date` datetime(6) NOT NULL,
`history_change_reason` varchar(100) DEFAULT NULL,
`history_type` varchar(1) NOT NULL,
`history_user_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
PRIMARY KEY (`history_id`),
KEY `certificates_histori_history_user_id_1b53bb5f_fk_auth_user` (`history_user_id`),
KEY `certificates_historicalgeneratedcertificate_id_269c8929` (`id`),
KEY `certificates_historicalgeneratedcertificate_verify_uuid_783d764e` (`verify_uuid`),
KEY `certificates_historicalgeneratedcertificate_user_id_e7970938` (`user_id`),
CONSTRAINT `certificates_histori_history_user_id_1b53bb5f_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 `commerce_commerceconfiguration`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -2500,7 +2532,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=794 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=796 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 */;
@@ -2511,7 +2543,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=626 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=628 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 */;
@@ -3547,6 +3579,33 @@ CREATE TABLE `entitlements_historicalcourseentitlement` (
CONSTRAINT `entitlements_histori_history_user_id_a3bc1823_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 `entitlements_historicalcourseentitlementsupportdetail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `entitlements_historicalcourseentitlementsupportdetail` (
`id` int(11) NOT NULL,
`created` datetime(6) NOT NULL,
`modified` datetime(6) NOT NULL,
`reason` varchar(15) NOT NULL,
`action` varchar(15) NOT NULL,
`comments` longtext,
`history_id` int(11) NOT NULL AUTO_INCREMENT,
`history_date` datetime(6) NOT NULL,
`history_change_reason` varchar(100) DEFAULT NULL,
`history_type` varchar(1) NOT NULL,
`entitlement_id` int(11) DEFAULT NULL,
`history_user_id` int(11) DEFAULT NULL,
`support_user_id` int(11) DEFAULT NULL,
`unenrolled_run_id` varchar(255) DEFAULT NULL,
PRIMARY KEY (`history_id`),
KEY `entitlements_histori_history_user_id_b00a74ce_fk_auth_user` (`history_user_id`),
KEY `entitlements_historicalcour_id_d019368b` (`id`),
KEY `entitlements_historicalcour_entitlement_id_a5a6c6cc` (`entitlement_id`),
KEY `entitlements_historicalcour_support_user_id_8788841f` (`support_user_id`),
KEY `entitlements_historicalcour_unenrolled_run_id_67b11a08` (`unenrolled_run_id`),
CONSTRAINT `entitlements_histori_history_user_id_b00a74ce_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 `experiments_experimentdata`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;

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