fix migration 31 as reported by Lolindrath in #690

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@800 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-04-05 19:09:55 +00:00
parent fabc5d8d0d
commit d2d70ac321

View file

@ -4,6 +4,6 @@ class AddDefaultContextToProject < ActiveRecord::Migration
end
def self.down
remove_column :projects, :default_context_id, :integer
remove_column :projects, :default_context_id
end
end