Updating db cache

This commit is contained in:
edx-cache-uploader-bot
2018-04-30 16:20:07 -04:00
committed by Michael Youngstrom
parent 5b19309691
commit 82ac53a4de
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
d9252d990137c43d4aba1ea98d513f728cc1b735
f18a9d4e742f5e646d6176a845c96988e0240754

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2095,7 +2095,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=437 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=440 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

@@ -35,7 +35,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=437 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=440 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;