forked from bofh/fetsite
6 lines
124 B
Ruby
6 lines
124 B
Ruby
class AddAbkuerzungToStudien < ActiveRecord::Migration
|
|
def change
|
|
add_column :studien, :abkuerzung, :string
|
|
end
|
|
end
|