OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/db/migrate
Jean-Philippe Lang 87bad767c6 Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. 18 years ago
..
001_setup.rb fixed migration scripts to work with mysql 5 running in strict mode 18 years ago
002_issue_move.rb trunk moved from /trunk/redmine to /trunk 18 years ago
003_issue_add_note.rb trunk moved from /trunk/redmine to /trunk 18 years ago
004_export_pdf.rb trunk moved from /trunk/redmine to /trunk 18 years ago
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk 18 years ago
006_calendar_and_activity.rb trunk moved from /trunk/redmine to /trunk 18 years ago
007_create_journals.rb trunk moved from /trunk/redmine to /trunk 18 years ago
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk 18 years ago
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk 18 years ago
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle 18 years ago
011_add_news_comments_count.rb added model Comment. 18 years ago
012_add_comments_permissions.rb added model Comment. 18 years ago
013_create_queries.rb "queries" branch merged 18 years ago
014_add_queries_permissions.rb "queries" branch merged 18 years ago
015_create_repositories.rb svn browser merged in trunk 18 years ago
016_add_repositories_permissions.rb svn browser merged in trunk 18 years ago
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 18 years ago
018_set_doc_and_files_notifications.rb mail notifications added when: 18 years ago
019_add_issue_status_position.rb added the ability to set the sort order for issue statuses 18 years ago
020_add_role_position.rb added the ability to set the sort order for roles 18 years ago
021_add_tracker_position.rb added the ability to set the sort order for trackers 18 years ago
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) 18 years ago
023_add_tracker_is_in_roadmap.rb added roadmap view 18 years ago
024_add_roadmap_permission.rb mail notification removed for projects/roadmap in migration 18 years ago
025_add_search_permission.rb fixed self.down in AddSearchPermission migration 18 years ago
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories 18 years ago
027_create_wikis.rb wiki branch merged into trunk 18 years ago
028_create_wiki_pages.rb wiki branch merged into trunk 18 years ago
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle 18 years ago
030_add_projects_feeds_permissions.rb added rss/atom feeds at project levels for: 18 years ago
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. 18 years ago
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle 18 years ago
033_add_timelog_permissions.rb Simple time tracking functionality added. Time can be logged at issue or project level. 18 years ago
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle 18 years ago
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. 18 years ago
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate 18 years ago
037_add_project_identifier.rb Migration to add identifier attribute on project. 18 years ago
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. 18 years ago
039_create_watchers.rb Added create_watchers migration 18 years ago
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. 18 years ago
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. 18 years ago
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 18 years ago
043_add_relations_permissions.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 18 years ago
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. 18 years ago
045_create_boards.rb Per project forums added. 18 years ago
046_create_messages.rb Per project forums added. 18 years ago
047_add_boards_permissions.rb Per project forums added. 18 years ago
048_allow_null_version_effective_date.rb Versions can now be created with no date. 18 years ago
049_add_wiki_destroy_page_permission.rb Added the ability to destroy wiki pages (content and its history are deleted from the database). 18 years ago
050_add_wiki_attachments_permissions.rb Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. 18 years ago
051_add_project_status.rb Added the ability to archive projects: 18 years ago
052_add_changes_revision.rb Added basic support for CVS and Mercurial SCMs. 18 years ago
053_add_changes_branch.rb Added basic support for CVS and Mercurial SCMs. 18 years ago
054_add_changesets_scmid.rb Added basic support for CVS and Mercurial SCMs. 18 years ago
055_add_repositories_type.rb Added basic support for CVS and Mercurial SCMs. 18 years ago
056_add_repositories_changes_permission.rb Added basic support for CVS and Mercurial SCMs. 18 years ago
057_add_versions_wiki_page_title.rb A wiki page can now be attached to each version. 18 years ago
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. 18 years ago