forked from bofh/fetsite
Prüfungsinformationen und Typ zu lva hinzugefügt
This commit is contained in:
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