Updating Bokchoy testing database cache (#23352)

This commit is contained in:
edX cache uploader bot
2020-03-09 15:09:59 -04:00
committed by GitHub
parent e1c896f2fa
commit af7103c313
5 changed files with 6 additions and 7 deletions

View File

@@ -1 +1 @@
de85536e6a21494cf28354ef1761f81e95fb655b
03d693a629d8d3ff75b47a2b2b95bc2644d6b52b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2618,7 +2618,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=679 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=680 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 */;
@@ -5202,8 +5202,7 @@ CREATE TABLE `schedules_historicalschedule` (
KEY `schedules_historicalschedule_start_50753b08` (`start`),
KEY `schedules_historicalschedule_start_date_8c02ff20` (`start_date`),
KEY `schedules_historicalschedule_upgrade_deadline_ba67bbd9` (`upgrade_deadline`),
KEY `schedules_historicalschedule_enrollment_id_cd620413` (`enrollment_id`),
CONSTRAINT `schedules_historical_history_user_id_6f5d6d7b_fk_auth_user` FOREIGN KEY (`history_user_id`) REFERENCES `auth_user` (`id`)
KEY `schedules_historicalschedule_enrollment_id_cd620413` (`enrollment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
DROP TABLE IF EXISTS `schedules_schedule`;

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