Updating migrations
This commit is contained in:
committed by
Michael Youngstrom
parent
27dfbd0240
commit
d89c34369c
@@ -1 +1 @@
|
||||
13080d96bcf2669477fd3b39f4dcd3e7b7a5f3a8
|
||||
392ea9f212793c6c53ae42042598bb20f5d70a7b
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1177,12 +1177,15 @@ CREATE TABLE `content_type_gating_contenttypegatingconfig` (
|
||||
`changed_by_id` int(11) DEFAULT NULL,
|
||||
`course_id` varchar(255) DEFAULT NULL,
|
||||
`site_id` int(11) DEFAULT NULL,
|
||||
`org_course` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `content_type_gating__changed_by_id_e1754c4b_fk_auth_user` (`changed_by_id`),
|
||||
KEY `content_type_gating__course_id_f19cc50d_fk_course_ov` (`course_id`),
|
||||
KEY `content_type_gating__site_id_c9f3bc6a_fk_django_si` (`site_id`),
|
||||
KEY `content_type_gating_contenttypegatingconfig_org_043e72a9` (`org`),
|
||||
KEY `content_typ_site_id_e91576_idx` (`site_id`,`org`,`course_id`),
|
||||
KEY `content_typ_site_id_650310_idx` (`site_id`,`org`,`org_course`,`course_id`),
|
||||
KEY `content_type_gating_contenttypegatingconfig_org_course_70742f9e` (`org_course`),
|
||||
CONSTRAINT `content_type_gating__changed_by_id_e1754c4b_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
|
||||
CONSTRAINT `content_type_gating__course_id_f19cc50d_fk_course_ov` FOREIGN KEY (`course_id`) REFERENCES `course_overviews_courseoverview` (`id`),
|
||||
CONSTRAINT `content_type_gating__site_id_c9f3bc6a_fk_django_si` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
|
||||
@@ -1310,12 +1313,15 @@ CREATE TABLE `course_duration_limits_coursedurationlimitconfig` (
|
||||
`changed_by_id` int(11) DEFAULT NULL,
|
||||
`course_id` varchar(255) DEFAULT NULL,
|
||||
`site_id` int(11) DEFAULT NULL,
|
||||
`org_course` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `course_duration_limi_changed_by_id_f320fd76_fk_auth_user` (`changed_by_id`),
|
||||
KEY `course_duration_limi_course_id_97b7a8e9_fk_course_ov` (`course_id`),
|
||||
KEY `course_duration_limi_site_id_cb492296_fk_django_si` (`site_id`),
|
||||
KEY `course_duration_limits_coursedurationlimitconfig_org_c2cc0091` (`org`),
|
||||
KEY `course_dura_site_id_424016_idx` (`site_id`,`org`,`course_id`),
|
||||
KEY `course_dura_site_id_b5bbcd_idx` (`site_id`,`org`,`org_course`,`course_id`),
|
||||
KEY `course_duration_limits_cour_org_course_bcd05764` (`org_course`),
|
||||
CONSTRAINT `course_duration_limi_changed_by_id_f320fd76_fk_auth_user` FOREIGN KEY (`changed_by_id`) REFERENCES `auth_user` (`id`),
|
||||
CONSTRAINT `course_duration_limi_course_id_97b7a8e9_fk_course_ov` FOREIGN KEY (`course_id`) REFERENCES `course_overviews_courseoverview` (`id`),
|
||||
CONSTRAINT `course_duration_limi_site_id_cb492296_fk_django_si` FOREIGN KEY (`site_id`) REFERENCES `django_site` (`id`)
|
||||
@@ -2169,7 +2175,7 @@ CREATE TABLE `django_migrations` (
|
||||
`name` varchar(255) NOT NULL,
|
||||
`applied` datetime(6) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=521 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=523 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 */;
|
||||
|
||||
@@ -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=521 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=523 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user