Add downtime constants
This commit is contained in:
parent
5d9762b3b5
commit
e3ddd87102
3 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
class AddIndexOnRequestedAtToMembers < ActiveRecord::Migration
|
||||
include Gitlab::Database::MigrationHelpers
|
||||
|
||||
DOWNTIME = false
|
||||
|
||||
disable_ddl_transaction!
|
||||
|
||||
def up
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
class AddIndexOnRunnersLocked < ActiveRecord::Migration
|
||||
include Gitlab::Database::MigrationHelpers
|
||||
|
||||
DOWNTIME = false
|
||||
|
||||
disable_ddl_transaction!
|
||||
|
||||
def up
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
class AddIndexForPipelineUserId < ActiveRecord::Migration
|
||||
include Gitlab::Database::MigrationHelpers
|
||||
|
||||
DOWNTIME = false
|
||||
|
||||
disable_ddl_transaction!
|
||||
|
||||
def up
|
||||
|
|
Loading…
Reference in a new issue