Updating Bokchoy testing database cache (#27666)

This commit is contained in:
edX cache uploader bot
2021-05-19 15:38:02 -04:00
committed by GitHub
parent 8542b9c840
commit e1d4dc7d62
5 changed files with 5 additions and 7 deletions

View File

@@ -1 +1 @@
5a607923c7bff5b74a8b31d3a98c3783837dd0b5
80a26d060571086e35f119e8c3fe3738fd7b65fb

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3035,7 +3035,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=868 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=869 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 */;
@@ -7582,7 +7582,6 @@ CREATE TABLE `verify_student_softwaresecurephotoverification` (
`copy_id_photo_from_id` int(11) DEFAULT NULL,
`reviewing_user_id` int(11) DEFAULT NULL,
`user_id` int(11) NOT NULL,
`expiry_date` datetime(6) DEFAULT NULL,
`expiry_email_date` datetime(6) DEFAULT NULL,
`expiration_date` datetime(6) DEFAULT NULL,
PRIMARY KEY (`id`),
@@ -7594,7 +7593,6 @@ CREATE TABLE `verify_student_softwaresecurephotoverification` (
KEY `verify_student_softwaresecu_updated_at_8f5cf2d7` (`updated_at`),
KEY `verify_student_softwaresecurephotoverification_display_287287f8` (`display`),
KEY `verify_student_softwaresecu_submitted_at_f3d5cd03` (`submitted_at`),
KEY `verify_student_softwaresecu_expiry_date_5c297927` (`expiry_date`),
KEY `verify_student_softwaresecu_expiry_email_date_6ae6d6c9` (`expiry_email_date`),
KEY `verify_student_softwaresecu_expiration_date_f7f2d890` (`expiration_date`),
CONSTRAINT `verify_student_softw_copy_id_photo_from_i_059e40b6_fk_verify_st` FOREIGN KEY (`copy_id_photo_from_id`) REFERENCES `verify_student_softwaresecurephotoverification` (`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=868 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=869 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;