|
|
|
|
@@ -475,7 +475,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=824 DEFAULT CHARSET=utf8;
|
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=857 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 */;
|
|
|
|
|
@@ -715,6 +715,18 @@ CREATE TABLE `bulk_email_bulkemailflag` (
|
|
|
|
|
CONSTRAINT `bulk_email_bulkem_changed_by_id_67960d6511f876aa_fk_auth_user_id` 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 `bulk_email_cohorttarget`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `bulk_email_cohorttarget` (
|
|
|
|
|
`target_ptr_id` int(11) NOT NULL,
|
|
|
|
|
`cohort_id` int(11) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`target_ptr_id`),
|
|
|
|
|
KEY `b_cohort_id_3d66a5e8e283dba0_fk_course_groups_courseusergroup_id` (`cohort_id`),
|
|
|
|
|
CONSTRAINT `b_cohort_id_3d66a5e8e283dba0_fk_course_groups_courseusergroup_id` FOREIGN KEY (`cohort_id`) REFERENCES `course_groups_courseusergroup` (`id`),
|
|
|
|
|
CONSTRAINT `bulk_emai_target_ptr_id_7974c77c83c2899d_fk_bulk_email_target_id` FOREIGN KEY (`target_ptr_id`) REFERENCES `bulk_email_target` (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `bulk_email_courseauthorization`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -749,6 +761,20 @@ CREATE TABLE `bulk_email_courseemail` (
|
|
|
|
|
CONSTRAINT `bulk_email_courseemai_sender_id_37be3a6322a26640_fk_auth_user_id` FOREIGN KEY (`sender_id`) REFERENCES `auth_user` (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `bulk_email_courseemail_targets`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `bulk_email_courseemail_targets` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`courseemail_id` int(11) NOT NULL,
|
|
|
|
|
`target_id` int(11) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
UNIQUE KEY `courseemail_id` (`courseemail_id`,`target_id`),
|
|
|
|
|
KEY `bulk_email_co_target_id_6cdcd92a52b1f9d9_fk_bulk_email_target_id` (`target_id`),
|
|
|
|
|
CONSTRAINT `bul_courseemail_id_47818d2b9b38e0e0_fk_bulk_email_courseemail_id` FOREIGN KEY (`courseemail_id`) REFERENCES `bulk_email_courseemail` (`id`),
|
|
|
|
|
CONSTRAINT `bulk_email_co_target_id_6cdcd92a52b1f9d9_fk_bulk_email_target_id` FOREIGN KEY (`target_id`) REFERENCES `bulk_email_target` (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `bulk_email_courseemailtemplate`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -774,6 +800,15 @@ CREATE TABLE `bulk_email_optout` (
|
|
|
|
|
CONSTRAINT `bulk_email_optout_user_id_5d6e4a037bcf14bd_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 `bulk_email_target`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `bulk_email_target` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`target_type` varchar(64) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `ccx_ccxfieldoverride`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -1044,6 +1079,8 @@ CREATE TABLE `commerce_commerceconfiguration` (
|
|
|
|
|
`checkout_on_ecommerce_service` tinyint(1) NOT NULL,
|
|
|
|
|
`single_course_checkout_page` varchar(255) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
`cache_ttl` int(10) unsigned NOT NULL,
|
|
|
|
|
`receipt_page` varchar(255) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `commerce_commerce_changed_by_id_7441951d1c97c1d7_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `commerce_commerce_changed_by_id_7441951d1c97c1d7_fk_auth_user_id` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
|
|
|
|
|
@@ -1267,6 +1304,7 @@ CREATE TABLE `course_modes_coursemode` (
|
|
|
|
|
`description` longtext,
|
|
|
|
|
`sku` varchar(255) DEFAULT NULL,
|
|
|
|
|
`expiration_datetime_is_explicit` tinyint(1) NOT NULL,
|
|
|
|
|
`bulk_sku` varchar(255) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
UNIQUE KEY `course_modes_coursemode_course_id_6fbb1796ace558b4_uniq` (`course_id`,`mode_slug`,`currency`),
|
|
|
|
|
KEY `course_modes_coursemode_ea134da7` (`course_id`)
|
|
|
|
|
@@ -1842,6 +1880,20 @@ CREATE TABLE `django_comment_client_role_users` (
|
|
|
|
|
CONSTRAINT `django_role_id_75cf4005dc1fb11d_fk_django_comment_client_role_id` FOREIGN KEY (`role_id`) REFERENCES `django_comment_client_role` (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `django_comment_common_forumsconfig`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `django_comment_common_forumsconfig` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`connection_timeout` double NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `django_comment_co_changed_by_id_18a7f46ff6309996_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `django_comment_co_changed_by_id_18a7f46ff6309996_fk_auth_user_id` 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 `django_content_type`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -1851,7 +1903,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=274 DEFAULT CHARSET=utf8;
|
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=285 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 */;
|
|
|
|
|
@@ -1862,7 +1914,7 @@ CREATE TABLE `django_migrations` (
|
|
|
|
|
`name` varchar(255) NOT NULL,
|
|
|
|
|
`applied` datetime(6) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`)
|
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8;
|
|
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=172 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 */;
|
|
|
|
|
@@ -1902,6 +1954,20 @@ CREATE TABLE `django_openid_auth_useropenid` (
|
|
|
|
|
CONSTRAINT `django_openid_auth_user_user_id_136119e72782e2cf_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 `django_redirect`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `django_redirect` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`site_id` int(11) NOT NULL,
|
|
|
|
|
`old_path` varchar(200) NOT NULL,
|
|
|
|
|
`new_path` varchar(200) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
UNIQUE KEY `site_id` (`site_id`,`old_path`),
|
|
|
|
|
KEY `django_redirect_91a0b591` (`old_path`),
|
|
|
|
|
CONSTRAINT `django_redirect_site_id_121a4403f653e524_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_session`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -2100,6 +2166,33 @@ CREATE TABLE `edxval_video` (
|
|
|
|
|
KEY `edxval_video_9acb4454` (`status`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
DROP TABLE IF EXISTS `email_marketing_emailmarketingconfiguration`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `email_marketing_emailmarketingconfiguration` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`sailthru_key` varchar(32) NOT NULL,
|
|
|
|
|
`sailthru_secret` varchar(32) NOT NULL,
|
|
|
|
|
`sailthru_new_user_list` varchar(48) NOT NULL,
|
|
|
|
|
`sailthru_retry_interval` int(11) NOT NULL,
|
|
|
|
|
`sailthru_max_retries` int(11) NOT NULL,
|
|
|
|
|
`sailthru_activation_template` varchar(20) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
`sailthru_abandoned_cart_delay` int(11) NOT NULL,
|
|
|
|
|
`sailthru_abandoned_cart_template` varchar(20) NOT NULL,
|
|
|
|
|
`sailthru_content_cache_age` int(11) NOT NULL,
|
|
|
|
|
`sailthru_enroll_cost` int(11) NOT NULL,
|
|
|
|
|
`sailthru_enroll_template` varchar(20) NOT NULL,
|
|
|
|
|
`sailthru_get_tags_from_sailthru` tinyint(1) NOT NULL,
|
|
|
|
|
`sailthru_purchase_template` varchar(20) NOT NULL,
|
|
|
|
|
`sailthru_upgrade_template` varchar(20) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `email_marketing_e_changed_by_id_1c6968b921f23b0b_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `email_marketing_e_changed_by_id_1c6968b921f23b0b_fk_auth_user_id` 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 `embargo_country`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -2593,6 +2686,7 @@ CREATE TABLE `oauth2_client` (
|
|
|
|
|
`client_secret` varchar(255) NOT NULL,
|
|
|
|
|
`client_type` int(11) NOT NULL,
|
|
|
|
|
`user_id` int(11) DEFAULT NULL,
|
|
|
|
|
`logout_uri` varchar(200),
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `oauth2_client_user_id_2b47284bbd512fe1_fk_auth_user_id` (`user_id`),
|
|
|
|
|
CONSTRAINT `oauth2_client_user_id_2b47284bbd512fe1_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
|
|
|
|
|
@@ -3068,6 +3162,7 @@ CREATE TABLE `programs_programsapiconfig` (
|
|
|
|
|
`max_retries` int(10) unsigned NOT NULL,
|
|
|
|
|
`xseries_ad_enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`program_listing_enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`program_details_enabled` tinyint(1) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `programs_programsa_changed_by_id_b7c3b49d5c0dcd3_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `programs_programsa_changed_by_id_b7c3b49d5c0dcd3_fk_auth_user_id` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
|
|
|
|
|
@@ -3773,6 +3868,19 @@ CREATE TABLE `student_loginfailures` (
|
|
|
|
|
CONSTRAINT `student_loginfailures_user_id_3daac39f3118bac4_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 `student_logoutviewconfiguration`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `student_logoutviewconfiguration` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `student_logoutvie_changed_by_id_71e69e1e508e4fce_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `student_logoutvie_changed_by_id_71e69e1e508e4fce_fk_auth_user_id` 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 `student_manualenrollmentaudit`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -3833,6 +3941,22 @@ CREATE TABLE `student_pendingnamechange` (
|
|
|
|
|
CONSTRAINT `student_pendingnamechan_user_id_6c3c9d77fc5898a6_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 `student_userattribute`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `student_userattribute` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`created` datetime(6) NOT NULL,
|
|
|
|
|
`modified` datetime(6) NOT NULL,
|
|
|
|
|
`name` varchar(255) NOT NULL,
|
|
|
|
|
`value` varchar(255) NOT NULL,
|
|
|
|
|
`user_id` int(11) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
UNIQUE KEY `student_userattribute_user_id_395f02bcb61d19c1_uniq` (`user_id`,`name`),
|
|
|
|
|
KEY `student_userattribute_name_5fd741d8c66ce242_uniq` (`name`),
|
|
|
|
|
CONSTRAINT `student_userattribute_user_id_1d4fc3ed612e93e5_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 `student_usersignupsource`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -4074,6 +4198,18 @@ CREATE TABLE `teams_courseteammembership` (
|
|
|
|
|
CONSTRAINT `teams_courseteammembers_user_id_2d93b28be22c3c40_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 `theming_sitetheme`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `theming_sitetheme` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`theme_dir_name` varchar(255) NOT NULL,
|
|
|
|
|
`site_id` int(11) NOT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `theming_sitetheme_site_id_4fccdacaebfeb01f_fk_django_site_id` (`site_id`),
|
|
|
|
|
CONSTRAINT `theming_sitetheme_site_id_4fccdacaebfeb01f_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 `third_party_auth_ltiproviderconfig`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -4763,6 +4899,22 @@ CREATE TABLE `xblock_config_studioconfig` (
|
|
|
|
|
CONSTRAINT `xblock_config_stu_changed_by_id_58f0a899052499fd_fk_auth_user_id` 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 `xblock_django_xblockconfiguration`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `xblock_django_xblockconfiguration` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`name` varchar(255) NOT NULL,
|
|
|
|
|
`deprecated` tinyint(1) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `xblock_django_xbl_changed_by_id_61068ae9f50d6490_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
KEY `xblock_django_xblockconfiguration_b068931c` (`name`),
|
|
|
|
|
CONSTRAINT `xblock_django_xbl_changed_by_id_61068ae9f50d6490_fk_auth_user_id` 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 `xblock_django_xblockdisableconfig`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
@@ -4778,6 +4930,36 @@ CREATE TABLE `xblock_django_xblockdisableconfig` (
|
|
|
|
|
CONSTRAINT `xblock_django_xbl_changed_by_id_429bdccb9201831c_fk_auth_user_id` 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 `xblock_django_xblockstudioconfiguration`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `xblock_django_xblockstudioconfiguration` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`name` varchar(255) NOT NULL,
|
|
|
|
|
`template` varchar(255) NOT NULL,
|
|
|
|
|
`support_level` varchar(2) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `xblock_django_xblo_changed_by_id_353d5def0d11370_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
KEY `xblock_django_xblockstudioconfiguration_b068931c` (`name`),
|
|
|
|
|
CONSTRAINT `xblock_django_xblo_changed_by_id_353d5def0d11370_fk_auth_user_id` 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 `xblock_django_xblockstudioconfigurationflag`;
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
|
|
|
CREATE TABLE `xblock_django_xblockstudioconfigurationflag` (
|
|
|
|
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
|
|
|
|
`change_date` datetime(6) NOT NULL,
|
|
|
|
|
`enabled` tinyint(1) NOT NULL,
|
|
|
|
|
`changed_by_id` int(11) DEFAULT NULL,
|
|
|
|
|
PRIMARY KEY (`id`),
|
|
|
|
|
KEY `xblock_django_xbl_changed_by_id_11457ce96bbbfbf6_fk_auth_user_id` (`changed_by_id`),
|
|
|
|
|
CONSTRAINT `xblock_django_xbl_changed_by_id_11457ce96bbbfbf6_fk_auth_user_id` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`)
|
|
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
|
|
|
|
|
|
|
|
|
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
|
|
|
|
|