Updating Bokchoy testing database cache (#26720)

This commit is contained in:
edX cache uploader bot
2021-02-25 03:00:36 -05:00
committed by GitHub
parent 5664c43e98
commit 7daf618f96
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
166b96d5c9a31c3b5356694344a1521597de39cb
c4a7790413ee6ca1e3eabb9de0024a0b5c2a3ac7

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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