Updating Bokchoy testing database cache (#23366)

This commit is contained in:
edX cache uploader bot
2020-03-10 15:00:10 -04:00
committed by GitHub
parent 5034fe73ec
commit 5fb02b181c
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
03d693a629d8d3ff75b47a2b2b95bc2644d6b52b
f1fdf87eec6bce8d4b216b2e5c28f5f0f42edc5b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2618,7 +2618,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=680 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=682 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 */;
@@ -5187,7 +5187,7 @@ CREATE TABLE `schedules_historicalschedule` (
`created` datetime(6) NOT NULL,
`modified` datetime(6) NOT NULL,
`active` tinyint(1) NOT NULL,
`start` datetime(6) NOT NULL,
`start` datetime(6) DEFAULT NULL,
`start_date` datetime(6) NOT NULL,
`upgrade_deadline` datetime(6) DEFAULT NULL,
`history_id` int(11) NOT NULL AUTO_INCREMENT,
@@ -5213,7 +5213,7 @@ CREATE TABLE `schedules_schedule` (
`created` datetime(6) NOT NULL,
`modified` datetime(6) NOT NULL,
`active` tinyint(1) NOT NULL,
`start` datetime(6) NOT NULL,
`start` datetime(6) DEFAULT NULL,
`upgrade_deadline` datetime(6) DEFAULT NULL,
`enrollment_id` int(11) NOT NULL,
`start_date` datetime(6) NOT NULL,

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