Updating Bokchoy testing database cache

This commit is contained in:
edX cache uploader bot
2020-12-02 08:03:39 -05:00
parent 9ccb848861
commit 5588774f29
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
79516298b1400c77f1d03ec5a881171f3bad47bc
44e5d8ac375ff7e7ae86d545389609d4a70adac7

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2849,7 +2849,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=800 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=801 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 */;
@@ -4425,6 +4425,7 @@ CREATE TABLE `integrated_channel_learnerdatatransmissionaudit` (
`status` varchar(100) NOT NULL,
`error_message` longtext NOT NULL,
`created` datetime(6) NOT NULL,
`subsection_id` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `integrated_channel_learnerd_enterprise_course_enrollmen_c2e6c2e0` (`enterprise_course_enrollment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=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=800 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=801 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;