Updating migrations

This commit is contained in:
edx-cache-uploader-bot
2019-04-01 18:01:01 -04:00
committed by Michael Youngstrom
parent e712be7892
commit db6de5990d
5 changed files with 7 additions and 7 deletions

View File

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