Updating Bokchoy testing database cache (#24269)

This commit is contained in:
edX cache uploader bot
2020-06-22 09:02:48 -04:00
committed by GitHub
parent 7fbe2ff6da
commit 98ebb2df44
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
35c1b3b0c481e469cb09e0442cbfd5919f71564e
5447225da715ff434eb5364bc9c612870b531b1f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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