Skip to content
Snippets Groups Projects
Commit adbf5fe3 authored by edx-cache-uploader-bot's avatar edx-cache-uploader-bot Committed by Michael Youngstrom
Browse files

Updating migrations

parent 331ee652
No related branches found
No related tags found
No related merge requests found
57f631ad1d9b1523d1e35b51c2f8f17b926fd050
\ No newline at end of file
13080d96bcf2669477fd3b39f4dcd3e7b7a5f3a8
\ No newline at end of file
......@@ -1182,6 +1182,7 @@ CREATE TABLE `content_type_gating_contenttypegatingconfig` (
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`),
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`)
......@@ -1314,6 +1315,7 @@ CREATE TABLE `course_duration_limits_coursedurationlimitconfig` (
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`),
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`)
......@@ -2167,7 +2169,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=519 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=521 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=519 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=521 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment