Merge branch 'master' of https://github.com/HausdorffHimself/fetsite
This commit is contained in:
5
db/migrate/20130823105422_add_picture_to_themengruppe.rb
Normal file
5
db/migrate/20130823105422_add_picture_to_themengruppe.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPictureToThemengruppe < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themengruppen, :picture, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user