Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/test/db_cache/bok_choy_migrations.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12926eaa00768990f73c9c120a95ab27a0c87e30
fe6b500a7ad763236d53816dc54766f913d2bb34
2 changes: 1 addition & 1 deletion common/test/db_cache/bok_choy_migrations_data_default.sql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion common/test/db_cache/bok_choy_schema_default.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,9 @@ CREATE TABLE `course_overviews_courseoverviewtab` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`tab_id` varchar(50) NOT NULL,
`course_overview_id` varchar(255) NOT NULL,
`course_staff_only` tinyint(1) NOT NULL,
`name` longtext,
`type` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `course_overviews_cou_course_overview_id_71fa6321_fk_course_ov` (`course_overview_id`),
CONSTRAINT `course_overviews_cou_course_overview_id_71fa6321_fk_course_ov` FOREIGN KEY (`course_overview_id`) REFERENCES `course_overviews_courseoverview` (`id`)
Expand Down Expand Up @@ -2549,7 +2552,7 @@ CREATE TABLE `django_migrations` (
`name` varchar(255) NOT NULL,
`applied` datetime(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=648 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=649 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 */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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=648 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=649 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

Expand Down