Updating Bokchoy testing database cache (#22917)

This commit is contained in:
edX cache uploader bot
2020-01-22 11:51:17 -05:00
committed by Jeremy Bowman
parent c3b5eb900a
commit 42d69d0e70
5 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
801eb0294524b517d3491bc3395332c03a0edf4c
24d49075cda94bfd48834962a3148886354790ca

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2549,7 +2549,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=643 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=644 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 */;
@@ -5013,7 +5013,7 @@ CREATE TABLE `schedules_schedule` (
`start` datetime(6) NOT NULL,
`upgrade_deadline` datetime(6) DEFAULT NULL,
`enrollment_id` int(11) NOT NULL,
`start_date` datetime(6) DEFAULT NULL,
`start_date` datetime(6) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enrollment_id` (`enrollment_id`),
KEY `schedules_schedule_start_8685ed8e` (`start`),

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