Updating Bokchoy testing database cache (#22437)

This commit is contained in:
edX cache uploader bot
2019-12-04 11:58:21 -05:00
committed by Jeremy Bowman
parent 8066ccb25d
commit 979ecf0a92
6 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
bc0bd972726d706a1e1637bccc7c7fecdd853213
3276e9c910185101f31d2f33edaedddf37a80234

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=619 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=620 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 */;
@@ -3149,7 +3149,7 @@ CREATE TABLE `enterprise_enterpriseenrollmentsource` (
`slug` varchar(30) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `slug` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `enterprise_enterprisefeaturerole`;
/*!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=619 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=620 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;