summaryrefslogtreecommitdiff
path: root/db/migrate/20111007084820_add_image_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20111007084820_add_image_to_user.rb')
-rw-r--r--db/migrate/20111007084820_add_image_to_user.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20111007084820_add_image_to_user.rb b/db/migrate/20111007084820_add_image_to_user.rb
new file mode 100644
index 0000000..ca32b2b
--- /dev/null
+++ b/db/migrate/20111007084820_add_image_to_user.rb
@@ -0,0 +1,5 @@
+class AddImageToUser < ActiveRecord::Migration
+ def change
+ add_column :users, :image, :string
+ end
+end