Updating migrations

This commit is contained in:
edx-cache-uploader-bot
2018-03-26 15:06:20 -04:00
committed by Michael Youngstrom
parent fe9990608d
commit 0dbaffa405
5 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
a529cc537b71eae36d0b385916e0e3845734e5c4
6cbfa1e7607b38f53e3f4ddb58d308850860d22c

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2065,7 +2065,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=410 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=413 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 */;
@@ -4796,6 +4796,7 @@ CREATE TABLE `student_manualenrollmentaudit` (
`reason` longtext,
`enrolled_by_id` int(11) DEFAULT NULL,
`enrollment_id` int(11) DEFAULT NULL,
`role` varchar(64),
PRIMARY KEY (`id`),
KEY `student_manualenr_enrolled_by_id_729cecdc9f746e2_fk_auth_user_id` (`enrolled_by_id`),
KEY `st_enrollment_id_60349e74284df0d6_fk_student_courseenrollment_id` (`enrollment_id`),

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=410 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=413 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;