forked from bofh/fetsite
datentyp fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user