Merge branch 'fix/irreversible-migration' into 'master'
Fix undefined method when reverting migration `RemoveProjectsPushesSinceGc` See merge request !6375
This commit is contained in:
commit
5524682428
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue