..
001_setup.rb
Fixed Redmine case.
2013-01-23 18:09:16 +00:00
002_issue_move.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
003_issue_add_note.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
004_export_pdf.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
005_issue_start_date.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
006_calendar_and_activity.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
007_create_journals.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
008_create_user_preferences.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
009_add_hide_mail_pref.rb
trunk moved from /trunk/redmine to /trunk
2006-12-05 20:45:04 +00:00
010_create_comments.rb
Fixed: 10342 Creation of Schema in Oracle
2007-04-25 15:06:20 +00:00
011_add_news_comments_count.rb
added model Comment.
2006-12-10 18:35:48 +00:00
012_add_comments_permissions.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
013_create_queries.rb
"queries" branch merged
2006-12-16 13:37:32 +00:00
014_add_queries_permissions.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
015_create_repositories.rb
svn browser merged in trunk
2006-12-24 13:38:45 +00:00
016_add_repositories_permissions.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
017_create_settings.rb
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
2007-01-21 11:50:22 +00:00
018_set_doc_and_files_notifications.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
019_add_issue_status_position.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
020_add_role_position.rb
Restores migration broken by r8182 and removes default scope on Role ( #9800 ).
2011-12-14 22:24:20 +00:00
021_add_tracker_position.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
022_serialize_possibles_values.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
023_add_tracker_is_in_roadmap.rb
added roadmap view
2007-02-04 09:18:40 +00:00
024_add_roadmap_permission.rb
Replaces find(:first) calls in migrations.
2012-12-03 18:25:57 +00:00
025_add_search_permission.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
026_add_repository_login_and_password.rb
feature #9137 Password-protected SVN repositories
2007-03-09 18:03:31 +00:00
027_create_wikis.rb
remove trailing white-spaces from db/migrate/027_create_wikis.rb ( #9510 )
2011-11-06 07:54:24 +00:00
028_create_wiki_pages.rb
remove trailing white-spaces from db/migrate/028_create_wiki_pages.rb ( #9510 )
2011-11-06 09:16:26 +00:00
029_create_wiki_contents.rb
remove trailing white-spaces from db/migrate/029_create_wiki_contents.rb ( #9510 )
2011-11-07 00:13:49 +00:00
030_add_projects_feeds_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
031_add_repository_root_url.rb
fixed problems when svn path doesn't point to the root directory of the repository.
2007-03-18 15:48:05 +00:00
032_create_time_entries.rb
Fixed: 10342 Creation of Schema in Oracle
2007-04-25 15:06:20 +00:00
033_add_timelog_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
034_create_changesets.rb
Fixed: 10342 Creation of Schema in Oracle
2007-04-25 15:06:20 +00:00
035_create_changes.rb
SVN commits are now stored in the database, and added to the activity view and the search engine.
2007-03-25 12:12:15 +00:00
036_add_changeset_commit_date.rb
fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate
2007-03-26 16:41:54 +00:00
037_add_project_identifier.rb
Migration to add identifier attribute on project.
2007-04-02 06:29:09 +00:00
038_add_custom_field_is_filter.rb
Custom fields for issues can now be used as filters on issue list.
2007-04-17 10:53:20 +00:00
039_create_watchers.rb
Added create_watchers migration
2007-04-21 12:09:07 +00:00
040_create_changesets_issues.rb
Commit messages are now scanned for referenced or fixed issue IDs.
2007-04-24 13:57:27 +00:00
041_rename_comment_to_comments.rb
Updated migration 41 to support table name prefix/sufix.
2007-04-25 16:48:01 +00:00
042_create_issue_relations.rb
Issue relations first commit (not thoroughly tested). 4 kinds of relation are available:
2007-05-05 13:22:27 +00:00
043_add_relations_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
044_set_language_length_to_five.rb
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.
2007-05-08 09:26:57 +00:00
045_create_boards.rb
Removed 'not null' constraint on position fields.
2007-10-22 21:07:13 +00:00
046_create_messages.rb
Per project forums added.
2007-05-13 17:09:56 +00:00
047_add_boards_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
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
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
050_add_wiki_attachments_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
051_add_project_status.rb
Added the ability to archive projects:
2007-05-27 17:42:04 +00:00
052_add_changes_revision.rb
Added basic support for CVS and Mercurial SCMs.
2007-06-12 20:12:05 +00:00
053_add_changes_branch.rb
Added basic support for CVS and Mercurial SCMs.
2007-06-12 20:12:05 +00:00
054_add_changesets_scmid.rb
Added basic support for CVS and Mercurial SCMs.
2007-06-12 20:12:05 +00:00
055_add_repositories_type.rb
remove trailing white-spaces from db/migrate/055_add_repositories_type.rb ( #9510 )
2011-11-07 00:13:26 +00:00
056_add_repositories_changes_permission.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
057_add_versions_wiki_page_title.rb
A wiki page can now be attached to each version.
2007-06-14 18:26:27 +00:00
058_add_issue_categories_assigned_to_id.rb
Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.
2007-06-29 17:21:37 +00:00
059_add_roles_assignable.rb
Added a 'Assignable' boolean on Role model.
2007-08-16 17:47:41 +00:00
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
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
062_insert_builtin_roles.rb
Undefined #builtin= with Rails 3.1.3.
2012-02-25 11:48:29 +00:00
063_add_roles_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
064_drop_permissions.rb
Merged 0.6 branch into trunk.
2007-08-29 16:52:35 +00:00
065_add_settings_updated_on.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
066_add_custom_value_customized_index.rb
Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters.
2007-09-04 22:07:44 +00:00
067_create_wiki_redirects.rb
Added the ability to rename wiki pages (specific permission required).
2007-09-09 17:05:38 +00:00
068_create_enabled_modules.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
069_add_issues_estimated_hours.rb
Added 'Estimated hours' attribute on issues.
2007-09-15 14:54:15 +00:00
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
Added the ability to customize columns of a saved query.
2007-10-01 08:44:17 +00:00
072_add_enumerations_position.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
073_add_enumerations_is_default.rb
Added default value for enumerations.
2007-10-05 17:44:15 +00:00
074_add_auth_sources_tls.rb
Added LDAPS support migration and fixed connection test flash messages.
2007-10-16 19:19:10 +00:00
075_add_members_mail_notification.rb
More flexible mail notifications settings at user level. A user has now 3 options:
2007-10-20 12:47:05 +00:00
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
Removed IssueStatus html_color attribute.
2007-11-04 11:40:17 +00:00
078_add_custom_fields_position.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
079_add_user_preferences_time_zone.rb
* Added time zone support: users can select their time zone on their account view.
2007-11-19 22:28:43 +00:00
080_add_users_type.rb
Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums.
2007-11-20 15:40:16 +00:00
081_create_projects_trackers.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
082_add_messages_locked.rb
Forums enhancements:
2007-11-24 12:25:07 +00:00
083_add_messages_sticky.rb
Forums enhancements:
2007-11-24 12:25:07 +00:00
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
Fixed error on migration 85 with Oracle (index name can not be more than 30 characters long).
2008-01-15 20:40:59 +00:00
086_add_custom_fields_searchable.rb
Search engine: issue custom fields can now be searched.
2007-12-14 18:54:55 +00:00
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
Missing migration for r1090.
2008-01-20 23:38:55 +00:00
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
Check if index exists before removing it ( #12713 ).
2013-01-06 14:46:51 +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
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
097_add_view_wiki_edits_permission.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +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
Replaces find(:all) calls.
2012-12-02 20:28:37 +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
Use Project.rebuild_tree! instead of .rebuild! in migration.
2012-11-23 17:53:12 +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
Replaces find(:all) calls.
2012-12-02 20:28:37 +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
20090323224724_add_type_to_enumerations.rb
Changed Enumerations to use a Single Table Inheritance
2009-05-30 23:30:36 +00:00
20090401221305_update_enumerations_to_sti.rb
Changed Enumerations to use a Single Table Inheritance
2009-05-30 23:30:36 +00:00
20090401231134_add_active_field_to_enumerations.rb
Added an active field track if an Enumeration is active on the frontend view.
2009-10-21 22:34:28 +00:00
20090403001910_add_project_to_enumerations.rb
Added project specific Enumeration overrides.
2009-10-21 22:34:34 +00:00
20090406161854_add_parent_id_to_enumerations.rb
Added project specific Enumeration overrides.
2009-10-21 22:34:34 +00:00
20090425161243_add_queries_group_by.rb
Ticket grouping ( #2679 ).
2009-04-26 13:09:14 +00:00
20090503121501_create_member_roles.rb
Allows multiple roles on the same project ( #706 ). Prerequisite for user groups feature.
2009-05-10 10:54:31 +00:00
20090503121505_populate_member_roles.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
20090503121510_drop_members_role_id.rb
Allows multiple roles on the same project ( #706 ). Prerequisite for user groups feature.
2009-05-10 10:54:31 +00:00
20090614091200_fix_messages_sticky_null.rb
Fixed: editing a message may cause sticky attribute to be NULL ( #3356 ).
2009-06-14 09:19:20 +00:00
20090704172350_populate_users_type.rb
User groups branch merged.
2009-09-12 08:36:46 +00:00
20090704172355_create_groups_users.rb
User groups branch merged.
2009-09-12 08:36:46 +00:00
20090704172358_add_member_roles_inherited_from.rb
User groups branch merged.
2009-09-12 08:36:46 +00:00
20091010093521_fix_users_custom_values.rb
Fixes User/CustomValue association broken by r2869 ( #3978 ).
2009-10-10 10:16:00 +00:00
20091017212227_add_missing_indexes_to_workflows.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017212457_add_missing_indexes_to_custom_fields_projects.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017212644_add_missing_indexes_to_messages.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017212938_add_missing_indexes_to_repositories.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213027_add_missing_indexes_to_comments.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213113_add_missing_indexes_to_enumerations.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213151_add_missing_indexes_to_wiki_pages.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213228_add_missing_indexes_to_watchers.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213257_add_missing_indexes_to_auth_sources.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213332_add_missing_indexes_to_documents.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213444_add_missing_indexes_to_tokens.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213536_add_missing_indexes_to_changesets.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213642_add_missing_indexes_to_issue_categories.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213716_add_missing_indexes_to_member_roles.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213757_add_missing_indexes_to_boards.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213835_add_missing_indexes_to_user_preferences.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017213910_add_missing_indexes_to_issues.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214015_add_missing_indexes_to_members.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214107_add_missing_indexes_to_custom_fields.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214136_add_missing_indexes_to_queries.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214236_add_missing_indexes_to_time_entries.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214308_add_missing_indexes_to_news.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214336_add_missing_indexes_to_users.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214406_add_missing_indexes_to_attachments.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214440_add_missing_indexes_to_wiki_contents.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214519_add_missing_indexes_to_custom_values.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214611_add_missing_indexes_to_journals.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214644_add_missing_indexes_to_issue_relations.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214720_add_missing_indexes_to_wiki_redirects.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091017214750_add_missing_indexes_to_custom_fields_trackers.rb
Adding missing database indexes for foreign keys and STI fields.
2009-10-17 22:23:29 +00:00
20091025163651_add_activity_indexes.rb
Add indexes on various timestamps to speed up the activity view.
2009-10-25 16:56:46 +00:00
20091108092559_add_versions_status.rb
Set status of existing versions to 'open' ( #4504 ).
2009-12-29 14:53:29 +00:00
20091114105931_add_view_issues_permission.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
20091123212029_add_default_done_ratio_to_issue_status.rb
Adds a Setting to control how an Issue's done_ratio is calculated:
2009-12-11 18:48:34 +00:00
20091205124427_add_versions_sharing.rb
Version sharing ( #465 ) + optional inclusion of subprojects in the roadmap view ( #2666 ).
2009-12-06 10:28:20 +00:00
20091220183509_add_lft_and_rgt_indexes_to_projects.rb
Added some database indexes to commonly queried fields.
2009-12-20 19:13:22 +00:00
20091220183727_add_index_to_settings_name.rb
Added some database indexes to commonly queried fields.
2009-12-20 19:13:22 +00:00
20091220184736_add_indexes_to_issue_status.rb
Added some database indexes to commonly queried fields.
2009-12-20 19:13:22 +00:00
20091225164732_remove_enumerations_opt.rb
Removes column opt in enumerations table.
2009-12-25 17:13:58 +00:00
20091227112908_change_wiki_contents_text_limit.rb
Enlarge wiki content for MySQL databases ( #1071 ).
2009-12-27 11:57:13 +00:00
20100129193402_change_users_mail_notification_to_string.rb
Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 ( #6943 ).
2010-11-20 09:55:06 +00:00
20100129193813_update_mail_notification_values.rb
Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 ( #6943 ).
2010-11-20 09:55:06 +00:00
20100221100219_add_index_on_changesets_scmid.rb
Adds a missing index (speeds up changesets loading).
2010-02-21 14:40:00 +00:00
20100313132032_add_issues_nested_sets_columns.rb
remove trailing white-spaces from db/migrate/20100313132032_add_issues_nested_sets_columns.rb ( #9510 )
2011-11-07 00:13:01 +00:00
20100313171051_add_index_on_issues_nested_set.rb
Adds index on issues nested set columns.
2010-03-13 17:17:10 +00:00
20100705164950_change_changes_path_length_limit.rb
remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_length_limit.rb ( #9510 )
2011-11-09 02:46:23 +00:00
20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb
Replaces find(:all) calls.
2012-12-02 20:28:37 +00:00
20101104182107_add_unique_index_on_members.rb
remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_on_members.rb ( #9510 )
2011-11-09 08:47:57 +00:00
20101107130441_add_custom_fields_visible.rb
Make sure existing custom fields visibility is set to true.
2010-11-07 14:17:35 +00:00
20101114115114_change_projects_name_limit.rb
Raised maximum length of project names and identifiers to 255 and 100 respectively ( #6446 ).
2010-11-14 12:33:14 +00:00
20101114115359_change_projects_identifier_limit.rb
Raised maximum length of project names and identifiers to 255 and 100 respectively ( #6446 ).
2010-11-14 12:33:14 +00:00
20110220160626_add_workflows_assignee_and_author.rb
Fixed migration broken by r9977.
2012-07-19 17:34:37 +00:00
20110223180944_add_users_salt.rb
Adds random salt to user passwords ( #7410 ).
2011-02-23 17:27:31 +00:00
20110223180953_salt_user_passwords.rb
Adds random salt to user passwords ( #7410 ).
2011-02-23 17:27:31 +00:00
20110224000000_add_repositories_path_encoding.rb
scm: add "path_encoding" column in repositories table ( #2664 , #2274 ).
2011-02-24 05:58:37 +00:00
20110226120112_change_repositories_password_limit.rb
Adds support for SCM/LDAP passwords encryption in the database ( #7411 ).
2011-02-26 13:09:25 +00:00
20110226120132_change_auth_sources_account_password_limit.rb
Adds support for SCM/LDAP passwords encryption in the database ( #7411 ).
2011-02-26 13:09:25 +00:00
20110227125750_change_journal_details_values_to_text.rb
Keep track of issue description changes ( #746 ).
2011-02-27 13:34:41 +00:00
20110228000000_add_repositories_log_encoding.rb
scm: add log_encoding column to repositories table ( #1735 ).
2011-03-01 09:47:06 +00:00
20110228000100_copy_repositories_log_encoding.rb
Typo.
2011-12-03 13:42:58 +00:00
20110401192910_add_index_to_users_type.rb
Adds an index on users.type for faster retrieval of groups.
2011-04-01 19:32:07 +00:00
20110408103312_add_roles_issues_visibility.rb
Adds an issues visibility level on roles ( #7412 ).
2011-04-11 17:53:15 +00:00
20110412065600_add_issues_is_private.rb
Private issues ( #7414 ).
2011-04-15 13:23:13 +00:00
20110511000000_add_repositories_extra_info.rb
scm: add "extra_info" column to repositories table and set serialize ( #7146 , #7047 ).
2011-05-12 17:29:18 +00:00
20110902000000_create_changeset_parents.rb
scm: db: model: add parent/child relation for changesets ( #5501 )
2011-11-03 08:01:41 +00:00
20111201201315_add_unique_index_to_issue_relations.rb
set svn:eol-style native db/migrate/*.rb
2012-03-05 03:55:03 +00:00
20120115143024_add_repositories_identifier.rb
Adds support for multiple repositories per project ( #779 ).
2012-01-15 18:19:19 +00:00
20120115143100_add_repositories_is_default.rb
Adds support for multiple repositories per project ( #779 ).
2012-01-15 18:19:19 +00:00
20120115143126_set_default_repositories.rb
Adds support for multiple repositories per project ( #779 ).
2012-01-15 18:19:19 +00:00
20120127174243_add_custom_fields_multiple.rb
Adds support for multiselect custom fields ( #1189 ).
2012-01-29 20:51:48 +00:00
20120205111326_change_users_login_limit.rb
Increase username length limit from 30 to 60 ( #2719 ).
2012-02-05 11:50:53 +00:00
20120223110929_change_attachments_container_defaults.rb
Fixed migration broken with Rails 3.1.3 ( #10320 ).
2012-02-25 11:46:19 +00:00
20120301153455_add_auth_sources_filter.rb
Adds an optional LDAP filter ( #1060 ).
2012-03-01 16:26:10 +00:00
20120422150750_change_repositories_to_full_sti.rb
Merged rails-3.2 branch.
2012-04-25 17:17:49 +00:00
20120705074331_add_trackers_fields_bits.rb
Ability to disable standard fields on a per tracker basis ( #1091 ).
2012-07-05 12:20:07 +00:00
20120707064544_add_auth_sources_timeout.rb
Adds a configurable timeout for LDAP authentication ( #8978 ).
2012-07-07 09:36:04 +00:00
20120714122000_add_workflows_type.rb
Workflow enhancement: editable and required fields configurable by role, tracker and status ( #703 , #3521 ).
2012-07-15 14:12:17 +00:00
20120714122100_update_workflows_to_sti.rb
Workflow enhancement: editable and required fields configurable by role, tracker and status ( #703 , #3521 ).
2012-07-15 14:12:17 +00:00
20120714122200_add_workflows_rule_fields.rb
Workflow enhancement: editable and required fields configurable by role, tracker and status ( #703 , #3521 ).
2012-07-15 14:12:17 +00:00
20120731164049_add_boards_parent_id.rb
Support for subforums ( #3831 ).
2012-07-31 17:17:52 +00:00
20120930112914_add_journals_private_notes.rb
Private issue notes ( #1554 ).
2012-10-03 21:36:19 +00:00
20121026002032_add_enumerations_position_name.rb
Adds a textual css class for issue priorities ( #12216 ).
2012-10-26 01:25:23 +00:00
20121026003537_populate_enumerations_position_name.rb
Adds a textual css class for issue priorities ( #12216 ).
2012-10-26 01:25:23 +00:00
20121209123234_add_queries_type.rb
Adds STI to Query model. Issue queries are now IssueQuery instances.
2012-12-09 14:10:49 +00:00
20121209123358_update_queries_to_sti.rb
Adds STI to Query model. Issue queries are now IssueQuery instances.
2012-12-09 14:10:49 +00:00
20121213084931_add_attachments_disk_directory.rb
Store attachments in subdirectories ( #5298 ).
2012-12-13 12:07:19 +00:00
20130110122628_split_documents_permissions.rb
Split "Manage documents" permission into create, edit and delete permissions ( #12401 ).
2013-01-20 11:38:20 +00:00
20130201184705_add_unique_index_on_tokens_value.rb
Add unique index on tokens.value.
2013-02-01 20:04:38 +00:00
20130202090625_add_projects_inherit_members.rb
Optionaly inherit members from parent project ( #5605 ).
2013-02-02 12:50:45 +00:00
20130207175206_add_unique_index_on_custom_fields_trackers.rb
Add unique index on custom_fields_trackers ( #13059 ).
2013-02-07 18:20:59 +00:00
20130207181455_add_unique_index_on_custom_fields_projects.rb
Add unique index on custom_fields_projects.
2013-02-07 18:21:18 +00:00
20130215073721_change_users_lastname_length_to_255.rb
Raised group name maximum length to 255 characters ( #13174 ).
2013-02-15 07:48:37 +00:00
20130215111127_add_issues_closed_on.rb
Adds closed_on column that stores the time of the last closing ( #824 ).
2013-02-16 09:38:01 +00:00
20130215111141_populate_issues_closed_on.rb
Adds closed_on column that stores the time of the last closing ( #824 ).
2013-02-16 09:38:01 +00:00
20130217094251_remove_issues_default_fk_values.rb
Removed the default 0 value for issues foreign keys.
2013-02-17 10:14:58 +00:00