Updating Bokchoy testing database cache (#22878)

This commit is contained in:
edX cache uploader bot
2020-01-16 15:15:10 -05:00
committed by Jeremy Bowman
parent 9c5f1271cf
commit c596a533e6
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
e00340173c2d18e4052a08fe465230530b2d3202
801eb0294524b517d3491bc3395332c03a0edf4c

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