Updating Bokchoy testing database cache (#27971)

This commit is contained in:
edX cache uploader bot
2021-06-17 01:24:59 -04:00
committed by GitHub
parent ad2f92767b
commit 2d79aabacb
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
ce75dc8bab090b9da27c8498234479b5f6ac7428
f52de850d5c7f7567221da5bd071a646ac382ddf

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3101,7 +3101,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=880 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=881 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=880 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=881 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;