]> git.openstreetmap.org Git - rails.git/commitdiff
Remove image migration as it isn't needed.
authorTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 15:41:52 +0000 (15:41 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 23 Feb 2008 15:41:52 +0000 (15:41 +0000)
db/migrate/011_add_user_image.rb [deleted file]

diff --git a/db/migrate/011_add_user_image.rb b/db/migrate/011_add_user_image.rb
deleted file mode 100644 (file)
index 3d97e15..0000000
+++ /dev/null
@@ -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