Merge branch 'master' into calendar

This commit is contained in:
Thomas Blazek
2013-08-12 13:31:47 +02:00
13 changed files with 76 additions and 55 deletions

View File

@@ -0,0 +1,6 @@
class AddPruefungsinfosToLvas < ActiveRecord::Migration
def change
add_column :lvas, :pruefungsinformation, :text
add_column :lvas, :lernaufwand, :text
end
end

View File

@@ -0,0 +1,5 @@
class AddTypToLvas < ActiveRecord::Migration
def change
add_column :lvas, :typ, :string
end
end