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
hjust 0aace02dab Removed cost columns and filters from issues. They do not work anymore because of the restrictions of the "view own costs" feature. (#13660) 15 years ago
..
001_create_deliverables.rb Allow the creation of deliverables 15 years ago
002_add_cost_types_default.rb initial commit for redmine_costs 15 years ago
003_add_deliverable_to_issues.rb allow null values for deliverable_id in issues 15 years ago
004_add_rate.rb added rate models 15 years ago
005_add_deliverables_date_fields.rb fix for migration (so it works with sqlite) 15 years ago
006_delete_cost_from_cost_entries.rb * correct calculation of costs 15 years ago
007_refactor_deliverable_intermediates.rb * correct calculation of costs 15 years ago
008_remove_budget_from_deliverable.rb fixed reverse migration 15 years ago
009_add_comment_field_to_budget.rb added migration for comment field of budget fields 15 years ago
010_add_free_text_to_budget_and_entries.rb * denormalized costs in cost entries and tickets 15 years ago
011_add_deleted_at_to_cost_types.rb Cost types can now by marked deleted. Such cost types can not be used in budget planning and cost logging. References are not destroyed as a cost type can never be really deleted from the database. 15 years ago
012_refactor_terms.rb added migration to refactor the terms from r135 15 years ago
013_create_cost_queries.rb * denormalized costs in cost entries and tickets 15 years ago
014_add_denormalized_costs_fields.rb costs are 0.0 by default 15 years ago
015_add_cost_query_variables.rb first try on cost reporting. Still incomplete, so it will not be of any usefulness yet. This will improve later on (hopefully). 15 years ago
016_denormalize_spent_on_of_cost_entries.rb added columns for denormalized spent_on. 15 years ago
017_rename_permissions.rb renamed existing permissions in the database 15 years ago
018_higher_precision_for_currency.rb Calculate all costs with a higher scale. We now use a overall precision of 15 with a scale of 4. (meaning max. 15 digits at all, 4 digits after the point) 15 years ago
20091123144305_add_permission_inheritance.rb Implemented the GUI for group membership types 15 years ago
20091130214149_primary_key_for_groups_users.rb added standard primary key to groups_users table 15 years ago
20091204172554_remove_costs_from_issues.rb Removed cost columns and filters from issues. They do not work anymore because of the restrictions of the "view own costs" feature. (#13660) 15 years ago