forked from bofh/fetsite
studium + picture
This commit is contained in:
5
db/migrate/20130929184646_add_picture_to_studien.rb
Normal file
5
db/migrate/20130929184646_add_picture_to_studien.rb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class AddPictureToStudien < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :studien, :picture, :string
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user