forked from bofh/fetsite
Abkürzungen zu Studien hinzugefügt
This commit is contained in:
5
db/migrate/20130813145651_add_abkuerzung_to_studien.rb
Normal file
5
db/migrate/20130813145651_add_abkuerzung_to_studien.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddAbkuerzungToStudien < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :studien, :abkuerzung, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user