Updating Bokchoy testing database cache (#27685)

This commit is contained in:
edX cache uploader bot
2021-05-20 04:52:32 -04:00
committed by GitHub
parent 88a31e7792
commit b0c74b4272
5 changed files with 5 additions and 6 deletions

View File

@@ -1 +1 @@
80a26d060571086e35f119e8c3fe3738fd7b65fb
cd2eb5d554477d51b2150890fe7e9f17f58b0a8d

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -527,7 +527,6 @@ CREATE TABLE `auth_userprofile` (
`city` longtext,
`country` varchar(2) DEFAULT NULL,
`goals` longtext,
`allow_certificate` tinyint(1) DEFAULT NULL,
`bio` varchar(3000) DEFAULT NULL,
`profile_image_uploaded_at` datetime(6) DEFAULT NULL,
`user_id` int(11) NOT NULL,
@@ -3035,7 +3034,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=869 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=870 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 */;

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