Add Link to Neuigkeit

This commit is contained in:
Andreas Stephanides
2013-08-25 17:44:54 +02:00
parent 759632948e
commit f0c577ef58

View File

@@ -0,0 +1,6 @@
class AddLinkToNeuigkeiten < ActiveRecord::Migration
def change
add_column :neuigkeiten, :link_typ, :string
add_column :neuigkeiten, :link_id, :integer
end
end