Updating migrations

This commit is contained in:
edx-cache-uploader-bot
2019-03-07 09:24:30 -05:00
committed by Stuart Young
parent 80c9d04b83
commit 44b7dd2b28
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
e403eee0109f7f5f12f75aded566044bb302816b
224fa696472c3fd35f4920ce2f428d351c3a948f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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