studium + picture

This commit is contained in:
Andreas Stephanides
2013-09-30 21:18:42 +02:00
parent 2c91a8db7e
commit ae2741ecb0

View File

@@ -0,0 +1,5 @@
class AddPictureToStudien < ActiveRecord::Migration
def change
add_column :studien, :picture, :string
end
end