Skip to content

Commit

Permalink
turns out empty migration down methods are unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Jun 26, 2014
1 parent 35feec1 commit 6b0a923
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions db/migrate/20080604210521_convert_times_to_utc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ def self.up
e.save
end
end

def self.down
end
end
3 changes: 0 additions & 3 deletions db/migrate/20120709092821_cleanup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ def self.up
end
end
end

def self.down
end
end

0 comments on commit 6b0a923

Please sign in to comment.