canvas-lms/db/migrate
Zach Wily cffaa78cd9 add a few useful indexes
These were found missing by watching the log of unindexed queries.

Change-Id: I1823eeb5e5e7dfc4351ced92a5a354aac05d97eb
Reviewed-on: https://gerrit.instructure.com/5261
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-08-25 13:58:01 -06:00
..
20101210192618_init_canvas_db.rb Merge branch 'master' into dev/postgres 2011-03-22 16:23:04 -06:00
20101216224513_create_delayed_jobs.rb Initial commit. 2011-01-31 18:57:29 -07:00
20110102070652_add_extra_time_to_quiz_submissions.rb quiz moderation 2011-02-11 22:08:42 -07:00
20110118001335_add_ip_filter_to_quizzes.rb ip filtering for quizzes 2011-02-11 22:16:47 -07:00
20110203205300_add_attachment_to_content_migration.rb allow migrations to work across job servers 2011-02-07 15:07:49 -07:00
20110208031356_add_delayed_jobs_tag.rb update delayed_jobs and list most popular job types in UI 2011-02-08 14:12:52 -07:00
20110214180525_create_account_notifications.rb account-level notifications 2011-02-16 21:34:05 -07:00
20110217231741_add_podcast_options_to_discussion_topics.rb topic podcasts 2011-03-28 14:32:16 -06:00
20110220031603_add_require_initial_post_to_discussion_topics.rb option to require initial post before seeing replies 2011-03-29 22:56:45 -06:00
20110223175857_add_restriction_options_to_courses_and_sections.rb enforce term/course/section start and end dates 2011-03-01 13:47:12 -07:00
20110302054028_change_fudge_points_to_float.rb fix typo in migration script 2011-03-23 18:02:23 -06:00
20110303133300_add_cross_listing_info.rb adding account field to course section model 2011-03-08 15:14:49 -07:00
20110307163027_add_ungraded_count_to_assignments.rb assignments.needs_grading_count counter to speed things up, closes #3945 2011-03-23 10:36:15 -06:00
20110308223938_create_context_external_tools.rb basic lti support 2011-03-23 16:58:11 -06:00
20110311052615_add_associated_asset_to_learning_outcome_results.rb align question banks to outcomes 2011-03-25 15:39:56 -06:00
20110315144328_change_context_message_viewed_user_ids_size.rb make viewed_user_ids on context_messages bigger 2011-03-15 08:56:38 -06:00
20110321151227_add_stream_item_instances_index.rb add stream_item_instances index to optimize deletes 2011-03-21 09:54:25 -06:00
20110321204131_add_created_at_to_page_views_index.rb add created_at to the page_views index on account_id 2011-03-22 08:12:11 -06:00
20110321234519_ungraded_count_triggers.rb assignments.needs_grading_count counter to speed things up, closes #3945 2011-03-23 10:36:15 -06:00
20110322164900_add_quiz_require_lockdown_browser.rb add infrastructure for supporting lockdown browser plugins, refs #3129 2011-03-22 14:51:01 -06:00
20110325162810_ungraded_count_triggers2.rb hairtrigger bump, new migration. fixes postgres trigger bug 2011-03-25 12:10:36 -06:00
20110325200936_add_position_to_communication_channel_indexes.rb add position to the communication_channel indexes 2011-03-25 16:16:46 -06:00
20110329223720_string_columns_to_text.rb change some columns from string -> text, refs #4136 2011-03-30 09:19:13 -06:00
20110330192602_postgres_compat_fixes.rb properly support attachments > 2GB, another string -> text fix 2011-03-30 14:22:15 -06:00
20110330204732_add_old_media_id_to_media_comments.rb migration process for moving to new kaltura instance 2011-04-13 22:50:30 -06:00
20110331145021_allow_long_certificate_fingerprint.rb allow arbitrarily long certificate fingerprint 2011-03-31 08:57:54 -06:00
20110401163322_varchars_to_text.rb string validations/fixes, closes #4154. wiki fixes, closes #3973, #4168 2011-04-05 11:22:50 -06:00
20110401214033_add_content_export.rb added ui for course exports 2011-04-15 10:27:14 -06:00
20110405210006_web_conference_settings.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110409232339_add_workflow_state_to_grading_standards.rb grading standards improvements 2011-05-21 19:20:34 -06:00
20110411214502_add_migration_ids_for_cc_importing.rb start canvas cartridge importing 2011-04-18 08:09:16 -06:00
20110412154600_add_grade_publishing_status_to_enrollments.rb sis grade publishing backend 2011-04-27 16:23:00 -06:00
20110414160750_add_media_comment_to_context_message.rb ui and db migration to add voice comment to contextmessage 2011-04-15 14:01:17 -06:00
20110415103900_add_last_course_to_course_section.rb xlist sis importing tests with fixes 2011-04-15 15:36:18 -06:00
20110416052050_add_quiz_require_lockdown_browser_for_results.rb adding ldb requirement for viewing quiz results 2011-04-20 10:11:21 -06:00
20110420162000_rename_last_course_to_nonxlist_course_in_course_section.rb renaming last_course to nonxlist_course and changing crosslisting semantics 2011-04-21 15:43:39 -06:00
20110426161613_add_delayed_jobs_max_attempts.rb add support for per-job max attempts, refs #4311 2011-04-26 10:38:38 -06:00
20110503231936_expand_content_migration_migration_settings.rb increase limit of content_migrations.migration_settings to 500kb 2011-05-04 08:27:11 -06:00
20110505055435_add_disabled_to_plugin_settings.rb better support for disabling plugins 2011-05-14 23:52:04 -06:00
20110505141533_add_thumbnail_uuid.rb thumbnail support when using local storage, closes #4500 2011-05-06 08:11:18 -06:00
20110510155237_add_error_reports_data_hash.rb create error report locally on javascript errors, refs #4487 2011-05-11 08:47:49 -06:00
20110510171100_add_sis_communication_channel_to_pseudonyms.rb update existing sis communication channel instead of creating new ones. fixes #4538 2011-05-11 10:34:08 -06:00
20110510180611_add_error_report_category.rb generate an error report for all errors, not just some of them 2011-05-11 10:36:56 -06:00
20110511194408_add_stream_item_instance_hidden.rb hiding stream items on the dashboard, closes #4387 2011-05-17 07:57:01 -06:00
20110513162300_add_template_course_id_to_courses.rb keep crosslisted course data up-to-date via sis imports for original course 2011-05-31 13:03:05 -06:00
20110516222325_create_delayed_jobs_test_story.rb add strand support to delayed jobs, refs #4226, closes #4415 2011-05-19 10:51:01 -06:00
20110516225834_add_delayed_jobs_strand.rb add strand support to delayed jobs, refs #4226, closes #4415 2011-05-19 10:51:01 -06:00
20110516233821_conversations.rb models and controllers for new messaging, refs #3977 2011-05-19 16:21:32 -06:00
20110520164623_add_sis_batch_batch_mode.rb support batch mode for sis imports, refs #4397 2011-05-23 09:52:56 -06:00
20110522035309_create_access_tokens.rb oauth 2 requests via access tokens 2011-06-02 09:15:11 -06:00
20110525175614_add_parameters_to_account_reports.rb allow reports to have parameters. refs #4315 2011-05-25 19:39:12 -06:00
20110526154853_remove_quiz_data_ids.rb remove question id from data on clone, fixes #4684 2011-05-26 16:14:01 -06:00
20110527155754_create_trigger_submissions_insert.rb explicitly version submissions refs #4189 2011-05-31 11:14:45 -06:00
20110531144916_cleanup_delayed_jobs_indexes.rb optimize delayed jobs table indexes, closes #4736 2011-06-01 10:32:57 -06:00
20110601222447_conversation_tweaks.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110602202130_add_group_root_account.rb add root_account relation to groups, refs #4247 2011-06-03 10:45:34 -06:00
20110602202133_add_group_sis_columns.rb add groups/group_memberships to sis csv import, closes #4247 2011-06-03 15:17:08 -06:00
20110606160200_refactor_abstract_courses.rb refactor abstract courses stage 2 2011-06-27 11:01:06 -06:00
20110609212540_message_attachments_and_media_objects.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110610163600_add_sticky_xlisting.rb make non-sis crosslisting sticky 2011-06-16 08:42:46 -06:00
20110610213249_optimize_delayed_jobs.rb optimize delayed jobs failed jobs, strands, and held jobs, refs #4792 2011-06-13 12:49:46 -06:00
20110617200149_convert_storage_quotas_to_bytes.rb finish conversion of storage_quota to bytes from MB 2011-07-19 09:28:59 -06:00
20110706183249_drop_old_stream_item_indexes.rb remove a now-unused stream_item_instances index, closes #4586 2011-07-06 12:56:34 -06:00
20110708151915_add_real_user_id_to_page_views.rb record real_user in page_view fixes #5013 2011-07-08 11:54:48 -06:00
20110708231141_locale_prefs.rb locale detection and selection, refs #4994 2011-07-20 09:24:55 -06:00
20110720185610_create_alerts.rb alerts, closes #4317 2011-08-24 10:19:44 -06:00
20110801034931_message_counts.rb integrated new messaging design, added forward functionality 2011-08-10 16:24:16 -06:00
20110801080015_message_forwards.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110803192001_unread_counts.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110804195852_label_conversations.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110805003024_add_developer_key_redirect_uri.rb oauth2 web app flow, refs #5029 2011-08-23 17:27:47 -06:00
20110809221718_add_settings_to_courses.rb add setting for hiding total in grade summary 2011-08-11 16:43:56 -06:00
20110810194057_conversations_has_attachments_not_null.rb attachments and media comments for new conversations 2011-08-17 17:00:36 -06:00
20110816152405_new_inbox_media_comments.rb add columns for media comments so the user can be the context 2011-08-16 21:14:08 -06:00
20110816203511_message_migration.rb typo fix 2011-08-17 14:27:42 -06:00
20110817173455_submission_has_admin_comment.rb submissions.has_admin_comment 2011-08-17 17:58:12 -06:00
20110817193126_increase_folder_name_size.rb allow folder paths to be longer than 255 characters 2011-08-18 08:59:59 -06:00
20110817210423_create_triggers_submission_comments_insert_and_submission_comments_delete.rb submissions.has_admin_comment 2011-08-17 17:58:12 -06:00
20110819205044_context_to_conversation_notification_preferences.rb fix notification pref migration 2011-08-20 07:54:51 -06:00
20110822151806_remove_inactive_enrollment_state.rb workflow_state is a string, not a symbol 2011-08-23 13:07:36 -06:00
20110824191941_conversation_message_context.rb fix wrong hostname in message emails 2011-08-24 15:30:37 -06:00
20110825131747_add_useful_indexes.rb add a few useful indexes 2011-08-25 13:58:01 -06:00