Skip to content
Snippets Groups Projects
Commit 416660c0 authored by Valery Sizov's avatar Valery Sizov
Browse files

Fix AddFastForwardOptionToProject migration

parent 70b64c8d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment