Remove image migration as it isn't needed.
This commit is contained in:
parent
5a6f4c5690
commit
659b1a30c6
1 changed files with 0 additions and 9 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue