Updating Bokchoy testing database cache (#22463)

This commit is contained in:
edX cache uploader bot
2019-12-09 09:02:00 -05:00
committed by Jeremy Bowman
parent a189baadae
commit fa24ed8e83
5 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
3276e9c910185101f31d2f33edaedddf37a80234
54c1b0ba1d187e7430be0b560abe27e2ff6f541c

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=620 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=621 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 */;
@@ -2745,6 +2745,7 @@ CREATE TABLE `edxval_thirdpartytranscriptcredentialsstate` (
`org` varchar(32) NOT NULL,
`provider` varchar(20) NOT NULL,
`exists` tinyint(1) NOT NULL,
`has_creds` tinyint(1) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `edxval_thirdpartytranscr_org_provider_188f7ddf_uniq` (`org`,`provider`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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