[issue #64] Fixed bug in migration

This commit is contained in:
George Vinogradov 2012-01-27 18:38:33 +04:00
parent 549f0a55e8
commit 0cacdc9d4a
2 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ GEM
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.0)
newrelic_rpm (3.3.1)
nokogiri (1.5.0)
omniauth (1.0.1)
hashie (~> 1.2)
rack

View File

@ -9,6 +9,6 @@ class AddProjectsCountToGroups < ActiveRecord::Migration
end
def self.down
remove_column :groups, :projects_count
remove_column :groups, :own_projects_count
end
end