Updating Bokchoy testing database cache (#22148)

This commit is contained in:
edX cache uploader bot
2019-10-24 15:05:24 -04:00
committed by Jeremy Bowman
parent da90e2e851
commit 2ccbeda27d
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
0304f02e6ef9f5f923db7bb93f2e1b60215635d1
73faa7c317d8f0600f0189659d385edd932b558c

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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