Skip to content

Commit

Permalink
what a bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Oct 8, 2009
1 parent 9269ff3 commit e104994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20091007183410_zero_out_version_downloads.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class ZeroOutVersionDownloads < ActiveRecord::Migration
def self.up
Version.update_all(:downloads_count => 0)
#Version.update_all(:downloads_count => 0)
end

def self.down
Version.update_all(:downloads_count => nil)
#Version.update_all(:downloads_count => nil)
end
end

0 comments on commit e104994

Please sign in to comment.