From d2d70ac321eeeb8283a045e381d1e59329a6cfd6 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Sat, 5 Apr 2008 19:09:55 +0000 Subject: [PATCH] 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 --- tracks/db/migrate/031_add_default_context_to_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/db/migrate/031_add_default_context_to_project.rb b/tracks/db/migrate/031_add_default_context_to_project.rb index e51b26b1..5d371861 100644 --- a/tracks/db/migrate/031_add_default_context_to_project.rb +++ b/tracks/db/migrate/031_add_default_context_to_project.rb @@ -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