Updating Bokchoy testing database cache (#28493)

This commit is contained in:
edX cache uploader bot
2021-08-20 11:50:56 -04:00
committed by GitHub
parent c1fbee1c2d
commit f7d41c4afc
6 changed files with 45 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
e52777e70d34fd484a99f893d0e84f95a84f7f91
5bf037edf7c22541b37bc08ff440c0d8305b58d3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -446,7 +446,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=3124 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=3132 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 */;
@@ -1646,6 +1646,23 @@ CREATE TABLE `content_libraries_contentlibrary` (
CONSTRAINT `content_libraries_co_org_id_b945a402_fk_organizat` FOREIGN KEY (`org_id`) REFERENCES `organizations_organization` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `content_libraries_contentlibraryblockimporttask`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `content_libraries_contentlibraryblockimporttask` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`state` varchar(30) NOT NULL,
`progress` double NOT NULL,
`course_id` varchar(255) NOT NULL,
`created_at` datetime(6) NOT NULL,
`updated_at` datetime(6) NOT NULL,
`library_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `content_libraries_co_library_id_ccd48c48_fk_content_l` (`library_id`),
KEY `content_libraries_contentli_course_id_ae110694` (`course_id`),
CONSTRAINT `content_libraries_co_library_id_ccd48c48_fk_content_l` FOREIGN KEY (`library_id`) REFERENCES `content_libraries_contentlibrary` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `content_libraries_contentlibrarypermission`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -1935,6 +1952,8 @@ CREATE TABLE `course_goals_coursegoal` (
`course_key` varchar(255) NOT NULL,
`goal_key` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`days_per_week` int(10) unsigned NOT NULL,
`subscribed_to_reminders` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `course_goals_coursegoal_user_id_course_key_052bc0d3_uniq` (`user_id`,`course_key`),
KEY `course_goals_coursegoal_course_key_5585ca51` (`course_key`),
@@ -1954,6 +1973,8 @@ CREATE TABLE `course_goals_historicalcoursegoal` (
`history_type` varchar(1) NOT NULL,
`history_user_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`days_per_week` int(10) unsigned NOT NULL,
`subscribed_to_reminders` tinyint(1) NOT NULL,
PRIMARY KEY (`history_id`),
KEY `course_goals_histori_history_user_id_b20abbc7_fk_auth_user` (`history_user_id`),
KEY `course_goals_historicalcoursegoal_id_ae96ee01` (`id`),
@@ -1962,6 +1983,20 @@ CREATE TABLE `course_goals_historicalcoursegoal` (
CONSTRAINT `course_goals_histori_history_user_id_b20abbc7_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 `course_goals_useractivity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `course_goals_useractivity` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`course_key` varchar(255) NOT NULL,
`date` date NOT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `unique_user_course_date` (`user_id`,`course_key`,`date`),
KEY `user_course_index` (`user_id`,`course_key`),
CONSTRAINT `course_goals_useractivity_user_id_aed932d9_fk_auth_user_id` 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 `course_groups_cohortmembership`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -3124,7 +3159,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=881 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=883 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 */;
@@ -3135,7 +3170,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=919 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=926 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 */;
@@ -4836,6 +4871,7 @@ CREATE TABLE `integrated_channel_contentmetadataitemtransmission` (
`content_id` varchar(255) NOT NULL,
`channel_metadata` longtext NOT NULL,
`enterprise_customer_id` char(32) NOT NULL,
`content_last_changed` datetime(6) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `integrated_channel_conte_enterprise_customer_id_i_44ca3772_uniq` (`enterprise_customer_id`,`integrated_channel_code`,`content_id`),
CONSTRAINT `integrated_channel_c_enterprise_customer__f6439bfb_fk_enterpris` FOREIGN KEY (`enterprise_customer_id`) REFERENCES `enterprise_enterprisecustomer` (`uuid`)
@@ -5412,8 +5448,8 @@ CREATE TABLE `nameaffirmation_verifiedname` (
`profile_name` varchar(255) DEFAULT NULL,
`verification_attempt_id` int(10) unsigned DEFAULT NULL,
`proctored_exam_attempt_id` int(10) unsigned DEFAULT NULL,
`is_verified` tinyint(1) NOT NULL,
`user_id` int(11) NOT NULL,
`status` varchar(32) NOT NULL,
PRIMARY KEY (`id`),
KEY `nameaffirmation_verifiedname_user_id_e272fb19_fk_auth_user_id` (`user_id`),
KEY `nameaffirmation_verifiedname_verified_name_7097d450` (`verified_name`),

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