Fix AddFastForwardOptionToProject migration

This commit is contained in:
Valery Sizov 2017-10-04 12:10:09 +03:00
parent 70b64c8dd5
commit 416660c022
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class AddFastForwardOptionToProject < ActiveRecord::Migration
disable_ddl_transaction!
def add
def up
add_column_with_default(:projects, :merge_requests_ff_only_enabled, :boolean, default: false)
end