Updating migrations

This commit is contained in:
edx-cache-uploader-bot
2018-09-13 10:58:57 -04:00
committed by Stuart Young
parent 4057190435
commit b26863ce60
5 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
4b964c58e34263236d695b1e89e8ea1941e5e87e
67075dab4603b6bf8974c4c8274c1e1afc7db301

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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