migration, add down func

This commit is contained in:
Stella 2013-12-28 15:51:37 +02:00
parent de1ed9be2b
commit 28b8b58030

View file

@ -4,5 +4,6 @@ class ChangeDefaultRatingInCallForPapers < ActiveRecord::Migration
end
def down
change_column :call_for_papers, :rating, :integer, :null => 1
end
end