Updating Bokchoy testing database cache (#23444)

This commit is contained in:
edX cache uploader bot
2020-03-18 14:30:58 -04:00
committed by GitHub
parent 2cdb244858
commit 650a5679a4
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
b7b60bc55699766bb2a91552cfeef937c3162228
c083ec925d460c3dc1c61d78f8e6ad6697293bed

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