Commit 67de3543 authored by Rémy Coutable's avatar Rémy Coutable

Add `DOWNTIME = false` to 20160620115026_add_index_on_runners_locked.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 6b21a4bf
......@@ -4,6 +4,8 @@
class AddIndexOnRunnersLocked < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def change
......
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