datentyp fix

This commit is contained in:
2014-03-31 16:20:36 +02:00
parent d9cfe567f7
commit e7b43ab025

View File

@@ -2,6 +2,6 @@ class AddInfoToStudien < ActiveRecord::Migration
def change def change
add_column :studium_translations, :qualifikation, :text add_column :studium_translations, :qualifikation, :text
add_column :studium_translations, :struktur, :text add_column :studium_translations, :struktur, :text
add_column :studium_translations, :jobmoeglichkeiten, :text20 add_column :studium_translations, :jobmoeglichkeiten, :text
end end
end end