Merge branch 'master' into calendar
This commit is contained in:
6
db/migrate/20130811191150_add_pruefungsinfos_to_lvas.rb
Normal file
6
db/migrate/20130811191150_add_pruefungsinfos_to_lvas.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddPruefungsinfosToLvas < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :lvas, :pruefungsinformation, :text
|
||||
add_column :lvas, :lernaufwand, :text
|
||||
end
|
||||
end
|
||||
5
db/migrate/20130812070544_add_typ_to_lvas.rb
Normal file
5
db/migrate/20130812070544_add_typ_to_lvas.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTypToLvas < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :lvas, :typ, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user