Skip to content

Commit

Permalink
fixed migration 002 rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
netoctone committed Aug 7, 2011
1 parent c084338 commit aed61a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/002_add_assignee_to_issues.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def self.up

def self.down
remove_index :issues, :assignee
remove_column :issues
remove_column :issues, :assignee
end
end

0 comments on commit aed61a1

Please sign in to comment.