forked from bofh/fetsite
7
db/migrate/20140324185709_add_info_to_studien.rb
Normal file
7
db/migrate/20140324185709_add_info_to_studien.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddInfoToStudien < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :studium_translations, :qualifikation, :text
|
||||
add_column :studium_translations, :struktur, :text
|
||||
add_column :studium_translations, :jobmoeglichkeiten, :text20
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user