[issue #64] Fixed bug in migration
This commit is contained in:
parent
549f0a55e8
commit
0cacdc9d4a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue