Updating Bokchoy testing database cache (#23304)

This commit is contained in:
Jeremy Bowman
2020-03-04 13:17:38 -05:00
committed by GitHub
parent 9195c86dbe
commit 47d6d7e526
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
005a8e0c8de9321747ec0b16745c975182dbbbf9
17db6d5c302925e91f6a656e2a1f3c068af98ffe

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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