Updating Bokchoy testing database cache (#27116)

This commit is contained in:
edX cache uploader bot
2021-03-24 03:51:23 -04:00
committed by GitHub
parent ae2e41cd8e
commit b2150cf52e
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
d2d9ccada8a935160ed8465c3261fddaebde02e7
1276ce43ea9ac0ef2ce9d7b481265925e252695f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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