addpicture neuigkeit

This commit is contained in:
Andreas Stephanides
2013-08-23 14:38:24 +02:00
parent 1721dabe19
commit 5a29fdc891

View File

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