forked from bofh/fetsite
6 lines
118 B
Ruby
6 lines
118 B
Ruby
class AddPictureToStudien < ActiveRecord::Migration
|
|
def change
|
|
add_column :studien, :picture, :string
|
|
end
|
|
end
|