Updating Bokchoy testing database cache (#22608)

This commit is contained in:
edX cache uploader bot
2019-12-26 16:39:55 -05:00
committed by Jeremy Bowman
parent 673592d89b
commit fe1f69741e
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
1214d7f222c7396c9d3da39b09a9e7ab62e6e95b
94284b096c89098f2c746dc23df6893c830eedbd

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=629 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=630 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=629 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=630 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;