obsolete.ChilliProject/db/migrate
Jean-Philippe Lang 73dba2ac04 Added default value for enumerations.
Only default issue priority is actually used.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@803 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-10-05 17:44:15 +00:00
..
001_setup.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
002_issue_move.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
003_issue_add_note.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
004_export_pdf.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +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 Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
007_create_journals.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +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 Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
013_create_queries.rb "queries" branch merged 2006-12-16 13:37:32 +00:00
014_add_queries_permissions.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +00:00
015_create_repositories.rb svn browser merged in trunk 2006-12-24 13:38:45 +00:00
016_add_repositories_permissions.rb Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +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 added the ability to set the sort order for issue statuses 2007-01-31 19:53:24 +00:00
020_add_role_position.rb added the ability to set the sort order for roles 2007-01-31 20:57:01 +00:00
021_add_tracker_position.rb added the ability to set the sort order for trackers 2007-01-31 21:18:43 +00:00
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) 2007-02-03 12:57:33 +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 Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +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 wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
028_create_wiki_pages.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +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 Per project forums added. 2007-05-13 17:09:56 +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 Versions can now be created with no date. 2007-05-20 17:46:02 +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 Added basic support for CVS and Mercurial SCMs. 2007-06-12 20:12:05 +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 Committer field in the Changesets table is now varchar 255. 2007-08-25 14:35:18 +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 Merged 0.6 branch into trunk. 2007-08-29 16:52:35 +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 Added cache for application settings (Setting model). 2007-08-31 17:45:32 +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 Added project module concept. 2007-09-14 11:34:08 +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 Fixed: error when uploading a file with a content type longer than 60 chars. 2007-09-17 16:51:39 +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 Added position on Enumeration model. 2007-10-04 17:04:50 +00:00
073_add_enumerations_is_default.rb Added default value for enumerations. 2007-10-05 17:44:15 +00:00