Updating Bokchoy testing database cache (#25627)

This commit is contained in:
edX cache uploader bot
2020-11-18 08:18:20 -05:00
committed by GitHub
parent 9e5071e0c3
commit bcc6a86503
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
b0e49057a7781b716f3ffe2dfc9f3674f3f8fa53
e0f7b1ee301431d2afe7ccc5f688d60cb1ccdd90

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2837,7 +2837,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=797 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=798 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=797 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=798 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;