add author_id to neuigkeit
This commit is contained in:
5
db/migrate/20130815104752_add_author_to_neuigkeiten.rb
Normal file
5
db/migrate/20130815104752_add_author_to_neuigkeiten.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddAuthorToNeuigkeiten < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :neuigkeiten, :author_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user