semester migration

This commit is contained in:
Thomas Blazek
2013-08-19 16:46:26 +02:00
parent 3043739a10
commit 5c83d36ea5
2 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
class RemoveNameFromSemesters < ActiveRecord::Migration
def change
remove_column :semesters, :name
end
end