forked from bofh/fetsite
6 lines
128 B
Ruby
6 lines
128 B
Ruby
class AddAuthorToNeuigkeiten < ActiveRecord::Migration
|
|
def change
|
|
add_column :neuigkeiten, :author_id, :integer
|
|
end
|
|
end
|