Redmine/db/migrate
Eric Davis 7774642b03 Extend the settings.name column so it can fit longer plugin names.
#3010

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2599 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-03-19 00:01:24 +00:00
..
001_setup.rb Use example.net as domain in default configuration (#1762). 2008-08-25 16:35:20 +00:00
002_issue_move.rb
003_issue_add_note.rb
004_export_pdf.rb
005_issue_start_date.rb
006_calendar_and_activity.rb
007_create_journals.rb
008_create_user_preferences.rb
009_add_hide_mail_pref.rb
010_create_comments.rb
011_add_news_comments_count.rb
012_add_comments_permissions.rb
013_create_queries.rb
014_add_queries_permissions.rb
015_create_repositories.rb
016_add_repositories_permissions.rb
017_create_settings.rb
018_set_doc_and_files_notifications.rb
019_add_issue_status_position.rb
020_add_role_position.rb
021_add_tracker_position.rb
022_serialize_possibles_values.rb
023_add_tracker_is_in_roadmap.rb
024_add_roadmap_permission.rb
025_add_search_permission.rb
026_add_repository_login_and_password.rb
027_create_wikis.rb
028_create_wiki_pages.rb
029_create_wiki_contents.rb
030_add_projects_feeds_permissions.rb
031_add_repository_root_url.rb
032_create_time_entries.rb
033_add_timelog_permissions.rb
034_create_changesets.rb
035_create_changes.rb
036_add_changeset_commit_date.rb
037_add_project_identifier.rb
038_add_custom_field_is_filter.rb
039_create_watchers.rb
040_create_changesets_issues.rb
041_rename_comment_to_comments.rb
042_create_issue_relations.rb
043_add_relations_permissions.rb
044_set_language_length_to_five.rb
045_create_boards.rb
046_create_messages.rb
047_add_boards_permissions.rb
048_allow_null_version_effective_date.rb Fixed: not null constraints not removed with Postgresql. 2008-02-12 21:11:16 +00:00
049_add_wiki_destroy_page_permission.rb
050_add_wiki_attachments_permissions.rb
051_add_project_status.rb
052_add_changes_revision.rb
053_add_changes_branch.rb
054_add_changesets_scmid.rb
055_add_repositories_type.rb
056_add_repositories_changes_permission.rb
057_add_versions_wiki_page_title.rb
058_add_issue_categories_assigned_to_id.rb
059_add_roles_assignable.rb
060_change_changesets_committer_limit.rb Fixes migrations that change string limits for sqlite. 2008-03-09 18:25:37 +00:00
061_add_roles_builtin.rb
062_insert_builtin_roles.rb
063_add_roles_permissions.rb
064_drop_permissions.rb
065_add_settings_updated_on.rb
066_add_custom_value_customized_index.rb
067_create_wiki_redirects.rb
068_create_enabled_modules.rb
069_add_issues_estimated_hours.rb
070_change_attachments_content_type_limit.rb Fixes migrations that change string limits for sqlite. 2008-03-09 18:25:37 +00:00
071_add_queries_column_names.rb
072_add_enumerations_position.rb Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
073_add_enumerations_is_default.rb
074_add_auth_sources_tls.rb
075_add_members_mail_notification.rb
076_allow_null_position.rb Fixed: not null constraints not removed with Postgresql. 2008-02-12 21:11:16 +00:00
077_remove_issue_statuses_html_color.rb
078_add_custom_fields_position.rb Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
079_add_user_preferences_time_zone.rb
080_add_users_type.rb
081_create_projects_trackers.rb
082_add_messages_locked.rb
083_add_messages_sticky.rb
084_change_auth_sources_account_limit.rb Fixes migrations that change string limits for sqlite. 2008-03-09 18:25:37 +00:00
085_add_role_tracker_old_status_index_to_workflows.rb
086_add_custom_fields_searchable.rb
087_change_projects_description_to_text.rb Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771). 2008-03-05 09:16:19 +00:00
088_add_custom_fields_default_value.rb
089_add_attachments_description.rb Adds an optional description to attachments. 2008-02-29 19:46:58 +00:00
090_change_versions_name_limit.rb Allow longer version names (#711, closes #712). 2008-03-09 15:36:47 +00:00
091_change_changesets_revision_to_string.rb Merged Git support branch (r1200 to r1226). 2008-03-12 20:28:49 +00:00
092_change_changes_from_revision_to_string.rb Merged Git support branch (r1200 to r1226). 2008-03-12 20:28:49 +00:00
093_add_wiki_pages_protected.rb Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). 2008-05-04 15:05:38 +00:00
094_change_projects_homepage_limit.rb Change projects homepage limit to 255 chars (#663, #1095). 2008-05-25 13:37:29 +00:00
095_add_wiki_pages_parent_id.rb Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. 2008-07-26 11:46:24 +00:00
096_add_commit_access_permission.rb Merged nbc branch @ r1812 (commit access permission and reposman improvements). 2008-09-13 16:31:11 +00:00
097_add_view_wiki_edits_permission.rb Typo in migration 97 name (#1929). 2008-09-21 20:38:36 +00:00
098_set_topic_authors_as_watchers.rb Fixed: migration 98 breaks when using table name prefix. 2009-02-08 17:24:39 +00:00
099_add_delete_wiki_pages_attachments_permission.rb Adds 'Delete wiki pages attachments' permission. 2008-10-18 10:07:49 +00:00
100_add_changesets_user_id.rb Maps repository users to Redmine users (#1383). 2008-11-10 18:59:06 +00:00
101_populate_changesets_user_id.rb Maps repository users to Redmine users (#1383). 2008-11-10 18:59:06 +00:00
102_add_custom_fields_editable.rb User custom fields can now be set as editable so that users can edit them on 'My account'. 2009-01-17 11:18:04 +00:00
103_set_custom_fields_editable.rb Fixes 103_set_custom_fields_editable migration from r2276 (#2526). 2009-01-18 10:54:08 +00:00
104_add_projects_lft_and_rgt.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
105_build_projects_tree.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
106_remove_projects_projects_count.rb Removes unused projects_count column from projects table. 2009-01-24 11:48:38 +00:00
107_add_open_id_authentication_tables.rb Added OpenID tables. #699 2009-02-11 19:06:50 +00:00
108_add_identity_url_to_users.rb Added identity_url to User. #699 2009-02-11 19:06:55 +00:00
20090214190337_add_watchers_user_id_type_index.rb Adds an index on watchers table to speed up watched issue filtering. 2009-02-14 19:06:44 +00:00
20090312172426_add_queries_sort_criteria.rb Ability to save "sort order" in custom queries (#2899). 2009-03-12 18:06:54 +00:00
20090312194159_add_projects_trackers_unique_index.rb Adds a unique index on projects_trackers table (#2882). 2009-03-12 19:49:39 +00:00
20090318181151_extend_settings_name.rb Extend the settings.name column so it can fit longer plugin names. 2009-03-19 00:01:24 +00:00