Commit 55246824 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix/irreversible-migration' into 'master'

Fix undefined method when reverting migration `RemoveProjectsPushesSinceGc`

See merge request !6375
parents d54f05da a655c5f2
......@@ -14,6 +14,6 @@ class RemoveProjectsPushesSinceGc < ActiveRecord::Migration
end
def down
add_column_with_default! :projects, :pushes_since_gc, :integer, default: 0
add_column_with_default :projects, :pushes_since_gc, :integer, default: 0
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment