Updating Bokchoy testing database cache (#27298)

This commit is contained in:
edX cache uploader bot
2021-04-12 13:35:40 -04:00
committed by GitHub
parent d1856c27a1
commit bb3bf5c15e
5 changed files with 8 additions and 6 deletions

View File

@@ -1 +1 @@
b162afa0c6595b1e5394b83092724622a57cca9d
81c859542e3acd5ea1b0ee5e2ddaea65d28937d2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2999,7 +2999,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=855 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=858 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 */;
@@ -3519,7 +3519,9 @@ CREATE TABLE `enterprise_enterprisecatalogquery` (
`modified` datetime(6) NOT NULL,
`title` varchar(255) NOT NULL,
`content_filter` longtext,
PRIMARY KEY (`id`)
`uuid` char(32) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `enterprise_enterprisecatalogquery_uuid_4fdf5c5a_uniq` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `enterprise_enterprisecourseenrollment`;

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