Updating Bokchoy testing database cache
This commit is contained in:
@@ -1 +1 @@
|
||||
bac4b8ed6fb3d1273f95cf244f6242b76f73731e
|
||||
442c3fee11d4b1a3ec21c9904ab0e4ab12b01679
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -841,6 +841,7 @@ CREATE TABLE `calendar_sync_historicalusercalendarsyncconfig` (
|
||||
`history_type` varchar(1) NOT NULL,
|
||||
`history_user_id` int(11) DEFAULT NULL,
|
||||
`user_id` int(11) DEFAULT NULL,
|
||||
`ics_sequence` int(11) NOT NULL,
|
||||
PRIMARY KEY (`history_id`),
|
||||
KEY `calendar_sync_histor_history_user_id_e696e2d5_fk_auth_user` (`history_user_id`),
|
||||
KEY `calendar_sync_historicalusercalendarsyncconfig_id_2b36f9ae` (`id`),
|
||||
@@ -857,6 +858,7 @@ CREATE TABLE `calendar_sync_usercalendarsyncconfig` (
|
||||
`course_key` varchar(255) NOT NULL,
|
||||
`enabled` tinyint(1) NOT NULL,
|
||||
`user_id` int(11) NOT NULL,
|
||||
`ics_sequence` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `calendar_sync_usercalend_user_id_course_key_57c343ab_uniq` (`user_id`,`course_key`),
|
||||
KEY `calendar_sync_usercalendarsyncconfig_course_key_86657ca7` (`course_key`),
|
||||
@@ -2632,7 +2634,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=735 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=740 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 */;
|
||||
@@ -3150,7 +3152,6 @@ CREATE TABLE `enterprise_enterprisecourseenrollment` (
|
||||
`modified` datetime(6) NOT NULL,
|
||||
`course_id` varchar(255) NOT NULL,
|
||||
`enterprise_customer_user_id` int(11) NOT NULL,
|
||||
`marked_done` tinyint(1) DEFAULT NULL,
|
||||
`source_id` int(11) DEFAULT NULL,
|
||||
`saved_for_later` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -3186,6 +3187,7 @@ CREATE TABLE `enterprise_enterprisecustomer` (
|
||||
`contact_email` varchar(254) DEFAULT NULL,
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` tinyint(1) NOT NULL,
|
||||
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`uuid`),
|
||||
UNIQUE KEY `enterprise_enterprisecustomer_slug_80411f46_uniq` (`slug`),
|
||||
KEY `enterprise_enterprisecustomer_site_id_947ed084_fk_django_site_id` (`site_id`),
|
||||
@@ -3398,7 +3400,6 @@ CREATE TABLE `enterprise_historicalenterprisecourseenrollment` (
|
||||
`enterprise_customer_user_id` int(11) DEFAULT NULL,
|
||||
`history_user_id` int(11) DEFAULT NULL,
|
||||
`history_change_reason` varchar(100) DEFAULT NULL,
|
||||
`marked_done` tinyint(1) DEFAULT NULL,
|
||||
`source_id` int(11) DEFAULT NULL,
|
||||
`saved_for_later` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`history_id`),
|
||||
@@ -3440,6 +3441,7 @@ CREATE TABLE `enterprise_historicalenterprisecustomer` (
|
||||
`contact_email` varchar(254) DEFAULT NULL,
|
||||
`enable_portal_subscription_management_screen` tinyint(1) NOT NULL,
|
||||
`enable_slug_login` tinyint(1) NOT NULL,
|
||||
`enable_portal_saml_configuration_screen` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`history_id`),
|
||||
KEY `enterprise_historica_history_user_id_bbd9b0d6_fk_auth_user` (`history_user_id`),
|
||||
KEY `enterprise_historicalenterprisecustomer_uuid_75c3528e` (`uuid`),
|
||||
@@ -4161,6 +4163,7 @@ CREATE TABLE `learning_sequences_coursesectionsequence` (
|
||||
`learning_context_id` bigint(20) NOT NULL,
|
||||
`section_id` bigint(20) NOT NULL,
|
||||
`sequence_id` bigint(20) NOT NULL,
|
||||
`inaccessible_after_due` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `learning_sequences_cours_learning_context_id_orde_ad7604bd_uniq` (`learning_context_id`,`ordering`),
|
||||
KEY `learning_sequences_c_section_id_646c2074_fk_learning_` (`section_id`),
|
||||
|
||||
@@ -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=735 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=740 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