Updating Bokchoy testing database cache (#22186)

This commit is contained in:
edX cache uploader bot
2019-10-30 14:25:44 -04:00
committed by Jeremy Bowman
parent 24cf5bbb84
commit 0b47380680
6 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
1f4bcd949ff10b51efe33dc2b60bf61c2360127a
fae86f364fc672c970be50de63131b9a1775643f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2455,7 +2455,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=606 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=607 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 */;

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