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
rkh 9841b074df fix for migration (so it works with sqlite) 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