Skip to content

Commit

Permalink
Down-migration 011 missed sprint-start-date
Browse files Browse the repository at this point in the history
  • Loading branch information
friflaj committed Aug 12, 2010
1 parent f632f43 commit 0bd0f39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/migrate/011_create_stories_tasks_sprints_and_burndown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def self.down
drop_column :issues, :position
drop_column :issues, :story_points
drop_column :issues, :remaining_hours
drop_column :issues, :remaining_hours

drop_column :versions, :sprint_start_date

drop_index :burndown_days, :version_id
drop_table :burndown_days
Expand Down

0 comments on commit 0bd0f39

Please sign in to comment.