fix typo in migration script

Change-Id: Idad10e62eaf5c12aaff74095233d1a93af586bbb
Reviewed-on: https://gerrit.instructure.com/2789
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: JT Olds <jt@instructure.com>
This commit is contained in:
tom metge 2011-03-23 17:53:26 -06:00 committed by JT Olds
parent 9d131ea836
commit 54ab76f2a2
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ class ChangeFudgePointsToFloat < ActiveRecord::Migration
end
def self.down
change_column :quiz_submission, :fudge_points, :integer
change_column :quiz_submissions, :fudge_points, :integer
end
end