Updating Bokchoy testing database cache (#23215)

This commit is contained in:
edX cache uploader bot
2020-02-26 14:40:12 -05:00
committed by GitHub
parent fce217b0dc
commit dd0a184ebf
5 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
695bf91614f14f2f5f9f20722652ec5f98fe0b8e
f24a0f829e9e6a7fb3de9c55901d3b851505ebdb

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2612,7 +2612,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=664 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=665 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 */;
@@ -3753,6 +3753,7 @@ CREATE TABLE `external_user_ids_externalid` (
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `external_user_id` (`external_user_id`),
UNIQUE KEY `external_user_ids_extern_user_id_external_id_type_cf1d16bc_uniq` (`user_id`,`external_id_type_id`),
KEY `external_user_ids_ex_external_id_type_id_421db1af_fk_external_` (`external_id_type_id`),
KEY `external_user_ids_externalid_user_id_7789441b_fk_auth_user_id` (`user_id`),
CONSTRAINT `external_user_ids_ex_external_id_type_id_421db1af_fk_external_` FOREIGN KEY (`external_id_type_id`) REFERENCES `external_user_ids_externalidtype` (`id`),

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