Remove image migration as it isn't needed.

This commit is contained in:
Tom Hughes 2008-02-23 15:41:52 +00:00
parent 5a6f4c5690
commit 659b1a30c6

View file

@ -1,9 +0,0 @@
class AddUserImage < ActiveRecord::Migration
def self.up
add_column 'users', 'image', 'mediumblob'
end
def self.down
remove_column 'users', 'image'
end
end