add author_id to neuigkeit

This commit is contained in:
Andreas Stephanides
2013-08-15 12:58:28 +02:00
parent 5eb9e41c71
commit 2f2d35e278

View File

@@ -0,0 +1,5 @@
class AddAuthorToNeuigkeiten < ActiveRecord::Migration
def change
add_column :neuigkeiten, :author_id, :integer
end
end