Merge pull request #17939 from edx/testeng/bokchoy_auto_cache_update_41cf5bc005c4a258207e87677b0f85c1b47008b5

Bokchoy db cache update
This commit is contained in:
Michael Youngstrom
2018-04-12 10:24:44 -04:00
committed by GitHub
6 changed files with 54 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
cffbf0280304e9c331e8ea1fe87f020ea6a3a329
41cf5bc005c4a258207e87677b0f85c1b47008b5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -343,7 +343,7 @@ CREATE TABLE `auth_permission` (
PRIMARY KEY (`id`),
UNIQUE KEY `content_type_id` (`content_type_id`,`codename`),
CONSTRAINT `auth__content_type_id_508cf46651277a81_fk_django_content_type_id` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1062 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=1068 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 */;
@@ -2056,7 +2056,7 @@ CREATE TABLE `django_content_type` (
`model` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `django_content_type_app_label_45f3b1d93ec8c61c_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=353 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=355 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 */;
@@ -2067,7 +2067,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=427 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=431 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 */;
@@ -5171,10 +5171,12 @@ CREATE TABLE `third_party_auth_ltiproviderconfig` (
`send_to_registration_first` tinyint(1) NOT NULL,
`sync_learner_profile_data` tinyint(1) NOT NULL,
`send_welcome_email` tinyint(1) NOT NULL,
`slug` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
KEY `third_party_auth__changed_by_id_7749e09fd5f71ab0_fk_auth_user_id` (`changed_by_id`),
KEY `third_party_auth_ltiproviderconfig_fe8da584` (`lti_hostname`),
KEY `third_party_auth_ltiproviderconfig_9365d6e7` (`site_id`),
KEY `third_party_auth_ltiproviderconfig_slug_9cd23a79` (`slug`),
CONSTRAINT `third_party_auth_ltip_site_id_30e45357dbe462db_fk_django_site_id` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`),
CONSTRAINT `third_party_auth_ltiproviderconfig_changed_by_id_7b39c829_fk` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -5198,18 +5200,18 @@ CREATE TABLE `third_party_auth_oauth2providerconfig` (
`changed_by_id` int(11) DEFAULT NULL,
`icon_image` varchar(100) NOT NULL,
`visible` tinyint(1) NOT NULL,
`provider_slug` varchar(30) NOT NULL,
`site_id` int(11) NOT NULL,
`max_session_length` int(10) unsigned DEFAULT NULL,
`skip_hinted_login_dialog` tinyint(1) NOT NULL,
`send_to_registration_first` tinyint(1) NOT NULL,
`sync_learner_profile_data` tinyint(1) NOT NULL,
`send_welcome_email` tinyint(1) NOT NULL,
`slug` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
KEY `third_party_auth__changed_by_id_17044d1cd96e8d57_fk_auth_user_id` (`changed_by_id`),
KEY `third_party_auth_oauth2providerconfig_abcd61c0` (`backend_name`),
KEY `third_party_auth_oauth2providerconfig_24b8e178` (`provider_slug`),
KEY `third_party_auth_oauth2providerconfig_9365d6e7` (`site_id`),
KEY `third_party_auth_oauth2providerconfig_slug_226038d8` (`slug`),
CONSTRAINT `third_party_auth_oaut_site_id_3f77f0fe311b6f5c_fk_django_site_id` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`),
CONSTRAINT `third_party_auth_oauth2providerconfig_changed_by_id_55219296_fk` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -5262,7 +5264,6 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
`skip_registration_form` tinyint(1) NOT NULL,
`skip_email_verification` tinyint(1) NOT NULL,
`backend_name` varchar(50) NOT NULL,
`idp_slug` varchar(30) NOT NULL,
`entity_id` varchar(255) NOT NULL,
`metadata_source` varchar(255) NOT NULL,
`attr_user_permanent_id` varchar(128) NOT NULL,
@@ -5286,11 +5287,12 @@ CREATE TABLE `third_party_auth_samlproviderconfig` (
`archived` tinyint(1) NOT NULL,
`saml_configuration_id` int(11) DEFAULT NULL,
`send_welcome_email` tinyint(1) NOT NULL,
`slug` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
KEY `third_party_auth__changed_by_id_508190ecd0b0e845_fk_auth_user_id` (`changed_by_id`),
KEY `third_party_auth_samlproviderconfig_098674f1` (`idp_slug`),
KEY `third_party_auth_samlproviderconfig_9365d6e7` (`site_id`),
KEY `third_party_auth_samlproviderconfig_8b3b795c` (`saml_configuration_id`),
KEY `third_party_auth_samlproviderconfig_slug_95883dea` (`slug`),
CONSTRAINT `D2557cd97215f74bd67f5ef02c1487e6` FOREIGN KEY (`saml_configuration_id`) REFERENCES `third_party_auth_samlconfiguration` (`id`),
CONSTRAINT `third_party_auth_saml_site_id_625158ae0a405970_fk_django_site_id` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`),
CONSTRAINT `third_party_auth_samlproviderconfig_changed_by_id_4c8fa8c0_fk` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
@@ -5510,6 +5512,27 @@ CREATE TABLE `verify_student_softwaresecurephotoverification` (
CONSTRAINT `verify_student_softwarese_user_id_66ca4f6d_fk` 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 `verify_student_ssoverification`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `verify_student_ssoverification` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`status` varchar(100) NOT NULL,
`status_changed` datetime(6) NOT NULL,
`name` varchar(255) NOT NULL,
`created_at` datetime(6) NOT NULL,
`updated_at` datetime(6) NOT NULL,
`identity_provider_type` varchar(100) NOT NULL,
`identity_provider_slug` varchar(30) NOT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `verify_student_ssoverification_user_id_5e6186eb_fk_auth_user_id` (`user_id`),
KEY `verify_student_ssoverification_created_at_6381e5a4` (`created_at`),
KEY `verify_student_ssoverification_updated_at_9d6cc952` (`updated_at`),
KEY `verify_student_ssoverification_identity_provider_slug_56c53eb6` (`identity_provider_slug`),
CONSTRAINT `verify_student_ssoverification_user_id_5e6186eb_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 `verify_student_verificationdeadline`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
@@ -5568,6 +5591,23 @@ CREATE TABLE `video_config_hlsplaybackenabledflag` (
CONSTRAINT `video_config_hlsplaybackenabledflag_changed_by_id_d93f2234_fk` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `video_config_transcriptmigrationsetting`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `video_config_transcriptmigrationsetting` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`change_date` datetime(6) NOT NULL,
`enabled` tinyint(1) NOT NULL,
`force_update` tinyint(1) NOT NULL,
`commit` tinyint(1) NOT NULL,
`all_courses` tinyint(1) NOT NULL,
`course_ids` longtext NOT NULL,
`changed_by_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `video_config_transcr_changed_by_id_4c7817bd_fk_auth_user` (`changed_by_id`),
CONSTRAINT `video_config_transcr_changed_by_id_4c7817bd_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `video_config_videotranscriptenabledflag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;

View File

@@ -35,7 +35,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=427 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=431 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;