Updating Bokchoy testing database cache (#22681)

This commit is contained in:
edX cache uploader bot
2020-01-02 09:45:19 -05:00
committed by Jeremy Bowman
parent e652309066
commit f4bb9b4b8e
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
68aa3d1ffe8dc0cca08e5d30ab43bc1686d55a19
c31c08c37c6d3d49f4ee2b32cf8754921877d24e

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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