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 92b02014d2 Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 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