Add downtime constants

This commit is contained in:
Douwe Maan 2017-03-07 12:14:31 -06:00
parent 5d9762b3b5
commit e3ddd87102
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
class AddIndexOnRequestedAtToMembers < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up

View File

@ -4,6 +4,8 @@
class AddIndexOnRunnersLocked < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up

View File

@ -1,6 +1,8 @@
class AddIndexForPipelineUserId < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
disable_ddl_transaction!
def up