Updating Bokchoy testing database cache (#22399)

This commit is contained in:
edX cache uploader bot
2019-11-25 15:53:38 -05:00
committed by Jeremy Bowman
parent 87e73a512a
commit d707899d68
6 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
dfbc8b315ccb29e9953f452ff3ab9c34f6bb68b5
bc0bd972726d706a1e1637bccc7c7fecdd853213

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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