This commit is contained in:
Andreas Stephanides
2013-08-23 14:30:31 +02:00
7 changed files with 62 additions and 34 deletions

View File

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